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 We need to integrate `tkn-results` with `tkn`. ### Use case We tried integrating bundling results cli with tkn but commands are hidden.

kind/feature
lifecycle/frozen

## Docs Request We should document which parameters admins should adjust to improve the performance of Results at scale. Some things that we know that have cropped up: - Increasing...

priority/important-longterm
area/roadmap
kind/documentation
lifecycle/frozen

Bumps [github.com/grpc-ecosystem/go-grpc-middleware](https://github.com/grpc-ecosystem/go-grpc-middleware) from 1.3.0 to 1.4.0. Release notes Sourced from github.com/grpc-ecosystem/go-grpc-middleware's releases. v1.4.0 What's Changed Do not stop retrying based on earlier good message from the stream by @​kartlee in...

needs-rebase
release-note-none
size/L
ok-to-test
do-not-merge/hold
dependencies

# Expected Behavior The OpenAPI specification indicates that `RecordSummary` `starttime` is a [required value](https://github.com/tektoncd/results/blob/4ac116eafb978abdfca7a30923e5fd9d8a9069dc/docs/api/openapi.yaml#L429), and therefore would be expected to be populated with a valid DateTime corresponding to the Start...

kind/bug

### Feature request We need to add attestations for the release of the results. Not a priority for now but before going beta, we should do this. Then we will...

area/release
lifecycle/frozen

### Feature request Allow Tekton Results to use ElasticSearch as the log storage backend, with log forwarding delegated to Fluentd or equivalent. ### Use case Many production clusters are already...

kind/feature

### Feature request `tkn-results` should be tested alongside other code changes - both for unit testing and e2e testing. ### Use case - Ensure `tkn-results` is up to date with...

kind/feature
lifecycle/frozen

### Feature request When `tkn-results` is used with `--limit n` flag, no pageToken is returned, see the example below ``` $ tkn-results records list default/results/- --filter="data_type==PIPELINE_RUN&&data.metadata.name.startsWith('he')" --limit 5 Name Type...

kind/feature
good first issue

To fix SA1019 static check error given by Dependable Bot at [579](https://github.com/tektoncd/results/pull/579): , we: Change WithStreamServerChain to grpc.ChainStreamInterceptor Change WithUnaryServerChain to grpc.ChainUnaryInterceptor # Changes # Submitter Checklist These are the...

size/XS
release-note-none
kind/misc

### Feature request Currently, the `tkn-results` responses (get result/record/log in particular) are just API responses printed to the terminal. The response received is printed in JSON format and the important...

kind/feature