-
Updated
Oct 13, 2020 - TypeScript
workflow-automation
Here are 125 public repositories matching this topic...
Problem to solve
The dagit CLI allows command options to be set via environment variables using the DAGIT prefix, implemented with Click's auto_envvar_prefix feature. I would like to be able to do the same with the dagster CLI.
Intended users
- DevOps Engineer
Is your feature request related to a problem? Please describe.
SNS endpoint subscriptions must expose a public facing HTTP server ( unless I missed something ) and therefore make it possible for untrusted sources to post messages to the event bus as long as the message comply with basic message format.
Describe the solution you'd like
The SNS source should verify the signature of the
With #7482, the test "fall back to limit-based query with consistent results" fails occasionally here:
With a message like so
Vector("0100000c21", ...) did not equal Vector(...)
-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Oct 14, 2020 - Go
Describe the bug
Deploying a new job, then pulling logs via the CLI results in a panic (SIGSEGV).
To Reproduce
odin deploy -f test.job.yamlodin log -i {job_id}
vagrant@vagrant:~/odin$ odin log -i dea194794589
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x79c764]
goroutine
Warning from GitHub Actions:
The
add-pathcommand is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
We need to upgrade to use environment files for GitHub Actions going forward.
-
Updated
Aug 5, 2020 - C#
Provide a Helm Chart
Helm chart with an optional development postgres DB included.
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Oct 5, 2020 - JavaScript
I am not sure if this belongs here, but I am having an issue when using this Github Action.
This is the link to the github run that failed:
https://github.com/jampp/migratron/pull/25/checks?check_run_id=456554120
and the content is:
Uploading distributions to https://test.pypi.org/legacy/
Uploading migratron-1.1.0-py3-none-any.whl
0%| | 0.00/30.5k [00:00<?, ?B/s]
100%|
-
Updated
Oct 14, 2020 - Python
-
Updated
Sep 11, 2020 - Ruby
-
Updated
Sep 29, 2020 - Python
-
Updated
Oct 13, 2020 - Java
-
Updated
Dec 30, 2018 - C#
As of alpha 2.685 there's a new action trigger_named_async_without_response which can be used in favor of trigger_named. Wrapper does not operate on trigger response anyway, so using the new method which works better for broader spectrum sounds like a good idea. More on that here: https://community.folivora.ai/t/floating-html-settings-menu/5788/44?u=worie
-
Updated
Jul 28, 2020 - JavaScript
-
Updated
Oct 21, 2018 - Python
-
Updated
Apr 4, 2020 - PHP
-
Updated
Apr 22, 2020 - Python
- Setup the project locally or visit the demo site here https://imvetri.github.io/ui-editor/
- Click Components->Div. Div is a recursive component that can move, resize, draw more divs within it and add text. These options are available because of the select option.
- Remove select from Div and create it as a new component "Select".
- Use Select component within the Div component.
- If it
-
Updated
Oct 11, 2020 - Go
-
Updated
Oct 9, 2020 - Java
-
Updated
Feb 11, 2020
-
Updated
Jun 22, 2020 - Groovy
-
Updated
Sep 3, 2019
Improve this page
Add a description, image, and links to the workflow-automation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the workflow-automation topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
CLI: showing activities with retry in "show history" command
Proposed Solution
A clear and concise description of what you want to happen.
It's in the result of describe workflow, so should be very simple to get.
Actually just