Actions
Refactor #730
closedweb.py search and destory!
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
2.7.0
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Pulp 2
Sprint:
April 2015
Quarter:
Description
This is blocked until all URLs are converted to Django. Most of the web.py code has been deleted as django code was added to replace it, but there are a few places where web.py controller code may still be around. Here are some known things that we need to do, but generally we need to get web.py out of here 100%.
Deliverables:
- Removal of python-webpy as a checked in dependency
- Remove web.py from being installed as a dep via the spec file
- Remove the web.py specific middlewares from the Python modules in webservices/middleware/
- Remove the framework router middleware altogether
- Move any decorators in use by Django out of webservices/controllers/decorators and into a new module in webservices/views/decorators. This will be a small set of the decorators, likely just the auth portions.
- Move any serializers in use by Django out of webservices/serializers/* and into a new module in webservices/views/serializers. This will be a small subset of the serizliers.
- Remove any web.py related tests. Look for test failures after removing it.
Related issues
Updated by bmbouter almost 10 years ago
- Related to Refactor #96: Convert pulp_puppet WSGI app to Django added
Updated by bmbouter almost 10 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
Updated by ipanova@redhat.com almost 10 years ago
- Assignee changed from bmbouter to ipanova@redhat.com
Updated by ipanova@redhat.com almost 10 years ago
- Status changed from ASSIGNED to POST
- Sprint/Milestone set to 15
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)
Added by ipanova@redhat.com almost 10 years ago
Added by ipanova@redhat.com almost 10 years ago
Revision 316a34b6 | View on GitHub
webpy search and destroy.
Updated by ipanova@redhat.com almost 10 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|316a34b6582d1ba2c27c5f81b16c842733e354cf.
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 rbarlow almost 9 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Actions
webpy search and destroy.
closes #730 https://pulp.plan.io/issues/730