lp:~facundo/magicicada-client/all-venv
Created by
Facundo Batista
and last modified
- Get this branch:
- bzr branch lp:~facundo/magicicada-client/all-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
- chicharreros: Pending requested
-
Diff: 2996 lines (+2723/-51)29 files modifiedMakefile (+1/-1)
contrib/dirspec/__init__.py (+16/-0)
contrib/dirspec/basedir.py (+159/-0)
contrib/dirspec/utils.py (+188/-0)
contrib/u1trial (+40/-0)
data/dbus-session.conf.in (+63/-0)
dependencies-devel.txt (+0/-3)
dependencies.txt (+5/-8)
requirements-devel.txt (+2/-0)
requirements.txt (+6/-1)
run-tests (+1/-1)
setup.py (+14/-37)
ubuntuone/devtools/__init__.py (+1/-0)
ubuntuone/devtools/compat.py (+49/-0)
ubuntuone/devtools/errors.py (+35/-0)
ubuntuone/devtools/handlers.py (+97/-0)
ubuntuone/devtools/reactors/__init__.py (+1/-0)
ubuntuone/devtools/reactors/gi.py (+53/-0)
ubuntuone/devtools/runners/__init__.py (+304/-0)
ubuntuone/devtools/runners/txrunner.py (+133/-0)
ubuntuone/devtools/services/__init__.py (+66/-0)
ubuntuone/devtools/services/dbus.py (+121/-0)
ubuntuone/devtools/testcases/__init__.py (+187/-0)
ubuntuone/devtools/testcases/dbus.py (+138/-0)
ubuntuone/devtools/testcases/txsocketserver.py (+357/-0)
ubuntuone/devtools/testing/__init__.py (+1/-0)
ubuntuone/devtools/testing/txcheck.py (+381/-0)
ubuntuone/devtools/testing/txwebserver.py (+124/-0)
ubuntuone/devtools/utils.py (+180/-0)
Branch information
Recent revisions
- 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