-
Updated
Apr 20, 2021 - TypeScript
workflow-automation
Here are 151 public repositories matching this topic...
Use Case
just like we now do for solid
i.e. make these two equivalent:
@pipeline(description="""
abc
123
""")
def my_pipeline():
...
@pipeline
def my_pipeline():
"""
abc
123
"""
...
Ideas of Implementation
Additiona
-
Updated
Apr 20, 2021 - JavaScript
-
Updated
Apr 20, 2021 - Go
-
Updated
Apr 15, 2021 - Go
Currently such a request would return an HTTP 500:
curl -H "Authorization: Bearer <valid token>" "http://localhost:7575/v1/packages/not-a-real-package-id"I believe this is unexpected and an HTTP 404 would be more appropriate, which would mean (specification):
10.4.5 404 Not Found
The server has not found anythi
-
Updated
Apr 7, 2021 - JavaScript
Summary
What happened/what you expected to happen?
We expect the container use the existing volume defined inside the workflow. Such as:
volumes-existing.yaml
example for testing:
import os
import couler.argo as couler
from couler.argo_submitter import ArgoSubmitter
from couler.core.t
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
Group support
We should have a group support to handle permissions access from a LDAP, SSO, ...
allowed_resolvers_groups on templates for example.
admin_groups on configuration for example.
-
Updated
Apr 16, 2021 - JavaScript
-
Updated
Jan 29, 2021 - C#
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
Apr 18, 2021 - JavaScript
-
Updated
Apr 20, 2021 - Python
-
Updated
Mar 2, 2021 - Ruby
-
Updated
Apr 9, 2021 - Java
-
Updated
Apr 3, 2021 - Python
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
Dec 30, 2018 - C#
-
Updated
Apr 20, 2021 - Go
aa user group
The AA user group is currently referenced in the README. It's very quiet. This doesn't look good for project activity. Should we a) retire it, b) commit to using it more?
Personally, I find github issues much more useful for keeping on top of things.
- 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 21, 2018 - Python
-
Updated
Jul 28, 2020 - JavaScript
-
Updated
Apr 22, 2020 - Python
-
Updated
Apr 4, 2020 - PHP
-
Updated
Apr 8, 2021 - Java
Expected Behavior
A human readable string that indicates that workflow is closed.
Actual Behavior
3 INVALID_ARGUMENT: java.lang.Error: closed at
io.temporal.internal.sync.DeterministicRunnerImpl.checkClosed(DeterministicRunnerImpl.java:433) at
io.temporal.internal.sync.DeterministicRunnerImpl.stackTrace(DeterministicRunnerImpl.java:418) at
io.temporal.internal.sync.SyncWorkflo
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.
It will make uber/cadence-web#281 possible
Proposed Solution
Return the data from this value: https://github.com/uber/cadence/blob/d0a8f7e6a9297bd898ea5b10ded20f0277a8980f/service/frontend/adminHandler.go#L190
add this to the existing API “describeCluster”
follow these two PRs:
https://gi