From c45f2c5a0178ab7337084dab28cebe722be35ffa Mon Sep 17 00:00:00 2001 From: Udi Meiri Date: Wed, 15 Aug 2018 13:28:36 -0700 Subject: [PATCH] Add Prow-style OWNERS files. Based on the last CODEOWNERS version, removed in https://github.com/apache/beam/pull/6049/files. --- .test-infra/OWNERS | 4 ++++ .test-infra/jenkins/OWNERS | 6 +++++ .test-infra/jupyter/OWNERS | 4 ++++ .test-infra/kubernetes/OWNERS | 5 +++++ OWNERS | 22 +++++++++++++++++++ assembly.xml | 3 +++ build.gradle | 1 + buildSrc/OWNERS | 4 ++++ examples/OWNERS | 4 ++++ examples/java/OWNERS | 5 +++++ gradle/OWNERS | 4 ++++ model/OWNERS | 5 +++++ model/fn-execution/OWNERS | 6 +++++ model/job-management/OWNERS | 6 +++++ model/pipeline/OWNERS | 6 +++++ release/OWNERS | 4 ++++ runners/core-construction-java/OWNERS | 4 ++++ runners/core-java/OWNERS | 4 ++++ .../apache/beam/runners/core/metrics/OWNERS | 4 ++++ runners/direct-java/OWNERS | 4 ++++ .../beam/runners/extensions/metrics/OWNERS | 4 ++++ runners/flink/OWNERS | 4 ++++ runners/gcp/OWNERS | 7 ++++++ runners/google-cloud-dataflow-java/OWNERS | 5 +++++ runners/java-fn-execution/OWNERS | 5 +++++ runners/local-java/OWNERS | 4 ++++ runners/reference/OWNERS | 4 ++++ runners/spark/OWNERS | 4 ++++ sdks/go/OWNERS | 4 ++++ sdks/java/OWNERS | 5 +++++ sdks/java/build-tools/OWNERS | 5 +++++ sdks/java/container/OWNERS | 5 +++++ sdks/java/core/OWNERS | 4 ++++ .../google-cloud-platform-core/OWNERS | 5 +++++ sdks/java/extensions/sql/OWNERS | 10 +++++++++ sdks/java/fn-execution/OWNERS | 5 +++++ sdks/java/harness/OWNERS | 4 ++++ sdks/java/io/OWNERS | 7 ++++++ sdks/java/io/amqp/OWNERS | 4 ++++ sdks/java/io/cassandra/OWNERS | 5 +++++ sdks/java/io/common/OWNERS | 5 +++++ sdks/java/io/elasticsearch-tests/OWNERS | 5 +++++ sdks/java/io/elasticsearch/OWNERS | 6 +++++ sdks/java/io/file-based-io-tests/OWNERS | 7 ++++++ sdks/java/io/google-cloud-platform/OWNERS | 5 +++++ sdks/java/io/hadoop-common/OWNERS | 4 ++++ sdks/java/io/hadoop-file-system/OWNERS | 4 ++++ sdks/java/io/hadoop-input-format/OWNERS | 5 +++++ sdks/java/io/hbase/OWNERS | 5 +++++ sdks/java/io/hcatalog/OWNERS | 4 ++++ sdks/java/io/jdbc/OWNERS | 5 +++++ sdks/java/io/jms/OWNERS | 4 ++++ sdks/java/io/kinesis/OWNERS | 4 ++++ sdks/java/io/kudu/OWNERS | 4 ++++ sdks/java/io/mongodb/OWNERS | 4 ++++ sdks/java/io/mqtt/OWNERS | 4 ++++ sdks/java/io/parquet/OWNERS | 6 +++++ sdks/java/io/redis/OWNERS | 4 ++++ sdks/java/io/solr/OWNERS | 4 ++++ sdks/java/javadoc/OWNERS | 4 ++++ sdks/java/nexmark/OWNERS | 5 +++++ sdks/python/OWNERS | 5 +++++ sdks/python/apache_beam/coders/OWNERS | 4 ++++ sdks/python/apache_beam/examples/OWNERS | 5 +++++ sdks/python/apache_beam/internal/OWNERS | 5 +++++ sdks/python/apache_beam/io/OWNERS | 6 +++++ sdks/python/apache_beam/metrics/OWNERS | 5 +++++ sdks/python/apache_beam/options/OWNERS | 5 +++++ sdks/python/apache_beam/portability/OWNERS | 6 +++++ sdks/python/apache_beam/runners/OWNERS | 5 +++++ sdks/python/apache_beam/testing/OWNERS | 5 +++++ sdks/python/apache_beam/tools/OWNERS | 5 +++++ sdks/python/apache_beam/transforms/OWNERS | 6 +++++ sdks/python/apache_beam/typehints/OWNERS | 4 ++++ sdks/python/apache_beam/utils/OWNERS | 5 +++++ sdks/python/container/OWNERS | 6 +++++ sdks/python/scripts/OWNERS | 4 ++++ website/OWNERS | 5 +++++ 78 files changed, 389 insertions(+) create mode 100644 .test-infra/OWNERS create mode 100644 .test-infra/jenkins/OWNERS create mode 100644 .test-infra/jupyter/OWNERS create mode 100644 .test-infra/kubernetes/OWNERS create mode 100644 OWNERS create mode 100644 buildSrc/OWNERS create mode 100644 examples/OWNERS create mode 100644 examples/java/OWNERS create mode 100644 gradle/OWNERS create mode 100644 model/OWNERS create mode 100644 model/fn-execution/OWNERS create mode 100644 model/job-management/OWNERS create mode 100644 model/pipeline/OWNERS create mode 100644 release/OWNERS create mode 100644 runners/core-construction-java/OWNERS create mode 100644 runners/core-java/OWNERS create mode 100644 runners/core-java/src/main/java/org/apache/beam/runners/core/metrics/OWNERS create mode 100644 runners/direct-java/OWNERS create mode 100644 runners/extensions-java/metrics/src/main/java/org/apache/beam/runners/extensions/metrics/OWNERS create mode 100644 runners/flink/OWNERS create mode 100644 runners/gcp/OWNERS create mode 100644 runners/google-cloud-dataflow-java/OWNERS create mode 100644 runners/java-fn-execution/OWNERS create mode 100644 runners/local-java/OWNERS create mode 100644 runners/reference/OWNERS create mode 100644 runners/spark/OWNERS create mode 100644 sdks/go/OWNERS create mode 100644 sdks/java/OWNERS create mode 100644 sdks/java/build-tools/OWNERS create mode 100644 sdks/java/container/OWNERS create mode 100644 sdks/java/core/OWNERS create mode 100644 sdks/java/extensions/google-cloud-platform-core/OWNERS create mode 100644 sdks/java/extensions/sql/OWNERS create mode 100644 sdks/java/fn-execution/OWNERS create mode 100644 sdks/java/harness/OWNERS create mode 100644 sdks/java/io/OWNERS create mode 100644 sdks/java/io/amqp/OWNERS create mode 100644 sdks/java/io/cassandra/OWNERS create mode 100644 sdks/java/io/common/OWNERS create mode 100644 sdks/java/io/elasticsearch-tests/OWNERS create mode 100644 sdks/java/io/elasticsearch/OWNERS create mode 100644 sdks/java/io/file-based-io-tests/OWNERS create mode 100644 sdks/java/io/google-cloud-platform/OWNERS create mode 100644 sdks/java/io/hadoop-common/OWNERS create mode 100644 sdks/java/io/hadoop-file-system/OWNERS create mode 100644 sdks/java/io/hadoop-input-format/OWNERS create mode 100644 sdks/java/io/hbase/OWNERS create mode 100644 sdks/java/io/hcatalog/OWNERS create mode 100644 sdks/java/io/jdbc/OWNERS create mode 100644 sdks/java/io/jms/OWNERS create mode 100644 sdks/java/io/kinesis/OWNERS create mode 100644 sdks/java/io/kudu/OWNERS create mode 100644 sdks/java/io/mongodb/OWNERS create mode 100644 sdks/java/io/mqtt/OWNERS create mode 100644 sdks/java/io/parquet/OWNERS create mode 100644 sdks/java/io/redis/OWNERS create mode 100644 sdks/java/io/solr/OWNERS create mode 100644 sdks/java/javadoc/OWNERS create mode 100644 sdks/java/nexmark/OWNERS create mode 100644 sdks/python/OWNERS create mode 100644 sdks/python/apache_beam/coders/OWNERS create mode 100644 sdks/python/apache_beam/examples/OWNERS create mode 100644 sdks/python/apache_beam/internal/OWNERS create mode 100644 sdks/python/apache_beam/io/OWNERS create mode 100644 sdks/python/apache_beam/metrics/OWNERS create mode 100644 sdks/python/apache_beam/options/OWNERS create mode 100644 sdks/python/apache_beam/portability/OWNERS create mode 100644 sdks/python/apache_beam/runners/OWNERS create mode 100644 sdks/python/apache_beam/testing/OWNERS create mode 100644 sdks/python/apache_beam/tools/OWNERS create mode 100644 sdks/python/apache_beam/transforms/OWNERS create mode 100644 sdks/python/apache_beam/typehints/OWNERS create mode 100644 sdks/python/apache_beam/utils/OWNERS create mode 100644 sdks/python/container/OWNERS create mode 100644 sdks/python/scripts/OWNERS create mode 100644 website/OWNERS diff --git a/.test-infra/OWNERS b/.test-infra/OWNERS new file mode 100644 index 000000000000..7d9c8cae4d7f --- /dev/null +++ b/.test-infra/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - lgajowy diff --git a/.test-infra/jenkins/OWNERS b/.test-infra/jenkins/OWNERS new file mode 100644 index 000000000000..ca45477af958 --- /dev/null +++ b/.test-infra/jenkins/OWNERS @@ -0,0 +1,6 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - lgajowy + - kkucharc + - echauchot diff --git a/.test-infra/jupyter/OWNERS b/.test-infra/jupyter/OWNERS new file mode 100644 index 000000000000..586139172cea --- /dev/null +++ b/.test-infra/jupyter/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - udim diff --git a/.test-infra/kubernetes/OWNERS b/.test-infra/kubernetes/OWNERS new file mode 100644 index 000000000000..2a140107225d --- /dev/null +++ b/.test-infra/kubernetes/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - lgajowy + - kkucharc diff --git a/OWNERS b/OWNERS new file mode 100644 index 000000000000..6f6d2a478b28 --- /dev/null +++ b/OWNERS @@ -0,0 +1,22 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +filters: + # Per-language reviewers. + "\\.go$": + reviewers: + - herohde + "\\.java$": + reviewers: + - lukecwik + - kennknowles + - aaltay + "\\.py$": + reviewers: + - pabloem + - robertwb + - aaltay + - charlesccychen + + "build\\.gradle$": + reviewers: + - lukecwik diff --git a/assembly.xml b/assembly.xml index 6534e3f1f5ab..f523bf720ad3 100644 --- a/assembly.xml +++ b/assembly.xml @@ -100,6 +100,9 @@ %regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?pom\.xml\.releaseBackup] %regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?release\.properties] + + + **/OWNERS diff --git a/build.gradle b/build.gradle index dcfadbbc414b..093fcc40c4ed 100644 --- a/build.gradle +++ b/build.gradle @@ -147,6 +147,7 @@ rat { // Ignore ownership files "ownership/**/*", + "**/OWNERS", ] // Add .gitignore excludes to the Apache Rat exclusion list. We re-create the behavior diff --git a/buildSrc/OWNERS b/buildSrc/OWNERS new file mode 100644 index 000000000000..af32c311923a --- /dev/null +++ b/buildSrc/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - lukecwik diff --git a/examples/OWNERS b/examples/OWNERS new file mode 100644 index 000000000000..3a2b3498379e --- /dev/null +++ b/examples/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - aaltay diff --git a/examples/java/OWNERS b/examples/java/OWNERS new file mode 100644 index 000000000000..38112463e09a --- /dev/null +++ b/examples/java/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - lukecwik + - aaltay diff --git a/gradle/OWNERS b/gradle/OWNERS new file mode 100644 index 000000000000..af32c311923a --- /dev/null +++ b/gradle/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - lukecwik diff --git a/model/OWNERS b/model/OWNERS new file mode 100644 index 000000000000..a5b32dc72cff --- /dev/null +++ b/model/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - herohde + - lukecwik diff --git a/model/fn-execution/OWNERS b/model/fn-execution/OWNERS new file mode 100644 index 000000000000..23065b82b3f3 --- /dev/null +++ b/model/fn-execution/OWNERS @@ -0,0 +1,6 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - herohde + - robertwb + - lukecwik diff --git a/model/job-management/OWNERS b/model/job-management/OWNERS new file mode 100644 index 000000000000..23065b82b3f3 --- /dev/null +++ b/model/job-management/OWNERS @@ -0,0 +1,6 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - herohde + - robertwb + - lukecwik diff --git a/model/pipeline/OWNERS b/model/pipeline/OWNERS new file mode 100644 index 000000000000..23065b82b3f3 --- /dev/null +++ b/model/pipeline/OWNERS @@ -0,0 +1,6 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - herohde + - robertwb + - lukecwik diff --git a/release/OWNERS b/release/OWNERS new file mode 100644 index 000000000000..8b0b05531cd1 --- /dev/null +++ b/release/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - jbonofre diff --git a/runners/core-construction-java/OWNERS b/runners/core-construction-java/OWNERS new file mode 100644 index 000000000000..af32c311923a --- /dev/null +++ b/runners/core-construction-java/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - lukecwik diff --git a/runners/core-java/OWNERS b/runners/core-java/OWNERS new file mode 100644 index 000000000000..af32c311923a --- /dev/null +++ b/runners/core-java/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - lukecwik diff --git a/runners/core-java/src/main/java/org/apache/beam/runners/core/metrics/OWNERS b/runners/core-java/src/main/java/org/apache/beam/runners/core/metrics/OWNERS new file mode 100644 index 000000000000..883da4e3f34e --- /dev/null +++ b/runners/core-java/src/main/java/org/apache/beam/runners/core/metrics/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - echauchot diff --git a/runners/direct-java/OWNERS b/runners/direct-java/OWNERS new file mode 100644 index 000000000000..af32c311923a --- /dev/null +++ b/runners/direct-java/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - lukecwik diff --git a/runners/extensions-java/metrics/src/main/java/org/apache/beam/runners/extensions/metrics/OWNERS b/runners/extensions-java/metrics/src/main/java/org/apache/beam/runners/extensions/metrics/OWNERS new file mode 100644 index 000000000000..883da4e3f34e --- /dev/null +++ b/runners/extensions-java/metrics/src/main/java/org/apache/beam/runners/extensions/metrics/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - echauchot diff --git a/runners/flink/OWNERS b/runners/flink/OWNERS new file mode 100644 index 000000000000..df3f897da6b3 --- /dev/null +++ b/runners/flink/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - angoenka diff --git a/runners/gcp/OWNERS b/runners/gcp/OWNERS new file mode 100644 index 000000000000..6270c9cfc973 --- /dev/null +++ b/runners/gcp/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - pabloem + - herohde + - lukecwik + - aaltay diff --git a/runners/google-cloud-dataflow-java/OWNERS b/runners/google-cloud-dataflow-java/OWNERS new file mode 100644 index 000000000000..20c3f13857d9 --- /dev/null +++ b/runners/google-cloud-dataflow-java/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - pabloem + - lukecwik diff --git a/runners/java-fn-execution/OWNERS b/runners/java-fn-execution/OWNERS new file mode 100644 index 000000000000..201e7cb37505 --- /dev/null +++ b/runners/java-fn-execution/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - lukecwik + - angoenka diff --git a/runners/local-java/OWNERS b/runners/local-java/OWNERS new file mode 100644 index 000000000000..af32c311923a --- /dev/null +++ b/runners/local-java/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - lukecwik diff --git a/runners/reference/OWNERS b/runners/reference/OWNERS new file mode 100644 index 000000000000..af32c311923a --- /dev/null +++ b/runners/reference/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - lukecwik diff --git a/runners/spark/OWNERS b/runners/spark/OWNERS new file mode 100644 index 000000000000..8b0b05531cd1 --- /dev/null +++ b/runners/spark/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - jbonofre diff --git a/sdks/go/OWNERS b/sdks/go/OWNERS new file mode 100644 index 000000000000..8f85cc390007 --- /dev/null +++ b/sdks/go/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - herohde diff --git a/sdks/java/OWNERS b/sdks/java/OWNERS new file mode 100644 index 000000000000..5153af64bb4e --- /dev/null +++ b/sdks/java/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - aaltay + - kennknowles diff --git a/sdks/java/build-tools/OWNERS b/sdks/java/build-tools/OWNERS new file mode 100644 index 000000000000..9d2d9ce03d20 --- /dev/null +++ b/sdks/java/build-tools/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - jasonkuster + - swegner diff --git a/sdks/java/container/OWNERS b/sdks/java/container/OWNERS new file mode 100644 index 000000000000..d37599eb30cd --- /dev/null +++ b/sdks/java/container/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - herohde + - aaltay diff --git a/sdks/java/core/OWNERS b/sdks/java/core/OWNERS new file mode 100644 index 000000000000..af32c311923a --- /dev/null +++ b/sdks/java/core/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - lukecwik diff --git a/sdks/java/extensions/google-cloud-platform-core/OWNERS b/sdks/java/extensions/google-cloud-platform-core/OWNERS new file mode 100644 index 000000000000..da65659085da --- /dev/null +++ b/sdks/java/extensions/google-cloud-platform-core/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - lukecwik + - chamikaramj diff --git a/sdks/java/extensions/sql/OWNERS b/sdks/java/extensions/sql/OWNERS new file mode 100644 index 000000000000..371386ae63c0 --- /dev/null +++ b/sdks/java/extensions/sql/OWNERS @@ -0,0 +1,10 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - akedin + - apilloud + - amaliujia + - XuMingmin + - xumingming + - kennknowles + diff --git a/sdks/java/fn-execution/OWNERS b/sdks/java/fn-execution/OWNERS new file mode 100644 index 000000000000..201e7cb37505 --- /dev/null +++ b/sdks/java/fn-execution/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - lukecwik + - angoenka diff --git a/sdks/java/harness/OWNERS b/sdks/java/harness/OWNERS new file mode 100644 index 000000000000..af32c311923a --- /dev/null +++ b/sdks/java/harness/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - lukecwik diff --git a/sdks/java/io/OWNERS b/sdks/java/io/OWNERS new file mode 100644 index 000000000000..a9ed5d3327f0 --- /dev/null +++ b/sdks/java/io/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - jbonofre + - lukecwik + - chamikaramj + - timrobertson100 diff --git a/sdks/java/io/amqp/OWNERS b/sdks/java/io/amqp/OWNERS new file mode 100644 index 000000000000..8b0b05531cd1 --- /dev/null +++ b/sdks/java/io/amqp/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - jbonofre diff --git a/sdks/java/io/cassandra/OWNERS b/sdks/java/io/cassandra/OWNERS new file mode 100644 index 000000000000..41bc71674934 --- /dev/null +++ b/sdks/java/io/cassandra/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - jbonofre + - echauchot diff --git a/sdks/java/io/common/OWNERS b/sdks/java/io/common/OWNERS new file mode 100644 index 000000000000..5dc24af7d702 --- /dev/null +++ b/sdks/java/io/common/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - chamikaramj + - timrobertson100 diff --git a/sdks/java/io/elasticsearch-tests/OWNERS b/sdks/java/io/elasticsearch-tests/OWNERS new file mode 100644 index 000000000000..07f4de0afef2 --- /dev/null +++ b/sdks/java/io/elasticsearch-tests/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - echauchot + - timrobertson100 diff --git a/sdks/java/io/elasticsearch/OWNERS b/sdks/java/io/elasticsearch/OWNERS new file mode 100644 index 000000000000..c2bb79459d8b --- /dev/null +++ b/sdks/java/io/elasticsearch/OWNERS @@ -0,0 +1,6 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - echauchot + - jbonofre + - timrobertson100 diff --git a/sdks/java/io/file-based-io-tests/OWNERS b/sdks/java/io/file-based-io-tests/OWNERS new file mode 100644 index 000000000000..c1a7da514954 --- /dev/null +++ b/sdks/java/io/file-based-io-tests/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - lgajowy + - kkucharc + - chamikaramj + - timrobertson100 diff --git a/sdks/java/io/google-cloud-platform/OWNERS b/sdks/java/io/google-cloud-platform/OWNERS new file mode 100644 index 000000000000..da65659085da --- /dev/null +++ b/sdks/java/io/google-cloud-platform/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - lukecwik + - chamikaramj diff --git a/sdks/java/io/hadoop-common/OWNERS b/sdks/java/io/hadoop-common/OWNERS new file mode 100644 index 000000000000..6049011f10e8 --- /dev/null +++ b/sdks/java/io/hadoop-common/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - timrobertson100 diff --git a/sdks/java/io/hadoop-file-system/OWNERS b/sdks/java/io/hadoop-file-system/OWNERS new file mode 100644 index 000000000000..6049011f10e8 --- /dev/null +++ b/sdks/java/io/hadoop-file-system/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - timrobertson100 diff --git a/sdks/java/io/hadoop-input-format/OWNERS b/sdks/java/io/hadoop-input-format/OWNERS new file mode 100644 index 000000000000..e257be8e25a6 --- /dev/null +++ b/sdks/java/io/hadoop-input-format/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - aromanenko-dev + - timrobertson100 diff --git a/sdks/java/io/hbase/OWNERS b/sdks/java/io/hbase/OWNERS new file mode 100644 index 000000000000..09812f7fdedc --- /dev/null +++ b/sdks/java/io/hbase/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - timrobertson100 + - aromanenko-dev diff --git a/sdks/java/io/hcatalog/OWNERS b/sdks/java/io/hcatalog/OWNERS new file mode 100644 index 000000000000..6049011f10e8 --- /dev/null +++ b/sdks/java/io/hcatalog/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - timrobertson100 diff --git a/sdks/java/io/jdbc/OWNERS b/sdks/java/io/jdbc/OWNERS new file mode 100644 index 000000000000..cdd510675d5a --- /dev/null +++ b/sdks/java/io/jdbc/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - jbonofre + - timrobertson100 diff --git a/sdks/java/io/jms/OWNERS b/sdks/java/io/jms/OWNERS new file mode 100644 index 000000000000..8b0b05531cd1 --- /dev/null +++ b/sdks/java/io/jms/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - jbonofre diff --git a/sdks/java/io/kinesis/OWNERS b/sdks/java/io/kinesis/OWNERS new file mode 100644 index 000000000000..ffbc8b6c2475 --- /dev/null +++ b/sdks/java/io/kinesis/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - aromanenko-dev diff --git a/sdks/java/io/kudu/OWNERS b/sdks/java/io/kudu/OWNERS new file mode 100644 index 000000000000..6049011f10e8 --- /dev/null +++ b/sdks/java/io/kudu/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - timrobertson100 diff --git a/sdks/java/io/mongodb/OWNERS b/sdks/java/io/mongodb/OWNERS new file mode 100644 index 000000000000..8b0b05531cd1 --- /dev/null +++ b/sdks/java/io/mongodb/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - jbonofre diff --git a/sdks/java/io/mqtt/OWNERS b/sdks/java/io/mqtt/OWNERS new file mode 100644 index 000000000000..8b0b05531cd1 --- /dev/null +++ b/sdks/java/io/mqtt/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - jbonofre diff --git a/sdks/java/io/parquet/OWNERS b/sdks/java/io/parquet/OWNERS new file mode 100644 index 000000000000..189bb00c3837 --- /dev/null +++ b/sdks/java/io/parquet/OWNERS @@ -0,0 +1,6 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - lgajowy + - jbonofre + - aromanenko-dev diff --git a/sdks/java/io/redis/OWNERS b/sdks/java/io/redis/OWNERS new file mode 100644 index 000000000000..8b0b05531cd1 --- /dev/null +++ b/sdks/java/io/redis/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - jbonofre diff --git a/sdks/java/io/solr/OWNERS b/sdks/java/io/solr/OWNERS new file mode 100644 index 000000000000..6049011f10e8 --- /dev/null +++ b/sdks/java/io/solr/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - timrobertson100 diff --git a/sdks/java/javadoc/OWNERS b/sdks/java/javadoc/OWNERS new file mode 100644 index 000000000000..f5a89b0d3ff2 --- /dev/null +++ b/sdks/java/javadoc/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - melap diff --git a/sdks/java/nexmark/OWNERS b/sdks/java/nexmark/OWNERS new file mode 100644 index 000000000000..8725d56ab61b --- /dev/null +++ b/sdks/java/nexmark/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - echauchot + - aromanenko-dev diff --git a/sdks/python/OWNERS b/sdks/python/OWNERS new file mode 100644 index 000000000000..7dce27abe126 --- /dev/null +++ b/sdks/python/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - aaltay + - charlesccychen diff --git a/sdks/python/apache_beam/coders/OWNERS b/sdks/python/apache_beam/coders/OWNERS new file mode 100644 index 000000000000..207b624ab80b --- /dev/null +++ b/sdks/python/apache_beam/coders/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - charlesccychen diff --git a/sdks/python/apache_beam/examples/OWNERS b/sdks/python/apache_beam/examples/OWNERS new file mode 100644 index 000000000000..7dce27abe126 --- /dev/null +++ b/sdks/python/apache_beam/examples/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - aaltay + - charlesccychen diff --git a/sdks/python/apache_beam/internal/OWNERS b/sdks/python/apache_beam/internal/OWNERS new file mode 100644 index 000000000000..7dce27abe126 --- /dev/null +++ b/sdks/python/apache_beam/internal/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - aaltay + - charlesccychen diff --git a/sdks/python/apache_beam/io/OWNERS b/sdks/python/apache_beam/io/OWNERS new file mode 100644 index 000000000000..3f9471bf7217 --- /dev/null +++ b/sdks/python/apache_beam/io/OWNERS @@ -0,0 +1,6 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - chamikaramj + - aaltay + - udim diff --git a/sdks/python/apache_beam/metrics/OWNERS b/sdks/python/apache_beam/metrics/OWNERS new file mode 100644 index 000000000000..f951b044bbca --- /dev/null +++ b/sdks/python/apache_beam/metrics/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - pabloem + - aaltay diff --git a/sdks/python/apache_beam/options/OWNERS b/sdks/python/apache_beam/options/OWNERS new file mode 100644 index 000000000000..1a1f0f0d3e72 --- /dev/null +++ b/sdks/python/apache_beam/options/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - pabloem + - charlesccychen diff --git a/sdks/python/apache_beam/portability/OWNERS b/sdks/python/apache_beam/portability/OWNERS new file mode 100644 index 000000000000..dc488208007a --- /dev/null +++ b/sdks/python/apache_beam/portability/OWNERS @@ -0,0 +1,6 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - charlesccychen + - robertwb + - aaltay diff --git a/sdks/python/apache_beam/runners/OWNERS b/sdks/python/apache_beam/runners/OWNERS new file mode 100644 index 000000000000..1a1f0f0d3e72 --- /dev/null +++ b/sdks/python/apache_beam/runners/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - pabloem + - charlesccychen diff --git a/sdks/python/apache_beam/testing/OWNERS b/sdks/python/apache_beam/testing/OWNERS new file mode 100644 index 000000000000..f951b044bbca --- /dev/null +++ b/sdks/python/apache_beam/testing/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - pabloem + - aaltay diff --git a/sdks/python/apache_beam/tools/OWNERS b/sdks/python/apache_beam/tools/OWNERS new file mode 100644 index 000000000000..1a1f0f0d3e72 --- /dev/null +++ b/sdks/python/apache_beam/tools/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - pabloem + - charlesccychen diff --git a/sdks/python/apache_beam/transforms/OWNERS b/sdks/python/apache_beam/transforms/OWNERS new file mode 100644 index 000000000000..20b39cbdd96b --- /dev/null +++ b/sdks/python/apache_beam/transforms/OWNERS @@ -0,0 +1,6 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - pabloem + - aaltay + - charlesccychen diff --git a/sdks/python/apache_beam/typehints/OWNERS b/sdks/python/apache_beam/typehints/OWNERS new file mode 100644 index 000000000000..207b624ab80b --- /dev/null +++ b/sdks/python/apache_beam/typehints/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - charlesccychen diff --git a/sdks/python/apache_beam/utils/OWNERS b/sdks/python/apache_beam/utils/OWNERS new file mode 100644 index 000000000000..1a1f0f0d3e72 --- /dev/null +++ b/sdks/python/apache_beam/utils/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - pabloem + - charlesccychen diff --git a/sdks/python/container/OWNERS b/sdks/python/container/OWNERS new file mode 100644 index 000000000000..9b01cf1e5705 --- /dev/null +++ b/sdks/python/container/OWNERS @@ -0,0 +1,6 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - herohde + - aaltay + - charlesccychen diff --git a/sdks/python/scripts/OWNERS b/sdks/python/scripts/OWNERS new file mode 100644 index 000000000000..3a2b3498379e --- /dev/null +++ b/sdks/python/scripts/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - aaltay diff --git a/website/OWNERS b/website/OWNERS new file mode 100644 index 000000000000..d056e03ebea3 --- /dev/null +++ b/website/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://s.apache.org/beam-owners + +reviewers: + - melap + - timrobertson100