summaryrefslogtreecommitdiff
path: root/oslo_config
Commit message (Expand)AuthorAgeFilesLines
* sphinxext: Start parsing 'Opt.help' as rSTqueens-em5.2.1Stephen Finucane2019-01-101-6/+18
* sphinxext: Separate parsing of group and optsStephen Finucane2019-01-102-132/+144
* sphinxext: Don't sometimes emit trailing newlinesStephen Finucane2017-12-132-23/+7
* Provide descriptions for choicesStephen Finucane2017-12-137-73/+213
* Clean up enforce_type related test method's nameChangBo Guo(gcb)2017-11-292-17/+8
* Make help message include choices information for StrOptChangBo Guo(gcb)2017-11-012-0/+47
* Merge "Correct documentation error in DeprecatedOpt"Zuul2017-10-301-1/+1
|\
| * Correct documentation error in DeprecatedOptLance Bragstad2017-10-121-1/+1
* | Merge "Remove the parameter enforce_type from set_override and set_default"5.0.0Zuul2017-10-254-52/+11
|\ \ | |/ |/|
| * Remove the parameter enforce_type from set_override and set_defaultSean Pryor2017-10-254-52/+11
* | Prefer SNAP_COMMON config files4.13.2James Page2017-10-062-6/+8
* | Implement OptGroup.__str__ for log messages4.13.1Matt Riedemann2017-09-262-0/+4
* | Merge "Fix sphinx option generation when advanced=True"Jenkins2017-09-202-7/+7
|\ \
| * | Fix sphinx option generation when advanced=TrueThomas Morin2017-09-142-7/+7
| |/
* | Use boolean where expectedStephen Finucane2017-09-191-1/+1
|/
* Merge "Fix the incorrect file path"Jenkins2017-08-041-1/+1
|\
| * Fix the incorrect file pathchenxing2017-07-231-1/+1
* | Merge "Added exception when namespace option is missing"Jenkins2017-08-042-3/+9
|\ \
| * | Added exception when namespace option is missingKiseok Kim2017-07-252-3/+9
* | | Empty groupname will be 'DEFAULT' by defaultYuval Brik2017-07-252-3/+7
| |/ |/|
* | add rst output mode for config generator4.11.0Doug Hellmann2017-07-201-2/+27
* | fix formatting of literal default values with spacesDoug Hellmann2017-07-201-1/+1
* | Merge "fix an issue with looking up deprecated option names in code"4.10.0Jenkins2017-07-192-0/+18
|\ \
| * | fix an issue with looking up deprecated option names in codeDoug Hellmann2017-07-182-0/+18
| |/
* | Merge "Fix python 3.6 escape char warnings in strings"Jenkins2017-07-181-17/+17
|\ \
| * | Fix python 3.6 escape char warnings in stringsEric Harney2017-07-181-17/+17
| |/
* | handle option defaults that are not stringsDoug Hellmann2017-07-183-2/+37
|/
* Update URLs in documents according to document migration4.9.0ChangBo Guo(gcb)2017-07-121-1/+1
* Merge "Remove log translations"Jenkins2017-07-061-10/+0
|\
| * Remove log translationsbhavani.cr2017-07-051-10/+0
* | sphinxext: Use lower logging levelStephen Finucane2017-07-051-3/+3
* | sphinxext: Add arguments for oslo.config:group directiveStephen Finucane2017-07-051-2/+6
|/
* Merge "add to group data model to for generator"Jenkins2017-06-283-13/+271
|\
| * add to group data model to for generatorDoug Hellmann2017-06-143-13/+271
* | Add snap package paths to default config dirsCorey Bryant2017-06-142-2/+41
|/
* Don't set enforce_type if we are using the default4.5.0Sean Dague2017-06-121-1/+6
* sphinxext: Log with 'str', not 'repr'Stephen Finucane2017-06-071-1/+1
* Cast generator_options to dictBen Nemec2017-06-051-1/+1
* Machine Readable Sample ConfigBen Nemec2017-06-012-10/+389
* Handle multi-line default values in olso-config-generatorRadomir Dopieralski2017-05-102-1/+17
* Clarify info on a commentChen2017-05-041-1/+4
* add deprecation_reason to log message4.1.0Doug Hellmann2017-04-252-3/+53
* Fix string interpolation in ValueError4.0.0Takashi NATSUME2017-04-211-3/+3
* Remove usage of enforce_type=TrueChangBo Guo(gcb)2017-04-113-16/+14
* Adjust removal_version for argument enforce_typeChangBo Guo(gcb)2017-04-111-2/+2
* Merge "Make set_override/set_default with enforce_type=True by default"Jenkins2017-04-103-34/+17
|\
| * Make set_override/set_default with enforce_type=True by defaultChangBo Guo(gcb)2017-04-053-34/+17
* | Merge "sphinxext: Handle unescaped percentage signs"Jenkins2017-04-071-2/+3
|\ \ | |/ |/|
| * sphinxext: Handle unescaped percentage signsStephen Finucane2017-03-241-2/+3
* | Merge "Use Sphinx 1.5 warning-is-error"3.24.0Jenkins2017-03-292-23/+22
|\ \