pipelines
Here are 379 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.
-
Updated
Aug 28, 2020 - Jupyter Notebook
-
Updated
Dec 16, 2018 - Rust
Is your feature request related to a problem? Please describe.
SNS endpoint subscriptions must expose a public facing HTTP server ( unless I missed something ) and therefore make it possible for untrusted sources to post messages to the event bus as long as the message comply with basic message format.
Describe the solution you'd like
The SNS source should verify the signature of the
-
Updated
Aug 24, 2020 - Go
-
Updated
Jul 25, 2020 - Python
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
Aug 18, 2020 - Go
-
Updated
Oct 24, 2019 - Elixir
-
Updated
Aug 26, 2020 - Python
Expected Behavior
If a user adds a new annotation/label to an EventListener, we should propagate that down to the underlying deployment and service.
One use case:
- Propagating service specific annotations e.g. for LoadBalancer services one might specify load balancer specific annotations
Actual Behavior
We propagate labels but not annotations
Additional Info
- current code: h
-
Updated
Aug 26, 2020 - Smarty
-
Updated
Aug 17, 2020 - C#
-
Updated
May 11, 2020 - Go
-
Updated
Dec 14, 2019 - Python
-
Updated
Jun 10, 2020 - Java
-
Updated
Aug 3, 2020 - Perl
-
Updated
Aug 27, 2020 - C#
-
Updated
Feb 4, 2020 - C#
-
Updated
Aug 4, 2020 - Python
-
Updated
Sep 23, 2019 - Go
-
Updated
Oct 3, 2018
Current save/load methods focus on dumping and loading the pipeline definition in its JSON form, but provide no means to save a fitted pipeline and load it later to make predictions, being the usage of pickle outside of the pipeline the only way to go.
Let's re-implement the save/load methods to save the whole pipeline instance, and move the current save functionality to a to_json method.
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."

When viewing a build that reconfigures pipelines, it's hard to tell which pipelines were actually changed:
Quick suggestion: highlight it in yellow, like the
getstep? Or the opposite - dim steps which had no changes to apply? No strong preference!This would likely involve emittin