Commit Graph

10 Commits

Author SHA1 Message Date
Mehrdad Afshari 87cd994b04 Upgrade yapf to 0.20.0
Upgrade yapf version to 0.20.0 and reformat Python files.
2018-01-02 14:40:00 -08:00
ncteisen 5f8bf79bbf yapf tools 2017-12-11 18:10:00 -08:00
Craig Tiller 8a08400af2 Fix spam 2017-07-14 14:49:09 -07:00
Craig Tiller 98240d07b4 Fix another merging bug in mkowners 2017-07-14 14:16:01 -07:00
Craig Tiller 92a85558bc Fix argument ordering 2017-07-14 11:36:09 -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 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 22d9516434 Use ** for OWNERS files for trees 2017-07-13 10:02:30 -07:00
Craig Tiller 80a87ea820 Fix copyrights 2017-07-13 09:11:06 -07:00
Craig Tiller e476f7d33f Strawman OWNERS --> CODEOWNERS script 2017-07-13 08:52:00 -07:00