summaryrefslogtreecommitdiff
path: root/oslo_config
Commit message (Expand)AuthorAgeFilesLines
* Replace assertRaisesRegexp with assertRaisesRegex6.5.16.5.0Chuck Short2018-08-271-2/+2
* sphinxext: Stop emitting lines multiple timesStephen Finucane2018-08-031-1/+1
* Write sphinxext debug tempfile with linebreaksZane Bitter2018-07-231-1/+1
* New cache layer for external sources6.4.0Raildo Mascena2018-07-171-1/+23
* ensure we do not modify private data from driversDoug Hellmann2018-07-172-6/+8
* Merge "User guide documentation for backend drivers for oslo.config"Zuul2018-07-162-30/+117
|\
| * User guide documentation for backend drivers for oslo.configRaildo Mascena2018-07-052-30/+117
* | Merge "add detail to driver options in config generator"Zuul2018-07-164-21/+44
|\ \ | |/
| * add detail to driver options in config generatorDoug Hellmann2018-07-054-21/+44
* | Merge "Add example group for the URI driver"Zuul2018-07-135-15/+86
|\ \ | |/
| * Add example group for the URI driverMoises Guimaraes de Medeiros2018-06-255-15/+86
* | Merge "Add config_source option"Zuul2018-07-137-110/+349
|\ \ | |/
| * Add config_source optionDoug Hellmann2018-06-257-110/+349
* | Merge "Create INI file ConfigurationSourceDriver."Zuul2018-07-133-0/+247
|\ \ | |/
| * Create INI file ConfigurationSourceDriver.Moises Guimaraes de Medeiros2018-06-063-0/+247
* | Merge "ConfigurationSource base class"Zuul2018-07-131-0/+26
|\ \ | |/
| * ConfigurationSource base classSamuel Pilla2018-05-231-0/+26
* | Merge "Base class for a configuration driver"Zuul2018-07-131-0/+42
|\ \ | |/
| * Base class for a configuration driverRaildo Mascena2018-05-151-0/+42
* | Optionally use oslo.log for deprecated opt loggingBen Nemec2018-06-212-17/+70
* | sphinxext: Reporting correct lines for errorsStephen Finucane2018-06-181-3/+27
* | sphinxext: Address nits from Ic6c2dcbe7823dd3fdc71db8dc5afab2d604559e3Stephen Finucane2018-06-181-1/+2
* | improve the documentation for option location informationDoug Hellmann2018-06-131-0/+4
|/
* Properly initialize HostAddress6.2.1Lance Bragstad2018-05-072-0/+28
* Merge "use environment variable to control file location probing"6.2.0Zuul2018-04-232-26/+31
|\
| * use environment variable to control file location probingDoug Hellmann2018-04-182-26/+31
* | Merge "fix URI type equality comparison"Zuul2018-04-232-4/+54
|\ \
| * | fix URI type equality comparisonDoug Hellmann2018-04-202-4/+54
* | | Fix HostAddress superclass.Moises Guimaraes de Medeiros2018-04-201-1/+1
|/ /
* | sphinxext: Use 'sphinx.util.logging'Stephen Finucane2018-04-162-43/+10
* | Merge "Make List option format bounds-sensitive"6.1.0Zuul2018-04-162-2/+18
|\ \
| * | Make List option format bounds-sensitiveBrian Rosmaita2018-04-112-2/+18
* | | Merge "sphinxext: Start parsing 'Opt.help' as rST"Zuul2018-04-121-6/+18
|\ \ \ | |/ / |/| |
| * | sphinxext: Start parsing 'Opt.help' as rSTStephen Finucane2018-03-201-6/+18
* | | Merge "sphinxext: Separate parsing of group and opts"Zuul2018-04-072-132/+144
|\ \ \ | |/ /
| * | sphinxext: Separate parsing of group and optsStephen Finucane2018-03-202-132/+144
* | | Fix typo 'importopt' to 'import_opt' adding the missing _Moises Guimaraes de Medeiros2018-04-061-1/+1
* | | Merge "ignore location when comparing options for duplicate registration"Zuul2018-04-042-2/+38
|\ \ \ | |_|/ |/| |
| * | ignore location when comparing options for duplicate registrationDoug Hellmann2018-03-282-2/+38
* | | disable stack inspection when setting option values6.0.1Doug Hellmann2018-03-282-19/+26
* | | Support trailing commas in values of list typeQuan Tian2018-03-262-1/+10
* | | Remove MultiConfigParserBen Nemec2018-03-212-197/+7
|/ /
* | track config file and command line locations for user settingsDoug Hellmann2018-03-154-29/+138
|/
* add source filename to option locations set in codeDoug Hellmann2018-02-052-8/+54
* report the correct location for an option updated with set_defaults()Doug Hellmann2018-02-052-2/+13
* track the location where configuration options are setDoug Hellmann2018-02-052-9/+131
* 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