-
Notifications
You must be signed in to change notification settings - Fork 151
add rhec source & pull rhec models using graphql #1330
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
add rhec source & pull rhec models using graphql #1330
Conversation
Signed-off-by: Adysen Rothman <[email protected]>
Signed-off-by: Adysen Rothman <[email protected]>
Signed-off-by: Adysen Rothman <[email protected]>
Signed-off-by: Adysen Rothman <[email protected]>
Signed-off-by: Adysen Rothman <[email protected]>
pboyd
left a comment
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.
Looks good!
Just one thing, can you add a rule to catalog/Makefile to generate the GraphQL client?
dhirajsb
left a comment
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.
Need targets in Makefile for graphql source and code generation.
Signed-off-by: Adysen Rothman <[email protected]>
Signed-off-by: Adysen Rothman <[email protected]>
Signed-off-by: Adysen Rothman <[email protected]>
Signed-off-by: Adysen Rothman <[email protected]>
pboyd
left a comment
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
dhirajsb
left a comment
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.
Can we link the genqclient/README.md from main README.md with a brief explanation of its purpose?
Will be adding a full README to the /catalog path in a separate pr with more information on model catalog as a whole and can add detail on the client. |
dhirajsb
left a comment
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
tarilabs
left a comment
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.
thanks a lot @adysenrothman !
I know it's minor comment, but I believe we need to contextualize this for upstream please, otherwise lgtm too
Signed-off-by: Adysen Rothman <[email protected]>
…del-registry into get-rhec-models
Signed-off-by: Adysen Rothman <[email protected]>
Signed-off-by: Adysen Rothman <[email protected]>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Al-Pragliola The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* add rhec source & pull rhec models using graphql Signed-off-by: Adysen Rothman <[email protected]> * replace graphql client & update source.yaml Signed-off-by: Adysen Rothman <[email protected]> * add testing Signed-off-by: Adysen Rothman <[email protected]> * cleanup logs and todo Signed-off-by: Adysen Rothman <[email protected]> * rm temp placeholder Signed-off-by: Adysen Rothman <[email protected]> * add graphql gen code to makefile Signed-off-by: Adysen Rothman <[email protected]> * add makefule targets Signed-off-by: Adysen Rothman <[email protected]> * resolve deps Signed-off-by: Adysen Rothman <[email protected]> * add context to genqlient and rhec sources Signed-off-by: Adysen Rothman <[email protected]> * work vendor Signed-off-by: Adysen Rothman <[email protected]> --------- Signed-off-by: Adysen Rothman <[email protected]> Signed-off-by: Taj010 <[email protected]>
* add rhec source & pull rhec models using graphql Signed-off-by: Adysen Rothman <[email protected]> * replace graphql client & update source.yaml Signed-off-by: Adysen Rothman <[email protected]> * add testing Signed-off-by: Adysen Rothman <[email protected]> * cleanup logs and todo Signed-off-by: Adysen Rothman <[email protected]> * rm temp placeholder Signed-off-by: Adysen Rothman <[email protected]> * add graphql gen code to makefile Signed-off-by: Adysen Rothman <[email protected]> * add makefule targets Signed-off-by: Adysen Rothman <[email protected]> * resolve deps Signed-off-by: Adysen Rothman <[email protected]> * add context to genqlient and rhec sources Signed-off-by: Adysen Rothman <[email protected]> * work vendor Signed-off-by: Adysen Rothman <[email protected]> --------- Signed-off-by: Adysen Rothman <[email protected]> Signed-off-by: Taj010 <[email protected]>
This PR adds the Red Hat Ecosystem Catalog as a source to the model catalog and adds functionality to retrieve models using RHEC graphql.
Description
How Has This Been Tested?
Merge criteria:
DCOcheck)ok-to-testhas been added to the PR.If you have UI changes