cd
Here are 645 public repositories matching this topic...
-
Updated
Dec 1, 2020 - Java
-
Updated
Dec 7, 2019 - Shell
-
Updated
Nov 10, 2020 - Shell
-
Updated
Aug 6, 2020 - Go
-
Updated
Nov 30, 2020 - Ruby
-
Updated
Jul 31, 2020 - Clojure
-
Updated
Aug 11, 2020 - Go
-
Updated
Nov 12, 2020 - Dockerfile
-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Oct 23, 2020 - Shell
-
Updated
Apr 10, 2020
-
Updated
Apr 11, 2019 - Go
-
Updated
Dec 1, 2020 - Go
Look into and create a POC of a public github action using rok8s-scripts
-
Updated
Nov 16, 2020 - Go
I've created a provisioning script and a client wrapper for the Bullet Train API which throws an exception when attempting to parse the response from /api/v1/users/init/ as it seems to only return a text body of, "ADMIN USER CREATED".
Ideally, when the Accept header is set to application/json, the API could return either a 201 Created response with no body or the same message as a JSON
Bug report
Expected behaviour?
All projects should be included or excluded without any delay.
Actual behaviour?
All projects are included or excluded with a noticeable delay.
Steps to reproduce?
- Add a feed with lots of projects (mine has ~140 projects)
- Click the "exclude all" button
This is because it loops through all projects and triggers an include/exclude
-
Updated
Nov 25, 2020 - Python
Improve this page
Add a description, image, and links to the cd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cd topic, visit your repo's landing page and select "manage topics."


Found that if all pods end up on the same node (just happened to me) nothing works well at least on our cluster due to hairpin issues. Any chance the yaml could have anti-affinity set for the pods so they don't end up on the same node by accident?