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 global distribution commands #527

Merged
merged 1 commit into from
Jul 15, 2022
Merged

Conversation

gerrod3
Copy link
Contributor

@gerrod3 gerrod3 commented Jul 8, 2022

fixes: #517

Please be sure you have read our documentation on code contributions:
https://docs.pulpproject.org/pulp_cli/contributing/#code-conventions

@gerrod3 gerrod3 force-pushed the global-distro branch 2 times, most recently from 9dbc170 to dcba05d Compare July 8, 2022 01:11
@@ -227,6 +227,13 @@ class PulpContentRedirectContentGuardContext(PulpEntityContext):
ID_PREFIX = "contentguards_core_content_redirect"


class PulpDistributionContext(PulpEntityContext):
Copy link
Member

Choose a reason for hiding this comment

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

Should we have all the Distributions inherit from this? (I know there is little value in this unless we have some fancy extra methods or NULLABLES here.)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I would say we leave it as is now and in the future we find extra bits that need to be shared we move it to common and have others inherit.

@mdellweg mdellweg merged commit 2e900c7 into pulp:main Jul 15, 2022
@gerrod3 gerrod3 deleted the global-distro branch July 15, 2022 21:59
@mdellweg mdellweg added this to the 0.15.0 milestone Jul 17, 2022
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.

Add global distribution list command
2 participants