summaryrefslogtreecommitdiff
path: root/oslo_utils
Commit message (Expand)AuthorAgeFilesLines
* Fix exception with secretutilschangxun2018-05-242-22/+27
* Add private_key to the list of sanitized keys3.36.2Matthew Booth2018-05-111-1/+1
* Trivial: Update pypi url to new url3.36.1Tovin Seven2018-04-201-1/+1
* eventletutils: Fix behavior discrepency when reusing EventsJohn Eckersberg2018-04-112-2/+13
* Imported Translations from ZanataOpenStack Proposal Bot2018-03-011-3/+3
* Merge "Clean imports in code"Zuul2018-02-091-15/+12
|\
| * Clean imports in codeNguyen Hung Phuong2018-01-301-15/+12
* | Imported Translations from ZanataOpenStack Proposal Bot2018-02-081-4/+17
* | Merge "Document specs_matcher.py functions"Zuul2018-02-072-4/+78
|\ \
| * | Document specs_matcher.py functionsJohn L. Villalovos2018-01-302-4/+78
| |/
* | Fix breaking unit tests due to iso8601 changesJohn L. Villalovos2018-02-062-30/+31
|/
* Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'sunyandi2018-01-191-1/+1
* Merge "Add a mixed mode parser to string_to_bytes"3.35.0Zuul2018-01-132-2/+35
|\
| * Add a mixed mode parser to string_to_bytesIan Wienand2017-09-132-2/+35
* | Merge "Add missing information in docstring of validate_integer"3.34.0Zuul2018-01-071-0/+3
|\ \
| * | Add missing information in docstring of validate_integerChangBo Guo(gcb)2017-12-181-0/+3
* | | Merge "Add method to escape ipv6 ip addresses"Zuul2018-01-052-0/+18
|\ \ \
| * | | Add method to escape ipv6 ip addressesDerek Higgins2017-08-182-0/+18
* | | | improve docstring for last_bytes()Doug Hellmann2018-01-021-1/+8
* | | | Add method last_bytes in fileutilsChangBo Guo(gcb)2017-12-272-0/+50
| |/ / |/| |
* | | Merge "Add method validate_integer"3.33.0Zuul2017-12-052-0/+62
|\ \ \
| * | | Add method validate_integerbhagyashris2017-09-292-0/+62
* | | | Merge "Fix some reST field lists in docstrings"Zuul2017-11-301-1/+1
|\ \ \ \
| * | | | Fix some reST field lists in docstringslingyongxu2017-09-051-1/+1
| | |_|/ | |/| |
* | | | Add method to compute a file's checksum to fileutils3.31.0Rajath Agasthya2017-10-252-0/+76
| |/ / |/| |
* | | Merge "Use six.binary_type to point to the right type"Jenkins2017-09-201-1/+1
|\ \ \ | |/ / |/| |
| * | Use six.binary_type to point to the right typeJoshua Harlow2017-09-191-1/+1
* | | Imported Translations from Zanata3.29.0OpenStack Proposal Bot2017-08-2310-313/+0
| |/ |/|
* | Prevent deprecation error messages from pkg_resourcesJohn L. Villalovos2017-07-251-2/+6
* | Update URLs in documents according to document migration3.28.0ChangBo Guo(gcb)2017-07-121-1/+1
* | Merge "Adding a check of string type for hmacs"Jenkins2017-05-272-0/+8
|\ \
| * | Adding a check of string type for hmacsRahul Nair2017-03-062-0/+8
* | | Remove split conversion to tupleJoshua Harlow2017-05-071-4/+4
* | | Remove log translations3.25.0hnyang2017-03-283-25/+14
* | | Use Sphinx 1.5 warning-is-error3.24.0Stephen Finucane2017-03-161-3/+3
* | | Merge "Add missing documentation for secretutils"Jenkins2017-03-031-0/+6
|\ \ \
| * | | Add missing documentation for secretutilsEric Brown2017-02-231-0/+6
| |/ /
* | | Merge "Allow scoped ipv6 addresses"Jenkins2017-03-022-1/+18
|\ \ \ | |/ / |/| |
| * | Allow scoped ipv6 addressesAdam Harwell2016-10-282-1/+18
* | | Added the token 'encrypted_key' to mask_password listAmrith Kumar2016-12-221-1/+1
* | | Merge "Allow 'get_all_class_names' to pass kwargs"3.21.0Jenkins2016-12-121-2/+5
|\ \ \
| * | | Allow 'get_all_class_names' to pass kwargsJoshua Harlow2016-12-091-2/+5
* | | | Add toggle 'dashed' to 'generate_uuid' function3.20.0lvdongbing2016-12-062-2/+12
* | | | Merge "Add option to not truncate built-ins"3.19.0Jenkins2016-11-201-9/+9
|\ \ \ \ | |/ / /
| * | | Add option to not truncate built-insJoshua Harlow2016-11-011-9/+9
| | |/ | |/|
* | | Merge "Restore <all-in> operator"Jenkins2016-11-102-8/+105
|\ \ \
| * | | Restore <all-in> operatorAlexis Lee2016-07-122-8/+105
* | | | Improve eventlet check when selecting Event backendJohn Eckersberg2016-11-072-3/+4
* | | | Create dictutils and add 'flatten_dict_to_keypairs'Hanxi Liu2016-11-012-0/+71
| |_|/ |/| |
* | | Add threading<->eventlet compatible EventJohn Eckersberg2016-10-212-0/+55