Closed
Bug 1061143
Opened 11 years ago
Closed 11 years ago
Replace landfill
Categories
(addons.mozilla.org Graveyard :: Maintenance Scripts, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
2014-09
People
(Reporter: magopian, Assigned: davidbgk)
References
Details
(Whiteboard: [qa-])
Landfill is no more, long live landfill. So we need to have some replacement:
1/ some base data (addontypes, appversions...)
2/ some data to ease the development (addons, users, reviews...)
Some work has already been done on Zamboni:
- an initial fixture https://github.com/mozilla/zamboni/pull/2470
- a fake data generator https://github.com/mozilla/zamboni/pull/2426 (doc: https://wiki.mozilla.org/Marketplace/Fake_Data#Generating_Apps)
Some thoughts about that for Olympia:
- a base db dump (instead of a fixture which is harder to maintain) that would be in the git repository
- a fake data generator (using the same API as the one for Zamboni), maybe using factory_boy?
Ideally, we would be able to generate fake data for the following:
- users
- addons/themes
- versions
- user comments
- reviewers
- addon reviews
| Reporter | ||
Updated•11 years ago
|
Priority: -- → P1
Target Milestone: --- → 2014-09
| Reporter | ||
Comment 1•11 years ago
|
||
We also need to update the docs.
| Reporter | ||
Updated•11 years ago
|
| Assignee | ||
Comment 2•11 years ago
|
||
I'm taking the fake data generation part trying to stay as close as possible to https://wiki.mozilla.org/Marketplace/Fake_Data/App_Generator
Assignee: nobody → david
| Assignee | ||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 4•11 years ago
|
||
Please add STR here or mark it with [qa-] if no QA is needed.
| Assignee | ||
Updated•11 years ago
|
Whiteboard: [qa-]
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•