pipelines
Here are 524 public repositories matching this topic...
Tell us about the problem you're trying to solve
Today we are able to specify the log levels of logs emitted by Airbyte code via env vars.
We should probably also allow doing the same to some of the 3rd party libs we use that are essential to how Airbyte does [things](https://github.com/airb
Problem
Since Java 8 was introduced there is no need to use Joda as it has been replaced the native Date-Time API.
Solution
Ideally greping and replacing the text should work (mostly)
Additional context
Need to check if de/serializing will still work.
-
Updated
Jul 1, 2021 - Julia
-
Updated
Jul 2, 2021 - Go
Is your feature request related to a problem? Please describe.
As a user, I can attach comments to nodes that describe its purpose.
Elyra currently does not pass through this information to the target environment (Kubeflow Pipelines and Apache Airflow), even though it might
-
Updated
Jun 25, 2021 - Go
-
Updated
Dec 16, 2018 - Rust
-
Updated
Jul 1, 2021 - C++
-
Updated
May 25, 2021 - Go
-
Updated
Jul 2, 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
Jun 23, 2021 - C#
-
Updated
Jul 6, 2021 - Go
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
Jun 4, 2021 - Elixir
-
Updated
Jun 21, 2021 - Java
-
Updated
Jul 6, 2021 - Mustache
-
Updated
Apr 14, 2021 - C#
-
Updated
Nov 5, 2020 - Python
-
Updated
Feb 5, 2021 - Go
-
Updated
Jul 6, 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?