Closed
Bug 1508137
Opened 6 years ago
Closed 5 years ago
Consider convert MethodViews to module functions to attend API requests.
Categories
(Release Engineering Graveyard :: Applications: Balrog (backend), enhancement, P3)
Release Engineering Graveyard
Applications: Balrog (backend)
Tracking
(Not tracked)
RESOLVED
MOVED
People
(Reporter: asilva, Unassigned)
References
Details
Currently https://github.com/mozilla/balrog/blob/master/auslib/web/admin/views/mapper.py holds module functions to attend all endpoints, working as a proxy to MethodViews.
Consider progressivelly move code from MethodViews to modules, like in https://github.com/mozilla/balrog/blob/master/auslib/web/admin/emergency_shutoff.py.
Once all endpoints are migrated, would be a good trigger to bugs like: Bug 1313742.
Updated•6 years ago
|
Priority: -- → P3
Comment 1•5 years ago
|
||
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → MOVED
Updated•5 years ago
|
Product: Release Engineering → Release Engineering Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•