Skip to content
#

pipelines

Here are 449 public repositories matching this topic...

vito
vito commented Feb 3, 2021

Summary

#6369 tracks the user who created the build (either manual trigger or rerun) and also tweaked the api/v1/user endpoint to contain a new display_user_id field. The new field should be used to show the user in the top bar, since it reflects the same value that Concourse tracks as the build creator.

We should be able to replace [this function](https://github.com/concourse/concour

michel-tricot
michel-tricot commented Feb 5, 2021

Tell us about the problem you're trying to solve

A connector is an evolving piece of software. We want to set the proper expectations for an Airbyte user when using a connector.

Describe the solution you’d like

When selecting a connector, a user should see if it is an early, not super tested connector or very mature one (# of levels to be defined).

zenml
hamzamaiot
hamzamaiot commented Feb 10, 2021

Describe the bug
ZenML fails with custom step on no commit git repo.

To Reproduce
Steps to reproduce the behavior:

git init
zenml init
python run.py  # run any pipeline with a custom step

Expected behavior
If there is no commit, make the pipeline un-pinned.

Screenshots

Stack Trace

** Context (please complete the following information):**

  • OS: U
remivoirin
remivoirin commented Apr 27, 2020

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

dibyom
dibyom commented Oct 12, 2020

Expected Behavior

We use a helper function to generate rawExtension objects needed in tests

Actual Behavior

Currently manually setting an []byte with inline json string in quite a few tests which makes the tests brittle.
For some error cases, this might be useful but generally we should use the helper function when possible.

Additional Info

func rawExtension(t *testin

Improve this page

Add a description, image, and links to the pipelines topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pipelines topic, visit your repo's landing page and select "manage topics."

Learn more