Merge lp://qastaging/~mardy/location-service/old-location-1551686 into lp://qastaging/location-service/trunk

Proposed by Alberto Mardegan
Status: Needs review
Proposed branch: lp://qastaging/~mardy/location-service/old-location-1551686
Merge into: lp://qastaging/location-service/trunk
Diff against target: 431 lines (+273/-8)
9 files modified
src/location_service/com/ubuntu/location/CMakeLists.txt (+1/-0)
src/location_service/com/ubuntu/location/service/daemon.cpp (+2/-1)
src/location_service/com/ubuntu/location/service/implementation.cpp (+2/-0)
src/location_service/com/ubuntu/location/service/implementation.h (+5/-0)
src/location_service/com/ubuntu/location/service/position_obfuscator.cpp (+68/-0)
src/location_service/com/ubuntu/location/service/position_obfuscator.h (+74/-0)
tests/CMakeLists.txt (+1/-0)
tests/acceptance_tests.cpp (+19/-7)
tests/obfuscator_test.cpp (+101/-0)
To merge this branch: bzr merge lp://qastaging/~mardy/location-service/old-location-1551686
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Phablet Team Pending
Review via email: mp+293075@code.qastaging.launchpad.net

Commit message

Decrease accuracy according to the update's age

Description of the change

Decrease accuracy according to the update's age

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Unmerged revisions

222. By Alberto Mardegan

Merge trunk

* Small fixes around provider loading added: tests/mock_engine.h
* Use a fusion engine provider to generate higher quality position
  updates added:
  include/location_service/com/ubuntu/location/fusion_provider.h
  include/location_service/com/ubuntu/location/fusion_provider_selecti
  on_policy.h
  include/location_service/com/ubuntu/location/newer_or_more_accurate_
  update_selector.h
  include/location_service/com/ubuntu/location/newer_update_selector.h
  include/location_service/com/ubuntu/location/update_selector.h
  src/location_service/com/ubuntu/location/fusion_provider.cpp
  src/location_service/com/ubuntu/location/fusion_provider_selection_p
  olicy.cpp
* Enable dual landings according to https://wiki.ubuntu.com/citrain/LandingProcess#Dual-landing_for_stable_and_devel:
  * Both vivid+overlay and xenial packages are built from the same
    source.
  * To account for differences in major revisions (necessary to handle
    the g++ 5 ABI break), we generate install files on the fly.
* Lower number of concurrent clients to stabilize acceptance test on
  loaded builders.
* No change rebuild.
* No change rebuild.
* libubuntu-location-service3: Replaces libubuntu-location-service2,
  config file /etc/gps.conf in both packages.
* Bump major revision and fix LP:#1478750 to account for toolchain update.
* Log to stderr by default, relying on upstart to rotate logs
  appropriately. (LP: #1447110)
* Add SntpClient for querying reference time information.

221. By Alberto Mardegan

Add tests

220. By Alberto Mardegan

Fix tests

219. By Alberto Mardegan

Move aging function into new obfuscator class

218. By Alberto Mardegan

WIP first draft

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches