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

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new b5ab430  Added more of the main sub-trees
b5ab430 is described below

commit b5ab4304ab3003df1867c7c62cfb2dff622ab8d6
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Mon Apr 20 11:18:35 2020 -0600

    Added more of the main sub-trees
---
 CODEOWNERS | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 62 insertions(+), 3 deletions(-)

diff --git a/CODEOWNERS b/CODEOWNERS
index 294ecc6..636ac20 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -21,18 +21,77 @@
 *                           @bryancall
 
 # The new order "src" tree
-src/tscore/*                @SolidWallOfCode
-src/wccp/*                  @SolidWallOfCode
-src/traffic_top/*           @bryancall
+src/shared/*                @SolidWallOfCode
+src/traffic_cache_tool/*    @SolidWallOfCode
+src/traffic_crashlog/*      @zwoop
+src/traffic_ctl/*           @zwoop
+src/traffic_layout/*        @zwoop
+src/traffic_logcat/*        @zwoop
 src/traffic_logstats/*      @zwoop
+src/traffic_manager/*       @zwoop
+src/traffic_quic/*          @maskit
+src/traffic_server/*        @zwoop
+src/traffic_top/*           @bryancall
+src/traffic_via/*           @zwoop
+src/traffic_wccp/*          @SolidWallOfCode
+src/tscore/*                @SolidWallOfCode @zwoop
+src/wccp/*                  @SolidWallOfCode
+
+# Include tree
+include/*                   @bryan_call
+include/tscpp/*             @SolidWallOfCode
+include/wccp/*              @SolidWallOfCode
+include/shared/*            @SolidWallOfCode @zwoop
+include/tscore/*            @SolidWallOfCode @zwoop
+include/ts/*                @zwoop
+
+# iocore src
+tscore/*                    @bryan_call
+tscore/aio/*                @bryan_call
+tscore/cache/*              @SolidWallOfCode
+tscore/dns/*                @SolidWallOfCode
+tscore/eventsystem/*        @bryan_call
+tscore/hostdb/*             @SolidWallOfCode
+tscore/net/*                @bryan_call
+tscore/utils/*              @bryan_call
+
+# Old lib tree
+lib/records/*               @zwoop
+lib/perl/*                  @zwoop
+lib/yamlcpp/*               @bryancall
 
 # The proxy tree, where all flavor of HTTP lives
+proxy/*                     @zwoop
+proxy/hdrs/*                @SolidWallOfCode
+proxy/http/*                @zwoop
 proxy/http2/*               @masaori335
 proxy/http3/*               @maskit @masaori335
+proxy/logging/*             @zwoop
+proxy/private/*             @zwoop
+proxy/shared/*              @zwoop
+
+# Test tree
+tests/*                     @SolidWallOfCode
+tests/include/*             @SolidWallOfCode
+tests/gold_tests/*          @SolidWallOfCode
+tests/tools/*               @SolidWallOfCode
+tests/unit_tests/*          @SolidWallOfCode
+
+# The manager source
+mgmt/*                      @zwoop @bryancall
 
 # Various plugins
 plugins/*                   @zwoop
 plugins/cachekey/*          @gtenev
 
+# Example plugins / code
+example/*                   @SolidWallOfCode
+
+# Tools tree
+tools/*                     @bryancall @zwoop
+
+# CI tools
+ci/*                        @zwoop
+
 # Documentation
 doc/*                       @SolidWallOfCode @mlibbey

Reply via email to