summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* OpenDev Migration Patchocata-eolstable/ocataOpenDev Sysadmins2019-04-191-1/+1
* import zuul job settings from project-configDoug Hellmann2018-08-031-0/+12
* Fix sphinx-docs job for stable brancheeldill2018-05-072-1/+6
* Add doc/requirements.txtAndreas Jaeger2018-01-052-2/+14
* redis: fix concurrent access on acquire()ocata-em1.48.2Julien Danjou2017-07-181-1/+2
* Rewrite heartbeat runner with eventJulien Danjou2017-07-181-28/+21
* Updated from global requirements1.48.1OpenStack Proposal Bot2017-02-092-9/+9
* Update .gitreview for stable/ocataOpenStack Release Bot2017-01-201-0/+1
* Merge "Fix test function name with two underscores to have only one"1.48.0Jenkins2017-01-121-1/+1
|\
| * Fix test function name with two underscores to have only oneCao Xuan Hoang2017-01-031-1/+1
* | Add partitioner implementation1.47.0Julien Danjou2017-01-019-24/+285
|/
* Stop making tooz.utils depending on tooz.coordinationJulien Danjou2017-01-0111-161/+168
* Merge "[doc] Note lack of constraints is a choice"Jenkins2016-12-232-0/+31
|\
| * [doc] Note lack of constraints is a choiceTony Breeds2016-12-222-0/+31
* | The 'moves.moved_class' function creates a new classJoshua Harlow2016-12-201-2/+4
|/
* Merge "Add weight support to the hashring"Jenkins2016-12-192-25/+44
|\
| * Add weight support to the hashringJulien Danjou2016-12-132-25/+44
* | Merge "coordination: allow to pass capabilities in join_group_create()"Jenkins2016-12-191-3/+3
|\ \ | |/
| * coordination: allow to pass capabilities in join_group_create()Julien Danjou2016-12-131-3/+3
* | coordination: fix moved_class usage for ToozErrorJulien Danjou2016-12-121-3/+1
|/
* Merge "redis: make sure we don't release and heartbeat a lock at the same time"Jenkins2016-12-091-11/+17
|\
| * redis: make sure we don't release and heartbeat a lock at the same timeJulien Danjou2016-11-241-11/+17
* | zookeeper: switch to standard group membership watchingJulien Danjou2016-12-071-79/+1
* | Add a hashring implementationJulien Danjou2016-12-076-0/+354
* | Move ToozError to root moduleJulien Danjou2016-12-0717-86/+100
* | Merge "Fixup concurrent modification"Jenkins2016-12-071-4/+6
|\ \
| * | Fixup concurrent modificationJoshua Harlow2016-12-071-4/+6
* | | Replaces uuid.uuid4 with uuidutils.generate_uuid()zhangguoqing2016-12-071-2/+2
|/ /
* | Do not re-set the members cache for watchers by default1.46.0Julien Danjou2016-11-306-48/+19
* | coordination: add __repr__ for join/leave eventsJulien Danjou2016-11-301-0/+10
* | coordination: renforce event based testingJulien Danjou2016-11-301-66/+67
* | Factorize member_id in the base coordinator classJulien Danjou2016-11-3010-16/+13
* | Use the internal group of list rather than listing the groupsJulien Danjou2016-11-301-5/+4
* | Move the cached-based watcher implementation into its own classJulien Danjou2016-11-3010-233/+119
* | Factorize group quit on stop()1.45.0Julien Danjou2016-11-295-24/+16
* | coordination: make get_members() return a setJulien Danjou2016-11-295-16/+12
* | Merge "Replace 'assertTrue(a in b)' with 'assertIn(a, b)' and 'assertFalse(a ...Jenkins2016-11-290-0/+0
|\ \
| * | Replace 'assertTrue(a in b)' with 'assertIn(a, b)' and 'assertFalse(a inhowardlee2016-11-181-21/+21
* | | Merge "Add CONTRIBUTING.rst"Jenkins2016-11-291-0/+17
|\ \ \
| * | | Add CONTRIBUTING.rsthowardlee2016-11-181-0/+17
* | | | Merge "Replace 'assertTrue(a (not)in b)' with 'assert(Not)In(a, b)'"Jenkins2016-11-281-22/+22
|\ \ \ \
| * | | | Replace 'assertTrue(a (not)in b)' with 'assert(Not)In(a, b)'Cao Xuan Hoang2016-11-281-22/+22
| | |_|/ | |/| |
* | | | Changed author and author-emailCao Xuan Hoang2016-11-281-2/+2
|/ / /
* | | coordinator: add join_group_createJulien Danjou2016-11-248-4/+41
* | | Replace retrying with tenacityJulien Danjou2016-11-247-72/+27
* | | Merge "Raise tooz error when unexpected last entries found"Jenkins2016-11-232-0/+28
|\ \ \ | |/ / |/| |
| * | Raise tooz error when unexpected last entries foundJoshua Harlow2016-07-272-0/+28
* | | Merge "Bump hacking to 0.12"Jenkins2016-11-181-5/+1
|\ \ \ | |_|/ |/| |
| * | Bump hacking to 0.12Julien Danjou2016-11-091-5/+1
* | | Merge "Using assertIsNone() instead of assertEqual(None, ...)"Jenkins2016-11-181-2/+2
|\ \ \