Re: Schema migration process

2014-05-18 Thread Tim Penhey
On 16/05/14 17:29, John Meinel wrote: > So I'm pretty sure the ability to do schema upgrades was scoped in the > HA work that Nate is working on. I believe the idea is roughly: OK, I see the card on the board on Nate's team for this iteration. Is it likely to get done? Since this is something th

FullStatus API when machine or unit is StatusDown

2014-05-18 Thread Menno Smits
I'm working on a change to make "juju status" report the remote unit when a relation hook fails (https://bugs.launchpad.net/juju-core/+bug/1194481). During this work I've noticed that the FullStatus client API does some munging of the agent state info string if the agent appears to be dead but sho

testing (was Re: Making juju work better with gccgo)

2014-05-18 Thread Tim Penhey
On 16/05/14 22:55, John Meinel wrote: > FWIW, I wrote this little bash function and put it in my ~/.bashrc > function gotest { > p="-gocheck.v" > f="" > if [ -n "$1" ]; then > if [ "$1" = "-r" ]; then > p="./..." > else > f="-gocheck.f=$f" > fi > fi >