Thomas B.
Thomas B.
Refactor the converter to accept multiple vcf files being uploaded and processed.
There's already support for [Bitbucket (Server) Pull Request](https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Generators-Pull-Request/#bitbucket-server) generators but the webhooks sent by Bitbucket are not processed. They just end up with an response saying "Webhook processing failed: event...
# Expected Behavior According to the [documentation](https://tekton.dev/docs/pipelines/pipelines/#when-expressions-using-aggregate-execution-status-of-tasks-in-finally-tasks) we use the `$(tasks.status)` as input for a when condition to guard the execution of a finally task. We'd expect the following task...
# Expected Behavior According to the documentation pipeline results can contain references to task results. If a task did not run because of it's whenConditions, the pipeline result is not...
### Description When using the registry with the S3 storage driver, write operations fail with an `s3aws: AccessDenied` error when bucket permissions are configured with an s3:prefix condition. This has...
## Is your feature request related to a problem? Please describe. We're running ggshield in a shell environment where color codes are not supported. The output is collected in a...
### Feature request I'd like to have timestamp information in the logs persisted by Tekton Results. Basically the equivalent of `kubectl logs --timestamps` Of course this should be opt-in and...
# Changes Adds a watcher CLI argument `logs_timestamps` which is passed through to the `tektoncd/cli/pkg/options` to collect container logs with timestamps. Requested in #671 /kind feature # Submitter Checklist These...