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

When I launch: ```bash cdsctl workflow run-delete -n PROJECT my-workflow-name 315 # or cdsctl workflow run-delete --no-interactive PROJECT my-workflow-name 315 ``` it asks for confirmation ```bash ? Are you sure...

Max DB connections is set to 20. After some running period I see DB connections is growing to more than 100. I'm using Postgres as DB. DB currently have a...

bug

In the following conditional, the Boolean expressions at both sides of the && operator are identical https://github.com/ovh/cds/blob/77a1606908ee7113a5d23a1f1c0e89211904f6a9/engine/api/workflow/dao.go#L1088-L1090 It seems to be a typo in the slice index: one should be...

Also when using this webhook it seems it is not reacting on pullrequest:created event. only works if you use repository:push _Originally posted by @ebo-bpi in https://github.com/ovh/cds/issues/6292#issuecomment-1254193655_

1. Description 1. Related issues 1. About tests 1. Mentions @ovh/cds

1. Description 1. Related issues 1. About tests 1. Mentions @ovh/cds

1. Description 1. Related issues 1. About tests 1. Mentions @ovh/cds

Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.5.4 to 0.7.7. Changelog Sourced from github.com/hashicorp/go-retryablehttp's changelog. 0.7.7 (May 30, 2024) BUG FIXES: client: avoid potentially leaking URL-embedded basic authentication credentials in logs (#158) 0.7.6 (May...

dependencies
go

Hello, I'm struggling a bit to setup CDS in a production state and make it available accross my network. I'm using nginx proxy manager in a container. This is how...