summaryrefslogtreecommitdiff
path: root/oslo_utils/tests/test_strutils.py
Commit message (Expand)AuthorAgeFilesLines
* fix strutils password regexstable/victoriaHervé Beraud2022-03-111-0/+11
* Fix regex used to mask passwordvictoria-em4.6.1Hervé Beraud2022-01-241-0/+14
* Merge "Use unittest.mock instead of third party mock"4.1.1Zuul2020-04-061-1/+1
|\
| * Use unittest.mock instead of third party mockSean McGinnis2020-03-311-1/+1
* | Update hacking for Python3Andreas Jaeger2020-04-021-0/+1
|/
* Verify the sanitize keys are lowered3.42.1Dougal Matthews2019-11-221-0/+6
* Make mask_dict_password case insensitive and add new patternsDougal Matthews2019-11-151-0/+10
* Make mask_password case insensitive, and add new patterns3.42.0Cédric Jeanneret2019-11-051-0/+41
* Mask encryption_key_idyenai2019-02-021-0/+3
* Support non-dict mappings in mask_dict_passwordBen Nemec2018-12-031-0/+41
* Merge "Handle non-string keys appropriately"3.36.4Zuul2018-07-181-0/+7
|\
| * Handle non-string keys appropriatelyJoshua Harlow2018-07-171-0/+7
* | Merge "Add a mixed mode parser to string_to_bytes"3.35.0Zuul2018-01-131-0/+9
|\ \
| * | Add a mixed mode parser to string_to_bytesIan Wienand2017-09-131-0/+9
* | | Add method validate_integerbhagyashris2017-09-291-0/+33
|/ /
* | Add method is_valid_boolstrChangBo Guo(gcb)2016-09-291-0/+15
* | Add utils for validating and splitting quotesOmar Shykhkerimov2016-08-091-0/+27
* | Fix mask_dict_password for non string/dict type key in dictdharmendra2016-07-121-0/+24
|/
* Make mask_dict_password consistent with mask_passwordJohn L. Villalovos2016-06-221-0/+5
* improve tests for mask_password and mask_dict_passwordAmrith Kumar2016-06-211-41/+41
* Move method split_path into oslo.utilsChangBo Guo(gcb)2016-05-091-0/+39
* Add method check_string_lengthChangBo Guo(gcb)2016-02-231-0/+34
* Add a mechanism to mask passwords in dictionariesAmrith Kumar2016-01-051-0/+49
* If 'bool_from_string' provided a boolean just return itJoshua Harlow2015-09-161-0/+6
* Add 'token' to list of fields to be santized by mask_passwordpaul-carlton22015-09-081-0/+13
* Move files out of the namespace packageDoug Hellmann2015-01-061-0/+594