pipelines
Here are 421 public repositories matching this topic...
Problem
Since Java 8 was introduced there is no need to use Joda as it has been replaced the native Date-Time API.
Solution
Ideally greping and replacing the text should work (mostly)
Additional context
Need to check if de/serializing will still work.
The PR JuliaData/CategoricalArrays.jl#310 means that an array with elements of type Symbol can no longer be wrapped as a CategoricalArray.
This means all MLJ documentation and test code that uses symbols in categorical data must be refactored to use strings instead.
These repos, at least, need checking/refactoring, in order of priority:
-
MLJ
-
[x]
In runtime configurations, it would be helpful to import/export runtime configurations.
In addition, importing / exporting a list or selection of configurations would be a nice additional feature
-
Updated
Dec 10, 2020 - Go
-
Updated
Dec 16, 2018 - Rust
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
-
Updated
Oct 14, 2020 - Go
-
Updated
Dec 3, 2020 - Python
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?
-
Updated
Dec 11, 2020 - Go
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
-
Updated
Dec 11, 2020 - Go
-
Updated
Nov 8, 2020 - Elixir
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-
Updated
Dec 11, 2020 - C#
-
Updated
Dec 11, 2020 - C#
-
Updated
Dec 10, 2020 - HTML
-
Updated
Oct 13, 2020 - Go
-
Updated
Nov 5, 2020 - Python
-
Updated
Oct 12, 2020 - Java
-
Updated
Oct 7, 2020 - Perl
-
Updated
Feb 4, 2020 - C#
-
Updated
Dec 11, 2020 - Python
-
Updated
Sep 23, 2019 - Go
Improve this page
Add a description, image, and links to the pipelines topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pipelines topic, visit your repo's landing page and select "manage topics."

Goal
Implement
--teamfor remaining fly commands.fly/integrationtests should be updated. Cases should be added to theerror_handlingfile as well https://github.com/concourse/concourse/blob/587483424a47f3eebb2ed8e861687b60cccb9ec7/fly/integration/error_handling_test.go#L92