lp://qastaging/~charlesk/keeper/connection-helper
Created by
Charles Kerr
and last modified
- Get this branch:
- bzr branch lp://qastaging/~charlesk/keeper/connection-helper
Only
Charles Kerr
can upload to this branch. If you are
Charles Kerr
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- unity-api-1-bot: Needs Fixing (continuous-integration)
- Xavi Garcia (community): Approve
-
Diff: 2093 lines (+676/-498)48 files modifiedinclude/client/client.h (+1/-1)
include/helper/backup-helper.h (+5/-8)
include/helper/helper.h (+1/-2)
include/helper/metadata.h (+1/-2)
src/cli/CMakeLists.txt (+3/-0)
src/helper/CMakeLists.txt (+2/-0)
src/helper/backup-helper.cpp (+78/-66)
src/helper/helper.cpp (+5/-7)
src/helper/metadata.cpp (+1/-5)
src/service/CMakeLists.txt (+2/-2)
src/service/app-const.h (+0/-3)
src/service/backup-choices.cpp (+1/-1)
src/service/backup-choices.h (+1/-1)
src/service/keeper-task-backup.cpp (+30/-104)
src/service/keeper-task-backup.h (+3/-3)
src/service/keeper-task.cpp (+18/-14)
src/service/keeper-task.h (+3/-5)
src/service/keeper-user.h (+1/-1)
src/service/keeper.cpp (+16/-47)
src/service/metadata-provider.h (+1/-1)
src/service/private/keeper-task_p.h (+2/-2)
src/service/restore-choices.cpp (+1/-1)
src/service/restore-choices.h (+1/-1)
src/service/task-manager.cpp (+27/-38)
src/service/task-manager.h (+3/-3)
src/storage-framework/CMakeLists.txt (+3/-1)
src/storage-framework/sf-uploader.cpp (+55/-0)
src/storage-framework/sf-uploader.h (+45/-0)
src/storage-framework/storage_framework_client.cpp (+107/-112)
src/storage-framework/storage_framework_client.h (+25/-28)
src/storage-framework/uploader.h (+44/-0)
src/tar/tar-creator.cpp (+1/-1)
src/tar/tar-creator.h (+1/-1)
src/util/CMakeLists.txt (+28/-9)
src/util/connection-helper.h (+120/-0)
tests/dbusmock/CMakeLists.txt (+12/-13)
tests/fakes/upstart/upstart-job-mock.cpp (+8/-0)
tests/integration/CMakeLists.txt (+3/-1)
tests/integration/helpers/CMakeLists.txt (+4/-2)
tests/integration/helpers/helpers-test-failure.cpp (+1/-1)
tests/integration/helpers/helpers-test.cc (+2/-2)
tests/integration/helpers/test-helpers-base.cpp (+1/-1)
tests/integration/helpers/test-helpers-base.h (+1/-1)
tests/unit/CMakeLists.txt (+3/-1)
tests/unit/helper/fake-helper.h (+0/-1)
tests/unit/tar/tar-creator-libarchive-failure-test.cpp (+3/-3)
tests/utils/file-utils.cpp (+1/-1)
tests/utils/file-utils.h (+1/-1)
Branch information
Recent revisions
- 126. By Charles Kerr
-
change TaskManagerPriv
ate::on_ helper_ state_changed( ) visibility from public to private - 124. By Charles Kerr
-
make KeeperClientPri
vate's definition and forward declaration match, was declared as class but defined as struct (clang++ -Wmismatched-tags) - 123. By Charles Kerr
-
remove unused BackupHelperPri
vate::on_ helper_ process_ stopped( ) (cppcheck 1.7.5)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/keeper