summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Move files out of the namespace packageDoug Hellmann2014-12-241-4/+5
| | | | | | | | | | Move the public API out of oslo.db to oslo_db. Retain the ability to import from the old namespace package for backwards compatibility for this release cycle. Blueprint: drop-namespace-packages Change-Id: Ie96b482b9fbcb1d85203ad35bb65c1f43e912a44
* Clean up documentationDoug Hellmann2014-09-041-1/+1
| | | | | | | | | | | | | | | | | Switch to manually generated rst files for the API documentation so we do not expose private parts of the library. Fix formatting of usage.rst Convert bullet list to section headers to fix rendering issues and make the docs more readable. Fix formatting of docstrings in classes exposed in the docs to eliminate warnings/errors from Sphinx. Add history.rst Change-Id: I6f500775f801558f7c0c29f180b60f83a7150e02
* Merge "Added ``docs`` environment to tox.ini"Jenkins2014-06-101-0/+6
|\
| * Added ``docs`` environment to tox.iniVictor Sergeyev2014-06-061-0/+6
| | | | | | | | | | | | | | Added the new tox environment to build docs. Fixes in oslo.db documentation building Change-Id: Icab4f299df3d8a4c40dc4fd7292609109f206afd
* | Add eventlet.tpool.Proxy for DB API callsAndrey Kurilin2014-06-061-0/+1
|/ | | | | | | | | | | | Ability to use thread pooling for DB API calls should be returned in oslo.db as DB API wrapper. Base on the fact that this wrapper is optional, `eventlet` should not be added in requirements. bp add-tpool-proxy-wrapper Change-Id: I2343556c157e9f0f695e14ca0283914ef23c972c
* Fix dhellmann's notes from April 18Victor Sergeyev2014-04-221-2/+0
| | | | | | | | | | | removed the python 3 classifier. See note https://github.com/malor/oslo.db/commit/e4cfa6d39d2aa53af64ab34de97183f98fbeb667#commitcomment-6058177 added W292 pep8 check. See note https://github.com/malor/oslo.db/commit/276f7570d7af4a7a62d0e1ffb4edf904cfbf0600#commitcomment-6058296 added usage examples. See note https://github.com/malor/oslo.db/commit/e4cfa6d39d2aa53af64ab34de97183f98fbeb667#commitcomment-6058130
* Make the tests passingVictor Sergeyev2014-04-181-1/+9
| | | | | | | | - add missed requirements - add required modules from openstack.common - added entry points to setup.cfg - fixed tests location - fixed incorrect common modules imports
* Fix the graduate.sh script resultVictor Sergeyev2014-04-181-0/+49