lp://qastaging/~unity-api-team/keeper/restore
Created by
Charles Kerr
and last modified
- Get this branch:
- bzr branch lp://qastaging/~unity-api-team/keeper/restore
Members of
Unity API Team
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- unity-api-1-bot: Needs Fixing (continuous-integration)
- Unity API Team: Pending requested
-
Diff: 3175 lines (+1957/-302)52 files modifieddata/helper-registry.json.in (+6/-1)
include/helper/data-dir-registry.h (+2/-0)
include/helper/metadata.h (+1/-0)
include/helper/registry.h (+1/-0)
include/helper/restore-helper.h (+61/-0)
src/CMakeLists.txt (+1/-0)
src/cli/main.cpp (+42/-0)
src/helper/CMakeLists.txt (+2/-0)
src/helper/data-dir-registry.cpp (+43/-9)
src/helper/helper.cpp (+2/-2)
src/helper/metadata.cpp (+1/-0)
src/helper/restore-helper.cpp (+378/-0)
src/service/CMakeLists.txt (+1/-0)
src/service/keeper-helper.cpp (+5/-2)
src/service/keeper-task-backup.cpp (+2/-2)
src/service/keeper-task-backup.h (+1/-1)
src/service/keeper-task-restore.cpp (+129/-0)
src/service/keeper-task-restore.h (+46/-0)
src/service/keeper-task.cpp (+37/-4)
src/service/keeper-task.h (+3/-1)
src/service/keeper-user.cpp (+4/-2)
src/service/keeper.cpp (+103/-48)
src/service/keeper.h (+6/-1)
src/service/manifest.cpp (+3/-3)
src/service/private/keeper-task_p.h (+4/-2)
src/service/task-manager.cpp (+55/-12)
src/service/task-manager.h (+2/-0)
src/storage-framework/CMakeLists.txt (+3/-0)
src/storage-framework/downloader.h (+46/-0)
src/storage-framework/sf-downloader.cpp (+71/-0)
src/storage-framework/sf-downloader.h (+48/-0)
src/storage-framework/storage_framework_client.cpp (+16/-15)
src/storage-framework/storage_framework_client.h (+2/-1)
src/test-restore/CMakeLists.txt (+40/-0)
src/test-restore/main.cpp (+32/-0)
src/test-restore/test-restore-socket.cpp (+139/-0)
src/test-restore/test-restore-socket.h (+56/-0)
tests/CMakeLists.txt (+6/-0)
tests/com_canonical_keeper.py (+17/-0)
tests/fakes/CMakeLists.txt (+10/-0)
tests/fakes/fake-restore-helper.cpp (+101/-0)
tests/fakes/fake-restore-helper.h (+26/-0)
tests/fakes/restore-reader.cpp (+81/-0)
tests/fakes/restore-reader.h (+43/-0)
tests/integration/helpers/CMakeLists.txt (+4/-0)
tests/integration/helpers/helpers-test.cc (+219/-184)
tests/integration/helpers/test-helpers-base.cpp (+8/-3)
tests/unit/manifest/manifest-test.cpp (+1/-1)
tests/unit/storage-framework/create-uploader-test.cpp (+6/-7)
tests/utils/file-utils.cpp (+3/-1)
tests/utils/storage-framework-local.cpp (+34/-0)
tests/utils/storage-framework-local.h (+4/-0)
Branch information
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/keeper