-
Notifications
You must be signed in to change notification settings - Fork 9
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
chore(RHTAPWATCH-634): request ODCS compose #17
Conversation
@Omeramsc changed to draft so that others won't spend time reviewing it until we made the changes we discussed this morning. |
ac434ca
to
0939e2b
Compare
0939e2b
to
1acb0ae
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.
Great progress! I've added some comments.
@Omeramsc you need to rebase this to get a build from RHTAP |
Implement ODCSRequestor, allowing requesting ODCS for multiple compose files, per number of sources. Signed-off-by: Omer <[email protected]>
1acb0ae
to
60d0a42
Compare
@Omeramsc can you verify that you're able to use the code you wrote here to request a compose of some sort? You can use the equivalent inputs to what we have here: https://github.com/redhat-appstudio/tools/blob/main/generate_compose/odcs_ping.py#L33-L34 |
Verified working |
Implement ODCSRequestor, allowing requesting ODCS
for a compose file.