1. 992baf3 Remove redundant dependency to commons-io by Matthias Sohn · 3 months ago master
  2. 8dcdc91 Update org.overviewproject:mime-types to 2.0.0 by Matthias Sohn · 8 months ago
  3. 0d27d00 Add missing juniversalchardet dependency of the mime-type library by Matthias Sohn · 3 months ago
  4. d6a2568 Use MoreFiles.deleteRecursively with option ALLOW_INSECURE by Matthias Sohn · 10 months ago
  5. 4939b41 Auto-format source code using gjf 1.24.0 by Matthias Sohn · 10 months ago
  6. 93caf91 Merge branch 'stable-3.8' by Daniele Sassoli · 10 months ago
  7. 19ea045 Initialize DuplicatePathnameValidator with full project hierarchy config by Daniele Sassoli · 11 months ago stable-3.8
  8. 51d6eb5 Initialize DuplicatePathnameValidator with full project hierarchy config by Daniele Sassoli · 11 months ago
  9. 19efc6c Adapt to change in Gerrit core by Edwin Kempin · 11 months ago
  10. c849db8 Use Guava's `MoreFiles` for recursive deletion. by Éamonn McManus · 1 year, 2 months ago stable-3.10 stable-3.11 stable-3.9
  11. 58f203a Migrate from the deprecated Charsets to StandardCharsets by Edwin Kempin · 1 year, 5 months ago
  12. 81b06d2 Adjust plugin code after gerrit changes by Dmitrii Filippov · 1 year, 10 months ago
  13. d83c408 Fix UploadValidatorIT by Nitzan Gur-Furman · 2 years, 7 months ago
  14. 829830a ChangeEmailValidator: add integration test to validate functionality by Matthias Maennich · 2 years, 9 months ago stable-3.6 stable-3.7
  15. c8b75fa Disambiguate names of email pattern config options by Matthias Sohn · 2 years, 9 months ago
  16. 11e5ec3 ChangeEmailValidator: add more sophisticated test cases by Matthias Maennich · 2 years, 10 months ago
  17. 5348a4f email validator: add options to reject upload based on email patterns by Matthias Maennich · 2 years, 10 months ago
  18. 5917018 ChangeEmailValidator: rename performValidation method by Matthias Maennich · 2 years, 10 months ago
  19. 7bf50a9 Replace calls to FileUtils.touch with calls to similar methods. by Edwin Kempin · 3 years, 6 months ago
  20. 58c6b64 Add a warning log on BlockedKeyword validation exceptions by Marija Savtchouk · 3 years, 8 months ago
  21. 25d2fc0 Replacing old slf4j loggers with FluentLogger by Wendy Wang · 3 years, 11 months ago
  22. 58d4149 Adapt to using Instant for timestamps in groups by Edwin Kempin · 4 years ago
  23. 406f934 Adapt to Gerrit core that changed the type of timestamp fields to Instant by Edwin Kempin · 4 years ago
  24. 3083b23 Add comment to explain semantics of file content validation by Joerg Zieren · 4 years, 2 months ago
  25. 2e1d86e Adapt to changes in gerrit core by Youssef Elghareeb · 4 years, 2 months ago
  26. e2c24a4 Fix NPE in uploadvalidator by Youssef Elghareeb · 4 years, 3 months ago
  27. 10bdfbd Migrate upload validator to use new diff cache by Youssef Elghareeb · 4 years, 4 months ago
  28. 6cf7f47 Merge branch 'stable-3.3' by Nguyen Tuan Khang Phan · 4 years, 4 months ago
  29. a2d365d Merge branch 'stable-3.2' into stable-3.3 by Nguyen Tuan Khang Phan · 4 years, 4 months ago
  30. f5f3ec2 Merge branch 'stable-3.1' into stable-3.2 by Nguyen Tuan Khang Phan · 4 years, 5 months ago stable-3.2
  31. ee5f986 Merge branch 'stable-3.0' into stable-3.1 by Mark Bekhet · 4 years, 5 months ago stable-3.1
  32. 8126391 Merge branch 'stable-2.16' into stable-3.0 by Mark Bekhet · 4 years, 5 months ago stable-3.0
  33. 996513a ContentTypeUtil: Add singleton scope by Mark Bekhet · 4 years, 5 months ago stable-2.16
  34. abed6fa Add a toc file for the plugin documentation by Edwin Kempin · 4 years, 7 months ago
  35. 2d44aa8 Remove fallback to check entire files by Patrick Hiesel · 4 years, 8 months ago
  36. efecf8c Default to full-file evaluation if diffs are not available by Patrick Hiesel · 4 years, 9 months ago
  37. 6515f65 Only inspect diffs when checking files for keywords by Patrick Hiesel · 4 years, 9 months ago
  38. cbe7f7b Refactor UploadValidatorIT to set up per-test/per-repo configs by Patrick Hiesel · 4 years, 9 months ago
  39. 4f3b11a Add push option to skip rules validation by Josip Sokcevic · 4 years, 9 months ago
  40. 4aec973 Add group-specific validations by Josip Sokcevic · 4 years, 9 months ago
  41. 7b4e53b Merge branch 'stable-3.3' by Patrick Hiesel · 4 years, 9 months ago
  42. b532fda Address comments by Sasa Zivkov by Han-Wen Nienhuys · 4 years, 9 months ago
  43. 6ad4cb3 Add integration tests by Han-Wen Nienhuys · 4 years, 10 months ago
  44. 1bb0815 Fix import of InternalGroup by Han-Wen Nienhuys · 4 years, 9 months ago
  45. 21e1023 Use allowlist instead of whitelist by Gal Paikin · 4 years, 10 months ago
  46. d675cd0 Add type parameters in BlockedKeywordValidator#validateComment by Han-Wen Nienhuys · 4 years, 10 months ago
  47. bb62ed1 Align with the recent core update by Marija Savtchouk · 4 years, 10 months ago
  48. b168c87 Upgrade bazlets to latest stable-3.1 to build with 3.1.12 API by Marco Miller · 4 years, 10 months ago
  49. 18275d6 Use forbidden/allowed rather than blacklist/whitelist by Han-Wen Nienhuys · 4 years, 11 months ago
  50. 4c46bb2 Shortcut content load if no forbidden MIME types are defined by Han-Wen Nienhuys · 4 years, 11 months ago
  51. d55d30a Upgrade bazlets to latest stable-3.0 to build with 3.0.15 API by Jacek Centkowski · 5 years ago
  52. 6aad09f Merge branch 'stable-2.16' into stable-3.0 by Jacek Centkowski · 5 years ago
  53. 46666b0 Upgrade bazlets to latest stable-2.16 to build with 2.16.26 API by Jacek Centkowski · 5 years ago
  54. 4701974 Merge "Merge branch 'stable-3.1' into 'stable-3.2'" into stable-3.2 by Jacek Centkowski · 5 years ago
  55. 8cbf490 Merge branch 'stable-3.1' into 'stable-3.2' by Jacek Centkowski · 5 years ago
  56. 8851cf1 Upgrade bazlets to latest stable-3.2 to build with 3.2.6 API by Jacek Centkowski · 5 years ago
  57. 0beac73 Upgrade bazlets to latest stable-3.1 to build with 3.1.11 API by Jacek Centkowski · 5 years ago
  58. 43db5a0 Merge branch 'stable-3.2' into master by Marco Miller · 5 years ago
  59. cca340d Upgrade bazlets to latest stable-3.2 to build with 3.2.5.1 API by Marco Miller · 5 years ago
  60. b214a0a Merge branch 'stable-3.1' into stable-3.2 by Marco Miller · 5 years ago
  61. 1dc4797 Upgrade bazlets to latest stable-3.1 to build with 3.1.10 API by Marco Miller · 5 years ago
  62. d4752cd Upgrade bazlets to latest stable-2.16 to build with 2.16.23 API by Marco Miller · 5 years ago
  63. 3093d72 Merge branch 'stable-3.2' into master by Marco Miller · 5 years ago
  64. 080a592 Merge branch 'stable-3.1' into stable-3.2 by Marco Miller · 5 years ago
  65. 55d99fe Merge branch 'stable-3.0' into stable-3.1 by Marco Miller · 5 years ago
  66. efcec1e Bump Bazel version to 3.7.0 by Marco Miller · 5 years ago
  67. ad542df Merge branch 'stable-3.2' into master by Matthias Sohn · 5 years ago
  68. aa77ce1 Update gerrit-api version to 3.4.0-SNAPSHOT by Matthias Sohn · 5 years ago
  69. 9d48b1f Merge branch 'stable-3.1' into stable-3.2 by Matthias Sohn · 5 years ago
  70. 61df8f4 Merge branch 'stable-3.0' into stable-3.1 by Matthias Sohn · 5 years ago
  71. bfc7195 Merge branch 'stable-2.16' into stable-3.0 by Matthias Sohn · 5 years ago
  72. 0c7e54e Replace tika by overviewproject mime-types to detect mime types by Matthias Sohn · 5 years ago
  73. ffaeaf3 Upgrade bazlets to latest stable-3.0 to build with 3.0.13 API by Marco Miller · 5 years ago
  74. 87ea710 Merge branch 'stable-3.2' by Marco Miller · 5 years ago
  75. 4e2b1a2 Merge branch 'stable-3.1' into stable-3.2 by Marco Miller · 5 years ago
  76. f399ee1 Merge branch 'stable-3.0' into stable-3.1 by Marco Miller · 5 years ago
  77. 56dc820 Bump Bazel version to 3.5.0 by Marco Miller · 5 years ago
  78. 9f9b428 Support for comment validation for blockedkeywords by Brian Egan · 6 years ago
  79. e172a6d Avoid any uses or lookups of ffmpeg by Tika by Alice Kober-Sotzek · 5 years ago
  80. 70e28b4 ValidatorConfig: Avoid 'stream::iterator' by Alice Kober-Sotzek · 5 years ago
  81. a904bf2 Merge branch 'stable-3.2' by Marco Miller · 5 years ago
  82. e0d566a ValidatorConfig: Fix wrong package for stable-3.2 by Marco Miller · 5 years ago
  83. 8445644 Adapt to gerrit core change for PluginConfig by Gal Paikin · 5 years ago
  84. 80cf62d Build with plugin API 3.3.0-SNAPSHOT by David Ostrovsky · 5 years ago
  85. 7f80cfa Upgrade bazlets to latest master to build with 3.2.3 API by Marco Miller · 5 years ago
  86. 714347e Merge branch 'stable-3.1' by Marco Miller · 5 years ago
  87. 853f4b4 Upgrade bazlets to latest stable-3.1 to build with 3.1.8 API by Marco Miller · 5 years ago
  88. 578f967 Merge branch 'stable-3.0' into stable-3.1 by Marco Miller · 5 years ago
  89. 4497d96 Upgrade bazlets to latest stable-3.0 to build with 3.0.12 API by Marco Miller · 5 years ago
  90. a204a30 Merge branch 'stable-2.16' into stable-3.0 by Marco Miller · 5 years ago
  91. f8fc46f Upgrade bazlets to latest stable-2.16 to build with 2.16.22 API by Marco Miller · 5 years ago
  92. 0eeeff5 Adjust to changes in Gerrit core by Alice Kober-Sotzek · 5 years ago
  93. db99dcb Merge branch 'stable-3.1' by Marco Miller · 5 years ago
  94. 869e9ff Merge branch 'stable-3.0' into stable-3.1 by Marco Miller · 5 years ago
  95. b60dc55 Bump Bazel version to 3.4.1 by Marco Miller · 5 years ago
  96. 01830c0 Merge branch 'stable-3.1' by Marco Miller · 6 years ago
  97. bab4a00 Merge branch 'stable-3.0' into stable-3.1 by Marco Miller · 6 years ago
  98. 2790c64 Merge branch 'stable-2.16' into stable-3.0 by Marco Miller · 6 years ago
  99. 9a82611 Upgrade bazlets to latest master to build with 3.2.2 API by Marco Miller · 6 years ago
  100. ca28e38 Merge branch 'stable-3.1' by Marco Miller · 6 years ago