Task #2226
closedRename pulp.platform to pulp.app
100%
Description
As discussed over in https://pulp.plan.io/issues/2086#note-6, we stashed the new django code in the pulp.platform namespace. After a discussion earlier today about what to call pulp's django apps in platform and the plugins, we came up with the pretty simple scheme of <project>.app, since it's a short name and at least in the django context is a clear reference to this being a discoverable django app in django's app framework[0]. So, the pulp platform django app (currently named pulp.platform) should instead be called pulp.app, pulp_rpm's django app will be pulp_rpm.app, etc.
We'd like to do this sooner rather than later, which means we'd like to see current open pulp 3.0 PRs[1] get merged before making the switch so that the open PRs don't have to adjust to the coming change.
[0]: https://docs.djangoproject.com/en/1.8/ref/applications/
[1]: https://github.com/pulls?q=is%3Aopen+is%3Apr+user%3Apulp+label%3A3.0
Related issues
Updated by semyers about 8 years ago
- Related to Refactor #2088: create django models for lazy catalog and deferred downloads added
Updated by semyers about 8 years ago
- Related to Task #2092: Create django model(s) for progress reporting added
Updated by semyers about 8 years ago
- Related to Refactor #2109: Load Django DB settings from server.conf added
Updated by semyers about 8 years ago
- Related to Refactor #2087: create django models for task system added
Updated by semyers about 8 years ago
I added the issues related to the currently open pulp 3 PRs. We want to see those all be MODIFIED before this task is started.
Updated by semyers about 8 years ago
- Blocks Task #2194: Fix bash aliases for pulp 3 w/ postgres added
Updated by mhrivnak about 8 years ago
- Sprint/Milestone set to 26
Adding to the current sprint since the longer we wait to do it, the more painful it will be.
Updated by semyers about 8 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to semyers
- Sprint/Milestone deleted (
26)
Added by semyers about 8 years ago
Added by semyers about 8 years ago
Revision 523677d7 | View on GitHub
Rename pulp.platform to pulp.app
Updated by semyers about 8 years ago
- Status changed from ASSIGNED to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|523677d7244b7f3da98e47b7214d3e2c228efee9.
Updated by semyers about 8 years ago
Was POSTed as https://github.com/pulp/pulp/pull/2756 and https://github.com/pulp/devel/pull/11
Updated by semyers about 8 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
- Platform Release set to master
Rename pulp.platform to pulp.app
closes #2226 https://pulp.plan.io/issues/2226