Skip to content
#

continuous-delivery

Here are 987 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

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
unleash
romanvog
romanvog commented Aug 30, 2021

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}

jx
ankitm123
ankitm123 commented Jan 5, 2022

Not sure what the error is, but lint passes in the CI and locally even if exported structs dont have comments.
Most probably, it's an issue with the golangci yaml config we use.

Also we use revive instead of golint (which is deprecated), may be some setting in revive needs to be enabled?

If we check the goreport card, we can see the issues: https://goreportcard.com/report/github.com/jenkins

help wanted good first issue area/quality
Somefive
Somefive commented May 25, 2022

Is your feature request related to a problem? Please describe.

In KubeVela v1.4, we have authentication and authorization based on Kubernetes Impersonation and RBAC mechanism. The impersonation will be triggered when application wants to get/create/update/delete resources in clusters, wh

good first issue area/component priority/nice-to-have area/auth
flux2
stefanprodan
stefanprodan commented May 24, 2022

We need to add a new arg (string array) to flux create source git and flux create source bucket that populates the ignore spec filed, each arg would add a new line to the ignore value e.g.:

flux create source git podinfo \
--url=https://github.com/stefanprodan/podinfo \
--branch=master \
--ignore-path=".git/" \
--ignore-path=".github/" \
--export

The above command will

good first issue area/UX
growthbook
github-pages-deploy-action
flipt
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
agola

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