| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | In an effort to keep new and old API code separate, I've created a nova.api ↵ | Eric Day | 2010-08-17 | 1 | -34/+0 |
| | | | | | to put all new API code under. This means nova.endpoint only contains the old Tornado implementation. I also cleaned up a few pep8 and other style nits in the new API code. | ||||
| * | Move eventlet-using class out of endpoint/__init__.py into its own ↵ | Michael Gundlach | 2010-08-17 | 1 | -3/+2 |
| | | | | | submodule, so that twisted-related code using endpoint.[other stuff] wouldn't run eventlet and make unit tests throw crazy errors about eventlet 0.9.10 not playing nicely with twisted. | ||||
| * | PEP8 and name corrections | Michael Gundlach | 2010-08-16 | 1 | -1/+1 |
| | | |||||
| * | Make WSGI routing support routing to WSGI apps or to controller+action | Michael Gundlach | 2010-08-12 | 1 | -2/+3 |
| | | | | Support the beginnings of serialization format detection (aka did the request ask for JSON or XML) | ||||
| * | Reworked WSGI helper module and converted rackspace API endpoint to use it. | Eric Day | 2010-08-07 | 1 | -17/+4 |
| | | |||||
| * | Merge from trunk. | Todd Willey | 2010-08-03 | 1 | -8/+6 |
| |\ | |||||
| | * | Massive refactor of users.py | Vishvananda Ishaya | 2010-07-19 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | Split users.py into manager.py and ldpadriver.py Added tons of docstrings Cleaned up public methods Simplified manager singleton handling | ||||
| | * | reorder imports spacing | Jesse Andrews | 2010-07-15 | 1 | -3/+1 |
| | | | |||||
| | * | remove import of vendor since we have PPA now | Jesse Andrews | 2010-07-15 | 1 | -1/+1 |
| | | | |||||
| * | | Share my updates to the Rackspace API. | Todd Willey | 2010-07-26 | 1 | -12/+1 |
| |/ | |||||
| * | update copyrights | Todd Willey | 2010-07-15 | 1 | -1/+3 |
| | | |||||
| * | git checkpoint commit post-wsgi | Todd Willey | 2010-06-20 | 1 | -24/+17 |
| | | |||||
| * | Commit what I have almost working before diverging. | Todd Willey | 2010-06-19 | 1 | -0/+65 |
