The Wayback Machine - https://web.archive.org/web/20220606121047/https://github.com/topics/pipelines
Skip to content
#

pipelines

Here are 656 public repositories matching this topic...

kberzinch
kberzinch commented Dec 30, 2021

Summary

If there is a global default-get-timeout set on the web node, it is not possible to override that timeout for the implicit get step that is used to pull the image_resource configured on a task.

Steps to reproduce

Start up Concourse with default-get-timeout set very low

$ wget https://concourse-ci.org/docker-compose.yml

$ echo "      CONCOURSE_DEFAULT_GET
ricklamers
ricklamers commented Aug 30, 2021

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.

good first issue improvement internal
zenml
strickvl
strickvl commented May 23, 2022

Contact Details [Optional]

support@zenml.io

Describe the feature you'd like

When someone uses the zenml secret register --help command, the formatting of the CLI help information comes out wrong with line breaks not really happening. It isn't possible to read the text printed to the terminal as executed within [the register_secret function](https://github.com/zenml-io/zenml/blob/373

enhancement good first issue
karlaspuldaro
karlaspuldaro commented May 31, 2022

Currently, Elyra integration test files are located in tests/integration/, each file containing all tests for a specific extension.
The problem is those tests files are becoming too long and hard to maintain.
As suggested in this PR comment, ideally we would want to break up the integration tests into smaller files divided b

kind:enhancement good first issue component:test status:Needs Triage
dibyom
dibyom commented Apr 5, 2022

Feature request

Add the Pull Request body to the event for GitHub comment update eventTypes. This should be an opt-in

This would be essentially adding the add-pr-body interceptor logic to the existing GitHub interceptor.

Use case

  1. Running CI based on updates to comments in a GitHub PR
  2. See use cases in tekoncd/plumbing
kind/feature help wanted good first issue
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

bug good first issue

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