The Wayback Machine - https://web.archive.org/web/20200618101701/https://github.com/topics/workflow
Skip to content
#

workflow

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

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
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

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

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

martinjaime
martinjaime commented Sep 14, 2017

Had the branch ancestry:

branch-1
  branch-2-bug-fix
    branch-3

All three branches had an open PR. branch-2-bug-fix‘s PR was a duplicate of a fix that someone else had already put in and merged at the same time. I closed the PR on branch-2-bug-fix and ran git town kill on that branch.

I was expecting it to change the base branch of branch-3‘s PR but instead it closed it

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!

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.