Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Allow GraphQL query to non-installed images (#2250)
This pull request is a follow-up of #2136. It has been observed that the `images(is_installed: Boolean)` GraphQL queries would fail to query `images(is_installed: false)` due to: https://github.com/lablup/backend.ai/blob/05da1590095a61677402211cc84e74a07340b276/src/ai/backend/manager/models/gql.py#L1175-L1176 **Checklist:** (if applicable) - [x] Milestone metadata specifying the target backport version - [x] Mention to the original issue - [ ] Installer updates including: - Fixtures for db schema changes - New mandatory config options - [ ] Update of end-to-end CLI integration tests in `ai.backend.test` - [ ] API server-client counterparts (e.g., manager API -> client SDK) - [ ] Test case(s) to: - Demonstrate the difference of before/after - Demonstrate the flow of abstract/conceptual models with a concrete implementation - [ ] Documentation - Contents in the `docs` directory - docstrings in public interfaces and type annotations <!-- readthedocs-preview sorna start --> ---- 📚 Documentation preview 📚: https://sorna--2250.org.readthedocs.build/en/2250/ <!-- readthedocs-preview sorna end --> <!-- readthedocs-preview sorna-ko start --> ---- 📚 Documentation preview 📚: https://sorna-ko--2250.org.readthedocs.build/ko/2250/ <!-- readthedocs-preview sorna-ko end -->
- Loading branch information