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

Add domains compatiability #810

Merged
merged 1 commit into from
Mar 10, 2023
Merged

Add domains compatiability #810

merged 1 commit into from
Mar 10, 2023

Conversation

gerrod3
Copy link
Contributor

@gerrod3 gerrod3 commented Sep 15, 2022

Required PR: pulp/pulpcore#3190
[noissue]

@@ -37,10 +38,11 @@ class FileContent(Content):

relative_path = models.TextField(null=False)
digest = models.CharField(max_length=64, null=False)
domain = models.ForeignKey("core.Domain", default=get_default_domain, on_delete=models.PROTECT)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't we add this on the Content model?

[ ] Does not work with uniqueness constraints?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gerrod3 gerrod3 marked this pull request as ready for review November 22, 2022 05:40
@gerrod3 gerrod3 force-pushed the domains branch 3 times, most recently from 1647777 to 42a9821 Compare November 28, 2022 15:13
@gerrod3 gerrod3 changed the title [POC] Add domains compatiability Add domains compatiability Nov 29, 2022
@ggainey ggainey marked this pull request as draft January 24, 2023 14:26
@gerrod3 gerrod3 force-pushed the domains branch 4 times, most recently from af7155f to 14dc957 Compare February 20, 2023 16:52
@gerrod3 gerrod3 marked this pull request as ready for review February 21, 2023 01:55
@gerrod3 gerrod3 force-pushed the domains branch 5 times, most recently from 057c280 to ea75c5a Compare March 9, 2023 15:39
@gerrod3 gerrod3 merged commit aeaece7 into pulp:main Mar 10, 2023
@gerrod3 gerrod3 deleted the domains branch March 10, 2023 21:50
@gerrod3 gerrod3 restored the domains branch March 10, 2023 21:50
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.

2 participants