tektoncd / results

Long term storage of execution results.
Apache License 2.0
78 stars 74 forks source link

Implementation of Summary/Aggregation API in Tekton results #642

Closed avinal closed 9 months ago

avinal commented 1 year ago

Changes

Added a new api endpoint for fetching summary and aggregation for list of records. Now you can directly get aggreagation data for a given list of records without fetching and processing on the client side.
tekton-robot commented 1 year ago

Skipping CI for Draft Pull Request. If you want CI signal for your change, please convert it to an actual PR. You can still manually trigger a test run with /test all

tekton-robot commented 1 year ago

The following is the coverage report on the affected files. Say /test pull-tekton-results-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/api/server/v1alpha2/lister/aggregator.go Do not exist 4.5%
pkg/api/server/v1alpha2/summary.go Do not exist 0.0%
tekton-robot commented 12 months ago

The following is the coverage report on the affected files. Say /test pull-tekton-results-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/api/server/v1alpha2/lister/aggregator.go Do not exist 4.4%
pkg/api/server/v1alpha2/summary.go Do not exist 0.0%
tekton-robot commented 12 months ago

The following is the coverage report on the affected files. Say /test pull-tekton-results-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/api/server/v1alpha2/lister/aggregator.go Do not exist 4.4%
pkg/api/server/v1alpha2/summary.go Do not exist 0.0%
tekton-robot commented 12 months ago

The following is the coverage report on the affected files. Say /test pull-tekton-results-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/api/server/v1alpha2/lister/aggregator.go Do not exist 4.4%
pkg/api/server/v1alpha2/summary.go Do not exist 0.0%
tekton-robot commented 11 months ago

The following is the coverage report on the affected files. Say /test pull-tekton-results-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/api/server/v1alpha2/lister/aggregator.go Do not exist 17.3%
pkg/api/server/v1alpha2/summary.go Do not exist 0.0%
tekton-robot commented 11 months ago

The following is the coverage report on the affected files. Say /test pull-tekton-results-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/api/server/v1alpha2/lister/aggregator.go Do not exist 27.2%
pkg/api/server/v1alpha2/summary.go Do not exist 0.0%
tekton-robot commented 11 months ago

The following is the coverage report on the affected files. Say /test pull-tekton-results-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/api/server/v1alpha2/lister/aggregator.go Do not exist 27.4%
pkg/api/server/v1alpha2/summary.go Do not exist 0.0%
tekton-robot commented 11 months ago

The following is the coverage report on the affected files. Say /test pull-tekton-results-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/api/server/v1alpha2/lister/aggregator.go Do not exist 27.6%
pkg/api/server/v1alpha2/summary.go Do not exist 0.0%
tekton-robot commented 10 months ago

The following is the coverage report on the affected files. Say /test pull-tekton-results-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/api/server/v1alpha2/lister/aggregator.go Do not exist 28.0%
pkg/api/server/v1alpha2/summary.go Do not exist 0.0%
vdemeester commented 10 months ago

@avinal needs a release-note entry I think 👼🏼 /approve

tekton-robot commented 9 months ago

The following is the coverage report on the affected files. Say /test pull-tekton-results-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/api/server/v1alpha2/lister/aggregator.go Do not exist 28.0%
pkg/api/server/v1alpha2/summary.go Do not exist 0.0%
sayan-biswas commented 9 months ago

/approve

tekton-robot commented 9 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: sayan-biswas, vdemeester

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/tektoncd/results/blob/main/OWNERS)~~ [sayan-biswas,vdemeester] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
tekton-robot commented 9 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: sayan-biswas, vdemeester

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/tektoncd/results/blob/main/OWNERS)~~ [sayan-biswas,vdemeester] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
khrm commented 9 months ago

/kind feature