summaryrefslogtreecommitdiff
path: root/oslo_concurrency
Commit message (Expand)AuthorAgeFilesLines
* Fix fair internal lock used from eventlet.spawn_nBalazs Gibizer2022-09-052-19/+26
* Prove that spawn_n with fair lock is brokenBalazs Gibizer2022-09-051-0/+63
* Log when waiting to acquire lockGorka Eguileor2022-07-071-2/+6
* Imported Translations from ZanataOpenStack Proposal Bot2022-06-211-2/+6
* Merge "Allow python_exec kwarg to be None"Zuul2022-04-051-3/+3
|\
| * Allow python_exec kwarg to be NoneBrian Rosmaita2022-03-011-3/+3
* | Fix RequiredOptError when missing lock_pathThiago Brito2022-03-241-1/+1
|/
* Add support for non-blocking locks4.5.0Romain Poupin2021-06-242-10/+136
* Remove references to 'sys.version_info'dengzhaosen2021-04-271-6/+2
* Monkey patch original current_thread _active in processutilsRodolfo Alonso Hernandez2020-09-301-0/+7
* Add support for timeout to processutils.execute4.2.0Dmitry Tantsur2020-06-242-5/+31
* Merge "Don't warn on lock removal if file doesn't exist"Zuul2020-06-082-5/+22
|\
| * Don't warn on lock removal if file doesn't existGorka Eguileor2020-03-182-5/+22
* | Merge "Stop to use the __future__ module."Zuul2020-06-032-4/+0
|\ \
| * | Stop to use the __future__ module.Hervé Beraud2020-06-022-4/+0
* | | Merge "Monkey patch original current_thread _active"4.1.0Zuul2020-06-031-0/+6
|\ \ \ | |/ / |/| |
| * | Monkey patch original current_thread _activeArthur Dayne2020-05-081-0/+6
* | | Remove six usageAndreas Jaeger2020-05-094-101/+50
|/ /
* | Imported Translations from ZanataOpenStack Proposal Bot2020-04-291-2/+6
* | Use unittest.mock instead of third party mock4.0.2Sean McGinnis2020-03-312-2/+2
|/
* Merge "Fix remove_lock test"Zuul2019-12-201-22/+29
|\
| * Fix remove_lock testGorka Eguileor2019-12-201-22/+29
* | Spiff up docs for *_with_prefixEric Fried2019-11-041-11/+34
* | Add lock_with_prefix convenience utilityEric Fried2019-09-172-0/+32
|/
* Some test cleanupEric Fried2019-09-173-142/+87
* Replace git.openstack.org URLs with opendev.org URLsjacky062019-05-051-2/+2
* Update hacking versionZhijunWei2019-01-211-5/+3
* Merge "Add support for fair locks"3.29.0Zuul2018-11-052-6/+99
|\
| * Add support for fair locksChris Friesen2018-11-022-6/+99
* | ignore warning from bandit for using shell=Doug Hellmann2018-08-161-1/+1
* | Switch to stestrVu Cong Tuan2018-07-041-1/+1
* | Switch pep8 job to python 3Ben Nemec2018-04-121-2/+2
* | Imported Translations from ZanataOpenStack Proposal Bot2018-03-011-4/+4
* | Mask passwords only when command execution failsprashkre2018-02-222-3/+47
* | Add python_exec kwarg to processutils.execute()3.25.0Matthew Treinish2018-01-092-1/+19
|/
* Minor correction to docstrings3.22.0Brian Rosmaita2017-08-301-4/+6
* Windows: ensure exec calls don't block other greenthreadsLucian Petrut2017-08-162-3/+61
* Add debug log to indicate when external lock is takenGary Kotton2017-07-261-0/+3
* Merge "Remove log translations"3.21.0Jenkins2017-07-122-12/+2
|\
| * Remove log translationsloooosy2017-07-112-12/+2
* | Imported Translations from ZanataOpenStack Proposal Bot2017-07-125-105/+13
|/
* Check for SubprocessError by name on Python 3.xYuriy Taraday2017-06-291-6/+11
* Using fixtures.MockPatch instead of mockpatch.Patchgecong19732017-03-091-4/+3
* pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)Davanum Srinivas2017-02-061-1/+1
* Automatically convert process_input to bytes3.18.03.17.0Davanum Srinivas2017-01-122-2/+16
* [TrivialFix] Replace 'assertTrue(a in b)' with 'assertIn(a, b)'howardlee2016-10-211-7/+7
* Change assertTrue(isinstance()) by optimal assertgecong19732016-10-081-6/+6
* Ignore prlimit argument on WindowsLucian Petrut2016-09-292-5/+32
* Fix external lock tests on WindowsDenis Buliga2016-08-081-42/+55
* Fix parameters of assertEqual are misplacedyanheven2016-07-232-39/+41