|
Add an index for db.charms.
Without the proper index, sorting mongo results fail.
* Add setup_mongo_indices and make it idempotent.
* Lots of tests.
* Change migration 'initialize' to call setup_mongo_indices.
* Add a migration for existing dbs.
* Drive by ugliness
The migration scripts, even long-lived ones like test_migrations.py, were
quite dirty lint-wise. Turns out the Makefile was excluding them explicitly.
Changed the lint target and then had to fix the old scripts.
https://code.launchpad.net/~bac/charmworld/bug-1278222/+merge/205655
(do not edit description out of merge proposal)
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+184 lines, -302 lines) |
Patch |
 |
M |
Makefile
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
[revision details]
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
charmworld/migrations/migrate.py
|
View
|
1
|
7 chunks |
+73 lines, -14 lines |
0 comments
|
Download
|
 |
M |
charmworld/migrations/test_migrate.py
|
View
|
1
|
7 chunks |
+33 lines, -10 lines |
0 comments
|
Download
|
 |
M |
charmworld/migrations/versions/019_fixed_mapping_for_interfaces.py
|
View
|
1
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
charmworld/migrations/versions/020_adds_type_field_to_existing_review_items.py
|
View
|
1
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
M |
charmworld/migrations/versions/021_drop_unproofed_bundles.py
|
View
|
1
|
1 chunk |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
M |
charmworld/migrations/versions/022_Remove_all_QA_questions_and_data.py
|
View
|
1
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
charmworld/migrations/versions/023_insert_new_questions.py
|
View
|
1
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
A |
charmworld/migrations/versions/024_create_charms_index.py
|
View
|
1
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
charmworld/migrations/versions/tests/test_migrations.py
|
View
|
1
|
2 chunks |
+16 lines, -184 lines |
0 comments
|
Download
|
 |
M |
charmworld/models.py
|
View
|
|
4 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
charmworld/testing/factory.py
|
View
|
1
|
4 chunks |
+22 lines, -3 lines |
0 comments
|
Download
|
 |
M |
charmworld/tests/test_models.py
|
View
|
1
|
3 chunks |
+18 lines, -1 line |
0 comments
|
Download
|
 |
M |
charmworld/views/helpers.py
|
View
|
|
3 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
Total messages: 4
|