Commit Graph

45 Commits

Author SHA1 Message Date
Craig Tiller abcd371740
[transport] Update owners (#32892)
<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->
2023-04-18 20:00:27 -07:00
Nicolas Noble a285704aaf
bG6b3V2MNxQ (#30021) 2022-06-21 08:00:32 -07:00
Mark D. Roth 8616cb1f60
resolver: cc me on all PRs (#29528) 2022-04-29 12:57:35 -07:00
Craig Tiller 1e1cc6625f
Remove myself from all owners files (#29529) 2022-04-29 12:32:16 -07:00
Craig Tiller 3c0590d4f8
Update a few owners files (#26854)
* Update owners

* Update owners
2021-08-02 21:50:38 -07:00
Mark D. Roth 8164e9188a Add OWNERS for xDS code 2020-09-24 17:08:31 -07:00
Mark D. Roth 80c69d8277 Remove unnecessary owners in client_channel tree. 2019-11-15 07:15:50 -08:00
Richard Belleville 6c0acf7330 Swap a11r with veblush. 2019-08-12 12:20:20 -07:00
Richard Belleville fd2122c6e3 Add gnossen and remove vjpai as bazel/** owner. 2019-08-12 10:57:37 -07:00
ncteisen 440f734d59 Remove owners for tools/run_tests/performance 2019-02-06 07:39:22 -08:00
Jan Tattermusch 41df33e456 update owner for client_channel 2018-10-10 13:32:47 +02:00
Jan Tattermusch cfb4fe8db2 regenerate CODEOWNERS 2018-10-09 16:26:24 +02:00
Jan Tattermusch e08fa33796 regenerate CODEOWNERS 2018-08-10 19:44:06 +02:00
Mark D. Roth ada9283516 Replace a11r with AspirinSJL in client_channel OWNERS file. 2018-04-12 08:11:43 -07:00
Jan Tattermusch 554cef9a41
Revert "Add owners file for tools/run_tests/" 2018-04-11 21:36:31 +02:00
Jan Tattermusch 996b2328d4 add owners file for tools/run_tests/ 2018-04-11 15:43:53 +02:00
Yuchen Zeng 8c259b1a62 Remove C++ end2end test owners 2018-02-20 12:42:30 -08:00
Vijay Pai 811d39a5bc Add owners to C++ end2end tests to prevent accident API breakage 2018-02-06 21:41:24 -08:00
Vijay Pai d8e292f198 Removing ctiller as owner 2018-02-02 13:55:32 -08:00
Jan Tattermusch 246a433f8c regenerate CODEOWNERS 2018-01-30 10:25:03 +01:00
Vijay Pai 294e996a8d Add me to build system owners 2018-01-11 11:45:48 -08:00
Craig Tiller c052f363bf Substitute a11r for ctiller in all OWNERS files 2018-01-10 14:39:52 -08:00
ncteisen e1a00b3457 Add OWNERS to protect scenario_result_schema.json 2017-12-12 11:18:01 -08:00
Vijay Pai b8e5562600 Revert "Temporarily take ownership of cpp generator to prevent changes" 2017-09-21 23:22:39 -07:00
Vijay Pai 0ebc3ad22b Temporarily take ownership of cpp generator to prevent changes 2017-09-11 11:29:59 -07:00
Mark D. Roth e395dfbcad Set owners for client_channel tree. 2017-07-17 11:09:17 -07:00
Craig Tiller d996379030 Reset OWNERS state 2017-07-17 10:54:07 -07:00
Craig Tiller 6aef3de966 Experiment: remove top level owners 2017-07-17 10:38:21 -07:00
Craig Tiller 98240d07b4 Fix another merging bug in mkowners 2017-07-14 14:16:01 -07:00
Muxi Yan 744597aa82 Merge 'upstream/master' 2017-07-14 13:46:31 -07:00
Muxi Yan 000bb685a8 mkowners 2017-07-14 13:44:56 -07:00
Craig Tiller ee0c71eb1d Merge pull request #11826 from ctiller/siblings
Change from intersection to supersets for glob comparisons
2017-07-14 13:33:47 -07:00
Craig Tiller 7976bdd09b Change from intersection to supersets for glob comparisons
This has the disadvantage that we can only use the current tree to
collect evidence of overlap -- this means that it's possible for file
addition or deletion to force a CODEOWNERS update.

HOWEVER, it has the advantage that it's correct and propagates ownership
in the way that we want (alleviating murgatroid@ from having to approve
every additional file in the repository)
2017-07-14 11:30:14 -07:00
Nicolas "Pixel" Noble 46569f238c Adding a few owners for /src/python/grpcio/grpc_core_dependencies.py 2017-07-14 17:41:47 +02:00
Craig Tiller f2e4a472a9 Merge pull request #11812 from ctiller/noparents
Detach ownership of core/c++
2017-07-14 08:38:09 -07:00
Mehrdad Afshari e48bff9ba0 Merge pull request #11811 from mehrdada/pythOWNership
Python OWNERship
2017-07-13 18:45:18 -07:00
Mehrdad Afshari f20a345ca5 Regenerate CODEOWNERS 2017-07-13 16:19:47 -07:00
Craig Tiller 41690d1ad8 Detach ownership of core/c++ 2017-07-13 16:16:13 -07:00
Craig Tiller 5e47758d53 Make @vjpai an owner of qps_test 2017-07-13 16:09:47 -07:00
murgatroid99 b5984601b8 Add myself as owner of files in several directories 2017-07-13 14:00:19 -07:00
Nicolas Noble eb020ce29d Few fixes for mkowners.py.
-) Paths should all be absolute to /
-) Computing the intersection of two globs should happen with the
full path in there, not just the directory's glob.
2017-07-13 13:20:13 -07:00
Craig Tiller e4985cbbb7 Add test tree owners for C/C++ 2017-07-13 10:11:42 -07:00
Craig Tiller 22d9516434 Use ** for OWNERS files for trees 2017-07-13 10:02:30 -07:00
Craig Tiller 7e813a2bc4 Remove bazel warning (we have owners now), set noparent on bazel/OWNERS 2017-07-13 08:58:49 -07:00
Craig Tiller e476f7d33f Strawman OWNERS --> CODEOWNERS script 2017-07-13 08:52:00 -07:00