You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2021/05/27 22:52:38 UTC

[geode] branch develop updated: tidy CODEOWNERS (#6527)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 909eb21  tidy CODEOWNERS (#6527)
909eb21 is described below

commit 909eb212c9a181c8d374f6a9fdcf403e0040ac9b
Author: Owen Nichols <34...@users.noreply.github.com>
AuthorDate: Thu May 27 15:51:24 2021 -0700

    tidy CODEOWNERS (#6527)
    
    * use consistent case in CODEOWNERS
    * clean up overly-broad rule now that dev-tools has more in it
    * add @demery-pivotal as a watcher for dev-tools/progress
---
 CODEOWNERS   | 9 +++++----
 CODEWATCHERS | 8 +++++---
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/CODEOWNERS b/CODEOWNERS
index 74de843..732a4a8 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -284,7 +284,7 @@ geode-assembly/**/resources/**                                    @boglesby @kir
 #-----------------------------------------------------------------
 # Redis API
 #-----------------------------------------------------------------
-geode-apis-compatible-with-redis/**                               @sabbey37 @jdeppe-pivotal @nonbinaryprogrammer @ringles @upthewaterspout @donalevans
+geode-apis-compatible-with-redis/**                               @sabbey37 @jdeppe-pivotal @nonbinaryprogrammer @ringles @upthewaterspout @DonalEvans
 
 #-----------------------------------------------------------------
 # Build and tooling
@@ -292,11 +292,12 @@ geode-apis-compatible-with-redis/**                               @sabbey37 @jde
 #etc/**
 *gradle*                                                          @rhoughton-pivot @onichols-pivotal
 buildSrc/**                                                       @rhoughton-pivot @jdeppe-pivotal
-buildSrc/**/DependencyConstraints.groovy                          @onichols-pivotal @dickcav
-ci/**                                                             @onichols-pivotal @dickcav
+buildSrc/**/DependencyConstraints.groovy                          @onichols-pivotal @dickcav @rhoughton-pivot
+ci/**                                                             @onichols-pivotal @dickcav @rhoughton-pivot
 ci/scripts/**                                                     @onichols-pivotal @dickcav @rhoughton-pivot
 ci/scripts/repeat-new-tests.sh                                    @onichols-pivotal @dickcav @rhoughton-pivot @upthewaterspout @jdeppe-pivotal
-dev-tools/**                                                      @onichols-pivotal @dickcav
+dev-tools/dependencies/**                                         @onichols-pivotal @dickcav
+dev-tools/release/**                                              @onichols-pivotal @dickcav
 docker/**                                                         @onichols-pivotal @dickcav
 geode-management/src/test/script/update-management-wiki.sh        @onichols-pivotal @dickcav
 #boms/**
diff --git a/CODEWATCHERS b/CODEWATCHERS
index 7ca476a..e502d8e 100644
--- a/CODEWATCHERS
+++ b/CODEWATCHERS
@@ -49,7 +49,6 @@ geode-core/**/org/apache/geode/**/deployment/**                   @kohlmu-pivota
 geode-deployment/**                                               @kohlmu-pivotal
 geode-core/**/org/apache/geode/cache/internal/execute/*           @kohlmu-pivotal
 
-
 #-----------------------------------------------------------------
 # Client/server messaging and cache operations
 #-----------------------------------------------------------------
@@ -57,7 +56,6 @@ geode-core/**/org/apache/geode/cache/client/**                    @albertogpz
 geode-core/**/org/apache/geode/cache/server/**                    @albertogpz
 geode-core/**/org/apache/geode/internal/cache/tier/**             @albertogpz
 
-
 #-----------------------------------------------------------------
 # WAN messaging and queues
 #-----------------------------------------------------------------
@@ -66,7 +64,6 @@ geode-core/**/org/apache/geode/cache/asyncqueue/**                @albertogpz @a
 geode-core/**/org/apache/geode/cache/wan/**                       @albertogpz @alb3rtobr
 geode-core/**/org/apache/geode/internal/cache/wan/**              @albertogpz @alb3rtobr
 
-
 #-----------------------------------------------------------------
 # Metrics & Statistics
 #-----------------------------------------------------------------
@@ -84,3 +81,8 @@ geode-core/**/org/apache/geode/cache/query/**                     @mkevo
 # Misc
 #-----------------------------------------------------------------
 geode-core/**/org/apache/geode/internal/cache/properties.md       @alb3rtobr
+
+#-----------------------------------------------------------------
+# Build and tooling
+#-----------------------------------------------------------------
+dev-tools/release/**                                              @demery-pivotal