summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixes the healthcheck factory method and docs0.4.0Mehdi Abaakouk2015-01-264-4/+69
| | | | | | | | This change fix the factory method of the healthcheck middleware It also adds documentation about how to configure the middleware Change-Id: Ie549d4686e921a9d407ba2829f69f92216bfcf9a
* add shortcut to healthcheck middlewaregordon chung2015-01-261-0/+2
| | | | | | shortcut to healthcheck middleware to hide module path. Change-Id: I48539b33baa7b6001bd4c8a963ada34046b12fac
* Merge "Move i18n module to a private name"Jenkins2015-01-235-4/+4
|\
| * Move i18n module to a private nameDoug Hellmann2015-01-215-4/+4
| | | | | | | | | | | | | | The i18n module for this library is private to the library and should never be used by outside code. Rename the module to reflect this. Change-Id: I39149056daeeb27428b938fb9cd7278cd42f2444
* | Merge "Update Oslo imports to remove namespace package"Jenkins2015-01-233-5/+5
|\ \ | |/
| * Update Oslo imports to remove namespace packageDoug Hellmann2015-01-213-5/+5
| | | | | | | | | | Change-Id: I4ec9b2a310471e4e07867073e9577731ac34027d Blueprint: drop-namespace-packages
* | Updated from global requirementsOpenStack Proposal Bot2015-01-231-1/+1
|/ | | | Change-Id: Ife7e7e6eaf96a9a9191312c97b37415f351d1fdd
* Merge "Add healthcheck middleware"Jenkins2015-01-216-0/+236
|\
| * Add healthcheck middlewareMehdi Abaakouk2015-01-196-0/+236
| | | | | | | | | | Implements blueprint oslo-middleware-healthcheck Change-Id: Id19a47c07ff4fbf954ab188b7186361ed9ef213a
* | Updated from global requirementsOpenStack Proposal Bot2015-01-081-1/+1
|/ | | | Change-Id: I9f18bcb41385928b450c1a7249f12fda3fb4528a
* Fix bug tracker link in readmeDoug Hellmann2015-01-071-1/+1
| | | | | | Point to the right bug tracker in README.rst. Change-Id: I87bc7714cd8df7457f535caf29cdee8b055cd8b0
* Move files out of the namespace package0.3.0Doug Hellmann2015-01-0625-265/+678
| | | | | | | | | | Move the public API out of oslo.middleware to oslo_middleware. Retain the ability to import from the old namespace package for backwards compatibility for this release cycle. bp/drop-namespace-packages Change-Id: If88c65c82b64f096a02f7ec62e019aea4de2f9d3
* Merge "switch to oslo.context"Jenkins2015-01-067-147/+3
|\
| * switch to oslo.contextgordon chung2014-12-297-147/+3
| | | | | | | | Change-Id: I348fe06441e751ad1e53cd293f098bc21a445048
* | Don't use default value in LimitingReaderBrant Knudson2015-01-012-1/+14
|/ | | | | | | | | We can't simply pass the None default on to the read operation as this default is handled differently between different wsgi implementations. Change-Id: I337e797b8dee3dfcf9299fe361cf197a176c8fe2 Closes-Bug: #1213106 Co-Authored-By: Jamie Lennox <jamielennox@redhat.com>
* Workflow documentation is now in infra-manualJeremy Stanley2014-12-051-4/+3
| | | | | | | Replace URLs for workflow documentation to appropriate parts of the OpenStack Project Infrastructure Manual. Change-Id: Iaf8f913453df0d8139a661dc731bbcfcbb95cc36
* Updated from global requirements0.2.0OpenStack Proposal Bot2014-11-201-1/+1
| | | | Change-Id: I48f80295f557dde6d75f4477159dcd951e6ddc8b
* Merge "Updated from global requirements"Jenkins2014-11-181-1/+1
|\
| * Updated from global requirementsOpenStack Proposal Bot2014-11-181-1/+1
| | | | | | | | Change-Id: Ia028fefbdc4328cfa2c3333c3e86434e6eac2fa2
* | Flesh out the READMEDavanum Srinivas2014-11-171-1/+4
|/ | | | | | | Add details to the README on what can be done with the library Closes-Bug: #1391551 Change-Id: I251609f1e5b33fe5eadf3bd85c7166305ec3bcb3
* Imported Translations from TransifexOpenStack Proposal Bot2014-11-122-0/+54
| | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I93cce707e1efd5cddacaaba4b981713c2d1180c2
* Updated from global requirementsOpenStack Proposal Bot2014-11-051-1/+1
| | | | Change-Id: Id97f3f4387f9b9d7ef00ee1079a61fc08c6a1306
* Merge "Updated from global requirements"Jenkins2014-10-261-1/+1
|\
| * Updated from global requirementsOpenStack Proposal Bot2014-10-221-1/+1
| | | | | | | | Change-Id: I19abc97c636aa4974907cccbbf9f61058647c1c8
* | Add pbr to installation requirementsDoug Hellmann2014-10-241-0/+1
|/ | | | | | | | | Add pbr to the list of installation requirements so that it is installed via pip before this library is installed, instead of with easy_install. This avoids issues like Bug #1384919, and ensures that projects that use this library as a dependency are properly installed. Change-Id: I6c155370dbd01fe4748d5137bdf288e8d3e1a67e
* Updated from global requirementsOpenStack Proposal Bot2014-10-111-1/+1
| | | | Change-Id: Ia8e3281f6aa373a60b99036b9cd25ade58793e87
* Remove extraneous vim editor configuration commentsChristian Berendt2014-10-081-2/+0
| | | | | Change-Id: I2fb6d6174cf8b73ee663efa6718f4358be673869 Partial-Bug: #1229324
* Merge "Support building wheels (PEP-427)"Jenkins2014-10-041-1/+4
|\
| * Support building wheels (PEP-427)Davanum Srinivas2014-10-021-1/+4
| | | | | | | | | | | | | | | | Universal is used to identify pure-Python module(by bdist_wheel). For these, it is sufficient to build a wheel with _any_ Python ABI version and publish that to PyPI (by whatever means). Change-Id: I99b5c30b7d7feb00eed1c9b4c7c8a0df4e41da84
* | Merge "Expose sizelimit option to config generator"Jenkins2014-10-044-12/+70
|\ \
| * | Expose sizelimit option to config generatorDavanum Srinivas2014-10-014-12/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding a group name to prevent collision with keystone middleware library option * Adds an opts module for the config generator to use. * Makes the option in sizelimit private since we don't want consumers using them directly. * Moves the options to an oslo_middleware group with appropriate deprecated_opts settings to keep existing configs working. Closes-Bug: #1368490 Change-Id: I72263bd363a79275a314de727a04277276866565
* | | Imported Translations from TransifexOpenStack Proposal Bot2014-10-033-63/+0
| |/ |/| | | | | Change-Id: I99c6b951c8b6992a442b194ad480ca0418def520
* | Fix coverage testingAndreas Jaeger2014-10-011-0/+1
|/ | | | | | | Add coverage to test-requirements so that tox-e cover works - this is part of the post jobs that are run. Change-Id: Id919bdb861447c0f018df64d9a0f5e44c0cc2351
* Imported Translations from TransifexOpenStack Proposal Bot2014-09-301-0/+27
| | | | Change-Id: I2c7031426d916c7f2117357a20d0d4ae6fde9bf6
* Imported Translations from TransifexOpenStack Proposal Bot2014-09-263-0/+63
| | | | Change-Id: I4e3d80607017822b5aebf316595ea1497e46706b
* Updated from global requirementsOpenStack Proposal Bot2014-09-192-4/+4
| | | | Change-Id: I9dab787a11f6cf22b7ab57ee0fce2333ec0de43d
* Merge "Remove oslo-incubator fixture"Jenkins2014-09-184-87/+1
|\
| * Remove oslo-incubator fixtureJulien Danjou2014-09-164-87/+1
| | | | | | | | Change-Id: I23cb59c1774b07842ac8853f3c104adfddd2c25b
* | Imported Translations from TransifexOpenStack Proposal Bot2014-09-187-0/+166
|/ | | | Change-Id: Idb5c8659e684a6175e1dcc85a1c7b4342597a6d6
* Updated from global requirements0.1.0OpenStack Proposal Bot2014-09-103-5/+13
| | | | Change-Id: I6ba0a580547d52534517c50a2367ee111d0f0aef
* Setup for translationAndreas Jaeger2014-09-071-0/+25
| | | | | | | | | | | | | To start translation, we need to initially import the translation file - and place it at the proper place so that the usual CI scripts can handle it. The proper place is for all python projects $PROJECT/locale/$PROJECT.pot - see setup.cfg. Further imports will be done by the OpenStack Proposal bot. Change-Id: I29b9fe0c286d1f54c260bff0569ea3e4e8092c3c
* Merge "Work toward Python 3.4 support and testing"Jenkins2014-09-051-1/+1
|\
| * Work toward Python 3.4 support and testingJeremy Stanley2014-09-031-1/+1
| | | | | | | | Change-Id: I69f453e0e32491cd37d60c978b88d4b35b839d7f
* | Merge "warn against sorting requirements"Jenkins2014-09-052-0/+8
|\ \
| * | warn against sorting requirementsDoug Hellmann2014-09-032-0/+8
| |/ | | | | | | | | Change-Id: I64ae9191863564e278a35d42ec9cd743a233028e Addresses-Bug: #1365061
* | Update docs for first releaseDoug Hellmann2014-08-2610-36/+31
|/ | | | | | | | | | Ensure each exported class has a docstring. Add API to the sphinx docs. Fix a few formatting issues so the rendered docs look OK. Change-Id: Ieef7bae3783a084249169fe9b80ab17518eee15f
* Merge "expose middleware through oslo.middleware"Jenkins2014-08-242-1/+24
|\
| * expose middleware through oslo.middlewaregordon chung2014-08-212-1/+24
| | | | | | | | | | | | | | allow middleware to be called through oslo.middleware rather than through module. Change-Id: Iee535002a3bed221f85e97fb10528fbb9234dcb1
* | Merge "drop middleware suffix in class names"Jenkins2014-08-246-9/+9
|\ \ | |/
| * drop middleware suffix in class namesgordon chung2014-08-136-9/+9
| | | | | | | | | | | | | | as discussed in bp, we should drop the middleware suffix in class names to avoid redundancy. Change-Id: I60e1e84e817e24be9ad1d31381df95c93f7b7990