[44/50] [abbrv] more tests

2014-06-07 Thread randgalt
http://git-wip-us.apache.org/repos/asf/curator/blob/3a0f6472/curator-x-rpc/src/test/java/org/apache/curator/generated/DeleteSpec.java -- diff --git a/curator-x-rpc/src/test/java/org/apache/curator/generated/DeleteSpec.java

[33/50] [abbrv] git commit: wip on doc

2014-06-07 Thread randgalt
/master Commit: 48b0759b735a889a12f421994f051616b5c62248 Parents: 78460f9 Author: randgalt randg...@apache.org Authored: Sun Jun 1 12:52:55 2014 -0500 Committer: randgalt randg...@apache.org Committed: Sun Jun 1 12:52:55 2014 -0500

[2/2] git commit: AfterConnectionEstablished needs to return the future from the service so that clients can cancel the action if needed. Added this to LeaderLatch

2014-06-17 Thread randgalt
-wip-us.apache.org/repos/asf/curator/tree/5954e66f Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/5954e66f Branch: refs/heads/CURATOR-110 Commit: 5954e66fa3108c39b3f2915583def5e51915846f Parents: fab79a4 Author: randgalt randg...@apache.org Authored: Tue Jun 17 14:38:14 2014 -0500

[5/7] git commit: CURATOR-114 - Changed constructor to correctly pass the start flag to next constructor.

2014-06-18 Thread randgalt
CURATOR-114 - Changed constructor to correctly pass the start flag to next constructor. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/67dbfadc Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/67dbfadc Diff:

[1/7] git commit: CURATOR-114 - Modified the TestingServer to expose the restart() method on the underlying TestingZooKeeperServer. Modified all unit tests that were previously using the stop() and th

2014-06-18 Thread randgalt
Repository: curator Updated Branches: refs/heads/CURATOR-114 [created] b04c8b5af CURATOR-114 - Modified the TestingServer to expose the restart() method on the underlying TestingZooKeeperServer. Modified all unit tests that were previously using the stop() and then recreate using existing

[7/7] git commit: minor refactor - doc updates

2014-06-18 Thread randgalt
Branch: refs/heads/master Commit: b04c8b5af488530f6cc8b2632db61bb36e39188b Parents: c885c8f Author: randgalt randg...@apache.org Authored: Wed Jun 18 09:29:52 2014 -0500 Committer: randgalt randg...@apache.org Committed: Wed Jun 18 09:29:52 2014 -0500

[1/4] git commit: CURATOR-93 - Added compress() option for transactions.

2014-06-18 Thread randgalt
Repository: curator Updated Branches: refs/heads/CURATOR-93 [created] 2f751df40 CURATOR-93 - Added compress() option for transactions. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/30e66cfa Tree:

[2/4] git commit: Merge branch 'CURATOR-93' of github.com:cammckenzie/curator into CURATOR-93

2014-06-18 Thread randgalt
-us.apache.org/repos/asf/curator/diff/7d192424 Branch: refs/heads/CURATOR-93 Commit: 7d192424d06a04f27c4efc8cac27762ad841b532 Parents: b04c8b5 30e66cf Author: randgalt randg...@apache.org Authored: Wed Jun 18 12:00:12 2014 -0500 Committer: randgalt randg...@apache.org Committed: Wed Jun 18 12:00:12

[1/4] git commit: CURATOR-93 - Added compress() option for transactions.

2014-06-20 Thread randgalt
Repository: curator Updated Branches: refs/heads/master b04c8b5af - 2f751df40 CURATOR-93 - Added compress() option for transactions. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/30e66cfa Tree:

[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/curator

2014-07-07 Thread randgalt
-us.apache.org/repos/asf/curator/diff/2c0c5232 Branch: refs/heads/master Commit: 2c0c523223e562b7c31485cabfc3f327793ebdd4 Parents: 9ecf1f1 8791708 Author: randgalt randg...@apache.org Authored: Mon Jul 7 13:12:54 2014 -0500 Committer: randgalt randg...@apache.org Committed: Mon Jul 7 13:12:54 2014

git commit: in testSorting(), if the queue put is slow, the consumer would get ahead breaking the test. Instead, wait to consume items until they've all been added

2014-07-08 Thread randgalt
Author: randgalt randg...@apache.org Authored: Tue Jul 8 12:29:31 2014 -0500 Committer: randgalt randg...@apache.org Committed: Tue Jul 8 12:29:31 2014 -0500 -- .../recipes/queue/TestDistributedDelayQueue.java | 19

git commit: don't produce dependency reduced pom

2014-07-09 Thread randgalt
/curator/tree/52236f16 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/52236f16 Branch: refs/heads/master Commit: 52236f16981adf8918236280d5d011f4891580a8 Parents: 599cb9f Author: randgalt randg...@apache.org Authored: Wed Jul 9 10:20:50 2014 -0500 Committer: randgalt randg...@apache.org

git commit: ignore thrift and json files

2014-07-09 Thread randgalt
/tree/4cbb2552 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/4cbb2552 Branch: refs/heads/master Commit: 4cbb2552783da17f667ba7cf242219ea2f423772 Parents: 52236f1 Author: randgalt randg...@apache.org Authored: Wed Jul 9 10:22:54 2014 -0500 Committer: randgalt randg...@apache.org Committed

[2/3] git commit: Updated per review comments

2014-07-23 Thread randgalt
Updated per review comments Updated BUILD_INITIAL_CACHE doc to indicate that the start() method with this mode will cause a synchronous rebuilding of the cache. Removed extra line. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit:

git commit: Altered test to make it expose problem. Needed to add debugUnhandledErrorListener for this

2014-07-28 Thread randgalt
/commit/ccac7baa Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/ccac7baa Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/ccac7baa Branch: refs/heads/CURATOR-126 Commit: ccac7baac38b9fe3dc5b322639ea409f7fa0f2b6 Parents: a8a3e14 Author: randgalt randg...@apache.org Authored: Mon

[3/3] git commit: Altered test to make it expose problem. Needed to add debugUnhandledErrorListener for this

2014-07-28 Thread randgalt
: http://git-wip-us.apache.org/repos/asf/curator/diff/ccac7baa Branch: refs/heads/master Commit: ccac7baac38b9fe3dc5b322639ea409f7fa0f2b6 Parents: a8a3e14 Author: randgalt randg...@apache.org Authored: Mon Jul 28 19:00:12 2014 -0500 Committer: randgalt randg...@apache.org Committed: Mon Jul 28 19:00

[2/3] git commit: CURATOR-126 - Added a unit test to reproduce this case.

2014-07-28 Thread randgalt
CURATOR-126 - Added a unit test to reproduce this case. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/a8a3e147 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/a8a3e147 Diff:

[1/2] git commit: Closes #23

2014-07-28 Thread randgalt
/curator/commit/537801c2 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/537801c2 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/537801c2 Branch: refs/heads/master Commit: 537801c2f8a03fd7a4ad07e3a11994c7f669d2d7 Parents: a8a3e14 Author: randgalt randg...@apache.org Authored: Mon

[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/curator

2014-07-28 Thread randgalt
-us.apache.org/repos/asf/curator/diff/9c0a6170 Branch: refs/heads/master Commit: 9c0a61700768439f4c622442c1bb6f7aab20f7f8 Parents: 537801c ccac7ba Author: randgalt randg...@apache.org Authored: Mon Jul 28 19:56:52 2014 -0500 Committer: randgalt randg...@apache.org Committed: Mon Jul 28 19:56:52 2014

[1/3] git commit: CURATOR-128: access root in a namespace; ZKPaths.makePath lenient.

2014-07-30 Thread randgalt
Repository: curator Updated Branches: refs/heads/CURATOR-128 [created] bd319a92c CURATOR-128: access root in a namespace; ZKPaths.makePath lenient. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/96d2a55a Tree:

[1/3] git commit: CURATOR-128: access root in a namespace; ZKPaths.makePath lenient.

2014-07-30 Thread randgalt
Repository: curator Updated Branches: refs/heads/master 3a563acd2 - bd319a92c CURATOR-128: access root in a namespace; ZKPaths.makePath lenient. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/96d2a55a Tree:

[1/2] git commit: Closes #25

2014-07-30 Thread randgalt
-us.apache.org/repos/asf/curator/tree/49c20982 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/49c20982 Branch: refs/heads/master Commit: 49c20982a32399d55b8ff29f5ef6e6f5fd5995f5 Parents: 8699efc Author: randgalt randg...@apache.org Authored: Wed Jul 30 11:49:42 2014 -0500 Committer: randgalt

[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/curator

2014-07-30 Thread randgalt
-us.apache.org/repos/asf/curator/diff/10bd72c5 Branch: refs/heads/master Commit: 10bd72c510edff5f065bab6cd969ef0e6132ac85 Parents: 49c2098 bd319a9 Author: randgalt randg...@apache.org Authored: Wed Jul 30 12:29:07 2014 -0500 Committer: randgalt randg...@apache.org Committed: Wed Jul 30 12:29:07 2014

[2/3] git commit: Merge remote-tracking branch 'temp/CURATOR-128' into CURATOR-128

2014-07-30 Thread randgalt
-us.apache.org/repos/asf/curator/diff/8699efc3 Branch: refs/heads/master Commit: 8699efc39e7d3b7d0081eeb485e8f731e43d40b7 Parents: 3a563ac 96d2a55 Author: randgalt randg...@apache.org Authored: Wed Jul 30 11:42:23 2014 -0500 Committer: randgalt randg...@apache.org Committed: Wed Jul 30 11:42:23 2014 -0500

[2/2] git commit: Merge remote-tracking branch 'temp/CURATOR-6' into CURATOR-6

2014-07-30 Thread randgalt
/repos/asf/curator/diff/b3100765 Branch: refs/heads/master Commit: b310076585f268693af485bc1a9d3a7d08719951 Parents: 10bd72c aacdda3 Author: randgalt randg...@apache.org Authored: Wed Jul 30 15:03:06 2014 -0500 Committer: randgalt randg...@apache.org Committed: Wed Jul 30 15:03:06 2014 -0500

[1/2] git commit: CURATOR-6 Add javadoc for ConenctionState

2014-07-30 Thread randgalt
Repository: curator Updated Branches: refs/heads/CURATOR-6 [created] b31007658 CURATOR-6 Add javadoc for ConenctionState Add possibility to go LOST - RECONNECTED to ConnectionState JavaDoc Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit:

Git Push Summary

2014-07-31 Thread randgalt
Repository: curator Updated Branches: refs/heads/CURATOR-33 [deleted] 2aea22a83

[4/5] git commit: Use Splitter; remove println's.

2014-07-31 Thread randgalt
Use Splitter; remove println's. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/eb1bae5b Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/eb1bae5b Diff:

[5/5] git commit: Merge remote-tracking branch 'temp/CURATOR-33' into CURATOR-33

2014-07-31 Thread randgalt
://git-wip-us.apache.org/repos/asf/curator/tree/fd5c8aa1 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/fd5c8aa1 Branch: refs/heads/CURATOR-33 Commit: fd5c8aa1dcdc60b88f3f229aaba36304a4d90b9a Parents: dcb44a1 eb1bae5 Author: randgalt randg...@apache.org Authored: Thu Jul 31 10:03:10 2014

[3/5] git commit: Fix event ordering on JDK 1.7

2014-07-31 Thread randgalt
Fix event ordering on JDK 1.7 Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/678e2002 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/678e2002 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/678e2002

[2/5] git commit: Remove Java 8 Collections.emptySortedSet().

2014-07-31 Thread randgalt
Remove Java 8 Collections.emptySortedSet(). Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/f31c1f9a Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/f31c1f9a Diff:

[1/5] git commit: CURATOR-33 recursive TreeCache recipe

2014-07-31 Thread randgalt
Repository: curator Updated Branches: refs/heads/CURATOR-33 [created] fd5c8aa1d CURATOR-33 recursive TreeCache recipe Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/547a7e23 Tree:

git commit: CURATOR-130 Add null check to input processing.

2014-07-31 Thread randgalt
Repository: curator Updated Branches: refs/heads/CURATOR-130 [created] f5767c890 CURATOR-130 Add null check to input processing. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/f5767c89 Tree:

[1/3] git commit: CURATOR-33 recursive TreeCache recipe

2014-08-01 Thread randgalt
Repository: curator Updated Branches: refs/heads/CURATOR-33 [created] f4743336e CURATOR-33 recursive TreeCache recipe Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/470d7e73 Tree:

[2/3] git commit: Namespaces working.

2014-08-01 Thread randgalt
Namespaces working. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/cf700d37 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/cf700d37 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/cf700d37 Branch:

[3/3] git commit: Added more extensive testing.

2014-08-01 Thread randgalt
Added more extensive testing. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/f4743336 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/f4743336 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/f4743336

git commit: Style tweaks.

2014-08-06 Thread randgalt
Repository: curator Updated Branches: refs/heads/CURATOR-33 267492779 - 74497c0d2 Style tweaks. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/74497c0d Tree:

[1/3] git commit: Style tweaks.

2014-08-07 Thread randgalt
Repository: curator Updated Branches: refs/heads/CURATOR-33 74497c0d2 - 9eafd05f2 Style tweaks. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/be85e96e Tree:

[3/3] git commit: Merge branch 'CURATOR-33' of github.com:dragonsinth/curator into CURATOR-33

2014-08-07 Thread randgalt
-us.apache.org/repos/asf/curator/diff/9eafd05f Branch: refs/heads/CURATOR-33 Commit: 9eafd05f285bf8cd9d44263f9dd5daea07e69491 Parents: 74497c0 462121f Author: randgalt randg...@apache.org Authored: Thu Aug 7 20:58:33 2014 -0500 Committer: randgalt randg...@apache.org Committed: Thu Aug 7 20:58:33

[1/9] git commit: CURATOR-33 recursive TreeCache recipe

2014-08-07 Thread randgalt
Repository: curator Updated Branches: refs/heads/master 3c1a4edc2 - ad6c23adc CURATOR-33 recursive TreeCache recipe Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/470d7e73 Tree:

[6/9] git commit: Style tweaks.

2014-08-07 Thread randgalt
Style tweaks. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/be85e96e Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/be85e96e Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/be85e96e Branch:

[2/9] git commit: Namespaces working.

2014-08-07 Thread randgalt
Namespaces working. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/cf700d37 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/cf700d37 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/cf700d37 Branch:

git commit: website doc for new TreeCache

2014-08-07 Thread randgalt
/tree/b052f00b Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/b052f00b Branch: refs/heads/master Commit: b052f00ba550940eb42336e13ee91e6e0a84e8cb Parents: ad6c23a Author: randgalt randg...@apache.org Authored: Thu Aug 7 21:21:31 2014 -0500 Committer: randgalt randg...@apache.org

git commit: closes #16 Given that we will deprecate these classes I don't think this is needed anymore

2014-08-20 Thread randgalt
/bc81d75a Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/bc81d75a Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/bc81d75a Branch: refs/heads/master Commit: bc81d75a4ef1e9c961cd206491236593c76c74c7 Parents: 0d1397a Author: randgalt randg...@apache.org Authored: Wed Aug 20 10:47

git commit: closes #34 - no longer needed

2014-08-20 Thread randgalt
/tree/e6fc38cf Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/e6fc38cf Branch: refs/heads/master Commit: e6fc38cf58b9cf47d596e2b008c8b7526df6af9b Parents: bc81d75 Author: randgalt randg...@apache.org Authored: Wed Aug 20 15:38:36 2014 -0500 Committer: randgalt randg...@apache.org

[1/2] git commit: CURATOR-136 Consistent relpath handling in recipes

2014-08-20 Thread randgalt
Repository: curator Updated Branches: refs/heads/master e6fc38cf5 - 7bec246de CURATOR-136 Consistent relpath handling in recipes LeaderLatch would previously normalize a relative path in some places but not others, causing inconsistent behavior. Make it check for an absolute path on startup.

[2/2] git commit: Merge branch 'master' into CURATOR-132

2014-08-20 Thread randgalt
/053feb45 Branch: refs/heads/master Commit: 053feb45eb7e3cb774dd1551645ddafa9a83f832 Parents: 9735138 7bec246 Author: randgalt randg...@apache.org Authored: Wed Aug 20 16:24:11 2014 -0500 Committer: randgalt randg...@apache.org Committed: Wed Aug 20 16:24:11 2014 -0500

[1/2] git commit: CURATOR-132 - Modified the NamespaceFacade so that it does not proxy getACL() and setACL() calls to the underlying client (which is not namespace aware), and instead handles them its

2014-08-20 Thread randgalt
Repository: curator Updated Branches: refs/heads/master 7bec246de - 053feb45e CURATOR-132 - Modified the NamespaceFacade so that it does not proxy getACL() and setACL() calls to the underlying client (which is not namespace aware), and instead handles them itself. Project:

[1/3] git commit: CURATOR-79 - Modified the 'withProtection' handling, so that any failure that is not a ConnectionLossException or other KeeperException is treated the same as a ConnectionLossExcepti

2014-08-20 Thread randgalt
Repository: curator Updated Branches: refs/heads/master 053feb45e - f8aabb0bc CURATOR-79 - Modified the 'withProtection' handling, so that any failure that is not a ConnectionLossException or other KeeperException is treated the same as a ConnectionLossException. This means that if the thread

[1/2] git commit: CURATOR-142 Make forkCount configurable

2014-08-20 Thread randgalt
Repository: curator Updated Branches: refs/heads/master f8aabb0bc - 7d30d3d19 CURATOR-142 Make forkCount configurable Value can be set on the command line by invocing as: mvn test -Dsurefire-forkcount=4 # Or whatever number you like This closes #40 Project:

git commit: minor re-format

2014-08-26 Thread randgalt
/942e23d4 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/942e23d4 Branch: refs/heads/CURATOR-84 Commit: 942e23d4ded3e7d687a1c818aacb69c0e7f8ba3d Parents: d5f5517 Author: randgalt randg...@apache.org Authored: Tue Aug 26 12:55:31 2014 -0500 Committer: randgalt randg...@apache.org Committed

[6/7] git commit: minor re-format

2014-08-26 Thread randgalt
/heads/master Commit: 942e23d4ded3e7d687a1c818aacb69c0e7f8ba3d Parents: d5f5517 Author: randgalt randg...@apache.org Authored: Tue Aug 26 12:55:31 2014 -0500 Committer: randgalt randg...@apache.org Committed: Tue Aug 26 12:55:31 2014 -0500

[2/7] git commit: Merge branch 'CURATOR-84' of https://github.com/karkum/curator into CURATOR-84

2014-08-26 Thread randgalt
Merge branch 'CURATOR-84' of https://github.com/karkum/curator into CURATOR-84 Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/475a3b00 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/475a3b00 Diff:

[5/7] git commit: CURATOR-84 - Fixed up formatting

2014-08-26 Thread randgalt
CURATOR-84 - Fixed up formatting Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/d5f55177 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/d5f55177 Diff:

[4/7] git commit: Merge branch 'CURATOR-84' of https://github.com/karkum/curator into CURATOR-84

2014-08-26 Thread randgalt
Merge branch 'CURATOR-84' of https://github.com/karkum/curator into CURATOR-84 Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/6b19fe2b Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/6b19fe2b Diff:

[3/7] git commit: CURATOR-84 More flexibility for InterProcessMutex extensions

2014-08-26 Thread randgalt
CURATOR-84 More flexibility for InterProcessMutex extensions Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/6ecfd791 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/6ecfd791 Diff:

git commit: setData() was using the wrong path. It exhibited when SEQUENTIAL mode was used

2014-10-24 Thread randgalt
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/1e9b76e1 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/1e9b76e1 Branch: refs/heads/CURATOR-155 Commit: 1e9b76e12589a0705b1328e42b2ddc026358c051 Parents: b9fb9ff Author: randgalt randg...@apache.org Authored: Fri Oct 24 10:44:36

git commit: setData() was using the wrong path. It exhibited when SEQUENTIAL mode was used

2014-10-24 Thread randgalt
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/1e9b76e1 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/1e9b76e1 Branch: refs/heads/master Commit: 1e9b76e12589a0705b1328e42b2ddc026358c051 Parents: b9fb9ff Author: randgalt randg...@apache.org Authored: Fri Oct 24 10:44:36 2014

git commit: javadoc v 8 introduces a lint tool that is causing doc builds to fail. There's no backward compatible way to turn this off so, for now, set failOnError to false for docs

2014-10-26 Thread randgalt
Parents: 1e9b76e Author: randgalt randg...@apache.org Authored: Sun Oct 26 13:23:21 2014 -0500 Committer: randgalt randg...@apache.org Committed: Sun Oct 26 13:23:21 2014 -0500 -- pom.xml | 2 ++ 1 file changed, 2 insertions

svn commit: r1636479 [1/47] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use

2014-11-03 Thread randgalt
Author: randgalt Date: Tue Nov 4 00:29:50 2014 New Revision: 1636479 URL: http://svn.apache.org/r1636479 Log: Curator website deployment Added: curator/site/trunk/apidocs/javadoc.sh curator/site/trunk/apidocs/options curator/site/trunk/apidocs/org/apache/curator/framework/recipes

svn commit: r1636479 [5/47] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use

2014-11-03 Thread randgalt
Modified: curator/site/trunk/apidocs/org/apache/curator/framework/api/class-use/ACLCreateModeBackgroundPathAndBytesable.html URL:

svn commit: r1636479 [10/47] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-us

2014-11-03 Thread randgalt
Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/Revoker.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/Revoker.html?rev=1636479r1=1636478r2=1636479view=diff

svn commit: r1636479 [9/47] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use

2014-11-03 Thread randgalt
Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/cache/class-use/TreeCache.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/cache/class-use/TreeCache.html?rev=1636479r1=1636478r2=1636479view=diff

svn commit: r1636479 [8/47] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use

2014-11-03 Thread randgalt
Added: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/cache/TreeCache.Builder.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/cache/TreeCache.Builder.html?rev=1636479view=auto

svn commit: r1636479 [12/47] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-us

2014-11-03 Thread randgalt
Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/VersionedValue.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/VersionedValue.html?rev=1636479r1=1636478r2=1636479view=diff

svn commit: r1636479 [16/47] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-us

2014-11-03 Thread randgalt
Modified: curator/site/trunk/apidocs/org/apache/curator/x/rpc/configuration/package-tree.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/x/rpc/configuration/package-tree.html?rev=1636479r1=1636478r2=1636479view=diff

svn commit: r1636479 [11/47] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-us

2014-11-03 Thread randgalt
Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueSharder.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueSharder.html?rev=1636479r1=1636478r2=1636479view=diff

svn commit: r1636479 [18/47] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-us

2014-11-03 Thread randgalt
Modified: curator/site/trunk/apidocs/org/apache/curator/x/rpc/idl/structs/class-use/OptionalPath.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/x/rpc/idl/structs/class-use/OptionalPath.html?rev=1636479r1=1636478r2=1636479view=diff

svn commit: r1636479 [30/47] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-us

2014-11-03 Thread randgalt
Modified: curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/nodes/package-summary.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/framework/recipes/nodes/package-summary.html?rev=1636479r1=1636478r2=1636479view=diff

svn commit: r1636479 [22/47] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-us

2014-11-03 Thread randgalt
Modified: curator/site/trunk/curator-test/dependencies.html URL: http://svn.apache.org/viewvc/curator/site/trunk/curator-test/dependencies.html?rev=1636479r1=1636478r2=1636479view=diff == ---

svn commit: r1636479 [40/47] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-us

2014-11-03 Thread randgalt
Modified: curator/site/trunk/testapidocs/org/apache/curator/generated/class-use/CuratorService.getChildren_args.html URL:

svn commit: r1636479 [19/47] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-us

2014-11-03 Thread randgalt
Modified: curator/site/trunk/curator-client/dependency-management.html URL: http://svn.apache.org/viewvc/curator/site/trunk/curator-client/dependency-management.html?rev=1636479r1=1636478r2=1636479view=diff == ---

svn commit: r1636479 [45/47] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-us

2014-11-03 Thread randgalt
Modified: curator/site/trunk/testapidocs/org/apache/curator/generated/class-use/ProviderStrategyType.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/generated/class-use/ProviderStrategyType.html?rev=1636479r1=1636478r2=1636479view=diff

svn commit: r1636737 [4/25] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use

2014-11-04 Thread randgalt
Modified: curator/site/trunk/apidocs/org/apache/curator/framework/api/transaction/TransactionCheckBuilder.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/api/transaction/TransactionCheckBuilder.html?rev=1636737r1=1636736r2=1636737view=diff

svn commit: r1636737 [3/25] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use

2014-11-04 Thread randgalt
Modified: curator/site/trunk/apidocs/org/apache/curator/framework/CuratorFrameworkFactory.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/CuratorFrameworkFactory.html?rev=1636737r1=1636736r2=1636737view=diff

svn commit: r1636737 [12/25] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-us

2014-11-04 Thread randgalt
Modified: curator/site/trunk/apidocs/org/apache/curator/x/rpc/idl/structs/RpcPathChildrenCacheEventType.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/x/rpc/idl/structs/RpcPathChildrenCacheEventType.html?rev=1636737r1=1636736r2=1636737view=diff

svn commit: r1636737 [1/25] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use

2014-11-04 Thread randgalt
Author: randgalt Date: Tue Nov 4 21:14:52 2014 New Revision: 1636737 URL: http://svn.apache.org/r1636737 Log: udpate Added: curator/site/trunk/apidocs/javadoc.sh curator/site/trunk/apidocs/options curator/site/trunk/apidocs/org/apache/curator/framework/recipes/cache

svn commit: r1636737 [17/25] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-us

2014-11-04 Thread randgalt
Modified: curator/site/trunk/testapidocs/org/apache/curator/generated/CuratorService.AsyncClient.getLeaderParticipants_call.html URL:

svn commit: r1636737 [14/25] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-us

2014-11-04 Thread randgalt
Modified: curator/site/trunk/testapidocs/help-doc.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/help-doc.html?rev=1636737r1=1636736r2=1636737view=diff == ---

svn commit: r1636737 [7/25] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use

2014-11-04 Thread randgalt
Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/CancelLeadershipException.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/leader/CancelLeadershipException.html?rev=1636737r1=1636736r2=1636737view=diff

svn commit: r1636737 [19/25] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-us

2014-11-04 Thread randgalt
Modified: curator/site/trunk/testapidocs/org/apache/curator/generated/DiscoveryService.getAllInstances_args._Fields.html URL:

svn commit: r1636737 [11/25] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-us

2014-11-04 Thread randgalt
Modified: curator/site/trunk/apidocs/org/apache/curator/x/rpc/configuration/ConfigurationBuilder.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/x/rpc/configuration/ConfigurationBuilder.html?rev=1636737r1=1636736r2=1636737view=diff

svn commit: r1636737 [9/25] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use

2014-11-04 Thread randgalt
Added: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/VersionedValue.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/VersionedValue.html?rev=1636737view=auto

svn commit: r1636737 [6/25] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-use

2014-11-04 Thread randgalt
Added: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/cache/TreeCacheEvent.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/cache/TreeCacheEvent.html?rev=1636737view=auto

svn commit: r1636737 [25/25] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-us

2014-11-04 Thread randgalt
Added: curator/site/trunk/testapidocs/org/apache/curator/x/discovery/details/TestServiceDiscoveryBuilder.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/x/discovery/details/TestServiceDiscoveryBuilder.html?rev=1636737view=auto

svn commit: r1636737 [23/25] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-us

2014-11-04 Thread randgalt
Modified: curator/site/trunk/testapidocs/org/apache/curator/generated/class-use/DiscoveryService.startDiscovery_args.html URL:

svn commit: r1636737 [18/25] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-us

2014-11-04 Thread randgalt
Modified: curator/site/trunk/testapidocs/org/apache/curator/generated/CuratorService.getChildren_args._Fields.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/generated/CuratorService.getChildren_args._Fields.html?rev=1636737r1=1636736r2=1636737view=diff

svn commit: r1636737 [24/25] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-us

2014-11-04 Thread randgalt
Modified: curator/site/trunk/testapidocs/org/apache/curator/generated/class-use/LockProjection._Fields.html URL: http://svn.apache.org/viewvc/curator/site/trunk/testapidocs/org/apache/curator/generated/class-use/LockProjection._Fields.html?rev=1636737r1=1636736r2=1636737view=diff

svn commit: r1636737 [13/25] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-us

2014-11-04 Thread randgalt
Added: curator/site/trunk/curator-recipes/Tree-cache.html URL: http://svn.apache.org/viewvc/curator/site/trunk/curator-recipes/Tree-cache.html?rev=1636737view=auto == --- curator/site/trunk/curator-recipes/Tree-cache.html

svn commit: r1636737 [21/25] - in /curator/site/trunk: ./ apidocs/ apidocs/cache/ apidocs/cache/class-use/ apidocs/discovery/ apidocs/discovery/class-use/ apidocs/framework/ apidocs/framework/class-us

2014-11-04 Thread randgalt
Modified: curator/site/trunk/testapidocs/org/apache/curator/generated/class-use/CuratorService.AsyncProcessor.deleteNode.html URL:

svn commit: r1636739 - in /curator/site/trunk/curator-recipes: Tree-cache.html tree-cache.html

2014-11-04 Thread randgalt
Author: randgalt Date: Tue Nov 4 21:19:20 2014 New Revision: 1636739 URL: http://svn.apache.org/r1636739 Log: fixed caps Added: curator/site/trunk/curator-recipes/tree-cache.html Removed: curator/site/trunk/curator-recipes/Tree-cache.html Added: curator/site/trunk/curator-recipes/tree

[3/3] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/curator

2014-11-04 Thread randgalt
-us.apache.org/repos/asf/curator/diff/ef2ca578 Branch: refs/heads/master Commit: ef2ca578648e3ab8bf927ada169614011ec1ff2a Parents: b571357 221f481 Author: randgalt randg...@apache.org Authored: Tue Nov 4 16:21:41 2014 -0500 Committer: randgalt randg...@apache.org Committed: Tue Nov 4 16:21:41 2014

[2/3] git commit: fix bad case of file

2014-11-04 Thread randgalt
: refs/heads/master Commit: b571357e645d1a42242ace6118b15325413894fa Parents: debc475 Author: randgalt randg...@apache.org Authored: Tue Nov 4 16:21:32 2014 -0500 Committer: randgalt randg...@apache.org Committed: Tue Nov 4 16:21:32 2014 -0500

[1/3] git commit: temp commit

2014-11-04 Thread randgalt
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/debc475b Branch: refs/heads/master Commit: debc475bfed00eaf61ae4448fdf599bc5cbc1eae Parents: 1cd0522 Author: randgalt randg...@apache.org Authored: Tue Nov 4 16:21:20 2014 -0500 Committer: randgalt randg...@apache.org Committed: Tue Nov 4 16:21

[2/3] curator git commit: Have addPath() return this

2014-12-30 Thread randgalt
Branch: refs/heads/master Commit: f95b90a4e004e03dccff2045f961208194ce7291 Parents: 915d66f Author: randgalt randg...@apache.org Authored: Wed Dec 10 09:40:38 2014 -0500 Committer: randgalt randg...@apache.org Committed: Wed Dec 10 09:40:38 2014 -0500

[1/3] curator git commit: [maven-release-plugin] prepare release apache-curator-2.7.1

2015-01-15 Thread randgalt
-us.apache.org/repos/asf/curator/tree/09e9a55c Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/09e9a55c Branch: refs/heads/master Commit: 09e9a55c94bd52bab712a546f90e6390584f209a Parents: 570352d Author: randgalt randg...@apache.org Authored: Tue Jan 13 08:30:38 2015 -0500 Committer

[3/3] curator git commit: Added license header

2015-01-15 Thread randgalt
: refs/heads/master Commit: 383c9ae683621886023b9a951baadac36bdae15b Parents: fd5a00c Author: randgalt randg...@apache.org Authored: Thu Jan 15 13:21:05 2015 -0500 Committer: randgalt randg...@apache.org Committed: Thu Jan 15 13:21:05 2015 -0500

[2/3] curator git commit: [maven-release-plugin] prepare for next development iteration

2015-01-15 Thread randgalt
/repos/asf/curator/diff/fd5a00c4 Branch: refs/heads/master Commit: fd5a00c419d4a70b6dbe197959fd0e039b5fef28 Parents: 09e9a55 Author: randgalt randg...@apache.org Authored: Tue Jan 13 08:30:39 2015 -0500 Committer: randgalt randg...@apache.org Committed: Tue Jan 13 08:30:39 2015 -0500

[2/2] curator git commit: Added a way to watch registered services so that tools such as admin consoles can change values and have SD recognize the changes

2015-01-05 Thread randgalt
-us.apache.org/repos/asf/curator/tree/37dc4478 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/37dc4478 Branch: refs/heads/master Commit: 37dc4478597c6db0dcab83b636318b51bb389c58 Parents: 742e092 Author: randgalt randg...@apache.org Authored: Sun Jan 4 17:03:29 2015 -0500 Committer: randgalt randg

[1/2] curator git commit: updateService() doesn't need to validate the service exists in the local services cache

2015-01-05 Thread randgalt
/742e0927 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/742e0927 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/742e0927 Branch: refs/heads/master Commit: 742e092756722f34276d55cfb139d20aa681b908 Parents: 3eea676 Author: randgalt randg...@apache.org Authored: Tue Dec 30 14:26:46

<    1   2   3   4   5   6   7   8   9   10   >