lp:charm-tools/1.2

Created by Marco Ceppi and last modified
Get this branch:
bzr branch lp:charm-tools/1.2
Members of charmers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
charmers
Project:
Juju Charm Tools
Status:
Development

Recent revisions

325. By Marco Ceppi

[davidpbritton] Pass environment to all commands juju-test calls

324. By Marco Ceppi

[tvansteenburgh] Fix missing option type crashes charm proof

322. By Brad Crittenden

Don't die if an option has no type.

If a config option doesn't specify a type, a warning was issued
but the process failed with KeyError. This fix allows it to proceed, using
'string' if not type is given.

This bug affects charmworld ingest, so getting it released soonish would be
great.

R=Marco Ceppi
CC=
https://codereview.appspot.com/98390047

321. By Charles Butler

Tim Van Steenburgh 2014-05-16 Change handling of missing default values for config options.

320. By Charles Butler

Tim Van Steenburgh 2014-05-16 Fix 'charm proof' and 'make check'.
Tim Van Steenburgh 2014-05-15 Fix test_config.yaml parsing

319. By Marco Ceppi

[tvansteenburgh] Make 'charm proof' warn when a config option description is blank.

318. By <email address hidden>

[niedbalski] Fixes bug #1303793, helper now supports CNAME records lookups

317. By Brad Crittenden

Provide hidden options for proof server.

When doing QA for charmworld bundle proof changes to ensure they work with
charm-proof, it is troublesome to get charm-proof pointed at a local
charmworld instance or the one at staging.jujucharms.com.

This branch adds three new command-line option: --server, --port, and
--secure.

A typical use is:

% charm-proof -b --server=localhost --port=2464 -b .

or

% charm-proof -b --server=staging.jujucharms.com -b .

Note that 'help=argparse.SUPPRESS' has been used so that 'charm-proof -h' does
not show these options to the regular user. I think suppressing their
existence strikes the right balance between having options that only serve
developers while preserving the clean CLI for the average user.

R=Marco Ceppi
CC=
https://codereview.appspot.com/83700043

Branch metadata

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

Subscribers