Skip to content
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

Optimize category-related resolvers. #15963

Merged
merged 9 commits into from
May 15, 2024

Conversation

fowczarek
Copy link
Member

I want to merge this change because port #15725

Impact

  • New migrations
  • New/Updated API fields or mutations
  • Deprecated API fields or mutations
  • Removed API types, fields, or mutations

Docs

  • Link to documentation:

Pull Request Checklist

  • Privileged queries and mutations are either absent or guarded by proper permission checks
  • Database queries are optimized and the number of queries is constant
  • Database migrations are either absent or optimized for zero downtime
  • The changes are covered by test cases
  • All new fields/inputs/mutations have proper labels added (ADDED_IN_X, PREVIEW_FEATURE, etc.)
  • All migrations have proper dependencies
  • All indexes are added concurrently in migrations
  • All RunSql and RunPython migrations have revert option defined

@fowczarek fowczarek added the 3.17 label May 10, 2024
@fowczarek fowczarek self-assigned this May 10, 2024
@db-queries
Copy link

db-queries bot commented May 10, 2024

Here is the report for 7fe638d (saleor:PE-167-Optimize-categories-resolvers-in-3-17)
Missing base report (9ebf22b). The results couldn't be compared.

No differences were found.

@fowczarek fowczarek requested a review from a team May 10, 2024 13:27
@kadewu kadewu requested a review from a team May 10, 2024 17:00
@fowczarek fowczarek force-pushed the PE-167-Optimize-categories-resolvers-in-3-17 branch from af25786 to 7fe638d Compare May 13, 2024 10:56
@fowczarek fowczarek merged commit 0e68bab into 3.17 May 15, 2024
4 checks passed
@fowczarek fowczarek deleted the PE-167-Optimize-categories-resolvers-in-3-17 branch May 15, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants