Migration from old style delete to new style delete ("trash")
Bug #670700 reported by
Vincenzo Di Somma
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu One Servers |
Triaged
|
Medium
|
Unassigned | ||
desktopcouch |
Fix Released
|
High
|
Unassigned | ||
desktopcouch (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
We need to provide hooks and scripts to migrate from content deleted just with the "deleted" flag to the content moved to the "trash" database.
Related branches
lp://staging/~vds/desktopcouch/simple_migration_infrastructure
- Chad Miller (community): Approve
- Manuel de la Peña (community): Approve
- Eric Casteleijn (community): Approve
-
Diff: 308 lines (+263/-1)5 files modifiedbin/desktopcouch-get-port (+5/-0)
desktopcouch/migration/__init__.py (+80/-0)
desktopcouch/migration/tests/__init__.py (+1/-0)
desktopcouch/migration/tests/test_migration.py (+176/-0)
runtests.py (+1/-1)
lp://staging/~thisfred/desktopcouch/migrate_or_bust
- Martin Albisetti (community): Approve
- Vincenzo Di Somma (community): Approve
-
Diff: 356 lines (+109/-103)6 files modifiedbin/desktopcouch-get-port (+0/-2)
desktopcouch/application/migration/__init__.py (+40/-35)
desktopcouch/application/migration/tests/test_migration.py (+61/-60)
desktopcouch/application/platform/linux/__init__.py (+1/-0)
desktopcouch/application/start_local_couchdb.py (+6/-3)
desktopcouch/records/database.py (+1/-3)
Changed in desktopcouch: | |
status: | New → Confirmed |
status: | Confirmed → Triaged |
importance: | Undecided → Medium |
Changed in ubuntuone-servers: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in desktopcouch: | |
assignee: | nobody → Vincenzo Di Somma (vds) |
Changed in ubuntuone-servers: | |
assignee: | nobody → Eric Casteleijn (thisfred) |
milestone: | none → post-m-cleanup |
Changed in desktopcouch: | |
milestone: | none → 1.0 |
Changed in desktopcouch (Ubuntu): | |
status: | New → Triaged |
assignee: | nobody → Vincenzo Di Somma (vds) |
milestone: | none → natty-alpha-1 |
Changed in desktopcouch: | |
status: | Triaged → Fix Committed |
Changed in desktopcouch: | |
status: | Fix Committed → In Progress |
Changed in desktopcouch: | |
assignee: | Vincenzo Di Somma (vds) → Eric Casteleijn (thisfred) |
Changed in desktopcouch: | |
status: | In Progress → Fix Committed |
Changed in desktopcouch: | |
status: | Fix Committed → In Progress |
Changed in desktopcouch: | |
status: | In Progress → Fix Committed |
Changed in desktopcouch (Ubuntu): | |
importance: | Undecided → High |
status: | Triaged → In Progress |
Changed in desktopcouch (Ubuntu): | |
assignee: | Vincenzo Di Somma (vds) → Eric Casteleijn (thisfred) |
Changed in desktopcouch (Ubuntu): | |
milestone: | natty-alpha-1 → natty-alpha-2 |
Changed in desktopcouch (Ubuntu): | |
status: | In Progress → Fix Released |
Changed in desktopcouch: | |
status: | Fix Committed → Fix Released |
Changed in ubuntuone-servers: | |
assignee: | Eric Casteleijn (thisfred) → nobody |
Changed in desktopcouch: | |
assignee: | Eric Casteleijn (thisfred) → nobody |
Changed in desktopcouch (Ubuntu): | |
assignee: | Eric Casteleijn (thisfred) → nobody |
To post a comment you must log in.
Reprioritized, because we need the migration if the 'deleted' feature is to be in the release.