summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge "Document properties as properties"1.12.0Jenkins2015-05-261-12/+34
|\
| * Document properties as propertiesBrant Knudson2015-05-251-12/+34
* | Remove pbr requirementJamie Lennox2015-05-261-1/+0
|/
* make registering a cli opt on a filter object work.Tong Damon Da2015-05-233-31/+79
* Merge "Remove outdated release notes"Jenkins2015-05-171-264/+0
|\
| * Remove outdated release notesMehdi Abaakouk2015-05-131-264/+0
* | Merge "Allow loading custom config files into Config Fixture."Jenkins2015-05-123-0/+66
|\ \
| * | Allow loading custom config files into Config Fixture.Michael Krotscheck2015-04-103-0/+66
* | | Merge "Fix logging of deprecated opts with dest override"Jenkins2015-05-122-5/+25
|\ \ \
| * | | Fix logging of deprecated opts with dest overrideBen Nemec2015-03-312-5/+25
* | | | cfg: support interpolation of config option from other groupsJulien Danjou2015-05-113-18/+29
| |_|/ |/| |
* | | Merge "Advertise support for Python3.4 / Remove support for 3.3"Jenkins2015-05-112-2/+2
|\ \ \
| * | | Advertise support for Python3.4 / Remove support for 3.3Davanum Srinivas2015-05-102-2/+2
* | | | Merge "Fix issue when generating code with cfg.OptGroup"Jenkins2015-05-112-1/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Fix issue when generating code with cfg.OptGroupPaul Belanger2015-05-062-1/+23
* | | | Merge "Updated from global requirements"Jenkins2015-05-081-1/+1
|\ \ \ \
| * | | | Updated from global requirementsOpenStack Proposal Bot2015-05-071-1/+1
| |/ / /
* | | | Do not sync run_cross_tests.shDoug Hellmann2015-05-081-7/+0
|/ / /
* | | Option name missing from ConfigFileValueErrorMark Vanderwiel2015-05-041-2/+6
* | | Remove run_cross_tests.shDoug Hellmann2015-05-011-91/+0
* | | Enforce alphabetic loading order for --config-dir contentsIhar Hrachyshka2015-04-171-0/+3
* | | Uncap library requirements for liberty1.11.0Doug Hellmann2015-04-162-4/+4
* | | Merge "Added Raw Value Loading to Test Fixture"1.10.0Jenkins2015-04-102-0/+54
|\ \ \ | | |/ | |/|
| * | Added Raw Value Loading to Test FixtureMichael Krotscheck2015-04-092-0/+54
* | | Merge "Generate docs for constructor"Jenkins2015-04-101-25/+22
|\ \ \
| * | | Generate docs for constructorBrant Knudson2015-03-301-25/+22
* | | | Merge "Fix doc build warning"Jenkins2015-04-091-1/+1
|\ \ \ \ | |/ / /
| * | | Fix doc build warningBrant Knudson2015-03-301-1/+1
| | |/ | |/|
* | | Merge "Add deprecated_for_removal support to the config generator"Jenkins2015-04-092-0/+23
|\ \ \
| * | | Add deprecated_for_removal support to the config generatorBrant Knudson2015-03-302-0/+23
| |/ /
* | | Add pypi download + version badgesJoshua Harlow2015-04-071-0/+8
| |/ |/|
* | Update hacking to kilo levelDoug Hellmann2015-04-033-3/+3
|/
* Merge "Expand and clean up documentation for the config generator"Jenkins2015-03-282-89/+117
|\
| * Expand and clean up documentation for the config generatorDoug Hellmann2015-03-052-89/+117
* | Merge "Add FAQ section to documentation"Jenkins2015-03-282-0/+31
|\ \ | |/
| * Add FAQ section to documentationDoug Hellmann2015-03-052-0/+31
* | Updated from global requirementsOpenStack Proposal Bot2015-03-212-4/+4
* | Switch to non-namespaced module imports1.9.3Davanum Srinivas2015-03-121-1/+1
* | print better message when choices has an empty string1.9.2Davanum Srinivas2015-03-104-6/+35
* | None in config choices breaks oslo-config-generatorDavanum Srinivas2015-03-093-5/+8
* | Merge "Generate help text indicating possible values"1.9.1Jenkins2015-03-073-0/+36
|\ \
| * | Generate help text indicating possible valuesEric Brown2015-03-053-0/+36
| |/
* | Merge "fix bug link in readme"Jenkins2015-03-051-1/+1
|\ \ | |/ |/|
| * fix bug link in readmeDoug Hellmann2015-03-041-1/+1
* | Merge "Add ability to deprecate opts for removal"1.9.0Jenkins2015-03-042-2/+57
|\ \ | |/ |/|
| * Add ability to deprecate opts for removalBen Nemec2015-03-032-2/+57
* | Typo in StrOpt docstring: Integer to StringEric Brown2015-03-021-1/+1
|/
* Merge "Add expose_opt to CfgFilter"1.8.0Jenkins2015-03-022-1/+100
|\
| * Add expose_opt to CfgFilterJamie Lennox2015-02-192-1/+100
* | Add exception handling for entry pointsvponomaryov2015-02-243-9/+45