summaryrefslogtreecommitdiff
path: root/oslo_config/types.py
Commit message (Expand)AuthorAgeFilesLines
* handle option defaults that are not stringsDoug Hellmann2017-07-181-0/+5
* Fix string interpolation in ValueError4.0.0Takashi NATSUME2017-04-211-3/+3
* Merge "Use Sphinx 1.5 warning-is-error"3.24.0Jenkins2017-03-291-2/+1
|\
| * Use Sphinx 1.5 warning-is-errorStephen Finucane2017-03-161-2/+1
* | Fix conversion to item_type on __call__ in List type(again)Gevorg Davoian2017-03-171-1/+1
|/
* Fix up the option docsEric Brown2017-02-281-5/+5
* Merge "Fixing HostName and adding support for HostAddress"Jenkins2016-12-071-2/+59
|\
| * Fixing HostName and adding support for HostAddressDharini Chandrasekar2016-12-071-2/+59
* | Revert "Fix conversion to item_type on __call__ in List type"ChangBo Guo(gcb)2016-11-211-1/+1
* | Fix conversion to item_type on __call__ in List typeGevorg Davoian2016-11-161-1/+1
* | doc: Fix Range type versionMehdi Abaakouk2016-11-041-1/+1
* | Fixup list types handling tuplesJoshua Harlow2016-10-251-8/+9
* | Add 'schemes' argument to URIOptStephen Finucane2016-09-141-2/+13
* | Fix repr for tuples in choicesJohn L. Villalovos2016-09-091-3/+3
|/
* Merge "Add Range type"Jenkins2016-08-301-0/+57
|\
| * Add Range typeTrevor McCasland2016-08-221-0/+57
* | Add Port type to allow configuration of a list of tcp/ip portsAdit Sarfaty2016-08-111-41/+60
|/
* Add min and max values to Float type and OptAdit Sarfaty2016-07-211-40/+57
* Add max_length to URIOptEric Brown2016-07-141-1/+12
* Add URIOptMasaki Matsushita2016-06-171-0/+34
* generator: format string default value for List type properlyIhar Hrachyshka2016-05-271-0/+2
* Make sure ConfigType is an abstract classChangBo Guo(gcb)2016-05-241-0/+1
* Add hostname config typeTom Cammann2016-02-181-0/+49
* Capitalize IP3.2.0Andreas Jaeger2015-12-201-1/+1
* Clarify option types documentationBrant Knudson2015-12-141-0/+2
* Merge "Test equality of types.String choices as a set"Jenkins2015-12-091-1/+3
|\
| * Test equality of types.String choices as a setEric Brown2015-12-081-1/+3
* | Merge "Add new parameter `choices` to Integer type"Jenkins2015-12-081-11/+41
|\ \ | |/ |/|
| * Add new parameter `choices` to Integer typeLin Tan2015-12-081-11/+41
* | [fix-compat] Tolerate non-string defaults in String type3.1.0Davanum Srinivas2015-12-041-0/+4
* | Move type formatting from generator to typeTom Cammann2015-11-201-0/+65
|/
* Allow naming of custom typesTom Cammann2015-11-181-13/+55
* Add max length check to StrOptAkihiro Motoki2015-11-111-1/+13
* Merge "Use versionadded and versionchanged in doc"Jenkins2015-11-051-0/+10
|\
| * Use versionadded and versionchanged in docVictor Stinner2015-10-221-0/+10
* | Improve default type checkingTom Cammann2015-10-231-22/+2
|/
* Case insensitiveness when comparing choices valuesLucas Alvares Gomes2015-10-071-4/+29
* Make Integer type class honor zero for min/maxJohn L. Villalovos2015-08-271-5/+5
* Add regex validation to String typeChris St. Pierre2015-07-201-4/+24
* Merge "Better check for integer range to account for 0"Jenkins2015-02-181-1/+1
|\
| * Better check for integer range to account for 0Davanum Srinivas2015-02-011-1/+1
* | Do not import our namespace packageDoug Hellmann2015-02-171-1/+1
|/
* Move files out of the namespace packageDoug Hellmann2014-12-121-0/+413