lp://staging/~frankban/charms/precise/juju-gui/revision-support

Created by Francesco Banconi and last modified
Get this branch:
bzr branch lp://staging/~frankban/charms/precise/juju-gui/revision-support
Only Francesco Banconi can upload to this branch. If you are Francesco Banconi please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Francesco Banconi
Status:
Development

Recent revisions

61. By Francesco Banconi

Improve log messages

60. By Francesco Banconi

Increased revision.

59. By Francesco Banconi

Verbose regexp.

58. By Francesco Banconi

Support branch revisions.

57. By Nicola Larosa

More charm code cleanup.

Most of these changes were split from the former branch that added
backend unit tests, it was getting too big and unreadable.

No behavior changes, only formatting and two occasions of different
expressions of the same meaning.

R=frankban, gary.poster
CC=
https://codereview.appspot.com/9125046

56. By Francesco Banconi

Fix import errors in stop hook.

This branch includes three trivial fixes:
- stop hook not working;
- using https://manage.jujucharms.com as charmworld URL by default;
- no need to provide credentials in sandbox mode.

R=teknico, gary.poster
CC=
https://codereview.appspot.com/9125043

55. By Nicola Larosa

Add more unit tests to the charm backend.

More unit tests for backend properties, commands and methods.
In order to do that, it mangles the charm code pretty heavily:

- it adds module prefixes to all functions imported by backend.py in order to
  make them monkeypatchable in tests;
- it renames all sub-backends to mixins, for clarity. Arguably, "backend.mixins
  lists all active mixins" is clearer than "backend.backends lists all active
  sub-backends, some of which are actual backends and some others are mixins";
- it simplifies the code in a number of places;
- it removes unused or scarcely used code in backend.py, for simplicity;
- it rephrases some docstrings in more specific terms, for readability;
- it removes the overrideable testing framework in backend.py. It imposes a
  runtime and complexity cost for doing what is already done in other tests by
  monkeypatching;

Further style changes have been moved to a subsequent branch.

It also fixes two import errors.

WARNING: this branch did successfully deploy a stable juju-gui release.
Deploy tests did not run successfully though, and they seem to be broken
in trunk too, right now.

R=bcsaller, frankban
CC=
https://codereview.appspot.com/9121043

54. By Nicola Larosa

Reinstate test symbolic links.

Actually reinstate test symbolic links that were mistakenly
replaced with copies of the linked files.

Trivial, self-reviewed.

R=
CC=
https://codereview.appspot.com/9106044

53. By Benji York

add missing parameter

52. By Benji York

fix accedentally removed symlinks

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://staging/~juju-gui/charms/precise/juju-gui/trunk
This branch contains Public information 
Everyone can see this information.