-
Notifications
You must be signed in to change notification settings - Fork 164
feat(BA-4141): Migrate Image legacy GQL mutation to strawberry
#8417
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
Draft
jopemachine
wants to merge
20
commits into
BA-4131
Choose a base branch
from
BA-4141
base: BA-4131
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add SearchImagesAction for batch loading images with BatchQuerier: - Add ImageListResult type for search results - Add search_images method to ImageDBSource and ImageRepository - Add SearchImagesAction with BatchQuerier support - Register search_images processor in ImageProcessors Part of BEP-1039: Image ID Based Service Logic Migration (Stage 1) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Add SearchImagesAction for batch loading images with BatchQuerier: - Add ImageListResult type for search results - Add search_images method to ImageDBSource and ImageRepository - Add SearchImagesAction with BatchQuerier support - Register search_images processor in ImageProcessors Part of BEP-1039: Image ID Based Service Logic Migration (Stage 1) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add image DataLoader for batch loading images by IDs: - Add ImageConditions and ImageOrders classes for query building - Add load_images_by_ids DataLoader function - Register image_loader in DataLoaders class Part of BEP-1039: Image ID Based Service Logic Migration (Stage 1) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Merge AliasImageByIdAction into alias_image.py - Merge ClearImageCustomResourceLimitByIdAction into clear_image_custom_resource_limit.py - Merge ForgetImageByIdAction into forget_image.py - Merge PurgeImageByIdAction into purge_images.py - Delete separate ById action files - Update imports in service.py, processors.py, and gql_legacy/image.py Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: octodog <mu001@lablup.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
resolves #8416 (BA-4141)
AliasImagealias_image(image_id-based)ClearImagescontainer_registryservice, notimageservice.DealiasImagedealias_imageForgetImageforget_image(image_id-based)ForgetImageByIdforget_imageModifyImagemodify_image(image_id-based)PurgeImageByIdpurge_imageRescanImagescontainer_registryservice. Requires background task manager.UntagImageFromRegistryuntag_image_from_registryChecklist: (if applicable)
ai.backend.testdocsdirectory📚 Documentation preview 📚: https://sorna--8417.org.readthedocs.build/en/8417/
📚 Documentation preview 📚: https://sorna-ko--8417.org.readthedocs.build/ko/8417/