Skip to content
#

pipelines

Here are 633 public repositories matching this topic...

grubberr
grubberr commented Apr 4, 2022

We need to improve SAT test_oneof_usage to check that common oneOf property looks like this:

"option_title": {
    "type": "string",
    "const": "OAuth Credentials",
    "order": 0
}

only const keyword
NO MORE default and enum keywords.

old value

"option_title": {
    "type": "string",
    "const": "OAuth Credentials",
    "enum": ["OAuth Credentials"],
   
type/bug good first issue
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 Nov 1, 2021

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.

new feature request good first issue
zenml
AlexejPenner
AlexejPenner commented Dec 28, 2021

Contact Details [Optional]

support@zenml.io

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

good first issue help wanted internal
karlaspuldaro
karlaspuldaro commented Feb 7, 2022

Currently the only packages containing front-end unit tests are pipeline-editor and services.
It would be helpful to expand the unit test coverage across all other packages in Elyra, as well as add more tests to existing extensions.

This is an umbrella issue - subtasks can be delivered in separate PRs.

Pipeline Editor

  • Test Pipeline Service (runtime types, runtimes, runtime images
kind:enhancement good first issue component:test area:front-end
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
castled

Castled is an open source reverse ETL solution that helps you to periodically sync the data in your db/warehouse into sales, marketing, support or custom apps without any help from engineering teams

  • Updated Apr 4, 2022
  • Java

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