lp:~facundo/magicicada-client/full-closed-venv
Created by
Facundo Batista
and last modified
- Get this branch:
- bzr branch lp:~facundo/magicicada-client/full-closed-venv
Only
Facundo Batista
can upload to this branch. If you are
Facundo Batista
please log in for upload directions.
Branch merges
Propose for merging
- Natalia Bidart: Approve
-
Diff: 4651 lines (+2923/-353)62 files modifiedMakefile (+1/-1)
contrib/devtools/__init__.py (+1/-0)
contrib/devtools/compat.py (+49/-0)
contrib/devtools/errors.py (+35/-0)
contrib/devtools/handlers.py (+97/-0)
contrib/devtools/reactors/__init__.py (+1/-0)
contrib/devtools/reactors/gi.py (+53/-0)
contrib/devtools/runners/__init__.py (+305/-0)
contrib/devtools/runners/txrunner.py (+133/-0)
contrib/devtools/services/__init__.py (+66/-0)
contrib/devtools/services/dbus.py (+119/-0)
contrib/devtools/testcases/__init__.py (+187/-0)
contrib/devtools/testcases/dbus.py (+138/-0)
contrib/devtools/testcases/txsocketserver.py (+358/-0)
contrib/devtools/testing/__init__.py (+1/-0)
contrib/devtools/testing/txcheck.py (+381/-0)
contrib/devtools/testing/txwebserver.py (+125/-0)
contrib/devtools/utils.py (+181/-0)
contrib/dirspec/__init__.py (+16/-0)
contrib/dirspec/basedir.py (+159/-0)
contrib/dirspec/utils.py (+188/-0)
contrib/u1trial (+41/-0)
dependencies-devel.txt (+0/-3)
dependencies.txt (+5/-8)
magicicadaclient/platform/tests/filesystem_notifications/__init__.py (+3/-2)
magicicadaclient/platform/tests/filesystem_notifications/common.py (+12/-13)
magicicadaclient/platform/tests/filesystem_notifications/test_darwin.py (+10/-9)
magicicadaclient/platform/tests/filesystem_notifications/test_filesystem_notifications.py (+2/-1)
magicicadaclient/platform/tests/filesystem_notifications/test_fsevents_daemon.py (+10/-15)
magicicadaclient/platform/tests/ipc/test_linux.py (+2/-4)
magicicadaclient/platform/tests/ipc/test_perspective_broker.py (+3/-8)
magicicadaclient/platform/tests/os_helper/test_darwin.py (+3/-7)
magicicadaclient/platform/tests/os_helper/test_linux.py (+3/-6)
magicicadaclient/platform/tests/session/test_common.py (+2/-1)
magicicadaclient/platform/tests/session/test_linux.py (+7/-13)
magicicadaclient/platform/tests/test_tools.py (+4/-6)
magicicadaclient/syncdaemon/tests/test_action_queue.py (+14/-14)
magicicadaclient/syncdaemon/tests/test_eq_inotify.py (+11/-15)
magicicadaclient/syncdaemon/tests/test_eventqueue.py (+2/-6)
magicicadaclient/syncdaemon/tests/test_fileshelf.py (+26/-31)
magicicadaclient/syncdaemon/tests/test_fsm.py (+36/-33)
magicicadaclient/syncdaemon/tests/test_hashqueue.py (+16/-16)
magicicadaclient/syncdaemon/tests/test_interaction_interfaces.py (+11/-15)
magicicadaclient/syncdaemon/tests/test_localrescan.py (+15/-15)
magicicadaclient/syncdaemon/tests/test_logger.py (+5/-7)
magicicadaclient/syncdaemon/tests/test_main.py (+5/-5)
magicicadaclient/syncdaemon/tests/test_offloadqueue.py (+3/-2)
magicicadaclient/syncdaemon/tests/test_pathlockingtree.py (+2/-5)
magicicadaclient/syncdaemon/tests/test_sync.py (+13/-9)
magicicadaclient/syncdaemon/tests/test_tritcask.py (+11/-13)
magicicadaclient/syncdaemon/tests/test_vm.py (+11/-9)
magicicadaclient/testing/testcase.py (+1/-1)
magicicadaclient/utils/__init__.py (+3/-4)
magicicadaclient/utils/tests/test_common.py (+4/-4)
magicicadaclient/utils/tests/test_ipc.py (+5/-5)
magicicadaclient/utils/tests/test_tcpactivation.py (+2/-5)
magicicadaclient/utils/tests/test_translation.py (+1/-1)
magicicadaclient/utils/tests/test_txsecrets.py (+2/-2)
requirements-devel.txt (+2/-0)
requirements.txt (+6/-1)
run-tests (+1/-1)
setup.py (+14/-37)
Branch information
Recent revisions
- 1446. By Natalia Bidart
-
[r=facundo] - Ensure clientdefs (still needed :-() builds after the namespace change.
- 1444. By Facundo Batista
-
[r=nataliabidart] Remove SyncMenu traces - no more UI client except Magicicada own shiny thing.
- 1443. By Natalia Bidart
-
[r=facundo] - 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.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:magicicada-client