summaryrefslogtreecommitdiff
path: root/stevedore
Commit message (Expand)AuthorAgeFilesLines
* Merge "Catch NotADirectoryError error"Zuul2023-04-111-1/+1
|\
| * Catch NotADirectoryError errorStephen Finucane2022-09-091-1/+1
* | Merge "Remove Extension.extras"5.0.0Zuul2023-01-232-27/+0
|\ \
| * | Remove Extension.extrasStephen Finucane2022-10-042-27/+0
* | | Order old importlib-metadata results by group4.1.1Ian Wienand2022-10-191-1/+2
|/ /
* | Fix compatibility with Python 3.12, importlib-metadata 5.0Stephen Finucane2022-10-042-2/+18
* | Fix compatibility with Python 3.10, 3.9.11Stephen Finucane2022-10-041-11/+19
|/
* Fix remaining logic to support Python 3.6/74.0.0Takashi Kajinami2022-06-214-26/+4
* Rely on member access, the preferred access since importlib_metadata 4.8.Jason R. Coombs2021-09-011-1/+1
* Merge "Fix cache dir flooding when running from /tmp"Zuul2020-11-052-8/+73
|\
| * Fix cache dir flooding when running from /tmpArtem Goncharov2020-09-142-8/+73
* | Merge "Adding pre-commit"Zuul2020-10-0512-20/+122
|\ \ | |/ |/|
| * Adding pre-commitHervé Beraud2020-09-1512-20/+122
* | Fix the bug 1892610. There're some syntax errors in the comment of stevedore ...3.2.1zhangziwen2020-08-236-9/+9
|/
* add property methods to extension for more entry point values3.2.0Doug Hellmann2020-07-122-0/+67
* sphinxext: fix warning message for detailed list3.1.0Doug Hellmann2020-07-123-18/+30
* switch to importlib.metadata packageDoug Hellmann2020-07-066-29/+234
* Replace external mock with built-in unittest.mockMichał Górny2020-06-055-7/+9
* Stop to use the __future__ module.Hervé Beraud2020-06-033-6/+0
* Mark sphinx extensions thread safeSean McGinnis2020-04-211-0/+4
* Drop Python 2.7 supportStephen Finucane2020-04-213-7/+1
* update git.openstack.org to opendevliuwei2019-04-252-2/+2
* Delete repeated param description.zhangwen12019-03-141-2/+0
* Update sphinx logging to not use app object1.30.0Sean McGinnis2018-10-161-6/+6
* Removed older version of python added 3.5qingszhao2018-09-292-2/+2
* Add an ExtensionManager.items() methodDaniel Watkins2017-08-102-6/+23
* Remove oslotest from test-requirements1.22.0Thomas Bechtold2017-05-232-3/+3
* extension: add entry_point_names method1.20.0Julien Danjou2017-01-132-0/+11
* extension: expose _find_entry_points as list_entry_pointsJulien Danjou2017-01-132-6/+21
* Allow suppression of warnings from DriverManagerKevin Benton2017-01-091-1/+4
* Add Apache 2.0 license to source file1.19.0Cao Xuan Hoang2016-11-2819-0/+229
* Fix typos in exception.pyYvonne Stachowski2016-08-221-2/+2
* do not emit warnings for missing hooks1.17.1Doug Hellmann2016-08-092-3/+23
* Merge "make error reporting for extension loading quieter"Jenkins2016-07-141-2/+9
|\
| * make error reporting for extension loading quieterDoug Hellmann2016-07-131-2/+9
* | Replace assertEquals() with assertEqual()liangjingtao2016-07-111-1/+1
|/
* Fix NamedExtensionManager fails when loading failing extension in orderChangBo Guo(gcb)2016-07-042-5/+30
* NamedExtensionManager: call a callback when some names cannot be foundCyril Roelandt2016-06-242-0/+34
* Merge "Trival:Remove unused logging import"Jenkins2016-01-151-4/+0
|\
| * Trival:Remove unused logging importcaoyue2016-01-151-4/+0
* | Remove work around for NullHandlerChangBo Guo(gcb)2016-01-131-13/+1
|/
* Use Stevedore exceptions for finding extensions1.10.0Jamie Lennox2015-11-306-9/+24
* Clean up Python 2.6 related stuffChangBo Guo(gcb)2015-11-262-2/+0
* Show how to add a plugin in a separate packageDoug Hellmann2015-09-245-6/+47
* Fix spelling typo for maunalZhao Lei2015-09-242-2/+2
* Examples typo fixCleber Rosa2015-08-281-1/+1
* Titlecase looks nicer sometimes in detailed modeJoshua Harlow2015-07-201-3/+10
* Document the signature for check_func1.6.0Doug Hellmann2015-06-251-1/+2
* Merge "Add sphinx integration"Jenkins2015-05-282-0/+228
|\
| * Add sphinx integrationDoug Hellmann2015-05-272-0/+228