-
Updated
Sep 20, 2021 - Go
continuous-delivery
Here are 888 public repositories matching this topic...
-
Updated
Sep 20, 2021 - Java
-
Updated
Sep 19, 2021 - Go
-
Updated
Aug 3, 2021 - Shell
-
Updated
Sep 17, 2021 - Go
-
Updated
Sep 10, 2021 - Go
-
Updated
Sep 20, 2021 - Java
-
Updated
Sep 20, 2021 - Java
Small typo
I think there is a typo here:
https://github.com/concourse/concourse/blob/8e89cfce2b501b408b0cb841e6a2dab77b8ebe13/worker/workercmd/guardian.go#L59
The purpose of this RemoveAll
call is to remove existing binaries that are older than it is bundled with. Surely guardian doesn't bundle old binaries :P
s/that/than/
We are using font-awesome V4 and should migrate to font-awesome V5 which comes with its own vue.js module: https://github.com/FortAwesome/vue-fontawesome
Migration includes removing old font-awesome V4 module and changing all existing icons to new vue.js tag.
This is blocked until #114 is merged which comes with first initial integration.
Is it possible to add a check if unleash variable is indeed a json, and disable the option of saving it unless it is?
For example, created a variable for a toggle and selected type to be a json, but I've inserted a string instead of a json and was able to save and pull the value.
{'name': 'test', 'payload': {'type': 'json', 'value': 'not a json'}, 'weightType': 'variable', 'enabled': True}
Summary
When creating docker images for Java applications in the current setup in Jenkins-X the application and all dependencies are all placed in one jar file, meaning it will be in one layer in the docker image.
This means that when new versions of the application are created the unchanged dependencies can't be reused.
It would be a great enhancement if the application code where p
-
Updated
Sep 13, 2021 - TypeScript
-
Updated
Sep 20, 2021 - Go
Environment
Liquibase Version:
4.1.0
Also latest master
Liquibase Integration & Version:
gradle, unknown version
Liquibase Extension(s) & Version:
Database Vendor & Version:
PostgreSQL: 12.X (occurs on all supported versions)
Operating System Type & Version:
MacOS 11.4 (20F71), but will occur on all supported OSs
Description
A clear and concis
-
Updated
Sep 17, 2021 - Go
Using #1671 as an example we could add unit tests for the flux create secret git/helm/tls --export
commands and validate the YAML output against golden file.
-
Updated
Aug 10, 2021 - Go
-
Updated
Oct 8, 2020
-
Updated
Sep 20, 2021 - Go
-
Updated
Aug 7, 2021 - Go
-
Updated
Aug 20, 2021 - Shell
-
Updated
Sep 14, 2021 - Ruby
-
Updated
Aug 1, 2021 - Java
I was thinking that we could extract the eslint config file into his own module so that we can easily reuse this across any OC related repo in the form of eslint extends.
This because we now have the @opencomponents organization and quite few repos, and i
Environment
- Client OS (e.g., Linux, macOS, Windows): Linux (I think)
- Keptn Version (
keptn version
): CLI is 0.8.7 and Server is 0.8.6 - Kubernetes Cloud Provider (e.g.
-
Updated
Oct 30, 2020 - PHP
-
Updated
Sep 7, 2021 - Go
stelligent / mu
While testing another PR, I found that mu pipeline logs
command displays information from the pipelines, but also shows this error:
$ mu pipeline logs
[... normal, expected output ...]
func1 ▶ ERROR ResourceNotFoundException: The specified log group does not exist.
status code: 400, request id: f7260741-7f69-4772-b4cc-7c6a9c22d264
This error does not occur with the `-f
Improve this page
Add a description, image, and links to the continuous-delivery topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the continuous-delivery topic, visit your repo's landing page and select "manage topics."
Summary
Deployments can be paused and resumed (spec.paused). We could create a lua action for Deployments to modify this field.
Motivation
An action that allows this would remove the kubectl access currently needed for doing this.
Proposal
Implement the lua script for a pause and resume action for Deployments.