Remove deprecated D-Bus method .Info()
Bug #1380678 reported by
Barry Warsaw
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu system image |
Fix Released
|
High
|
Unassigned |
Bug Description
This one's tricky because there may still be clients that use .Info() so we need to coordinate with client developers, specifically system-settings. Also, this may be blocked by LP: #1262279 where we aim to version the D-Bus API.
However, system-image 3.0 would be the time to remove this deprecated method. Possibly we could just make it return an error with a message that indicates they should use .Information() instead.
Related branches
lp://staging/~barry/ubuntu-system-image/citrain31
- Ubuntu CI managed package branches: Pending requested
-
Diff: 2102 lines (+742/-252)66 files modified.bzr-builddeb/default.conf (+2/-0)
NEWS.rst (+13/-0)
PKG-INFO (+1/-1)
cli-manpage.rst (+18/-6)
coverage-curl.ini (+9/-4)
coverage-udm.ini (+8/-6)
dbus-manpage.rst (+13/-17)
debian/changelog (+24/-0)
debian/control (+1/-1)
debian/tests/control (+1/-1)
debian/watch (+0/-2)
ini-manpage.rst (+2/-2)
setup.cfg (+1/-1)
setup.py (+1/-1)
system_image.egg-info/PKG-INFO (+1/-1)
system_image.egg-info/SOURCES.txt (+0/-1)
system_image.egg-info/pbr.json (+0/-1)
systemimage/api.py (+10/-3)
systemimage/apply.py (+1/-1)
systemimage/bag.py (+1/-1)
systemimage/candidates.py (+11/-1)
systemimage/channel.py (+1/-1)
systemimage/config.py (+3/-2)
systemimage/curl.py (+5/-3)
systemimage/dbus.py (+16/-11)
systemimage/device.py (+1/-1)
systemimage/docs/conf.py (+10/-7)
systemimage/download.py (+22/-4)
systemimage/gpg.py (+1/-1)
systemimage/helpers.py (+1/-1)
systemimage/image.py (+1/-1)
systemimage/index.py (+1/-1)
systemimage/keyring.py (+1/-1)
systemimage/logging.py (+1/-1)
systemimage/main.py (+23/-8)
systemimage/reactor.py (+1/-1)
systemimage/scores.py (+1/-1)
systemimage/service.py (+2/-3)
systemimage/settings.py (+1/-1)
systemimage/state.py (+24/-15)
systemimage/testing/controller.py (+1/-1)
systemimage/testing/dbus.py (+1/-1)
systemimage/testing/demo.py (+1/-1)
systemimage/testing/helpers.py (+2/-3)
systemimage/testing/nose.py (+2/-2)
systemimage/testing/service.py (+1/-8)
systemimage/tests/test_api.py (+1/-1)
systemimage/tests/test_bag.py (+1/-1)
systemimage/tests/test_candidates.py (+1/-1)
systemimage/tests/test_channel.py (+1/-1)
systemimage/tests/test_config.py (+1/-1)
systemimage/tests/test_dbus.py (+179/-28)
systemimage/tests/test_download.py (+1/-1)
systemimage/tests/test_gpg.py (+1/-1)
systemimage/tests/test_helpers.py (+1/-1)
systemimage/tests/test_image.py (+1/-1)
systemimage/tests/test_index.py (+1/-1)
systemimage/tests/test_keyring.py (+1/-1)
systemimage/tests/test_main.py (+230/-65)
systemimage/tests/test_scores.py (+1/-1)
systemimage/tests/test_settings.py (+1/-1)
systemimage/tests/test_state.py (+32/-4)
systemimage/tests/test_winner.py (+1/-1)
systemimage/udm.py (+35/-4)
systemimage/version.txt (+1/-1)
tox.ini (+9/-5)
Changed in ubuntu-system-image: | |
milestone: | none → 3.1 |
Changed in ubuntu-system-image: | |
status: | Triaged → Fix Committed |
Changed in ubuntu-system-image: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I think we have enough to worry about for 3.0, and it's not super high priority so I'll de-milestone this until later.