summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix deadlock on waiting for pending_writers to be empty"0.1.3Jenkins2014-02-062-3/+63
|\
| * Fix deadlock on waiting for pending_writers to be emptyJoshua Harlow2014-02-052-3/+63
* | Add validate() base methodJoshua Harlow2014-02-051-0/+8
* | Merge "Rename self._zk to self._client"Jenkins2014-02-061-22/+28
|\ \
| * | Rename self._zk to self._clientChangbin Liu2014-02-051-22/+28
| |/
* | Merge "Use listener instead of AutoSuspendTask in test_suspend_flow"Jenkins2014-02-061-44/+47
|\ \
| * | Use listener instead of AutoSuspendTask in test_suspend_flowIvan A. Melnikov2014-02-051-44/+47
* | | Merge "Use test utils in test_suspend_flow"Jenkins2014-02-061-65/+21
|\ \ \ | |/ / | | / | |/ |/|
| * Use test utils in test_suspend_flowIvan A. Melnikov2014-02-051-65/+21
* | Merge "Use reader/writer locks in storage"Jenkins2014-02-056-174/+647
|\ \ | |/ |/|
| * Use reader/writer locks in storageJoshua Harlow2014-02-056-174/+647
* | Merge "Be really careful with non-ascii data in exceptions/failures"Jenkins2014-02-053-8/+69
|\ \ | |/ |/|
| * Be really careful with non-ascii data in exceptions/failuresIvan A. Melnikov2014-02-043-8/+69
* | Merge "Allow the usage of a passed in sqlalchemy engine"Jenkins2014-02-051-54/+71
|\ \
| * | Allow the usage of a passed in sqlalchemy engineJoshua Harlow2014-02-041-54/+71
* | | Merge "Run zookeeper tests if localhost has a compat. zookeeper server"Jenkins2014-02-051-14/+48
|\ \ \
| * | | Run zookeeper tests if localhost has a compat. zookeeper serverJoshua Harlow2014-02-041-14/+48
* | | | Merge "Add optional-requirements.txt"Jenkins2014-02-044-8/+52
|\ \ \ \
| * | | | Add optional-requirements.txtIvan A. Melnikov2014-02-044-8/+52
* | | | | Merge "Retain the same api for all helpers"Jenkins2014-02-042-31/+94
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Retain the same api for all helpersJoshua Harlow2014-01-272-31/+94
* | | | | Move kazoo to testenv requirementsIvan A. Melnikov2014-02-043-2/+2
| |_|_|/ |/| | |
* | | | Merge "Update oslo copy to oslo commit 39e1c5c5f39204"Jenkins2014-02-044-214/+269
|\ \ \ \
| * | | | Update oslo copy to oslo commit 39e1c5c5f39204Joshua Harlow2014-01-314-214/+269
* | | | | Unpin testtools version and bump subunit to >=0.0.18Ivan A. Melnikov2014-02-041-1/+2
* | | | | Merge "Add a validate method to dir and memory backends"Jenkins2014-02-042-0/+16
|\ \ \ \ \
| * | | | | Add a validate method to dir and memory backendsJoshua Harlow2014-02-022-0/+16
| |/ / / /
* | | | | Merge "Update oslo.lock from incubator commit 3c125e66d183"Jenkins2014-02-041-21/+34
|\ \ \ \ \
| * | | | | Update oslo.lock from incubator commit 3c125e66d183Joshua Harlow2014-01-311-21/+34
| |/ / / /
* | | | | Merge "Some zookeeper persistence improvements/adjustments"Jenkins2014-02-044-201/+273
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Some zookeeper persistence improvements/adjustmentsJoshua Harlow2014-02-024-201/+273
| | |_|/ | |/| |
* | | | Remove use of str() in utils.misc.FailureJay S. Bryant2014-02-031-2/+2
* | | | Merge "Refactor task/flow flattening"Jenkins2014-02-031-105/+143
|\ \ \ \
| * | | | Refactor task/flow flatteningJoshua Harlow2014-01-311-105/+143
| | |/ / | |/| |
* | | | Be more resilent around import/detection/setup errorsJoshua Harlow2014-02-031-26/+45
|/ / /
* | | Engine tests refactoringIvan A. Melnikov2014-01-303-150/+98
|/ /
* | Merge "Tests: don't pass 'values' to task constructor"Jenkins2014-01-302-81/+72
|\ \
| * | Tests: don't pass 'values' to task constructorIvan A. Melnikov2014-01-302-81/+72
* | | Merge "Use addCleanup instead of tearDown in test_sql_persistence"Jenkins2014-01-301-9/+2
|\ \ \
| * | | Use addCleanup instead of tearDown in test_sql_persistenceIvan A. Melnikov2014-01-281-9/+2
| | |/ | |/|
* | | Merge "Test fetching backends via entry points"Jenkins2014-01-304-0/+59
|\ \ \
| * | | Test fetching backends via entry pointsIvan A. Melnikov2014-01-294-0/+59
* | | | Merge "Ensure we register the new zookeeper backend as an entrypoint"Jenkins2014-01-301-0/+1
|\ \ \ \ | |/ / /
| * | | Ensure we register the new zookeeper backend as an entrypointJoshua Harlow2014-01-291-0/+1
| | |/ | |/|
* | | Pin testtools to 0.9.34 in test requirementsIvan A. Melnikov2014-01-291-1/+1
|/ /
* | Implement ZooKeeper as persistence storage backendChangbin Liu2014-01-287-86/+559
|/
* Merge "Update execute/revert comments"Jenkins2014-01-271-7/+20
|\
| * Update execute/revert commentsJoshua Harlow2014-01-261-7/+20
* | Merge "Test using mysql + postgres if available"Jenkins2014-01-274-89/+380
|\ \ | |/ |/|
| * Test using mysql + postgres if availableJoshua Harlow2014-01-254-89/+380