Skip to content
#

workflow

Here are 2,147 public repositories matching this topic...

jeffolsi
jeffolsi commented Apr 23, 2020

Airflow has SQLSensor and PythonBranchOperator it seems that the logic of both can be combined to create SQLBranchOperator

SQLSenor knows to take single sql query and wait for condition on it. it can be copied and changed so that it won't wait (like sensor) but simply return true false. According to the value returned from the query it will follow the chosen branch.

GiladShoham
GiladShoham commented Apr 14, 2020

Currently, if look at the windows_e2e tests on circle under the write e2e files step, you will see this warning:

Error autodetecting timing type, falling back to weighting by name. Autodetect no matching filename or classname.  If file names are used, double check paths for absolute vs relative.
Example input file: "e2e\\api\\add-many.e2e.1.ts"
Example file from timings: "C:\\Users\\****
iiroj
iiroj commented Dec 16, 2019

The README.md contains a lot of advanced config examples for functional tasks. We should probably add some basic ones as well:

  1. '*.js': ['eslint'] <- fail when eslint finds issues issues
  2. '*.js': ['eslint --fix', 'git add'] <- automatically fix eslint issues, and add to commit
  3. '*.js': ['prettier --list-different'] <- fail when prettier finds issues
  4. `'*.js': ['prettier --write
jualoppaz
jualoppaz commented Nov 20, 2018

Description

The bower_components folder is not compiled when angular-i18n dependency is included.

Expected behavior

Brunch should process the bower_components folder and perform the related tasks.

Actual behavior

When I add the angular-i18n package in my bower.json, Brunch ignores the bower_components folder and the vendor files (js and css) are n

mac9416
mac9416 commented Apr 17, 2020

Summary

It would be nice if there were a dropdown or auto-complete for the label filter input.

Motivation

Unless you happen to know the exact text of the label you're trying to filter by, it's difficult to apply filters. It's also not immediately obvious in the UI that the label should be expressed as key=value.

Proposal

I think the label text box input should be replaced wi

Zykino
Zykino commented Apr 25, 2020

I’m trying to use those hives but I’m not clear on how to do it. It will be clearer if hive maker added documentation on how to configure them. A (formatted?) text explaining how to configure the hive (generate secret keys, …) with a link to the official website for example.

For example:
Discord, should I create an application or a bot?
Twitter, I need to give my phone number?
Twitch, I trie

SephReed
SephReed commented Dec 30, 2019

Example Error for SEO:

SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
    at Cache.get (/Users/seph/Code/ChooseHealth/instride-storefront/node_modules/fuse-box/cache/cache.js:90:39)
    at Cache.restoreModule (/Users/seph/Code/ChooseHealth/instride-storefront/node_modules/fuse-box/cache/cache.js:254:29)
    at ict.on.props (/Users/seph/Code/ChooseHealth/instrid
mouradmourafiq
mouradmourafiq commented May 2, 2020

Feature motivation

Azure storage client is backward incompatible, there's an issue #757 for upgrading the azure connection to the latest client. The new version has an async interface that can be leveraged for the streams module, at least for downloads.

N.B. This is likely a 3~4h work and not a pressing need, so just putting this in the backlog.

Feature implementation

There's a

lauralorenz
lauralorenz commented Apr 6, 2020

Use Case

Please provide a use case to help us understand your request in context
The Kubernetes Job tasks in our task library mimic the Kubernetes API, but an expected 'normal' use case of them is composed of several steps, namely creating a namespaced job, polling for it to complete, and deleting the job at the end. Right now no task in the task library knows how to poll for job status, an

ClarenceR89
ClarenceR89 commented Oct 21, 2019

In the docs at

https://workflow-core.readthedocs.io/en/latest/json-yaml/

you make reference to IDefinitionLoader and indicate that using should be using WorkflowCore.Services.DefinitionStorage;

this is incorrect as the interfaces are at WorkflowCore.Interface

Also typos in this doc:
WorklfowCore.Primitives should be WorkflowCore.Primitives
`using using WorkflowCore.Servic

SuiteCRM
elsatch
elsatch commented Aug 12, 2019

As I was following the tutorials, I discovered that they Keywords screen has changed. Now there are two options for input: "with input as argv", "with input as {query}". The option "with input as argv" is selected by default.

Tutorial is written using "with input as {query}", so initially it doesn't match on the screen. There is no option to choose the Escaping options in the "with input as arg

sgarfinkel
sgarfinkel commented Mar 27, 2020

The installed fish completion eats all git expansions, but instead it should delegate anything that isn't git town <command> to the preinstalled git completion.

I'm not an expert on fish completions so I'm not sure how to resolve this myself, but currently you can't have completions for both git and git town concurrently.

natekupp
natekupp commented Apr 10, 2020
$ ./.buildkite/images/docker/test_project/build.sh 3.6.8
+ PYTHON_VERSION=3.6.8
+ pushd /Users/yuhan/dev/dagster/.buildkite/images/docker/test_project
~/dev/dagster/.buildkite/images/docker/test_project ~/dev/dagster
+ mkdir -p build_cache
./.buildkite/images/docker/test_project/build.sh: line 28: GOOGLE_APPLICATION_CREDENTIALS: unbound variable
o-be-one
o-be-one commented Feb 5, 2018

Hello guys,

i've seen that OctoDNS includes a "SafePlan" to prevent too much updates. I haven't seen any documentation regarding this feature setting. It's an interesting point and i think that the main documentation should describe fields like this, it will be definitively useful :).

Have a good week!

ahmadawais
ahmadawais commented May 27, 2016

As embarrassing as it may sound. This repo is the first time I got to hear about LGTM reviews. But the point is, I am always trying to improve on things like my workflows.

Which is why, I am requesting a WIKI document, that explains how does your workflow work. Nothing too complex just one example where you would use Git Reflow and show us how it will work with LGTM in an explicit example.

I

Improve this page

Add a description, image, and links to the workflow 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 workflow topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.