lp://staging/~nataliabidart/magicicada-client/use-protocol-from-wheel
- Get this branch:
- bzr branch lp://staging/~nataliabidart/magicicada-client/use-protocol-from-wheel
Branch merges
- Facundo Batista: Approve
-
Diff: 544 lines (+69/-125)18 files modified.bzrignore (+0/-1)
.coveragerc (+0/-27)
HACKING (+2/-6)
Makefile (+3/-15)
dependencies.txt (+0/-1)
requirements.txt (+1/-0)
ubuntuone/platform/tests/linux/test_vm.py (+3/-4)
ubuntuone/syncdaemon/action_queue.py (+12/-9)
ubuntuone/syncdaemon/hash_queue.py (+3/-8)
ubuntuone/syncdaemon/interaction_interfaces.py (+3/-5)
ubuntuone/syncdaemon/sync.py (+6/-6)
ubuntuone/syncdaemon/tests/test_action_queue.py (+7/-7)
ubuntuone/syncdaemon/tests/test_hashqueue.py (+6/-7)
ubuntuone/syncdaemon/tests/test_interaction_interfaces.py (+6/-8)
ubuntuone/syncdaemon/tests/test_localrescan.py (+2/-3)
ubuntuone/syncdaemon/tests/test_sync.py (+4/-5)
ubuntuone/syncdaemon/tests/test_vm.py (+5/-8)
ubuntuone/syncdaemon/volume_manager.py (+6/-5)
Branch information
Recent revisions
- 1443. By Natalia Bidart
-
- Use protocol from wheel release.
- Fix copyright headers from modified files. - 1442. By Facundo Batista
-
[r=nataliabidart] - Small Makefile fix for docker rule, in order to fix travis.
- 1441. By Facundo Batista
-
[r=nataliabidart] Start using a new way to send to trash, going away from Gnome.
- 1440. By Natalia Bidart
-
[r=facundo] - Provide docker rules to be able to build a xenial image and run tests in it.
- Fix failing test for config file parsing for when LANG=C. - 1439. By Facundo Batista
-
[r=nataliabidart] Removed everything PyQt related, including the HTTP(S) Proxy.
- 1435. By Facundo Batista
-
[r=nataliabidart] Allow in the config multiple servers to connect.
These possible multiple servers travel in one simple object, not a miriad of parameters to ActionQueue, which will use them to try to connect. It first tries the first one, on connection error tries the second, and so on until the list ends, and starts again with the first one.
For a quick retry on different servers, I lowered the initial delay to reconnect to 200ms.
- 1434. By Facundo Batista
-
[r=nataliabidart] Remove everything related to hitting server functionality through (web) API.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/magicicada-client