pipelines
Here are 597 public repositories matching this topic...
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.
Is your feature request related to a problem? Please describe.
It's cumbersome to create the same step twice.
Describe the solution you'd like
Add a button to duplicate a step in the pipeline editor.
Ideas
We could combine this with some other ideas in a context menu (right click).
Credit to Serhii Ostapchuk for contributing this on Slack.
Contact Details [Optional]
Describe the feature you'd like
Currently our CLI offers a way to install the python packages that are required for a given integration. However, some of our integrations also have system requirements that are necessary to make them work (graphviz, kubectl, etc. ).
All system requirements should be listed on an integration level, just
IAM MSK support
Receive events from MSK with IAM auth config https://docs.aws.amazon.com/msk/latest/developerguide/iam-access-control.html
-
Updated
Dec 29, 2021 - Julia
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
Dec 25, 2021 - Go
-
Updated
Dec 16, 2018 - Rust
-
Updated
Nov 15, 2021 - Go
-
Updated
Dec 25, 2021 - C++
-
Updated
Dec 28, 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
Expected Behavior
Installation of binding-eval tool
Actual Behavior
go get -u github.com/tektoncd/triggers/cmd/binding-eval
go get: github.com/googleapis/gnostic@v0.5.7: parsing go.mod:
module declares its path as: github.com/google/gnostic
but was required as: github.com/googleapis/gnostic
Steps to Reproduce the Problem
- go get -u github.com/tektoncd/tri
-
Updated
Nov 29, 2021 - C#
-
Updated
Dec 22, 2021 - Go
-
Updated
Dec 20, 2021 - Java
-
Updated
Dec 11, 2021 - Elixir
-
Updated
Dec 14, 2021 - JavaScript
-
Updated
Dec 18, 2021 - Python
-
Updated
Dec 15, 2021 - Mustache
-
Updated
Dec 30, 2021 - Python
-
Updated
Dec 14, 2021 - C#
-
Updated
Dec 27, 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?