You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ds...@apache.org on 2017/09/06 21:43:31 UTC

[geode] branch feature/GEODE-3557 updated (88fe429 -> 06c4830)

This is an automated email from the ASF dual-hosted git repository.

dschneider pushed a change to branch feature/GEODE-3557
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 88fe429  spotless
     add 501bd79  GEODE-3385: Change GetAllRequest to return list of errors.
     add 813e4b8  Merge branch 'feature/GEODE-3385' into develop
     add 6d32e28  GEODE-3556: Update gradle docker plugin to 0.5.4
     add e330ee0  GEODE-3556: Add support for setting the user inside docker containers
     add d544a72  Merge branch 'feature/GEODE-3556' into develop
     add 841d4e9  GEODE-3316: Modified tests to roll locator and server
     new 06c4830  Merge branch 'develop' into feature/GEODE-3557

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle                                       |   2 +-
 .../apache/geode/protocol/protobuf/Failure.java    |  12 +--
 .../geode/protocol/protobuf/OperationContext.java  |   7 +-
 .../geode/protocol/protobuf/ProtocolErrorCode.java |   1 +
 .../org/apache/geode/protocol/protobuf/Result.java |   6 +-
 .../apache/geode/protocol/protobuf/Success.java    |   6 +-
 .../operations/GetAllRequestOperationHandler.java  |  75 +++++++++-----
 .../operations/PutAllRequestOperationHandler.java  |   8 +-
 .../utilities/ProtobufResponseUtilities.java       |  13 +--
 .../protobuf/utilities/ProtobufUtilities.java      |   9 +-
 geode-protobuf/src/main/proto/basicTypes.proto     |   6 +-
 geode-protobuf/src/main/proto/clientProtocol.proto |   4 +
 geode-protobuf/src/main/proto/region_API.proto     |   3 +-
 .../RoundTripCacheConnectionJUnitTest.java         |   2 +-
 .../GetAllRequestOperationHandlerJUnitTest.java    | 110 +++++++++++++++------
 .../PutAllRequestOperationHandlerJUnitTest.java    |   2 +-
 .../cache/wan/WANRollingUpgradeDUnitTest.java      |  44 ++++++++-
 gradle.properties                                  |   2 +-
 gradle/docker.gradle                               |  64 +++++-------
 19 files changed, 243 insertions(+), 133 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].

[geode] 01/01: Merge branch 'develop' into feature/GEODE-3557

Posted by ds...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dschneider pushed a commit to branch feature/GEODE-3557
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 06c4830dc0a7b73339b30089a435bbe010c05e5b
Merge: 88fe429 841d4e9
Author: Darrel Schneider <ds...@pivotal.io>
AuthorDate: Wed Sep 6 14:43:10 2017 -0700

    Merge branch 'develop' into feature/GEODE-3557

 build.gradle                                       |   2 +-
 .../apache/geode/protocol/protobuf/Failure.java    |  12 +--
 .../geode/protocol/protobuf/OperationContext.java  |   7 +-
 .../geode/protocol/protobuf/ProtocolErrorCode.java |   1 +
 .../org/apache/geode/protocol/protobuf/Result.java |   6 +-
 .../apache/geode/protocol/protobuf/Success.java    |   6 +-
 .../operations/GetAllRequestOperationHandler.java  |  75 +++++++++-----
 .../operations/PutAllRequestOperationHandler.java  |   8 +-
 .../utilities/ProtobufResponseUtilities.java       |  13 +--
 .../protobuf/utilities/ProtobufUtilities.java      |   9 +-
 geode-protobuf/src/main/proto/basicTypes.proto     |   6 +-
 geode-protobuf/src/main/proto/clientProtocol.proto |   4 +
 geode-protobuf/src/main/proto/region_API.proto     |   3 +-
 .../RoundTripCacheConnectionJUnitTest.java         |   2 +-
 .../GetAllRequestOperationHandlerJUnitTest.java    | 110 +++++++++++++++------
 .../PutAllRequestOperationHandlerJUnitTest.java    |   2 +-
 .../cache/wan/WANRollingUpgradeDUnitTest.java      |  44 ++++++++-
 gradle.properties                                  |   2 +-
 gradle/docker.gradle                               |  64 +++++-------
 19 files changed, 243 insertions(+), 133 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@geode.apache.org" <co...@geode.apache.org>.