-
Updated
Jul 6, 2021 - Go
continuous-delivery
Here are 861 public repositories matching this topic...
-
Updated
Jul 6, 2021 - Java
-
Updated
Jul 1, 2021 - Go
-
Updated
Jul 6, 2021 - Go
-
Updated
Jul 1, 2021 - Shell
-
Updated
Jun 26, 2021 - Go
-
Updated
Jul 6, 2021 - Java
-
Updated
Jul 6, 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 6, 2021 - TypeScript
-
Updated
Jul 6, 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 2, 2021 - Go
-
Updated
Jun 29, 2021 - Go
We could add a field called status-selector to Flux get commands so that users can specify the status condition name and the desired state to filter the result.
The filter format could be flux get <kind> --status-selector=<condition-name>=<true|false|unknown> .
Print sources that are not ready:
flux get source all --status-selector=ready=false
Print Kustomizations with f
-
Updated
Oct 8, 2020
-
Updated
Dec 18, 2020 - Go
-
Updated
Jul 5, 2021 - Go
-
Updated
Jan 6, 2021 - Shell
-
Updated
Jun 23, 2021 - Ruby
-
Updated
Jun 11, 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
-
Updated
May 27, 2021 - Go
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
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."


Checklist:
argocd version.Describe the bug
Values from an Application CRD values block that overrides values from value files are not visualized under the App Details -> Parameters -> Parameters section.
**To Repro