aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/CODEOWNERS37
-rw-r--r--OWNERS14
-rw-r--r--cmake/OWNERS2
-rw-r--r--doc/OWNERS2
-rw-r--r--etc/OWNERS2
-rw-r--r--examples/node/OWNERS1
-rw-r--r--examples/objective-c/OWNERS2
-rw-r--r--examples/python/OWNERS5
-rw-r--r--include/OWNERS4
-rw-r--r--src/core/OWNERS5
-rw-r--r--src/core/lib/iomgr/OWNERS1
-rw-r--r--src/cpp/OWNERS5
-rw-r--r--src/csharp/OWNERS3
-rw-r--r--src/node/OWNERS2
-rw-r--r--src/objective-c/OWNERS3
-rw-r--r--src/php/OWNERS3
-rw-r--r--src/python/OWNERS5
-rw-r--r--src/python/grpcio/OWNERS3
-rw-r--r--src/ruby/OWNERS3
-rw-r--r--test/build/OWNERS4
-rw-r--r--test/core/OWNERS5
-rw-r--r--test/cpp/OWNERS5
-rw-r--r--test/cpp/qps/OWNERS2
-rw-r--r--test/distrib/node/OWNERS1
-rw-r--r--tools/OWNERS4
-rw-r--r--tools/codegen/core/OWNERS5
-rw-r--r--tools/distrib/python/OWNERS5
-rw-r--r--tools/dockerfile/OWNERS3
-rw-r--r--tools/run_tests/OWNERS4
-rw-r--r--tools/run_tests/artifacts/OWNERS1
-rw-r--r--tools/run_tests/helper_scripts/OWNERS1
31 files changed, 9 insertions, 133 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 0fb594c542..b14471f731 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,40 +1,5 @@
# Auto-generated by the tools/mkowners/mkowners.py tool
# Uses OWNERS files in different modules throughout the
# repository as the source of truth for module ownership.
-/*.podspec @muxi @makdharma
-/binding.gyp @murgatroid99
-/Gemfile @murgatroid99
-/grpc.gemspec @murgatroid99
-/package.json @murgatroid99
-/Rakefile @murgatroid99
-/grpc.bzl @muxi @makdharma
+/**/OWNERS @markdroth @nicolasnoble @ctiller
/bazel/** @nicolasnoble @dgquintas @ctiller
-/cmake/** @jtattermusch
-/doc/PROTOCOL-HTTP2.md @ejona86
-/doc/interop-test-descriptions.md @ejona86
-/etc/** @jboeuf @nicolasnoble
-/examples/node/** @murgatroid99
-/examples/objective-c/** @muxi @makdharma
-/examples/python/** @nathanielmanistaatgoogle @kpayson64 @mehrdada
-/include/** @ctiller @markdroth @dgquintas
-/src/core/** @ctiller @markdroth @dgquintas
-/src/core/lib/iomgr/*_uv.c @murgatroid99 @ctiller @markdroth @dgquintas
-/src/core/lib/iomgr/*_uv.h @murgatroid99 @ctiller @markdroth @dgquintas
-/src/cpp/** @ctiller @markdroth @dgquintas
-/src/csharp/** @jtattermusch @apolcyn
-/src/node/** @murgatroid99
-/src/objective-c/** @muxi @makdharma
-/src/php/** @stanley-cheung @murgatroid99
-/src/python/** @nathanielmanistaatgoogle @kpayson64 @mehrdada
-/src/python/grpcio/grpc_core_dependencies.py @a11y @ctiller @nicolasnoble @nathanielmanistaatgoogle @kpayson64 @mehrdada
-/src/ruby/** @apolcyn @murgatroid99
-/test/build/** @ctiller @markdroth @dgquintas
-/test/core/** @ctiller @markdroth @dgquintas
-/test/cpp/** @ctiller @markdroth @dgquintas
-/test/cpp/qps/** @vjpai @ctiller @markdroth @dgquintas
-/test/distrib/node/** @murgatroid99
-/tools/** @matt-kwong @jtattermusch @nicolasnoble
-/tools/codegen/core/** @ctiller @dgquintas @markdroth
-/tools/distrib/python/** @nathanielmanistaatgoogle @kpayson64 @mehrdada
-/tools/run_tests/artifacts/*_node* @murgatroid99 @matt-kwong @jtattermusch @nicolasnoble
-/tools/run_tests/helper_scripts/*_node* @murgatroid99 @matt-kwong @jtattermusch @nicolasnoble
diff --git a/OWNERS b/OWNERS
index f42b9870db..b19c6f3fbb 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,9 +1,11 @@
# Top level ownership
-#@a11r
-#@nicolasnoble
-#@ctiller
+# nothing listed here until GitHub CODEOWNERS gets better
+# we need:
+# 1. owners to be able to self-approve
+# 2. authors to be able to select approvers
+
+@markdroth **/OWNERS
+@nicolasnoble **/OWNERS
+@ctiller **/OWNERS
-@murgatroid99 binding.gyp Gemfile grpc.gemspec package.json Rakefile
-@muxi *.podspec grpc.bzl
-@makdharma *.podspec grpc.bzl
diff --git a/cmake/OWNERS b/cmake/OWNERS
deleted file mode 100644
index c0ae0533b3..0000000000
--- a/cmake/OWNERS
+++ /dev/null
@@ -1,2 +0,0 @@
-@jtattermusch
-
diff --git a/doc/OWNERS b/doc/OWNERS
deleted file mode 100644
index f05861799e..0000000000
--- a/doc/OWNERS
+++ /dev/null
@@ -1,2 +0,0 @@
-@ejona86 PROTOCOL-HTTP2.md interop-test-descriptions.md
-
diff --git a/etc/OWNERS b/etc/OWNERS
deleted file mode 100644
index 2dfd7cd61e..0000000000
--- a/etc/OWNERS
+++ /dev/null
@@ -1,2 +0,0 @@
-@jboeuf
-@nicolasnoble
diff --git a/examples/node/OWNERS b/examples/node/OWNERS
deleted file mode 100644
index 567d1b6691..0000000000
--- a/examples/node/OWNERS
+++ /dev/null
@@ -1 +0,0 @@
-@murgatroid99
diff --git a/examples/objective-c/OWNERS b/examples/objective-c/OWNERS
deleted file mode 100644
index c14fe53c06..0000000000
--- a/examples/objective-c/OWNERS
+++ /dev/null
@@ -1,2 +0,0 @@
-@muxi
-@makdharma
diff --git a/examples/python/OWNERS b/examples/python/OWNERS
deleted file mode 100644
index ea3909e0a3..0000000000
--- a/examples/python/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-set noparent
-
-@nathanielmanistaatgoogle
-@kpayson64
-@mehrdada
diff --git a/include/OWNERS b/include/OWNERS
deleted file mode 100644
index 8dca75ce91..0000000000
--- a/include/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-@ctiller
-@markdroth
-@dgquintas
-
diff --git a/src/core/OWNERS b/src/core/OWNERS
deleted file mode 100644
index 986c9a1c3c..0000000000
--- a/src/core/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-set noparent
-@ctiller
-@markdroth
-@dgquintas
-
diff --git a/src/core/lib/iomgr/OWNERS b/src/core/lib/iomgr/OWNERS
deleted file mode 100644
index 8ee86c2618..0000000000
--- a/src/core/lib/iomgr/OWNERS
+++ /dev/null
@@ -1 +0,0 @@
-@murgatroid99 *_uv.c *_uv.h
diff --git a/src/cpp/OWNERS b/src/cpp/OWNERS
deleted file mode 100644
index 986c9a1c3c..0000000000
--- a/src/cpp/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-set noparent
-@ctiller
-@markdroth
-@dgquintas
-
diff --git a/src/csharp/OWNERS b/src/csharp/OWNERS
deleted file mode 100644
index bde3ed985c..0000000000
--- a/src/csharp/OWNERS
+++ /dev/null
@@ -1,3 +0,0 @@
-@jtattermusch
-@apolcyn
-
diff --git a/src/node/OWNERS b/src/node/OWNERS
deleted file mode 100644
index 3a49353d84..0000000000
--- a/src/node/OWNERS
+++ /dev/null
@@ -1,2 +0,0 @@
-@murgatroid99
-
diff --git a/src/objective-c/OWNERS b/src/objective-c/OWNERS
deleted file mode 100644
index 2bc91186e7..0000000000
--- a/src/objective-c/OWNERS
+++ /dev/null
@@ -1,3 +0,0 @@
-@muxi
-@makdharma
-
diff --git a/src/php/OWNERS b/src/php/OWNERS
deleted file mode 100644
index 7065b41132..0000000000
--- a/src/php/OWNERS
+++ /dev/null
@@ -1,3 +0,0 @@
-@stanley-cheung
-@murgatroid99
-
diff --git a/src/python/OWNERS b/src/python/OWNERS
deleted file mode 100644
index ea3909e0a3..0000000000
--- a/src/python/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-set noparent
-
-@nathanielmanistaatgoogle
-@kpayson64
-@mehrdada
diff --git a/src/python/grpcio/OWNERS b/src/python/grpcio/OWNERS
deleted file mode 100644
index 78d54ec96b..0000000000
--- a/src/python/grpcio/OWNERS
+++ /dev/null
@@ -1,3 +0,0 @@
-@a11y grpc_core_dependencies.py
-@ctiller grpc_core_dependencies.py
-@nicolasnoble grpc_core_dependencies.py
diff --git a/src/ruby/OWNERS b/src/ruby/OWNERS
deleted file mode 100644
index b01fd8061e..0000000000
--- a/src/ruby/OWNERS
+++ /dev/null
@@ -1,3 +0,0 @@
-@apolcyn
-@murgatroid99
-
diff --git a/test/build/OWNERS b/test/build/OWNERS
deleted file mode 100644
index 8dca75ce91..0000000000
--- a/test/build/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-@ctiller
-@markdroth
-@dgquintas
-
diff --git a/test/core/OWNERS b/test/core/OWNERS
deleted file mode 100644
index 986c9a1c3c..0000000000
--- a/test/core/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-set noparent
-@ctiller
-@markdroth
-@dgquintas
-
diff --git a/test/cpp/OWNERS b/test/cpp/OWNERS
deleted file mode 100644
index 986c9a1c3c..0000000000
--- a/test/cpp/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-set noparent
-@ctiller
-@markdroth
-@dgquintas
-
diff --git a/test/cpp/qps/OWNERS b/test/cpp/qps/OWNERS
deleted file mode 100644
index 8ccea9ad9b..0000000000
--- a/test/cpp/qps/OWNERS
+++ /dev/null
@@ -1,2 +0,0 @@
-@vjpai
-
diff --git a/test/distrib/node/OWNERS b/test/distrib/node/OWNERS
deleted file mode 100644
index 567d1b6691..0000000000
--- a/test/distrib/node/OWNERS
+++ /dev/null
@@ -1 +0,0 @@
-@murgatroid99
diff --git a/tools/OWNERS b/tools/OWNERS
deleted file mode 100644
index 8f6de53674..0000000000
--- a/tools/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-@matt-kwong
-@jtattermusch
-@nicolasnoble
-
diff --git a/tools/codegen/core/OWNERS b/tools/codegen/core/OWNERS
deleted file mode 100644
index 17e66479b6..0000000000
--- a/tools/codegen/core/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-set noparent
-@ctiller
-@dgquintas
-@markdroth
-
diff --git a/tools/distrib/python/OWNERS b/tools/distrib/python/OWNERS
deleted file mode 100644
index ea3909e0a3..0000000000
--- a/tools/distrib/python/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-set noparent
-
-@nathanielmanistaatgoogle
-@kpayson64
-@mehrdada
diff --git a/tools/dockerfile/OWNERS b/tools/dockerfile/OWNERS
deleted file mode 100644
index 20ee8085c2..0000000000
--- a/tools/dockerfile/OWNERS
+++ /dev/null
@@ -1,3 +0,0 @@
-@matt-kwong
-@jtattermusch
-
diff --git a/tools/run_tests/OWNERS b/tools/run_tests/OWNERS
deleted file mode 100644
index 8f6de53674..0000000000
--- a/tools/run_tests/OWNERS
+++ /dev/null
@@ -1,4 +0,0 @@
-@matt-kwong
-@jtattermusch
-@nicolasnoble
-
diff --git a/tools/run_tests/artifacts/OWNERS b/tools/run_tests/artifacts/OWNERS
deleted file mode 100644
index 490031985e..0000000000
--- a/tools/run_tests/artifacts/OWNERS
+++ /dev/null
@@ -1 +0,0 @@
-@murgatroid99 *_node*
diff --git a/tools/run_tests/helper_scripts/OWNERS b/tools/run_tests/helper_scripts/OWNERS
deleted file mode 100644
index 490031985e..0000000000
--- a/tools/run_tests/helper_scripts/OWNERS
+++ /dev/null
@@ -1 +0,0 @@
-@murgatroid99 *_node*