lp:~freyes/python-jujuclient/lp1645225

Created by Felipe Reyes and last modified
Get this branch:
bzr branch lp:~freyes/python-jujuclient/lp1645225
Only Felipe Reyes can upload to this branch. If you are Felipe Reyes please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Felipe Reyes
Project:
python-jujuclient
Status:
Development

Recent revisions

98. By Felipe Reyes

Format tags and spaces constraints as a list

According to juju's reference constraints[0], tags and spaces are expected
to be a list of strings. juju cli uses "item1,item2" to define lists, this
patch allows to silently transform those strings into lists, as a collateral
benefit single item strings (e.g. "tag1") will also get transformed to a list.

Valid new uses of constraints dict:

  {"tags": "tag1"}
  {"tags": "tag1,tag2"}

[0] https://jujucharms.com/docs/2.0/reference-constraints

97. By Felipe Reyes

tox: run flake8 against tests/ and jujuclient/ directories

96. By Tim Van Steenburgh

v0.53.3

95. By Tim Van Steenburgh

[timkuhlman] If an owner is present in the env name parse it out properly

94. By Tim Van Steenburgh

Import juju1 Enviroment into top namespace for back-compat

93. By Tim Van Steenburgh

Update parsing to handle new juju switch output format

92. By Tim Van Steenburgh

Support new `juju show-model` cmd format

- support `juju show-model -m foo` (pre beta 16)
- support `juju show-model foo` (post beta 16)

91. By Tim Van Steenburgh

show-model no longer accepts -m arg

90. By Tim Van Steenburgh

v0.53.2

89. By Tim Van Steenburgh

Fix ModelManager facade

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:python-jujuclient
This branch contains Public information 
Everyone can see this information.

Subscribers