results icon indicating copy to clipboard operation
results copied to clipboard

Long term storage of execution results.

Results 88 results issues
Sort by recently updated
recently updated
newest added

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

kind/feature

The `completedRunGracePeriod` controlling for how long the pipelineruns are kept around before being pruned is a high level configuration option useful for the user. It is implemented as Watcher's cmd...

### Feature request Extend Results to store Kubernetes events that are related to a TaskRun or PipelineRun. ### Use case - Record cluster events related to pipelines for archiving purposes....

kind/feature

# Expected Behavior The results API server should have a watcher for the configmap. # Actual Behavior The results API server doesn't take into account changes done to configmap. We...

kind/feature

# Changes This fix the issue https://github.com/tektoncd/results/issues/522 Kubelet will modify the ownership and permissions of volume to 1001 which Postgres uses after setting `securityContext.fsGroup`. This pr will helper users who...

kind/bug
size/XS
release-note-none
ok-to-test
lifecycle/stale

### Feature request S3 client should be able to use AWS Web Identity provider ### Use case Drop reliance on Access credentials when in AWS and using IRSA.

kind/feature

Our [DEVELOPMENT.md](https://github.com/tektoncd/results/blob/main/docs/DEVELOPMENT.md) should be updated to include guidance on how to emulate the different log storage providers. Alternatively, we could add a separate doc that focuses on this topic. For...

kind/documentation

### Feature request A way for end users to attest our releases using rekor-cli like we do for [Triggers](https://github.com/tektoncd/triggers/releases) and [Pipeline](https://github.com/tektoncd/pipeline/releases) releases. Release pipelines need to be updated for this.

kind/feature
lifecycle/stale

### Feature request Tekton Results CLI should be released along with results manifests.

kind/feature
lifecycle/stale

# Expected Behavior Tekton's [OpenAPI specification for a Log](https://github.com/tektoncd/results/blob/3c1584325abb63bdf55020c7bed6e08052c002b1/docs/api/openapi.yaml#L414-L417) specified that `data` contains a value of type `string`. I would expect the OpenAPI specification to match the structure of the...

kind/bug
lifecycle/rotten