Closed
Bug 799280
Opened 12 years ago
Closed 11 years ago
configmanize middleware
Categories
(Socorro Graveyard :: Middleware, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
References
Details
A new middleware app that uses configurable wsgi backend and everything control from configman config options.
This will replace all the old middleware services (that wrap the implementations) with one generic app that handles it all and makes it possible to easily swap in and out implementations based on URL. E.g. /mware/search to use socorro.external.elasticsearch
Comment 1•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/74b1897926d23ae948c9e263afcf8c5ca306775e
bug 799280 - new configman based middleware_app r=twobraids
Comment 2•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/41e6fccc9a19b8b292664e5f9765bb927edea8cf
bug 799280 - regression - more careful transfer of date aliases
https://github.com/mozilla/socorro/commit/fc6a26fcafc86ce4c5124624c27c82110240be1f
bug 799280 - regression - fix for legacy way of using get_module()
https://github.com/mozilla/socorro/commit/6a5ebf81cf14014dc70fec016bf5c50c1cd17059
Merge pull request #868 from peterbe/bug799280-regression-broken-tests
bug 799280 - regression - more careful transfer of date aliases
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → peterbe
Comment 3•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/0c2ab54c5a7a6aa4c950ca9c2b5ebbfe399824eb
Bug 799280 - Fixed some of the old services.
https://github.com/mozilla/socorro/commit/e0d459ccd046a2f661822a2febd556c6c1ef7513
Merge pull request #869 from AdrianGaudebert/799280-fix-middleware
Bug 799280 - Fixed some of the old services.
Assignee | ||
Comment 4•11 years ago
|
||
This has now successfully been deployed on dev.
Assignee | ||
Comment 5•11 years ago
|
||
The new middleware app is deployed in prod.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Socorro → Socorro Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•