lp:~fwereade/juju-core/sk-resource-map

Created by William Reade and last modified
Get this branch:
bzr branch lp:~fwereade/juju-core/sk-resource-map
Only William Reade can upload to this branch. If you are William Reade please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
William Reade
Project:
juju-core
Status:
Development

Recent revisions

1195. By William Reade

sketch resource map

1194. By Jeroen T. Vermeulen

Run "make simplify" to streamline the code a bit.

This applies "gofmt -s" (the "simplify" option) to the codebase. It only streamlines code a little bit here and there, nothing dramatic, but I think helpful.

We may want to consider doing this as standard in the future, as part of the "make format" target. It's not as easy as running "go fmt -s," because it doesn't accept the "simplify" option, but the Makefile hides those details from us.

R=dfc, fwereade
CC=
https://codereview.appspot.com/8837047

1193. By Dave Cheney

environs/cloudinit: send mongodb output to syslog

Updates lp #1172110.

This should be backported to 1.10.

By default mongo sends its logs to stdout, which is connected to a pty by upstart, which is pretty useless on a virtual machine.

R=jameinel, dimitern
CC=
https://codereview.appspot.com/8931044

1192. By Madison Scott-Clary

Add upgrade-charm to the API

Per #1100904, we need to be able to upgrade a charm from the API for the GUI. This adds the upgradecharm command to the statecmds.

R=dimitern, bac, fwereade
CC=
https://codereview.appspot.com/8926043

1191. By William Reade

version: bump to 1.11.0

R=rog
CC=
https://codereview.appspot.com/8939043

1190. By Jeroen T. Vermeulen

A simple Makefile.

This is meant to make life a bit better in several ways:

1. Convenient shorthand for various "go" commands. In particular, "make" is a quick way to test for build breakage.

2. Hiding the details of what those "go" commands are (e.g. "go fmt" does not accept gofmt's -s option on my system, so different command line needed).

3. Codifying what the right commands are, and the assumption that a working branch lives inside $GOPATH.

4. Producing recognizable failure output after a failed test suite, since any errors may have scrolled out of view and "go test" does not print a test summary at the end.

Some have said they probably won't be using this. That's fine. For those who do, I hope this will make life a bit easier with shorter commands, tab completion etc.

R=dfc, dimitern, julian.edwards, gavinpanella, wallyworld, niemeyer
CC=
https://codereview.appspot.com/8711043

1189. By William Reade

version: bump to 1.10.0

R=gz, TheMue
CC=
https://codereview.appspot.com/8759045

1188. By Dimiter Naydenov

environs/cloudinit: fix raring issue

This works around LP bug #1103881, so cloudinit will
succeed on raring, rather than failing to execute
any scripts. The problem seems to be upgrading upstart
causes unexpected failures.

This has been tested live on ec2/eu-west-1 as well.

R=fwereade, rog
CC=
https://codereview.appspot.com/8648047

1187. By Roger Peppe

state/statecmd: fix ServiceGet

Fixes bugs #1130149 and #1170425.

R=dimitern, TheMue, fwereade, danilo.segan
CC=
https://codereview.appspot.com/8851045

1186. By William Reade

cmd/juju: alphabetise status output fields

R=dimitern
CC=
https://codereview.appspot.com/8834047

Branch metadata

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

Subscribers