-
Updated
Jul 29, 2021 - Go
continuous-delivery
Here are 873 public repositories matching this topic...
-
Updated
Jul 30, 2021 - Java
-
Updated
Jul 29, 2021 - Go
-
Updated
Jul 22, 2021 - Shell
-
Updated
Jul 30, 2021 - Go
-
Updated
Jul 29, 2021 - Go
-
Updated
Jul 30, 2021 - Java
-
Updated
Jul 30, 2021 - Java
Garden supports disabling privileged containers, and some users have configured it (see Discord message) - should we support that for the containerd runtime too?
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.
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
Hi all
We already released the addon-framework where we want to provide out-of the box integrations with third party tools. It would be super helpful if someone familiar with New Relic could assist on building the New Relic integration. The idea is to inform New Relic about changes via [New Relic Custom events](https://docs.newrelic.com/docs/telemetry-data-platform/ingest-apis/introduct
-
Updated
Jul 29, 2021 - TypeScript
-
Updated
Jul 29, 2021 - Go
Liquibase updateSQL command doesn't generate query for DropAllForeignKeyConstraints change type
Environment
Liquibase Version: 4.3.5
Liquibase Integration & Version: CLI, Liquibase test-harness v1.0.1
Liquibase Extension(s) & Version: na
Database Vendor & Version: any
Operating System Type & Version: Windows 10
Description
Liqu
-
Updated
Jul 30, 2021 - Go
-
Updated
Jul 17, 2021 - Go
All of our projects make use of Go 1.16, and io/ioutil has been deprecated since this version: https://golang.org/doc/go1.16#ioutil
We should remove all traces in our projects and replace them with the suggestions from the deprecation notice.
-
Updated
Oct 8, 2020
-
Updated
Jul 26, 2021 - Go
-
Updated
Dec 18, 2020 - Go
-
Updated
Jan 6, 2021 - Shell
-
Updated
Jul 30, 2021 - Ruby
-
Updated
Jul 15, 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
-
Updated
Oct 30, 2020 - PHP
With Keptn 0.8.4, when executing keptn auth without parameters, the following deprecation warning is shown:
$ keptn auth
W0622 09:12:38.907621 114793 warnings.go:70] extensions/v1beta1 Ingress is deprecated in v1.14+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
This is caused by the function GetKeptnEndpointFromIngress which is implemented in kubernetes-utils:
http
-
Updated
Jul 20, 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-7c6a9c22d264This 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
Add additional parameter to command
argocd app rollback [APP]that will perform rollback to previous release. As for now we need to find out previous revision ID from the history and then issue the rollback command.Motivation
In our CICD we deploy the app with
argocd app syncand then run the tests of the application. When the tests fail for any reason, in the next step o