Actions
Refactor #96
closedConvert pulp_puppet WSGI app to Django
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
2.7.0
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Pulp 2
Sprint:
March 2015
Quarter:
Description
This is part of the Django conversion work. The pulp_puppet has its own WSGI app [0] that is separate from the WSGI app used by platform. The pulp_puppet WSGI app currently uses web.py and needs to be converted to Django. This should be straightforward as the WSGI app has a single, GET style URL handler. Unlike the platform conversion, this will not contain a backwards compatible web.py vs Django.py.
Deliverables:¶
- Setup a Django WSGI app with a settings file entry point.
- Replace the WSGI app with a Django WSGI app
- Convert the URL and update the tests to match
- Remove all references to web.py in the puppet codebase since it will soon be deleted
Related issues
Updated by rbarlow about 10 years ago
- Project changed from Pulp to Puppet Support
Updated by bmbouter almost 10 years ago
- Sprint/Milestone deleted (
12)
This never got started so I'm removing from Feb sprint and leaving Sprint Candidate set.
Updated by bmbouter almost 10 years ago
- Related to Refactor #730: web.py search and destory! added
Updated by bmbouter almost 10 years ago
- Tags Groomed added
- Tags deleted (
Sprint Candidate)
Updated by bmbouter almost 10 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
Updated by bmbouter almost 10 years ago
- Assignee changed from bmbouter to dkliban@redhat.com
- Sprint/Milestone set to 14
Added by dkliban@redhat.com almost 10 years ago
Updated by dkliban@redhat.com almost 10 years ago
- Status changed from ASSIGNED to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 9194cee3db6da3c6563a21b09352ba09e988875f.
Updated by bmbouter almost 10 years ago
- Groomed set to Yes
- Tags deleted (
Groomed)
Updated by bmbouter almost 10 years ago
- Sprint Candidate set to Yes
- Tags deleted (
Sprint Candidate)
Updated by dkliban@redhat.com almost 10 years ago
- Platform Release set to 2.7.0
Updated by dkliban@redhat.com over 9 years ago
- Status changed from MODIFIED to 5
Updated by dkliban@redhat.com about 9 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Actions
Converted puppet forge to use Django web framework
Closes #96