Activity log for bug #1192706

Date Who What changed Old value New value Message
2013-06-19 20:50:21 James Page bug added bug
2013-06-19 20:51:56 James Page description Example config.yaml for a charm: options: database: default: "" type: string description: empty string test_two: type: string description: no default string Retrieving these values without setting config: config-get --format=json database null config-get --format=json test_two null This is a behavioral change from python juju where the following would happen: config-get --format=json database "" config-get --format=json test_two null I hit this while testing out some proposed changes to the postgresql charm on juju-core. Example config.yaml for a charm: options:   database:     default: ""     type: string     description: empty string   test_two:     type: string     description: no default string Retrieving these values without setting config: config-get --format=json database null config-get --format=json test_two null This is a behavioral change from python juju where the following would happen: config-get --format=json database "" config-get --format=json test_two null I hit this while testing out some proposed changes to the postgresql charm on juju-core; parsing 'null' results in None in python - parsing "" results in an empty string = #BANG!
2013-06-20 01:37:55 Tim Penhey tags bitesize cmdline jujud
2013-06-20 01:37:58 Tim Penhey juju-core: status New Triaged
2013-06-20 01:38:01 Tim Penhey juju-core: importance Undecided High
2013-06-20 06:44:15 Frank Mueller juju-core: assignee Frank Mueller (themue)
2013-06-20 11:07:52 Frank Mueller juju-core: status Triaged In Progress
2013-06-25 13:36:46 Dean Henrichsmeyer bug added subscriber Dean Henrichsmeyer
2013-06-25 13:41:45 David Britton bug added subscriber David Britton
2013-06-25 16:26:50 David Britton branch linked lp:~davidpbritton/juju-core/1192706-empty-string-config
2013-06-27 09:26:01 Frank Mueller juju-core: importance High Critical
2013-06-27 11:54:35 Frank Mueller branch linked lp:~themue/juju-core/032-config-default-empty-string
2013-07-08 07:27:31 Frank Mueller juju-core: status In Progress Fix Committed
2013-09-03 12:15:44 John A Meinel juju-core: status Fix Committed Fix Released