Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
environs/config: derive schema from table of all attributes #2487
+359
−104
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Generating tarball failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Jun 15, 2015
jujubot
merged commit 7986d4e
into
juju:master
Jun 15, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rogpeppe commentedJun 3, 2015
This is the first step on the way to having environment config information
that can be introspected. In this PR we just make the table and leave
all other semantics unchanged, leaving that for a subsequent PR.
Note that some of the error messages have changed because the new
scheme makes it natural to specify sets of possible values in the schema.
(Review request: http://reviews.vapour.ws/r/1853/)