Skip to content
#

pipelines

Here are 421 public repositories matching this topic...

taylorsilva
taylorsilva commented Feb 21, 2020

Goal

Implement --team for remaining fly commands. fly/integration tests should be updated. Cases should be added to the error_handling file as well https://github.com/concourse/concourse/blob/587483424a47f3eebb2ed8e861687b60cccb9ec7/fly/integration/error_handling_test.go#L92

# use default team
fly -t ci <command> <command-options>
# use another team
fly -t ci <command>
yannickperrenet
yannickperrenet commented Oct 21, 2020

Use

{
  ...
  "total_number_of_pipeline_runs": int,
  "completed_pipeline_runs": int,
  ...
}

that get returned by GET /experiments/<experiment_uuid> to set the status of an experiment in the front-end (inside the table you see after clicking "Experiments" in the left-pane menu). It should be something like "5/9" meaning 5 out of 9 pipeline runs of the experiment have completed

ChristopheDuong
ChristopheDuong commented Dec 4, 2020

Tell us about the problem you're trying to solve

When specifying a Dataset_id, the Google UI often includes the project_id in its naming like this: project_id:dataset_id

Describe the solution you’d like

In the BigQuery destination code, we could accept both syntax:

  • project_id:dataset_id
  • dataset_id

So it's smoother for the end user whether project_id is specified or not?

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

You can’t perform that action at this time.