-
Notifications
You must be signed in to change notification settings - Fork 6
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
ODC-7619: Add tekton results utils to aonic library #30
ODC-7619: Add tekton results utils to aonic library #30
Conversation
🦋 Changeset detectedLatest commit: b8adea9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
d1f7e6a
to
b5b5d60
Compare
177c9a7
to
8e78e0a
Compare
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
@lokanandaprabhu Add |
New changes are detected. LGTM label has been removed. |
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.
/approve
New changes are detected. LGTM label has been removed. |
df8f2b6
to
b8adea9
Compare
Story:
https://issues.redhat.com/browse/ODC-7619
Description:
Adding tekton results utils to aonic library and later we will use this in Openshit-console dynamic plugin.
Hooks:
useRuns
- Fetch data from both k8s and tekton resultsuseTektonResultsRuns
- Fetch data from tekton resultsusePipelineRuns
- Fetch PipelineRunsfrom both k8s and tekton resultsuseTRPipelineRuns
- Fetch PipelineRuns from tekton resultsuseTaskRuns
- Fetch TaskRuns from both k8s and tekton resultsuseTRTaskRuns
- Fetch TaskRuns from tekton resultsuseTRTaskRunLog
- Fetch tekton results TaskRuns logsusePipelineRunsForPipelineOrRepository
- Fetch PipelineRuns for Pipeline or Repository from both k8s and tekton resultsuseTaskRunsForPipelineRunOrTask
- Fetch TaskRuns for PipelineRun or Task from both k8s and tekton resultsUtils:
createTektonResultsUrl
- Create tekton results URLBuild and lint:
Tests: