Merge lp://staging/~abreu-alexandre/trust-store/cleaner into lp://staging/trust-store
Proposed by
Alexandre Abreu
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~abreu-alexandre/trust-store/cleaner |
Merge into: | lp://staging/trust-store |
Diff against target: |
622 lines (+421/-6) 14 files modified
include/core/trust/store.h (+9/-0) src/CMakeLists.txt (+31/-0) src/core/trust/cleaner.cpp (+84/-0) src/core/trust/cleaner.h (+75/-0) src/core/trust/cleaner_main.cpp (+26/-0) src/core/trust/impl/sqlite3/store.cpp (+29/-3) src/core/trust/impl/sqlite3/store.h (+1/-1) src/core/trust/resolve.cpp (+6/-0) tests/CMakeLists.txt (+21/-2) tests/cached_agent_test.cpp (+2/-0) tests/cleaner_test.cpp (+129/-0) tests/mock_store.h (+2/-0) tests/remote_agent_test.cpp (+1/-0) tests/test_data.h.in (+5/-0) |
To merge this branch: | bzr merge lp://staging/~abreu-alexandre/trust-store/cleaner |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Thomas Voß (community) | Approve | ||
PS Jenkins bot | continuous-integration | Pending | |
Review via email: mp+299460@code.staging.launchpad.net |
Commit message
Provide a new command line tool to clean the trust dbs of entries related to a particular app. Use when an application is being uninstalled.
Description of the change
Provide a new command line tool to clean the trust dbs of entries related to a particular app. Use when an application is being uninstalled.
To post a comment you must log in.
Unmerged revisions
- 165. By Alexandre Abreu
-
disable the remote_
trust_store_ test & remote_agent_test since they fail in pp64 - 164. By Alexandre Abreu
-
Fix build issue in Y
- 163. By Alexandre Abreu
-
Yakketty compilation tweak
- 162. By Alexandre Abreu
-
Account for package id or application id being passed down to the purge part
- 161. By David Barth
-
define extra PurgeableStore class to preserve the vtable ABI, as suggested by tvoss; switch to using it
- 160. By David Barth
-
provide trust-store-cleaner cli tool; add unit tests for the new command
- 159. By David Barth
-
wip
LGTM.