-
Notifications
You must be signed in to change notification settings - Fork 931
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 support for fetching images across all projects (from Incus) #14260
base: main
Are you sure you want to change the base?
Add support for fetching images across all projects (from Incus) #14260
Conversation
Heads up @mionaalex - the "Documentation" label was applied to this issue. |
80348bf
to
9c8ceab
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.
The all-projects parameter should only change which resources are returned, it should not change the output format.
9c8ceab
to
a949a09
Compare
a949a09
to
5308878
Compare
This PR should be good to go. It adds support for the |
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 you please add something to reduce the number of images returned by the database when the caller is not authenticated?
Other than that I just have a few questions :)
Signed-off-by: Kadin Sayani <[email protected]>
Signed-off-by: Mahesh Punjabi <[email protected]> (cherry picked from commit 087e0b3701787e9ab237d57321aff329b706295b) Signed-off-by: Kadin Sayani <[email protected]> License: Apache-2.0
53c78dc
to
4b4ae6b
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.
Just a few nits that should be easy to fix :)
79816ce
to
3722085
Compare
Thanks for the review @markylaing :) I think I've addressed everything now. |
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.
Just a couple of last bits. Thanks :)
Signed-off-by: Mahesh Punjabi <[email protected]> (cherry picked from commit a3544074d69dd2438986311d2996a408deb5ad2e) Signed-off-by: Kadin Sayani <[email protected]> License: Apache-2.0
Signed-off-by: Kadin Sayani <[email protected]>
Signed-off-by: Mahesh Punjabi <[email protected]> (cherry picked from commit 34ae1bd35a1ea79fb78b06dd0de7eb5f70ccb4a6) Signed-off-by: Kadin Sayani <[email protected]> License: Apache-2.0
Signed-off-by: Kadin Sayani <[email protected]>
Signed-off-by: Mahesh Punjabi <[email protected]> (cherry picked from commit f5c5a8170106e94ed314f5761b4b91d9621acc65) Signed-off-by: Kadin Sayani <[email protected]> License: Apache-2.0
Signed-off-by: Kadin Sayani <[email protected]>
Signed-off-by: Kadin Sayani <[email protected]>
3722085
to
3a1f0a2
Compare
Should be good to go, thanks! |
Resolves #14126.
This PR adds support for fetching images across all projects by adding a query parameter
all-projects
.