summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | Import trycmd and ssh_execute from nova.Michael Still2013-05-071-0/+85
* | | Merge "Convert unicode for python3 portability"Jenkins2013-05-073-10/+18
|\ \ \ | |/ / |/| |
| * | Convert unicode for python3 portabilityChuck Short2013-05-063-10/+18
* | | Merge "Add test coverage for sqlite regexp function"Jenkins2013-05-031-1/+58
|\ \ \
| * | | Add test coverage for sqlite regexp functionMark McLoughlin2013-05-021-1/+58
| | |/ | |/|
* | | Merge "Deprecate log_format and change default to None"Jenkins2013-05-031-8/+23
|\ \ \
| * | | Deprecate log_format and change default to NoneAndrew Laski2013-05-011-8/+23
| |/ /
* / / Update processutils.Michael Still2013-05-031-0/+83
|/ /
* / Use range rather than xrangeChuck Short2013-05-011-1/+1
|/
* Merge "Support for lazily instantiated loggers"Jenkins2013-04-281-4/+19
|\
| * Support for lazily instantiated loggersDavanum Srinivas2013-04-091-4/+19
* | Add middleware to limit size of HTTP requests.Dan Prince2013-04-231-0/+100
* | Merge "Use print_function __future__ import"Jenkins2013-04-222-0/+5
|\ \
| * | Use print_function __future__ importMark McLoughlin2013-04-222-0/+5
* | | Merge "Improve Python 3.x compatibility"Jenkins2013-04-224-6/+6
|\| |
| * | Improve Python 3.x compatibilityDirk Mueller2013-04-224-6/+6
* | | Merge "Move wsgi.Service socket creation into the constructor."Jenkins2013-04-221-5/+4
|\ \ \ | |/ / |/| |
| * | Move wsgi.Service socket creation into the constructor.Kiall Mac Innes2013-03-171-5/+4
* | | Merge "Removes created_at, updated_at from ModelBase"Jenkins2013-04-201-0/+22
|\ \ \
| * | | Removes created_at, updated_at from ModelBaseZhongyue Luo2013-04-111-0/+22
| | |/ | |/|
* / | Add rpc method namespace support.Russell Bryant2013-04-122-6/+50
|/ /
* | Merge "Import nova's looping call."Jenkins2013-04-081-4/+4
|\ \
| * | Import nova's looping call.Michael Still2013-04-081-4/+4
* | | Merge "Move bin/ scripts to entrypoints."Jenkins2013-04-081-1/+1
|\ \ \ | |/ / |/| |
| * | Move bin/ scripts to entrypoints.Monty Taylor2013-04-071-1/+1
* | | Merge "Add a gettextutils.install() helper function"Jenkins2013-04-041-2/+16
|\ \ \
| * | | Add a gettextutils.install() helper functionMark McLoughlin2013-04-031-2/+16
* | | | Copy recent changes in periodic tasks from nova.Michael Still2013-04-041-1/+178
| |/ / |/| |
* | | Merge "Fix IBM copyright strings"Jenkins2013-04-032-2/+2
|\ \ \
| * | | Fix IBM copyright stringsKurt Taylor2013-04-022-2/+2
* | | | Merge "Add PathFilter to rootwrap."Jenkins2013-04-031-0/+119
|\ \ \ \
| * | | | Add PathFilter to rootwrap.Roman Podolyaka2013-04-011-0/+119
| | |/ / | |/| |
* | | | Merge "rpc: fix positional args in remote exceptions"Jenkins2013-04-021-2/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | rpc: fix positional args in remote exceptionsKiall Mac Innes2013-03-311-2/+23
| |/ /
* / / Fix the co-authored-by processing.Monty Taylor2013-04-021-1/+1
|/ /
* | Fix test_write_git_changelogAlessio Ababilov2013-03-281-8/+11
* | Merge "Remove deprecated Grizzly features"Jenkins2013-03-261-5/+2
|\ \
| * | Remove deprecated Grizzly featuresJoe Gordon2013-03-251-5/+2
| * | Merge "Remove unused imports"Jenkins2013-03-251-1/+0
| |\ \
| | * | Remove unused importsZhongyue Luo2013-03-231-1/+0
* | | | Update to use flake8.Monty Taylor2013-03-2414-114/+134
|/ / /
* | | Merge "Include Co-authored-by entries in AUTHORS."Jenkins2013-03-231-4/+20
|\ \ \ | |/ / |/| |
| * | Include Co-authored-by entries in AUTHORS.Monty Taylor2013-03-221-4/+20
* | | Merge "Locking edge case when lock_path does not exist"Jenkins2013-03-221-2/+0
|\ \ \
| * | | Locking edge case when lock_path does not existGary Kotton2013-03-221-2/+0
* | | | Merge "lockutils: add a failing unit test"Jenkins2013-03-221-3/+22
|\| | |
| * | | lockutils: add a failing unit testMark McLoughlin2013-03-221-3/+22
* | | | Merge "Improves Logging for for rpc method timeouts"Jenkins2013-03-221-21/+39
|\ \ \ \
| * | | | Improves Logging for for rpc method timeoutsMatthew Sherborne2013-03-221-21/+39
* | | | | Merge "Enable message envelope."Jenkins2013-03-223-36/+2
|\ \ \ \ \