1. aeab601 Fix LICENSE file check for license header by Rayan Dasoriya · 2 years, 10 months ago release-R93
  2. 93c0b1d Enable blocked terms presubmit check globally by default by Bernie Thompson · 2 years, 11 months ago
  3. 0e8189a pre-upload: summarize all license errors by Mike Frysinger · 2 years, 11 months ago
  4. b2e6082 Ignore patches that appear to be upstream in blocked terms check by Bernie Thompson · 3 years ago
  5. e2402c2 pre-upload: allow rust to have special virtual versions by George Burgess IV · 3 years ago
  6. 00c74ba pre-upload: Use Test: when using Bug: by Allen Webb · 3 years ago
  7. a4565d0 Fix path to portage-stable repo by Dexter Rivera · 3 years ago
  8. bbc949c Fix broken unit test in repohooks by Dexter Rivera · 3 years ago
  9. 1c05e5f cleanup python 2/3 compat code by Mike Frysinger · 3 years, 1 month ago
  10. b9e15ab pre-upload: Use relative file paths for _check_no_long_lines() by Youkichi Hosoi · 3 years, 1 month ago
  11. 062a0a9 pre-upload: Read unblocked_terms.txt from project sub-directory by Daisuke Nojiri · 3 years, 2 months ago
  12. 66a401e Add comments with example terms for blocked_terms.txt by Bernie Thompson · 3 years, 2 months ago
  13. d245182 pre-upload: reject use of "fixup!" & "squash!" in commit messages by Mike Frysinger · 3 years, 2 months ago
  14. eb6b60d pre-upload: do not lint srcuris files by Mike Frysinger · 3 years, 3 months ago
  15. d9ed85f pre-upload: allow top-level owners in board overlays by Mike Frysinger · 3 years, 3 months ago
  16. c1bd878 pre-upload: assert virtuals use metapackage by Sergey Frolov · 3 years, 3 months ago
  17. ff916c6 pre-upload: drop _PROJECT_SPECIFIC_HOOKS by Mike Frysinger · 3 years, 4 months ago
  18. a5c2a5b add a knob for kernel splitconfig checks by Mike Frysinger · 3 years, 4 months ago
  19. 24a75b6 pre-upload.py: also check .rules files by Harry Cutts · 3 years, 5 months ago
  20. b04778f pre-upload: require OWNERS in new packages by Mike Frysinger · 3 years, 5 months ago
  21. 78dbc24 pre-upload: do not require revbump for OWNERS & README.md by Mike Frysinger · 3 years, 5 months ago
  22. d1bb0eb README: Revise blocked_terms explanation to reflect change by Daisuke Nojiri · 3 years, 6 months ago
  23. 6ee76b8 pre-upload: reject -r0 ebuilds by Mike Frysinger · 3 years, 5 months ago
  24. 9ba001a pre-upload: fix running in a worktree by Mike Frysinger · 3 years, 5 months ago
  25. 13abd4c unittest: remove redundant chdir by Mike Frysinger · 3 years, 5 months ago
  26. 625fbeb pre-submit: Fix comments from crrev/c/2526651. by Laurent Chavey · 3 years, 6 months ago
  27. bcba2b0 Add checks for RELEASE_NOTE and cos-patch trailer. by Vaibhav Rustagi · 3 years, 6 months ago release-R89
  28. 48b7ef3 pre-submit: Add test for 'sanity' blocking regex. by Laurent Chavey · 3 years, 6 months ago
  29. 90b7bd4 pre-upload.py: Ignore license check for DIR_METADATA files by Tom Hughes · 3 years, 6 months ago
  30. b0fa56f Use dynamic length in blocked_terms_unittest by Bernie Thompson · 3 years, 6 months ago
  31. 2baad9e Adjust sane blocked term regex by Bernie Thompson · 3 years, 6 months ago
  32. 495976a Add check for whitelist regex term by Bernie Thompson · 3 years, 6 months ago
  33. bb3debd pre-submit: Modify 'sane' blocking regex by Laurent Chavey · 3 years, 6 months ago
  34. 47eeccc pre-submit: Modify 'mitm' blocking regex by Laurent Chavey · 3 years, 6 months ago
  35. 6bf5ea8 pre-upload: Skip revbump check for profiles paths by Stephen Boyd · 3 years, 6 months ago
  36. 686def7 Remove old references to chromiumos/ in repohooks by Dexter Rivera · 3 years, 7 months ago
  37. c627874 Restrict some blocked terms to word boundaries by Bob Haarman · 3 years, 7 months ago
  38. 434af9a pre-submit: Increase support for superseding unblocking regex by Laurent Chavey · 3 years, 7 months ago
  39. 0dc1f94 pre-upload: inclusive wording in pre-upload.py and its unittest by Bob Haarman · 3 years, 7 months ago
  40. 1ed799d pre-upload_unittest: Add tests for clang_format checks by Tom Hughes · 3 years, 7 months ago
  41. bd8faf6 pre-upload: Bypass checkpatch for UPSTREAM and FROMGIT cherry picks by Tomasz Figa · 3 years, 7 months ago
  42. e3e4736 pre-upload: Separate paths from revisions with '--' by Yu-Ping Wu · 3 years, 7 months ago
  43. 375b962 pre-upload: Add missing r prefixes for regular expression strings by Tomasz Figa · 3 years, 7 months ago
  44. e868168 Change /\bnative\b/ to /\bnative/ in {,un}blocked_terms.txt by Bob Haarman · 3 years, 7 months ago
  45. c6dad5a Adjust {,un}blocked_terms.txt to avoid matching "alternative" by Bob Haarman · 3 years, 7 months ago
  46. 5bf0de8 Adjust blocked_terms and unblocked_terms lists by Bernie Thompson · 3 years, 8 months ago
  47. b9de46b pre-submit: Unlink unblocked_terms.txt by Daisuke Nojiri · 3 years, 8 months ago
  48. 71c9c78 pre-submit: Add reference to search_blocked_words.sh by Daisuke Nojiri · 3 years, 8 months ago
  49. 6140f57 keyword_check: scan markdown files too by Mike Frysinger · 3 years, 8 months ago
  50. 2089e01 pre-submit: Populate blocked_terms.txt by Daisuke Nojiri · 3 years, 8 months ago
  51. 4e36292 Enable blocked terms test to unblock multiple terms by Bernie Thompson · 3 years, 8 months ago
  52. 621b4e4 Update COS license regex by Robert Kolchmeyer · 3 years, 8 months ago
  53. 40bdce5 pre-upload: fix typo by Tom Hughes · 3 years, 8 months ago
  54. f6a2977 unittests: switch to Python 3 stdlib mock by Mike Frysinger · 3 years, 8 months ago
  55. 180ecd6 pre-upload: support options for default enabled flags [reland] by Mike Frysinger · 3 years, 8 months ago
  56. 0f4cd7b Revert "pre-upload: support options for default enabled flags" by David Burger · 3 years, 8 months ago
  57. 04e1fc5 pre-upload: support options for default enabled flags by Mike Frysinger · 3 years, 8 months ago
  58. 8e26f74 Add blocked keywords pre-upload test by Bernie Thompson · 3 years, 9 months ago
  59. 0299a2b pre-upload: Add virtual package versions for private chip/baseboard by Julius Werner · 3 years, 9 months ago
  60. 291d860 pre-upload: Allow exec_files check to be disabled by Julius Werner · 3 years, 9 months ago
  61. c638ddc Add repohook to check ebuild license/copyright by Dexter Rivera · 3 years, 9 months ago
  62. 5dda600 fix OWNERS path by Mike Frysinger · 3 years, 9 months ago
  63. 38f7b2c Add a repohook to check source headers by Dexter Rivera · 3 years, 9 months ago
  64. 5a905ea pre-upload: Add option for presubmit config file by Sonny Sasaka · 3 years, 9 months ago
  65. 4c1ef03 Update bug field repohook by Dexter Rivera · 3 years, 9 months ago
  66. 6ab73fd pre-upload.py: Add hook to run cargo clippy by Keiichi Watanabe · 3 years, 10 months ago
  67. 1da56d5 pre-upload.py: Use 2018 edition for rustfmt by Chirantan Ekbote · 3 years, 10 months ago
  68. 4cee050 pre-upload.py: support per-project checkpatch.pl by Brian Norris · 3 years, 11 months ago
  69. 27b5428 pre-upload: disallow gyp everywhere by Mike Frysinger · 3 years, 10 months ago
  70. 85848e5 pre-upload: Allow projects to ignore SoB altogether by Drew Davenport · 4 years, 3 months ago
  71. c6114f4 pre-upload: eapi: recommend people move to EAPI=7 by Mike Frysinger · 4 years ago
  72. f896194 pre-upload: long lines: handle Python & Rust better by Mike Frysinger · 4 years ago
  73. 69d3e18 pre-upload.py: --pre-submit has no description by LaMont Jones · 4 years, 2 months ago
  74. fb5e8bf pre-upload: Cq-Include-Trybots is valid in footer. by LaMont Jones · 4 years, 2 months ago
  75. ff4768e require Python 3.6+ by Mike Frysinger · 4 years, 2 months ago
  76. 775c2b3 pre-upload: Also exclude OWNERS.* from license check by LaMont Jones · 4 years, 2 months ago
  77. 872fe76 pre-upload: allow gofmt_check to be overridden by LaMont Jones · 4 years, 3 months ago
  78. b707c52 pre-upload: Check no BUG line after TEST line. by Cheng Yueh · 4 years, 4 months ago
  79. 380592f pre-upload: fix fallback hook loading with some configs by Mike Frysinger · 4 years, 3 months ago
  80. 237f3ef Allow Cq-Cl-Tag to follow Change-Id. by LaMont Jones · 4 years, 3 months ago
  81. 5aae3f7 repohooks: allow java file to contain 100 chars by Ayato Tokubi · 4 years, 3 months ago
  82. d0c5c8b pre-upload: migrate away from combine_stdout_stderr by Mike Frysinger · 4 years, 4 months ago
  83. ed1b95a pre-upload: overhaul commit progress output by Mike Frysinger · 4 years, 5 months ago
  84. ed9b2a0 pre-upload: link to commit message documentation more by Mike Frysinger · 4 years, 5 months ago
  85. 550c05c pre-upload: drop support for COMMIT-QUEUE.ini by Mike Frysinger · 4 years, 5 months ago
  86. f252cfc drop python 2 support by Mike Frysinger · 4 years, 5 months ago
  87. e39d0cd pre-upload: reject CQ-DEPEND lines by Mike Frysinger · 4 years, 5 months ago
  88. 6d28b59 pre-upload: remove Legacy-Commit-Queue references by Sean Abraham · 4 years, 5 months ago
  89. 054c159 pre-upload: one more RunCommand->run change by Mike Frysinger · 4 years, 5 months ago
  90. 9ab64b1 pre-upload: reject Signed-off-by tags by default by Mike Frysinger · 4 years, 6 months ago
  91. 45334bd pre-upload: reject BRANCH tags by default by Mike Frysinger · 4 years, 6 months ago
  92. 4efdee7 pre-upload: get the raw commit message by Mike Frysinger · 4 years, 6 months ago
  93. 7bb709f migrate cros_build_lib.run APIs by Mike Frysinger · 4 years, 7 months ago
  94. 3cbb8dd pre-upload: Do not ignore errors in PRESUBMIT.cfg. by Shuhei Takahashi · 4 years, 6 months ago
  95. 7e11517 run unittests through py2 & py3 by Mike Frysinger · 4 years, 6 months ago
  96. 4f99440 switch shebangs to python3 by Mike Frysinger · 4 years, 8 months ago
  97. 960129a cros_build_lib.run: rename stdout_to_pipe=True to redirect_stdout=True by Mike Frysinger · 4 years, 7 months ago
  98. aa7dc94 pre-upload: convert command inputs to bytes by Mike Frysinger · 4 years, 7 months ago
  99. 653cd26 pre-upload: tweak sys.path patching style a bit by Mike Frysinger · 4 years, 7 months ago
  100. 8cf8081 clean up inconsistent-return-statements warnings by Mike Frysinger · 4 years, 7 months ago