summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #17 from harlowja/add-manifestHEADmasterJoshua Harlow2015-09-282-0/+10
|\ | | | | Add a MANIFEST.in file to include needed files
| * Update ChangeLog for MANIFEST.in changeJoshua Harlow2015-09-281-0/+2
| |
| * Add a MANIFEST.in file to include needed filesJoshua Harlow2015-09-281-0/+8
|/ | | | Fixes #16
* Ensure wheels are built as universalJoshua Harlow2015-05-261-0/+3
|
* Remove testing and declared support for 3.3Joshua Harlow2015-05-262-2/+0
|
* Restrict kazoo version until bug in 2.1 is resolvedJoshua Harlow2015-05-262-2/+3
|
* Add a change log file with release detailsJoshua Harlow2015-03-101-0/+117
| | | | Fixes #13
* Merge pull request #15 from yahoo/fix-test-requirements0.2.1Joshua Harlow2015-03-104-5/+6
|\ | | | | Fix test requirements
| * Release 0.2.1Joshua Harlow2015-03-101-1/+1
| |
| * Remove testtools as an install requirementJoshua Harlow2015-03-104-4/+5
| | | | | | | | | | | | Testtools is a test requirement and isn't needed at zake usage time, so it should be in its own test-requirements file.
* | Merge pull request #14 from danfletcher4242/masterJoshua Harlow2015-03-101-6/+6
|\ \ | |/ |/| Changed attribute name "_child_watches" to "_child_watchers".
| * Changed attribute name "_child_watches" to "_child_watchers".Kenneth Myers2015-03-021-6/+6
|/
* Allow FORCE=yes overrideJoshua Harlow2015-02-161-1/+5
|
* Update run_zookeeper.shJoshua Harlow2015-02-151-1/+1
| | | The version that is findable is 3.4.6 (not 3.4.5)
* Release 0.2.0Joshua Harlow2015-02-131-1/+1
|
* Ensure kill command is sent as byte stringJoshua Harlow2015-02-131-1/+1
|
* Result from command() should be regular string, not bytesJoshua Harlow2015-02-131-1/+1
|
* Ensure commands are always byte stringsJoshua Harlow2015-02-132-8/+8
|
* Release 0.1.8Joshua Harlow2015-02-131-1/+1
|
* Add basic envi command supportJoshua Harlow2015-02-132-0/+14
|
* Release 0.1.7Joshua Harlow2015-02-101-1/+1
|
* Merge pull request #12 from kennethmyers/masterJoshua Harlow2015-02-101-7/+7
|\ | | | | Changed attribute name "_data_watches" to "_data_watchers".
| * Changed attribute name "_data_watches" to "_data_watchers".Kenneth Myers2015-01-151-7/+7
|/
* Unify the exception messaging for no node foundJoshua Harlow2014-09-161-1/+1
|
* Release 0.1.6Joshua Harlow2014-09-121-1/+1
|
* Correctly handle get_children() with a path that does not existJoshua Harlow2014-09-122-3/+16
|
* Release 0.1.5Joshua Harlow2014-08-311-1/+1
|
* Copy the incoming sequences if providedJoshua Harlow2014-08-311-1/+1
|
* Expose the storage properties directlyJoshua Harlow2014-08-311-9/+8
| | | | | | | Match the API that the client provides in that internal properties are exposed directly, without copying so they can be examined at the users own risk (ie, iteration of a collection while its being mutated can be problematic).
* Release 0.1.4Joshua Harlow2014-08-311-1/+1
|
* Just take the wait method from 2.7Joshua Harlow2014-08-311-8/+8
| | | | | | This logic will also function correctly on 2.6 and it ensures we do things in a safe manner.
* Fix how the custom event is only needed on <= 2.6Joshua Harlow2014-08-311-8/+13
|
* Fix the overline lengthJoshua Harlow2014-08-311-1/+2
|
* Use a custom event and use a timeout to avoid waiting foreverJoshua Harlow2014-08-311-22/+35
| | | | | | When there is some test issue or thread issue its better to not wait forever and lock up the whole problem but instead we should just wait for a reasonable amount of time and then fail.
* Clear the watches in the stop methodJoshua Harlow2014-08-311-0/+3
|
* Do the watch connected checking in the fire methodJoshua Harlow2014-08-311-8/+7
|
* More better variable namesJoshua Harlow2014-08-311-12/+12
|
* Put the path deletions into there own mini-transactionJoshua Harlow2014-08-311-18/+19
|
* Remove extra newlineJoshua Harlow2014-08-311-1/+0
|
* Decided to revert that last change and keep the existing logicJoshua Harlow2014-08-311-24/+20
|
* Avoid holding the open_close_lock while performing activitiesJoshua Harlow2014-08-311-12/+18
| | | | | | | | | | Instead of holding the lock while doing further activities just release it and mark a variable that will determine if further work is done. This does leave the client open to simulatanous start/stop issues from multiple threads but this seems acceptable as only one thread should be using a client at a time anyway...
* Avoid creating a secondary list duplicateJoshua Harlow2014-08-311-1/+1
|
* Just use a signal watch mutation lockJoshua Harlow2014-08-311-13/+9
|
* Use the more natural int() operator on the uuidJoshua Harlow2014-08-311-1/+1
|
* Ensure all test threads are made as daemon threadsJoshua Harlow2014-08-311-8/+12
|
* After further reading locks seem needed around mutating operationsJoshua Harlow2014-08-311-1/+2
|
* More use better named variablesJoshua Harlow2014-08-311-3/+3
|
* Use better named variablesJoshua Harlow2014-08-301-3/+4
|
* Use a more meaningful variable nameJoshua Harlow2014-08-301-4/+6
|
* Always dispatch for all paths (instead of skipping)Joshua Harlow2014-08-301-4/+0
|