Skip to content
#

orchestration

Here are 623 public repositories matching this topic...

RowdyHowell
RowdyHowell commented Feb 28, 2022

Hello!

I've found an issue here:[Bitbucket Storage](https://docs.prefect.io/api/latest/storage.html#github) is a storage option that uploads flows to a Bitbucket repository as .py files.

Page reference: https://docs.prefect.io/orchestration/flow_config/storage.html#bitbucket

First, the link is incorrect. Second, should the line read more like Github where it references the repository

good first issue docs
augustoproiete
augustoproiete commented Nov 21, 2020

Currently when calling the MSBuild alias with an MSBuildSettings, we need to set the target using the WithTarget extension method.

MSBuild("./my-app.sln", new MSBuildSettings
{
    Configuration = "Release",
    ToolVersion = MSBuildToolVersion.VS2019,
}.WithTarget("Build")); // <<<###

It would be nice if we could use a property, with a string, which would make it more na

keptn
thisthat
thisthat commented May 11, 2022

User Story

As a user, I'd like to know on which day a sequence/task was executed.

Technical Details

In the sequence screen, stages have below them the timestamp of when a sequence was executed for that stage. Similarly, next to the task a timestamp is shown. The format is always HH:MM.

In the best-case, it's usually clear that the sequence was executed within the same day (but you wou

good first issue bridge.2.0 type:improvement

Improve this page

Add a description, image, and links to the orchestration topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the orchestration topic, visit your repo's landing page and select "manage topics."

Learn more