pipelines
Here are 565 public repositories matching this topic...
Tell us about the problem you're trying to solve
currently we only support slack as a channel for reporting failed jobs. another reasonable one might be datadog.
Problem
Some of our transformers & estimators are not thoroughly tested or not tested at all.
Solution
Use OpTransformerSpec and OpEstimatorSpec base test specs to provide tests for all existing transformers & estimators.
Describe the solution you'd like
Add types to Python codebase
What does your solution aim to solve?
Make it more explicit what arguments functions take and therefore make it easier to extend consume or refactor code.
-
Updated
Oct 5, 2021 - Julia
-
Updated
Oct 6, 2021 - Go
Is your feature request related to a problem? Please describe.
We currently only create and push tags in our release script. To bring Elyra more in line with similar projects (such as JupyterLab), we could consider adding Github releases as well.
Current:
<img width="164" alt="Screen Shot 2021-10-08 at 3 20 36 PM" src="https://user-images.githubusercontent.com/31816267/136620475-35651a55-
-
Updated
Sep 1, 2021 - Go
-
Updated
Dec 16, 2018 - Rust
-
Updated
Sep 15, 2021 - C++
-
Updated
Oct 7, 2021 - Go
-
Updated
Oct 7, 2021 - Python
Hi!
When using the unprivileged image, it's not possible to load custom configurations.
# podman run -p 8080:8080 -e GITLAB_MONITOR_CONFIG=/tmp/config.json timoschwarzer/gitlab-monitor:unprivileged
/wrapper.sh: line 4: can't create /usr/share/nginx/html/config.json: Permission denied
Indeed, root is needed to create a new file in /usr/share/nginx/html, and it looks like wrapper.s
-
Updated
Sep 14, 2021 - C#
Expected Behavior
When a Trigger successfully creates a resources, we should emit a k8s event.
Actual Behavior
Triggers does not emit any k8s events today.
Additional Info
- We could also consider emitting events on Trigger failures -- but likely there will be many of them so this should be optional.
- Events in Pipelines: https://github.com/tektoncd/pipeline/blob/c7a60b8a77c
-
Updated
Oct 5, 2021 - Go
-
Updated
Sep 29, 2021 - Elixir
-
Updated
Oct 4, 2021 - Java
-
Updated
Sep 16, 2021 - JavaScript
-
Updated
Oct 7, 2021 - Mustache
-
Updated
Aug 6, 2021 - Python
-
Updated
Aug 23, 2021 - C#
-
Updated
Feb 5, 2021 - Go
-
Updated
Oct 8, 2021 - Python
Improve this page
Add a description, image, and links to the pipelines topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pipelines topic, visit your repo's landing page and select "manage topics."


Garden supports disabling privileged containers, and some users have configured it (see Discord message) - should we support that for the
containerdruntime too?