-
Notifications
You must be signed in to change notification settings - Fork 102
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
UI: Updates Catalog store #221
Conversation
8f59c13
to
9ba29ac
Compare
9ba29ac
to
1cb89e2
Compare
/retest |
4 similar comments
/retest |
/retest |
/retest |
/retest |
1cb89e2
to
6cf5b73
Compare
/retest |
1 similar comment
/retest |
6cf5b73
to
6188510
Compare
6188510
to
e90c3f1
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.
Please address the minor changes else pr looks fine to me
e90c3f1
to
0acc197
Compare
ui/public/config.js
Outdated
@@ -1,4 +1,5 @@ | |||
window.config = { | |||
API_URL: 'https://api.hub.tekton.dev', | |||
GH_CLIENT_ID: '' | |||
GH_CLIENT_ID: '', | |||
API_VERSION: '' |
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.
Could you please update the config map and deployment manifest as well ??
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.
I guess we'll also have to update the start.sh
file by adding API_VERSION
there
0acc197
to
bb8c8b8
Compare
bb8c8b8
to
89698c7
Compare
Previously we were fetching catalogs details from resources now we are fetching it from `/catalogs` api Signed-off-by: Shiv Verma <[email protected]>
89698c7
to
2bb8151
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
@@ -1,4 +1,5 @@ | |||
window.config = { | |||
API_URL: 'https://api.hub.tekton.dev', | |||
GH_CLIENT_ID: '' | |||
GH_CLIENT_ID: '', | |||
API_VERSION: 'v1' |
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.
I think we shouldn't add this
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.
we should add this to keep v1
as default ,I guess otherwise catalog wouldn't able to access
Thanks 🤙 |
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: PuneetPunamiya 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 |
Previously we were fetching catalogs details from resources
in this patch we are fetching it from
/v1/catalogs
apiSigned-off-by: Shiv Verma [email protected]
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
See the contribution guide for more details.