summaryrefslogtreecommitdiff
path: root/oslo_utils
Commit message (Expand)AuthorAgeFilesLines
* Implement zoneinfo support to drop dependency to pytzHervé Beraud2023-03-231-3/+3
* [imageutils] Fix __str__ for QemuImgInfo6.1.0Brian Rosmaita2022-11-112-1/+4
* Merge "Remove deprecated helpers from oslo_utils.timeutils"6.0.0Zuul2022-06-132-135/+3
|\
| * Remove deprecated helpers from oslo_utils.timeutilsStephen Finucane2022-05-262-135/+3
* | Merge "Remove oslo_utils.fnmatch"Zuul2022-06-131-30/+0
|\ \ | |/
| * Remove oslo_utils.fnmatchStephen Finucane2022-05-181-30/+0
* | Merge "strutils: Defer import of pyparsing"5.0.0Zuul2022-05-311-4/+7
|\ \ | |/
| * strutils: Defer import of pyparsingStephen Finucane2022-05-181-4/+7
* | Remove unnecessary unicode prefixessongwenping2022-04-225-39/+36
|/
* fix strutils password regex4.13.0Hervé Beraud2022-03-102-0/+13
* Fix regex used to mask password4.12.1Hervé Beraud2022-01-112-1/+28
* Use LOG.warning instead of deprecated LOG.warnTakashi Kajinami2021-11-292-7/+7
* Add backing file format to the output4.12.0Dmitriy Rabotyagov2021-11-112-2/+19
* QemuImgInfo: Fix inconsistent value format of encryptedTakashi Kajinami2021-09-052-2/+5
* Modify UUID sentinel to support keystone-like UUIDs4.10.0Alexey Stupnikov2021-08-032-3/+19
* QemuImgInfo: Skip deprecation warning when output is not passed4.9.2Takashi Kajinami2021-07-061-5/+6
* Drop warnings enable filteryatinkarel2021-07-011-2/+0
* Remove references to 'sys.version_info'4.9.1dengzhaosen2021-06-012-107/+6
* Merge "Deprecate the fnmatch module."Zuul2021-05-261-0/+9
|\
| * Deprecate the fnmatch module.Hervé Beraud2021-05-111-0/+9
* | Deprecate the human format on QemuImgInfoHervé Beraud2021-05-102-8/+32
|/
* 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
|\ \ \ | |/ / | | / | |/ |/|