summaryrefslogtreecommitdiff
path: root/oslo_utils
Commit message (Expand)AuthorAgeFilesLines
* Merge "strutils: Stop masking encryption_key_id"Zuul2021-04-162-4/+1
|\
| * strutils: Stop masking encryption_key_idLee Yarwood2020-11-232-4/+1
* | Merge "Address nits from six removal patch"Zuul2021-04-164-12/+12
|\ \
| * | Address nits from six removal patchStephen Finucane2021-02-014-12/+12
* | | Merge "Switch to collections.abc.*"Zuul2021-04-162-7/+5
|\ \ \
| * | | Switch to collections.abc.*Stephen Finucane2021-02-012-7/+5
| | |/ | |/|
* | | Add a ``strict`` flag allowing users to restrict validation of IPv4 format4.8.0Hervé Beraud2021-02-052-3/+69
| |/ |/|
* | Remove all usage of six libraryhaixin2020-10-0916-263/+124
|/
* Merge "Adding pre-commit"4.7.0Zuul2020-09-221-2/+2
|\
| * Adding pre-commitHervé Beraud2020-09-091-2/+2
* | Merge "Add function to encapsule md5 for FIPS systems"Zuul2020-09-212-0/+68
|\ \ | |/ |/|
| * Add function to encapsule md5 for FIPS systemsAde Lee2020-09-162-0/+68
* | Fix is_same_callback() testing for python3.8Ghanshyam Mann2020-09-072-7/+43
|/
* Add util methods for checking json and yaml formatted file4.5.0Ghanshyam Mann2020-08-262-1/+78
* Merge "New method in netutils: get_mac_addr_by_ipv6"4.4.0Zuul2020-07-242-0/+62
|\
| * New method in netutils: get_mac_addr_by_ipv6Bence Romsics2020-06-292-0/+62
* | versionutils: switch from pkg_resources to packaging4.3.0Doug Hellmann2020-07-051-8/+5
|/
* Fix uuidsentinel to follow getattr protocol4.2.2Balazs Gibizer2020-06-262-2/+2
* Release greenthread when computing checksum4.2.1Vladyslav Drok2020-06-082-0/+22
* Stop to use the __future__ module.4.2.0Hervé Beraud2020-06-022-4/+0
* Remove monotonic usageSean McGinnis2020-05-041-5/+2
* Merge "Use unittest.mock instead of third party mock"4.1.1Zuul2020-04-067-7/+8
|\
| * Use unittest.mock instead of third party mockSean McGinnis2020-03-317-7/+8
* | Update hacking for Python3Andreas Jaeger2020-04-024-1/+5
|/
* Merge "tests: Convert remaining tests to mock"Zuul2020-02-281-166/+173
|\
| * tests: Convert remaining tests to mockStephen Finucane2020-02-251-166/+173
* | Merge "Add test to check scientific notation on disk virtual size"Zuul2020-02-261-1/+3
|\ \
| * | Add test to check scientific notation on disk virtual sizeHervé Beraud2020-02-261-1/+3
* | | Merge "Fix regex to correctly recognize scientific notation with QemuImgInfo"4.1.0Zuul2020-02-262-1/+6
|\ \ \ | |/ / | | / | |/ |/|
| * Fix regex to correctly recognize scientific notation with QemuImgInfoHervé Beraud2020-02-252-1/+6
* | Flatten test caseStephen Finucane2020-02-251-86/+195
|/
* imageutils: Report format specific details when using JSON output formatLee Yarwood2020-02-142-1/+8
* trivial: Move setup code into setUp helperStephen Finucane2019-12-181-20/+7
* Verify the sanitize keys are lowered3.42.1Dougal Matthews2019-11-222-3/+9
* Fix invalid escapes in regular expression stringsRadomir Dopieralski2019-11-211-3/+3
* Make mask_dict_password case insensitive and add new patternsDougal Matthews2019-11-152-5/+22
* Make mask_password case insensitive, and add new patterns3.42.0Cédric Jeanneret2019-11-052-14/+56
* Support "qemu-img info" virtual size in QEMU 4.1 and laterMark Mielke2019-09-202-2/+17
* Add digestmod when using hmac3.41.1Alfredo Moralejo2019-08-211-1/+3
* Merge "eventletutils: Optimise EventletEvent.clear()"Zuul2019-04-162-7/+27
|\
| * eventletutils: Optimise EventletEvent.clear()Zane Bitter2019-01-252-7/+27
* | Merge "Mask encryption_key_id"Zuul2019-03-272-1/+5
|\ \
| * | Mask encryption_key_idyenai2019-02-022-1/+5
| |/
* | Update hacking versionZhijunWei2019-02-132-4/+4
|/
* Avoid double-setting event3.40.2Ben Nemec2019-01-232-1/+13
* Merge "Avoid calling eventlet.event.Event.reset()"3.40.1Zuul2019-01-182-9/+6
|\
| * Avoid calling eventlet.event.Event.reset()Zane Bitter2019-01-032-9/+6
* | Merge "Support non-dict mappings in mask_dict_password"3.40.0Zuul2019-01-082-3/+45
|\ \ | |/ |/|
| * Support non-dict mappings in mask_dict_passwordBen Nemec2018-12-032-3/+45
* | Fix race condition in eventletutils EventZane Bitter2018-12-052-3/+65