| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge "Convert unicode for python3 portability" | Jenkins | 2013-05-07 | 3 | -10/+18 |
| |\ | |||||
| | * | Convert unicode for python3 portability | Chuck Short | 2013-05-06 | 3 | -10/+18 |
| * | | Merge "Add test coverage for sqlite regexp function" | Jenkins | 2013-05-03 | 1 | -1/+58 |
| |\ \ | |||||
| | * | | Add test coverage for sqlite regexp function | Mark McLoughlin | 2013-05-02 | 1 | -1/+58 |
| * | | | Merge "Deprecate log_format and change default to None" | Jenkins | 2013-05-03 | 1 | -8/+23 |
| |\ \ \ | |||||
| | * | | | Deprecate log_format and change default to None | Andrew Laski | 2013-05-01 | 1 | -8/+23 |
| | |/ / | |||||
| * / / | Update processutils. | Michael Still | 2013-05-03 | 1 | -0/+83 |
| |/ / | |||||
| * / | Use range rather than xrange | Chuck Short | 2013-05-01 | 1 | -1/+1 |
| |/ | |||||
| * | Merge "Support for lazily instantiated loggers" | Jenkins | 2013-04-28 | 1 | -4/+19 |
| |\ | |||||
| | * | Support for lazily instantiated loggers | Davanum Srinivas | 2013-04-09 | 1 | -4/+19 |
| * | | Add middleware to limit size of HTTP requests. | Dan Prince | 2013-04-23 | 1 | -0/+100 |
| * | | Merge "Use print_function __future__ import" | Jenkins | 2013-04-22 | 2 | -0/+5 |
| |\ \ | |||||
| | * | | Use print_function __future__ import | Mark McLoughlin | 2013-04-22 | 2 | -0/+5 |
| * | | | Merge "Improve Python 3.x compatibility" | Jenkins | 2013-04-22 | 4 | -6/+6 |
| |\| | | |||||
| | * | | Improve Python 3.x compatibility | Dirk Mueller | 2013-04-22 | 4 | -6/+6 |
| * | | | Merge "Move wsgi.Service socket creation into the constructor." | Jenkins | 2013-04-22 | 1 | -5/+4 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Move wsgi.Service socket creation into the constructor. | Kiall Mac Innes | 2013-03-17 | 1 | -5/+4 |
| * | | | Merge "Removes created_at, updated_at from ModelBase" | Jenkins | 2013-04-20 | 1 | -0/+22 |
| |\ \ \ | |||||
| | * | | | Removes created_at, updated_at from ModelBase | Zhongyue Luo | 2013-04-11 | 1 | -0/+22 |
| | | |/ | |/| | |||||
| * / | | Add rpc method namespace support. | Russell Bryant | 2013-04-12 | 2 | -6/+50 |
| |/ / | |||||
| * | | Merge "Import nova's looping call." | Jenkins | 2013-04-08 | 1 | -4/+4 |
| |\ \ | |||||
| | * | | Import nova's looping call. | Michael Still | 2013-04-08 | 1 | -4/+4 |
| * | | | Merge "Move bin/ scripts to entrypoints." | Jenkins | 2013-04-08 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Move bin/ scripts to entrypoints. | Monty Taylor | 2013-04-07 | 1 | -1/+1 |
| * | | | Merge "Add a gettextutils.install() helper function" | Jenkins | 2013-04-04 | 1 | -2/+16 |
| |\ \ \ | |||||
| | * | | | Add a gettextutils.install() helper function | Mark McLoughlin | 2013-04-03 | 1 | -2/+16 |
| * | | | | Copy recent changes in periodic tasks from nova. | Michael Still | 2013-04-04 | 1 | -1/+178 |
| | |/ / |/| | | |||||
| * | | | Merge "Fix IBM copyright strings" | Jenkins | 2013-04-03 | 2 | -2/+2 |
| |\ \ \ | |||||
| | * | | | Fix IBM copyright strings | Kurt Taylor | 2013-04-02 | 2 | -2/+2 |
| * | | | | Merge "Add PathFilter to rootwrap." | Jenkins | 2013-04-03 | 1 | -0/+119 |
| |\ \ \ \ | |||||
| | * | | | | Add PathFilter to rootwrap. | Roman Podolyaka | 2013-04-01 | 1 | -0/+119 |
| | | |/ / | |/| | | |||||
| * | | | | Merge "rpc: fix positional args in remote exceptions" | Jenkins | 2013-04-02 | 1 | -2/+23 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
| | * | | | rpc: fix positional args in remote exceptions | Kiall Mac Innes | 2013-03-31 | 1 | -2/+23 |
| | |/ / | |||||
| * / / | Fix the co-authored-by processing. | Monty Taylor | 2013-04-02 | 1 | -1/+1 |
| |/ / | |||||
| * | | Fix test_write_git_changelog | Alessio Ababilov | 2013-03-28 | 1 | -8/+11 |
| * | | Merge "Remove deprecated Grizzly features" | Jenkins | 2013-03-26 | 1 | -5/+2 |
| |\ \ | |||||
| | * | | Remove deprecated Grizzly features | Joe Gordon | 2013-03-25 | 1 | -5/+2 |
| | * | | Merge "Remove unused imports" | Jenkins | 2013-03-25 | 1 | -1/+0 |
| | |\ \ | |||||
| | | * | | Remove unused imports | Zhongyue Luo | 2013-03-23 | 1 | -1/+0 |
| * | | | | Update to use flake8. | Monty Taylor | 2013-03-24 | 14 | -114/+134 |
| |/ / / | |||||
| * | | | Merge "Include Co-authored-by entries in AUTHORS." | Jenkins | 2013-03-23 | 1 | -4/+20 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Include Co-authored-by entries in AUTHORS. | Monty Taylor | 2013-03-22 | 1 | -4/+20 |
| * | | | Merge "Locking edge case when lock_path does not exist" | Jenkins | 2013-03-22 | 1 | -2/+0 |
| |\ \ \ | |||||
| | * | | | Locking edge case when lock_path does not exist | Gary Kotton | 2013-03-22 | 1 | -2/+0 |
| * | | | | Merge "lockutils: add a failing unit test" | Jenkins | 2013-03-22 | 1 | -3/+22 |
| |\| | | | |||||
| | * | | | lockutils: add a failing unit test | Mark McLoughlin | 2013-03-22 | 1 | -3/+22 |
| * | | | | Merge "Improves Logging for for rpc method timeouts" | Jenkins | 2013-03-22 | 1 | -21/+39 |
| |\ \ \ \ | |||||
| | * | | | | Improves Logging for for rpc method timeouts | Matthew Sherborne | 2013-03-22 | 1 | -21/+39 |
| * | | | | | Merge "Enable message envelope." | Jenkins | 2013-03-22 | 3 | -36/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | Enable message envelope. | Russell Bryant | 2013-03-21 | 3 | -36/+2 |
| | | |_|/ / | |/| | | | |||||
