pipelines
Here are 413 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
-
[ ]
-
Updated
Nov 20, 2020 - Go
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 16, 2018 - Rust
After opening a pipeline you can go to its settings, here you will see things like "Pipeline name" and a section called "Memory server". We want to add an additional option to this setting that enables eviction.
This is done by adding the auto-eviction option to the top-level settings section in the pipeline.json file of that specific pipeline.
{
"name": "pipeline-name",
...
-
Updated
Oct 14, 2020 - Go
-
Updated
Nov 9, 2020 - Python
-
Updated
Nov 23, 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
Tell us about the problem you're trying to solve
We want to break the sync if there are multiple messages in the same line from a source.
Describe the solution you’d like
We should be able to re-enable that test: io.airbyte.workers.protocols.airbyte.DefaultAirbyteStreamFactoryTest#testMissingNewLineBetweenValidRecords
-
Updated
Nov 18, 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
Oct 29, 2020 - C#
-
Updated
Nov 21, 2020 - C#
-
Updated
Nov 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
Nov 14, 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