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

Relate restricted runs to CatalogQuery objects (ENT-9405) #947

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

pwnage101
Copy link
Contributor

@pwnage101 pwnage101 commented Sep 19, 2024

Two main parts of this:

  1. Pre-fetch restricted runs from discovery as needed. This is required because they might not yet be imported into the database at the time we are processing a CatalogQuery which allows them, but we need them imported at that point in time so that we can relate them to the CatalogQuery.
  2. Actually create a new M2M relationship between ContentMetadata and CatalogQuery, and relate restricted runs to queries as defined in the content filter (original goal of this ticket).

ENT-9405

@pwnage101 pwnage101 changed the title Pwnage101/ent 9405 Relate restricted runs to CatalogQuery objects (ENT-9405) Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant