cds icon indicating copy to clipboard operation
cds copied to clipboard

Enterprise-Grade Continuous Delivery & DevOps Automation Open Source Platform

Results 149 cds issues
Sort by recently updated
recently updated
newest added

``` Reading configuration from vault @ https://vault:8200/ WARN[0000] vault> no value found at "/secret/cds/conf" Starting service api Unable to init service api: Invalid secret key. It should be 32 bits...

feature

Hey, Trying to investigate to help, I added the trace level logs to CDS (I can do a pull request for this also if you are interested about this feature)...

bug

Loose filter when navigate into pipelines. Sometime filter choices are still visible but the list is not filtered.

feature
ui

Hi Is there any way to add metadata to a pipeline run so it will be visible in the UI? I wish to add a link to the Jira ticket...

feature

Would be useful to have 2 new worker actions: - `worker skip_step [n]` (`n` defaults to 1) skips the `n` next job steps; - `worker end_job` successfully ends the current...

feature

`/queue/workflows` returns all informations about all jobs / steps / parameter... To prevent the marshalling time from increasing too quickly with the number of jobs in the queue, the GET...

refactor

example: User add a label foo on Job Requirement User run a worker with worker --restriction=label:foo --restriction=binary:go cc @gwleclerc

feature