-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation of Summary/Aggregation API in Tekton results #642
Conversation
Skipping CI for Draft Pull Request. |
ee41c8e
to
353e533
Compare
The following is the coverage report on the affected files.
|
353e533
to
dd1fd69
Compare
The following is the coverage report on the affected files.
|
dd1fd69
to
7b78f5c
Compare
The following is the coverage report on the affected files.
|
Signed-off-by: Avinal Kumar <[email protected]>
7b78f5c
to
124cbcf
Compare
The following is the coverage report on the affected files.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks good, minor code changes required along with godoc annotations and unit tests.
124cbcf
to
50b33b7
Compare
The following is the coverage report on the affected files.
|
50b33b7
to
846f51a
Compare
The following is the coverage report on the affected files.
|
846f51a
to
6527a9e
Compare
The following is the coverage report on the affected files.
|
6527a9e
to
cc12aa1
Compare
The following is the coverage report on the affected files.
|
cc12aa1
to
5ba99cf
Compare
The following is the coverage report on the affected files.
|
@avinal needs a release-note entry I think 👼🏼 |
- returns aggregations: total, statuses, avg, max, min and total duration - Grouped aggregations on namespace, pipeline and time duration - ordered response based on fields - added clusterrole permission entries - added docs for summary and aggreagtion API Signed-off-by: Avinal Kumar <[email protected]> Co-authored-by: Khurram Baig <[email protected]>
5ba99cf
to
5da12e9
Compare
The following is the coverage report on the affected files.
|
/approve |
[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:
Approvers can indicate their approval by writing |
1 similar comment
[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:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/kind feature |
- Implemented in tektoncd/results#642 and released in `v0.9.0` Signed-off-by: Avinal Kumar <[email protected]>
- Implemented in tektoncd/results#642 and released in `v0.9.0` Signed-off-by: Avinal Kumar <[email protected]>
Changes