1. 40bdce5 pre-upload: fix typo by Tom Hughes · 3 years, 8 months ago
  2. f6a2977 unittests: switch to Python 3 stdlib mock by Mike Frysinger · 3 years, 9 months ago
  3. 180ecd6 pre-upload: support options for default enabled flags [reland] by Mike Frysinger · 3 years, 9 months ago
  4. 0f4cd7b Revert "pre-upload: support options for default enabled flags" by David Burger · 3 years, 9 months ago
  5. 04e1fc5 pre-upload: support options for default enabled flags by Mike Frysinger · 3 years, 9 months ago
  6. 8e26f74 Add blocked keywords pre-upload test by Bernie Thompson · 3 years, 10 months ago
  7. 0299a2b pre-upload: Add virtual package versions for private chip/baseboard by Julius Werner · 3 years, 9 months ago
  8. 291d860 pre-upload: Allow exec_files check to be disabled by Julius Werner · 3 years, 9 months ago
  9. c638ddc Add repohook to check ebuild license/copyright by Dexter Rivera · 3 years, 9 months ago
  10. 5dda600 fix OWNERS path by Mike Frysinger · 3 years, 9 months ago
  11. 38f7b2c Add a repohook to check source headers by Dexter Rivera · 3 years, 9 months ago
  12. 5a905ea pre-upload: Add option for presubmit config file by Sonny Sasaka · 3 years, 10 months ago
  13. 4c1ef03 Update bug field repohook by Dexter Rivera · 3 years, 9 months ago
  14. 6ab73fd pre-upload.py: Add hook to run cargo clippy by Keiichi Watanabe · 3 years, 10 months ago
  15. 1da56d5 pre-upload.py: Use 2018 edition for rustfmt by Chirantan Ekbote · 3 years, 10 months ago
  16. 4cee050 pre-upload.py: support per-project checkpatch.pl by Brian Norris · 3 years, 11 months ago
  17. 27b5428 pre-upload: disallow gyp everywhere by Mike Frysinger · 3 years, 11 months ago
  18. 85848e5 pre-upload: Allow projects to ignore SoB altogether by Drew Davenport · 4 years, 4 months ago
  19. c6114f4 pre-upload: eapi: recommend people move to EAPI=7 by Mike Frysinger · 4 years ago
  20. f896194 pre-upload: long lines: handle Python & Rust better by Mike Frysinger · 4 years ago
  21. 69d3e18 pre-upload.py: --pre-submit has no description by LaMont Jones · 4 years, 2 months ago
  22. fb5e8bf pre-upload: Cq-Include-Trybots is valid in footer. by LaMont Jones · 4 years, 2 months ago
  23. ff4768e require Python 3.6+ by Mike Frysinger · 4 years, 2 months ago
  24. 775c2b3 pre-upload: Also exclude OWNERS.* from license check by LaMont Jones · 4 years, 3 months ago
  25. 872fe76 pre-upload: allow gofmt_check to be overridden by LaMont Jones · 4 years, 3 months ago
  26. b707c52 pre-upload: Check no BUG line after TEST line. by Cheng Yueh · 4 years, 4 months ago
  27. 380592f pre-upload: fix fallback hook loading with some configs by Mike Frysinger · 4 years, 3 months ago
  28. 237f3ef Allow Cq-Cl-Tag to follow Change-Id. by LaMont Jones · 4 years, 4 months ago
  29. 5aae3f7 repohooks: allow java file to contain 100 chars by Ayato Tokubi · 4 years, 4 months ago
  30. d0c5c8b pre-upload: migrate away from combine_stdout_stderr by Mike Frysinger · 4 years, 5 months ago
  31. ed1b95a pre-upload: overhaul commit progress output by Mike Frysinger · 4 years, 5 months ago
  32. ed9b2a0 pre-upload: link to commit message documentation more by Mike Frysinger · 4 years, 5 months ago
  33. 550c05c pre-upload: drop support for COMMIT-QUEUE.ini by Mike Frysinger · 4 years, 5 months ago
  34. f252cfc drop python 2 support by Mike Frysinger · 4 years, 5 months ago
  35. e39d0cd pre-upload: reject CQ-DEPEND lines by Mike Frysinger · 4 years, 5 months ago
  36. 6d28b59 pre-upload: remove Legacy-Commit-Queue references by Sean Abraham · 4 years, 6 months ago
  37. 054c159 pre-upload: one more RunCommand->run change by Mike Frysinger · 4 years, 6 months ago
  38. 9ab64b1 pre-upload: reject Signed-off-by tags by default by Mike Frysinger · 4 years, 6 months ago
  39. 45334bd pre-upload: reject BRANCH tags by default by Mike Frysinger · 4 years, 6 months ago
  40. 4efdee7 pre-upload: get the raw commit message by Mike Frysinger · 4 years, 6 months ago
  41. 7bb709f migrate cros_build_lib.run APIs by Mike Frysinger · 4 years, 7 months ago
  42. 3cbb8dd pre-upload: Do not ignore errors in PRESUBMIT.cfg. by Shuhei Takahashi · 4 years, 6 months ago
  43. 7e11517 run unittests through py2 & py3 by Mike Frysinger · 4 years, 7 months ago
  44. 4f99440 switch shebangs to python3 by Mike Frysinger · 4 years, 8 months ago
  45. 960129a cros_build_lib.run: rename stdout_to_pipe=True to redirect_stdout=True by Mike Frysinger · 4 years, 7 months ago
  46. aa7dc94 pre-upload: convert command inputs to bytes by Mike Frysinger · 4 years, 7 months ago
  47. 653cd26 pre-upload: tweak sys.path patching style a bit by Mike Frysinger · 4 years, 8 months ago
  48. 8cf8081 clean up inconsistent-return-statements warnings by Mike Frysinger · 4 years, 8 months ago
  49. f1ee2bf move away from Exception.message by Mike Frysinger · 4 years, 8 months ago
  50. e52b1bc lint: clean up len-as-condition warnings by Mike Frysinger · 4 years, 8 months ago
  51. 8a4e894 unittests: change self.assertEquals to self.assertEqual by Mike Frysinger · 4 years, 8 months ago
  52. fd481ce disable wrong-import-position for chromite imports by Mike Frysinger · 4 years, 8 months ago
  53. 919c703 pre-upload: check for builtins module too by Mike Frysinger · 4 years, 8 months ago
  54. 71e643e pre-upload: overhaul how we handle UTF-8 from commands by Mike Frysinger · 4 years, 8 months ago
  55. 526a5f8 pre-upload: simplify _run_command by Mike Frysinger · 4 years, 8 months ago
  56. 13302d4 pre-upload: switch to io.StringIO by Mike Frysinger · 4 years, 8 months ago
  57. 7bfc89f pre-upload: import configparser from six.moves by Mike Frysinger · 4 years, 8 months ago
  58. eb806d8 pre-upload: fix output of hook indexes by Ben Chan · 4 years, 8 months ago
  59. b249665 pre-upload: cache repeated git operations by Mike Frysinger · 4 years, 8 months ago
  60. e300c7d pre-upload: skip merge commits by Mike Frysinger · 4 years, 8 months ago
  61. e85b006 unittests: mock out rustfmt by Mike Frysinger · 4 years, 9 months ago
  62. ce1cb1b pre-upload: check rust formatting with rustfmt by Fletcher Woodruff · 4 years, 9 months ago
  63. b99b377 pre-upload: add hook count to status output by Mike Frysinger · 4 years, 9 months ago
  64. 24dd3c5 clean up lint warnings by Mike Frysinger · 4 years, 9 months ago
  65. abb8f91 README.md: convert to markdown & migrate from dev.chromium.org by Mike Frysinger · 4 years, 9 months ago
  66. bb34a22 pre-upload: rewrite tag logic to avoid filter() by Mike Frysinger · 4 years, 9 months ago
  67. 56e8de0 fix some Python 3 linting issues by Mike Frysinger · 4 years, 9 months ago
  68. 1365040 pre-upload: ignore generated Go protobuf bindings by Mike Frysinger · 4 years, 9 months ago
  69. 8edbf64 Presubmit OEM check by Jack Neus · 4 years, 10 months ago
  70. f9f79eb pre-upload: silence some OWNERS line length complaints by George Burgess IV · 4 years, 10 months ago
  71. 7e880ac Check added files have current year in license header by Keigo Oka · 4 years, 10 months ago
  72. 9732e38 Check license header for .go files. by Keigo Oka · 4 years, 10 months ago
  73. acfb18a set OWNERS to build team by Mike Frysinger · 5 years ago
  74. 150a6fd Update repohook check about gyp by Keigo Oka · 5 years ago
  75. dd90882 Remove unnecessary pylint disable by Keigo Oka · 5 years ago
  76. b8c7d7d pre-upload.py: enforce cq-depend/change-id positions by Luigi Semenzato · 5 years ago
  77. 299e322 Fix repohooks Cq-Depend error message by Jason D. Clinton · 5 years ago
  78. 4a09bd9 Add presubmit hook for new GYP files. by Keigo Oka · 5 years ago
  79. 7b63c8e pre-upload: Exclude top-level OWNERS files from license check by Chris McDonald · 5 years ago
  80. 29ae950 Revert "pre-upload: add cargo_fmt_check presubmit hook" by Daniel Verkamp · 5 years ago
  81. abaf3d0 pre-upload: remove unused input for clang-format by Shik Chen · 5 years ago
  82. df02d59 clang-format: update buildtools path by Mike Frysinger · 5 years ago
  83. 619c091 pre-upload: Exclude generated python protobuf files by Alex Klein · 5 years ago
  84. 76942b8 checkpatch: allow reporting C99 style comments by Vadim Bendebury · 5 years ago
  85. 3b05363 pre-upload: Check if GN files are non-executable. by Tatsuhisa Yamaguchi · 5 years ago
  86. 0c62a14 pre-upload: fix a few style/compatibility issues by Brian Norris · 5 years ago
  87. 23c62e9 pre-upload: add 'kerneldoc_check' presubmit by Brian Norris · 5 years ago
  88. a66f576 pre-upload: add cargo_fmt_check presubmit hook by Daniel Verkamp · 5 years ago
  89. 68838dd pre-upload: don't require a particular comment style for license by Brian Norris · 6 years ago
  90. 15d13ab Add error message to presubmit failure by Josh Pratt · 6 years ago
  91. b595352 Adding overlay master searching to license functionality. by Alex Klein · 6 years ago
  92. 4ca3792 pre-upload: Add a check for FilePath::FromUTF8Unsafe stuff by Satoru Takabayashi · 6 years ago
  93. 15d17a5 pre-upload: Add a check for FilePath::CharType stuff by Satoru Takabayashi · 6 years ago
  94. b43df7f pre-upload: Update numbers for virtual overrides by Douglas Anderson · 6 years ago
  95. 47bd125 make project_prefix_check available to all repos by Mike Frysinger · 6 years ago
  96. bb06fc9 checkpatch.pl: Update to latest from v4.17 by Kuo-Hsin Yang · 6 years ago
  97. 3f677b9 pre-upload: Don't enforce 80 chars for include guards by Maksim Ivanov · 6 years ago
  98. 908be68 pre-upload: fix json lint to read files from the commit by Mike Frysinger · 6 years ago
  99. 6850d51 pre-upload: fix running with upstream repo checkout by Mike Frysinger · 6 years ago
  100. dce4d05 fix submit strategy by Kuang-che Wu · 6 years ago