[geode] branch feature/GEODE-7665 updated (27fcee1 -> 82837af)

2020-01-09 Thread nnag
This is an automated email from the ASF dual-hosted git repository.

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


 discard 27fcee1  Enabling only squash merge option to maintain linear and 
clean history.

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/feature/GEODE-7665 (82837af)
\
 O -- O -- O   (27fcee1)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .asf.yaml | 27 ---
 1 file changed, 27 deletions(-)
 delete mode 100644 .asf.yaml



[geode] branch feature/GEODE-7665 created (now 27fcee1)

2020-01-09 Thread nnag
This is an automated email from the ASF dual-hosted git repository.

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


  at 27fcee1  Enabling only squash merge option to maintain linear and 
clean history.

This branch includes the following new commits:

 new 27fcee1  Enabling only squash merge option to maintain linear and 
clean history.

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.




[geode] 01/01: Enabling only squash merge option to maintain linear and clean history.

2020-01-09 Thread nnag
This is an automated email from the ASF dual-hosted git repository.

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

commit 27fcee1acf6e17aeecfac70d740e871e61ebbbe6
Author: Naburun Nag 
AuthorDate: Thu Jan 9 18:30:30 2020 -0800

Enabling only squash merge option to maintain linear and clean history.
---
 .asf.yaml | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 000..a64f7bc
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,27 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+# 
https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
+---
+github:
+  enabled_merge_buttons:
+# disable merge button:
+merge:   false
+# enable squash button:
+squash:  true
+# disable rebase button:
+rebase:  false



[geode] branch develop updated (da5c205 -> 82837af)

2020-01-09 Thread onichols
This is an automated email from the ASF dual-hosted git repository.

onichols pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


from da5c205  GEODE-7643: Gateway unprocessedTokensMap appears to grow 
without bounds with replicated regions and peer accessors (#4447)
 add 82837af  Updated copyright date in NOTICE files (#4569)

No new revisions were added by this update.

Summary of changes:
 NOTICE   | 2 +-
 geode-assembly/src/main/dist/NOTICE  | 2 +-
 geode-pulse/src/main/webapp/META-INF/NOTICE  | 2 +-
 geode-web-api/src/main/webapp/META-INF/NOTICE| 2 +-
 geode-web-management/src/main/webapp/META-INF/NOTICE | 2 +-
 geode-web/src/main/webapp/META-INF/NOTICE| 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)



[geode] branch develop updated (8fc58cc -> da5c205)

2020-01-09 Thread donalevans
This is an automated email from the ASF dual-hosted git repository.

donalevans pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


from 8fc58cc  GEODE-6883: Remove a few dependencies that slipped through 
ArchUnit t… (#4575)
 add da5c205  GEODE-7643: Gateway unprocessedTokensMap appears to grow 
without bounds with replicated regions and peer accessors (#4447)

No new revisions were added by this update.

Summary of changes:
 .../internal/cache/AbstractBucketRegionQueue.java  |  5 +-
 .../internal/cache/AbstractUpdateOperation.java| 52 +-
 .../apache/geode/internal/cache/BucketRegion.java  |  3 +-
 .../geode/internal/cache/BucketRegionQueue.java|  5 +-
 .../geode/internal/cache/DistPeerTXStateStub.java  | 13 +++-
 .../internal/cache/DistTXStateOnCoordinator.java   | 13 +++-
 .../geode/internal/cache/DistributedRegion.java|  5 +-
 .../geode/internal/cache/InternalDataView.java |  6 +-
 .../geode/internal/cache/InternalRegion.java   |  5 ++
 .../apache/geode/internal/cache/LocalRegion.java   | 49 ++---
 .../geode/internal/cache/LocalRegionDataView.java  | 12 +++-
 .../geode/internal/cache/PartitionedRegion.java|  3 +-
 .../internal/cache/PausedTXStateProxyImpl.java |  7 ++
 .../org/apache/geode/internal/cache/TXState.java   | 11 ++-
 .../geode/internal/cache/TXStateProxyImpl.java |  8 +++
 .../apache/geode/internal/cache/TXStateStub.java   | 11 ++-
 .../serial/SerialGatewaySenderEventProcessor.java  |  4 ++
 .../cache/wan/serial/SerialGatewaySenderQueue.java |  5 +-
 .../internal/cache/UpdateOperationJUnitTest.java   | 66 ++---
 .../internal/cache/UpdateVersionDUnitTest.java |  1 -
 .../geode/internal/cache/wan/WANTestBase.java  | 47 +
 .../serial/SerialGatewaySenderQueueDUnitTest.java  | 82 ++
 22 files changed, 342 insertions(+), 71 deletions(-)



[geode] branch develop updated (c9570d7 -> 8fc58cc)

2020-01-09 Thread echobravo
This is an automated email from the ASF dual-hosted git repository.

echobravo pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


from c9570d7  GEODE-7661: Check for null membershipID when serializing 
EventID (#4574)
 add 8fc58cc  GEODE-6883: Remove a few dependencies that slipped through 
ArchUnit t… (#4575)

No new revisions were added by this update.

Summary of changes:
 .../apache/geode/distributed/internal/StartupMessage.java  |  4 +++-
 .../distributed/internal/membership/api/Membership.java|  3 ---
 .../internal/membership/api/MembershipView.java|  4 +---
 ...{MembershipInformation.java => StopShunningMarker.java} | 14 --
 .../distributed/internal/membership/gms/GMSMembership.java | 13 -
 5 files changed, 16 insertions(+), 22 deletions(-)
 copy 
geode-core/src/main/java/org/apache/geode/distributed/internal/membership/api/{MembershipInformation.java
 => StopShunningMarker.java} (72%)



[geode] branch develop updated (0cadfe9 -> c9570d7)

2020-01-09 Thread upthewaterspout
This is an automated email from the ASF dual-hosted git repository.

upthewaterspout pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


from 0cadfe9  GEODE-7583: update docs for "status locator" command (#4576)
 add c9570d7  GEODE-7661: Check for null membershipID when serializing 
EventID (#4574)

No new revisions were added by this update.

Summary of changes:
 .../codeAnalysis/sanctionedDataSerializables.txt   |  2 +-
 .../org/apache/geode/internal/cache/EventID.java   |  2 +-
 .../apache/geode/internal/cache/EventIDTest.java   | 54 ++
 3 files changed, 56 insertions(+), 2 deletions(-)
 create mode 100644 
geode-core/src/test/java/org/apache/geode/internal/cache/EventIDTest.java



[geode] branch develop updated (5fda2a6 -> 0cadfe9)

2020-01-09 Thread jinmeiliao
This is an automated email from the ASF dual-hosted git repository.

jinmeiliao pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


from 5fda2a6  GEODE-7651:  Provide docker target for geode-assembly (#4573)
 add 0cadfe9  GEODE-7583: update docs for "status locator" command (#4576)

No new revisions were added by this update.

Summary of changes:
 geode-docs/tools_modules/gfsh/command-pages/status.html.md.erb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)