results
results copied to clipboard
Long term storage of execution results.
# Expected Behavior After setting `-auth_mode` to `insecure` in watcher deployment, watcher communicates with API server with no auth required. ``` containers: - args: - -api_addr - tekton-results-api-service.tekton-pipelines.svc.cluster.local:8080 - -auth_mode...
### Feature request As a consumer of tekton results, the project we are working on employs use of [Checkov](https://www.checkov.io/) to help monitor cloud infrastructure configuration for various best practices. In...
Currently doc mix-use Result UID as both name and UID of result. The terminology should be sorted out, otherwise users may get confused. ## About terminology ### name of `Result`...
# Expected Behavior Pipelinerun control shouldn't allow results annotation to be ignored. It should ignore all annotations apart from the one for summaries. # Actual Behavior Creating a pipelinerun with...
# Changes - remove uid from parameter, replace with _-name instead - fix openapi syntax warnings - remove markdown docs for Openapi, difficult to maintain and did not server any...
1. Presently in tekton results, we do have zap logging configured in both API server and Watcher, but the configuration process in the knative based watcher is not uniform with...
This epic contains bugs or missing features in current filtering. After merging of PR #404 many bugs related to inconsistencies in filtering and ordering were fixed, but many older filters...
# Changes This PR makes the cel2sql package more generic, introducing a new `View` abstraction. This allows us to decouple what we expose for the Results' API `filters` and the...
@afrittoli Shared: ``` The Tekton Pipeline project is preparing for its v1.0 release. We discussed this during the Pipeline WG today, and one of the points that was brought up...
### Feature request Integrate the `tkn-results` docs with our main documentation, with the goal of having this appear on https://tekton.dev/docs/results/. ### Use case - Help developers/cluster admins interact with Results...