Skip to content
#

continuous-delivery

Here are 1,007 public repositories matching this topic...

THillebrand
THillebrand commented May 13, 2022

The (still undocumented) feature is great for our purpose, but can you add the same functionality to the post-update hook (in the same manner, of course)?

I have added a script to the post-update to check the database-version. If they not match, the script returns exit 1. It would be great if the post-update hook could log a error- or warning-message, so the slack-notification gets a message (l

sidewinder12s
sidewinder12s commented Jul 13, 2022
bug good first issue GHC-2022
kberzinch
kberzinch commented Dec 30, 2021

Summary

If there is a global default-get-timeout set on the web node, it is not possible to override that timeout for the implicit get step that is used to pull the image_resource configured on a task.

Steps to reproduce

Start up Concourse with default-get-timeout set very low

$ wget https://concourse-ci.org/docker-compose.yml

$ echo "      CONCOURSE_DEFAULT_GET
michelvocks
michelvocks commented Jan 30, 2019

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.

enhancement help wanted good first issue blocked
jx
ankitm123
ankitm123 commented Jul 5, 2022

Golang supports only 2 major releases: https://endoflife.date/go
Go 1.19 is expected to be out in August 2022.
We should start the upgrade process to go 1.18, before go 1.17 becomes unsupported (expected in August 2022).

Before upgrading , we need to upgrade the version of golang in the catalog repository:
example (there are other files as well): https://github.com/jenkins-x/jx3-pipeline-ca

help wanted good first issue priority/important-soon area/plumbing
wonderflow
wonderflow commented Jul 13, 2022

Addon is actually a bunch of yaml, it will help you deploy. What if we have a command that help render these yamls:

vela addon enable velaux --dry-run

And it prints all those yamls, then you can apply them?

vela addon enable velaux --dry-run > addon-manifest.yaml
kubectl apply -f addon-manifest.yaml

_Originally posted by @wonderflow in https://github.com/kubevela/k

good first issue priority/nice-to-have area/addon
flux2
hiddeco
hiddeco commented Apr 19, 2022

In #2649, all our dependencies except this module in the Azure related end-to-end tests were updated, as it contains a breaking change.

tfinstall has been removed and needs to be replaced with https://github.com/hashicorp/hc-install. We call it exactly one time in [azure_test.go](https://github.com/

good first issue area/build
cml
growthbook
jdorn
jdorn commented Jul 7, 2022

If you add multiple projects in GrowthBook, the dropdown list in the left navigation is sorted by creation date. We should instead sort them alphabetically. The dropdown is rendered in packages/front-end/components/Layout/ProjectSelector.tsx

good first issue
github-pages-deploy-action
jamsman94
jamsman94 commented May 7, 2022

Is your enhancement proposal related to a problem? Please describe.
For now, there are no connectivity test for jira integration. This will cause problem if the user is integrating with the wrong credential.

Describe the solution you'd like
Add a connectivity test API for jira integration which will take the integration info as input and returns if the API call to jira can be made suc

enhancement good first issue
keptn
thisthat
thisthat commented May 11, 2022

User Story

As a user, I'd like to know on which day a sequence/task was executed.

Technical Details

In the sequence screen, stages have below them the timestamp of when a sequence was executed for that stage. Similarly, next to the task a timestamp is shown. The format is always HH:MM.

In the best-case, it's usually clear that the sequence was executed within the same day (but you wou

good first issue bridge.2.0 type:improvement

Improve this page

Add a description, image, and links to the continuous-delivery topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more