Skip to content
#

pipelines

Here are 487 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

akchinSTC
akchinSTC commented Mar 8, 2021

Describe the issue
In dark mode - hard to see three dots in node to open common props when not highlighted

To Reproduce
Steps to reproduce the behavior:
0. Activate dark mode,

  1. Go to pipeline editor, drag a notebook to create a node
  2. Scroll over the node and highlight the 3 dots.

Screenshots or log output
![image](https://user-images.githubusercontent.com/13340013/11038

ricklamers
ricklamers commented Apr 14, 2021

It can be confusing to have it there. It seems somehow the assumption of the kernel existing is baked into some parts of JupyterLab so the current workaround was to change the display name to 'Disabled'. Ideally we'd be able to remove it entirely as kernels based on Orchest environments should be used instead.

![image](https://user-images.githubusercontent.com/1309307/114697763-95a30280-9d1e-11

onepanel

The open and extensible integrated development environment (IDE) for computer vision with built-in modules for model building, automated labeling, data processing, model training, hyperparameter tuning and workflow orchestration.

  • Updated Apr 9, 2021
  • Go
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

skaegi
skaegi commented Jul 21, 2020

In the docs -- https://github.com/tektoncd/triggers/blob/master/docs/eventlisteners.md#serviceaccountname -- it states that ServiceAccountName is required. In our environment an EventListener author would never know what ServiceAccounts are available so we would like to use "default" in this case or better still follow Tekton Pipelines logic -- https://github.com/tektoncd/pipeline/blob/db66eca6112

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