aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/mkowners
Commit message (Collapse)AuthorAge
* Upgrade yapf to 0.20.0Gravatar Mehrdad Afshari2018-01-02
| | | | Upgrade yapf version to 0.20.0 and reformat Python files.
* yapf toolsGravatar ncteisen2017-12-11
|
* Fix spamGravatar Craig Tiller2017-07-14
|
* Fix another merging bug in mkownersGravatar Craig Tiller2017-07-14
|
* Fix argument orderingGravatar Craig Tiller2017-07-14
|
* Change from intersection to supersets for glob comparisonsGravatar Craig Tiller2017-07-14
| | | | | | | | | | 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)
* Few fixes for mkowners.py.Gravatar Nicolas Noble2017-07-13
| | | | | | -) 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.
* Use ** for OWNERS files for treesGravatar Craig Tiller2017-07-13
|
* Fix copyrightsGravatar Craig Tiller2017-07-13
|
* Strawman OWNERS --> CODEOWNERS scriptGravatar Craig Tiller2017-07-13