Closed
Bug 1097988
Opened 11 years ago
Closed 11 years ago
Teach crashstats/crashstats/models.py about dataservices and create dataservice model
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: selenamarie, Unassigned)
References
Details
Modify crashstats/api to directly use dataservices objects.
Comment 1•11 years ago
|
||
I think this incorrectly labelled. The crashstats/api/*.py gets its data from the classes in crashstats/crashstats/models.py and so does crashstats/crashstats/views.py.
We should keep that "API".
Is that vague or useless thinking? I can elaborate more.
Reporter | ||
Comment 2•11 years ago
|
||
selena@taiping:~/repos/puppet/trunk/modules/socorro/manifests/stage$ svn commit ../../templates/stage/etc-socorro/local.py.erb
Sending templates/stage/etc-socorro/local.py.erb
Transmitting file data .
Committed revision 98989.
Summary: Teach crashstats/api about dataservices → Teach crashstats/crashstats/models.py about dataservices and create dataservice model
Comment 3•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/235628b1291aefc89f476b84971e435490aede64
Fixes bug 1097988 - adds bugs_service.Bugs into Django API
* Adding config file to APP_CONFIG with different root
* Adding local.py-dist config for dataservice ini and pwd to ci.sh for testing
* add dataservice.ini-dist copy to django boostrap.sh
* Moving config -dist copy into scripts/bootstrap.sh for django support
* Change SignaturesByBugs to use dataservice Bugs
* Add memoize function and push a couple config options into dataservice for caching
* Removed tests for dont_cache
https://github.com/mozilla/socorro/commit/4db19e1f0da6a5b0d303db4a42a263cc8106d6f6
Merge pull request #2506 from selenamarie/bug1097988-dataservices-in-api
Fixes Bug1097988 dataservices in api
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•