1. 7c91cfa Enable CheckReturnValue by Edwin Kempin · 1 year, 3 months ago stable-3.7
  2. c17d893 Add @CanIgnoreReturnValue to methods that always return this by Youssef Elghareeb · 2 years, 3 months ago
  3. 25f3c97 Merge "Allow making code owner approvals sticky per file" by Edwin Kempin · 2 years, 4 months ago
  4. 0ae8070 Allow making code owner approvals sticky per file by Edwin Kempin · 2 years, 5 months ago
  5. 15c9471 Suppress unused warnings on vars that are intentionally unused by Edwin Kempin · 2 years, 4 months ago
  6. db23694 Avoid using the deprecated Streams#stream(Collection<T>) method by Edwin Kempin · 2 years, 4 months ago
  7. 31260ec Merge "CodeOwnerApprovalCheck: Factor out computation of input data" by Edwin Kempin · 2 years, 5 months ago
  8. fe92903 CodeOwnerApprovalCheck: Factor out computation of input data by Edwin Kempin · 2 years, 5 months ago
  9. 4f09bfb Merge "OwnedPathInfoSubject: Fix wrong javadoc" by Edwin Kempin · 2 years, 5 months ago
  10. 9b0aec0 OwnedPathInfoSubject: Fix wrong javadoc by Edwin Kempin · 2 years, 5 months ago
  11. ac9bddb Fix a compiler error that's appearing internally. by Chris Poucet · 2 years, 5 months ago
  12. 73b98e9 Support computing which reviewers own a file as part of owned_paths by Chris Poucet · 2 years, 5 months ago
  13. edc3dc6 Remove ownedPaths field from OwnedPathsInfo. by Chris Poucet · 2 years, 5 months ago
  14. 74504f3 ChangedFiles: Correct comment about initial commits by Edwin Kempin · 2 years, 9 months ago
  15. c379780 Include link to validation documentation when issues in OWNERS files are found by Edwin Kempin · 2 years, 9 months ago
  16. 9a9259d Warn if code-owners plugin configuration is added in project.config by Edwin Kempin · 3 years ago
  17. 515aec0 Validate OWNERS files on branch creation by Edwin Kempin · 3 years, 1 month ago
  18. 6cb023a Fix non-matching comment for parameter name by Edwin Kempin · 3 years, 1 month ago
  19. da713fe Do not throw code owners ISE if cause is DiffNotAvailableException by Edwin Kempin · 3 years, 1 month ago
  20. 80e8f30 Make log less verbose if change message extention fails due to config error by Edwin Kempin · 3 years, 1 month ago
  21. 1897989 Revert "Stop using deprecated ImmutableMap.Builder#build() method" by Nasser Grainawi · 3 years, 1 month ago
  22. a8ea07c Merge "Adapt to API change in Gerrit core and handle case where branch rev not present" by Patrick Hiesel · 3 years, 2 months ago
  23. 552147c Fix submit rule for changes for which the target branch doesn't exist by Edwin Kempin · 3 years, 2 months ago
  24. 1f37e09 Fix NPE if OWNERS file imports '/' instead of '/OWNERS' by Edwin Kempin · 3 years, 2 months ago
  25. 241ad38 Merge "CodeOwnerSubmitRule: Export the rule name" by Youssef Elghareeb · 3 years, 2 months ago
  26. 227c55b CodeOwnerSubmitRule: Export the rule name by Youssef Elghareeb · 3 years, 2 months ago
  27. 6f9abb0 Merge "Stop using deprecated ImmutableMap.Builder#build() method" by Edwin Kempin · 3 years, 2 months ago
  28. 002c79a Adapt to API change in Gerrit core and handle case where branch rev not present by Edwin Kempin · 3 years, 2 months ago
  29. ae7c78e Stop using deprecated ImmutableMap.Builder#build() method by Edwin Kempin · 3 years, 2 months ago
  30. 5584f4c Merge "Adopt code-owners to change ProjectCache.evict rename" by Edwin Kempin · 3 years, 2 months ago
  31. e63ad50 Merge "Prefer using immutable builder over Immutable*#copyOf(...)" by Edwin Kempin · 3 years, 2 months ago
  32. 95c97bd Remove redundant type arguments by Edwin Kempin · 3 years, 2 months ago
  33. 1df115d Prefer using immutable builder over Immutable*#copyOf(...) by Edwin Kempin · 3 years, 2 months ago
  34. a93937a Adopt code-owners to change ProjectCache.evict rename by Marija Savtchouk · 3 years, 2 months ago
  35. 89473a5 Merge "Adapt to using Instant in events instead of Timestamp" by Edwin Kempin · 3 years, 2 months ago
  36. 2e89f1d Merge changes from topics "fixJdkObsoleteDatePart5", "fixJdkObsoleteDatePart8" by Edwin Kempin · 3 years, 2 months ago
  37. 5e9c0cf Adapt to using Instant in events instead of Timestamp by Edwin Kempin · 3 years, 3 months ago
  38. d216c08 Adapt to change of IdentifiedUser#newCommitterIdent by Edwin Kempin · 3 years, 3 months ago
  39. bcab854 Adapt to usage of Instant for BatchUpdate.Factory by Edwin Kempin · 3 years, 3 months ago
  40. 3d99239 Fix calls to logger's log(string) by Gal Paikin · 3 years, 3 months ago
  41. 8713b07 Adapt to changes in Gerrit core by Patrick Hiesel · 3 years, 3 months ago
  42. 706c287 Drop PROJECT_OWNERS as option for fallback code owners by Edwin Kempin · 3 years, 4 months ago
  43. 0dbdb0e Do not log invalid override configuration as warning by Edwin Kempin · 3 years, 4 months ago
  44. 9075412 Adapt to changes in gerrit core by Youssef Elghareeb · 3 years, 4 months ago
  45. e712842 Merge "Add a has:enabled_code-owners and has:approval_code-owners operands" by Youssef Elghareeb · 3 years, 5 months ago
  46. 86719c7 Add a has:enabled_code-owners and has:approval_code-owners operands by Youssef Elghareeb · 3 years, 5 months ago
  47. cb2fc55 Make GetOwnedPaths REST endpoint more useable by Edwin Kempin · 3 years, 9 months ago
  48. fb5b950 Fix ErrorProne issues for JavaLangClash bug pattern by Edwin Kempin · 3 years, 5 months ago
  49. 14a8e87 Always use new diff cache for computing changed files by Edwin Kempin · 3 years, 9 months ago
  50. 1e3abe8 CodeOwnersOnAddReviewer: Post change message asynchronously by Edwin Kempin · 3 years, 6 months ago
  51. 4e8ea4b PathCodeOwnerStatus: Fix broken javadoc reference by Edwin Kempin · 3 years, 6 months ago
  52. bf5ccb9 ChangedFiles: Check experiment flag only when current user is available by Edwin Kempin · 3 years, 7 months ago
  53. 9b1f3f4 Replace ChangeMessagesUtil calls with AccountTemplateUtil in code-owners by Marija Savtchouk · 3 years, 7 months ago
  54. b318c23 Fix change message syntax by Marija Savtchouk · 3 years, 7 months ago
  55. 3acf4bd Suggest owners that are reviewers even if annotated with LAST_RESORT_SUGGESTION by Edwin Kempin · 3 years, 8 months ago
  56. b783871 Adapt to change in Gerrit core by Youssef Elghareeb · 3 years, 8 months ago
  57. fd62fcd GetCodeOwnersForPathInChange: Use a hash of the change number as a seed by Edwin Kempin · 3 years, 8 months ago
  58. 60d92c8 Fix transitive imports of code owner configs by Edwin Kempin · 3 years, 8 months ago
  59. 2105347 Do not catch Throwable's by Edwin Kempin · 3 years, 8 months ago
  60. afdcca5 CodeOwnersSubmitRule: Treat invalid plugin configuration as RULE_ERROR by Edwin Kempin · 3 years, 8 months ago
  61. 51f95eb CodeOwnersOnAddReviewer: Remove unused field by Edwin Kempin · 3 years, 8 months ago
  62. fc670ce Fix warnings by Edwin Kempin · 3 years, 8 months ago
  63. 85de10d Fix error handling for per-file imports that use import mode ALL by Edwin Kempin · 3 years, 9 months ago
  64. 03fc030 Make all callers of ChangedFiles go through getOrCompute by Edwin Kempin · 3 years, 9 months ago
  65. a792738 ChangeFiles: Allow using getFromDiffCache for initial commits by Edwin Kempin · 3 years, 9 months ago
  66. 55190ae Drop possibility to pass in RevWalk into CodeOwnerBackend and ChangedFiles by Edwin Kempin · 3 years, 9 months ago
  67. 044d8cb BackendConfig: Remove @VisibleForTesting from getDefaultBackend() by Edwin Kempin · 3 years, 9 months ago
  68. bbf21bf Allow to configure the path expression syntax that should be used by Edwin Kempin · 3 years, 9 months ago
  69. 0365aa7 Use JGit ReachabilityChecker for reachability check by Han-Wen Nienhuys · 3 years, 9 months ago
  70. 2af49b5 Merge "Allow to enable imports of code owner config files with arbitrary file extensions" by Gal Paikin · 3 years, 9 months ago
  71. c23eb65 Merge "Use DiffOperations for getting changed files of initial commit" by Gal Paikin · 3 years, 9 months ago
  72. 3b9b010 Merge "Rename NEVER_SUGGEST annotation to LAST_RESORT_SUGGESTION" by Edwin Kempin · 3 years, 9 months ago
  73. 9a80096 Rename NEVER_SUGGEST annotation to LAST_RESORT_SUGGESTION by Edwin Kempin · 3 years, 9 months ago
  74. 86e1142 Use DiffOperations for getting changed files of initial commit by Edwin Kempin · 3 years, 9 months ago
  75. 3ded05a Allow to enable imports of code owner config files with arbitrary file extensions by Edwin Kempin · 3 years, 9 months ago
  76. fd98455 CodeOwnerApprovalCheck: Drop unused method parameters by Edwin Kempin · 3 years, 9 months ago
  77. d34a115 Fix bad import by Edwin Kempin · 3 years, 9 months ago
  78. 90017b3 Merge "Remove backendConfig field from tests that already inherited it" by Gal Paikin · 3 years, 9 months ago
  79. 20c4bdd Merge "Suggest code owners with NEVER_SUGGEST if the result would be empty" by Gal Paikin · 3 years, 9 months ago
  80. 00e4be0 Merge changes I0e891849,Ic478955c by Gal Paikin · 3 years, 9 months ago
  81. 2c66034 Remove backendConfig field from tests that already inherited it by Edwin Kempin · 3 years, 9 months ago
  82. 66ee575 Suggest code owners with NEVER_SUGGEST if the result would be empty by Edwin Kempin · 3 years, 9 months ago
  83. 69a7f4b Include override approval and approver into reason if override is present by Edwin Kempin · 3 years, 10 months ago
  84. 06f04b6 GetCodeOwnerStatus: Include reasons for the returned statuses by Edwin Kempin · 3 years, 10 months ago
  85. 18401b3 Move ApprovalsUtil to the new package by Gal Paikin · 3 years, 9 months ago
  86. 5c50c13 Fix ISE when code ownership is assigned to 2 emails of the same account by Edwin Kempin · 3 years, 10 months ago
  87. 4b24de8 Fix metric name by Edwin Kempin · 3 years, 10 months ago
  88. b3e8c42 Merge "PathCodeOwnerStatus: Include a reason explaining the status" by Edwin Kempin · 3 years, 10 months ago
  89. bfa633f PathCodeOwnerStatus: Include a reason explaining the status by Edwin Kempin · 3 years, 10 months ago
  90. 3060501 Merge changes I9bc8a28d,I4352392a,Ic685a93d by Edwin Kempin · 3 years, 10 months ago
  91. 556f6f7 CheckCodeOwner: Improve debug log message if '*' is a code owner by Edwin Kempin · 3 years, 10 months ago
  92. fb58724 CheckCodeOwner: Polish some of the debug messages by Edwin Kempin · 3 years, 10 months ago
  93. 94a0582 CheckCodeOwner: Include annotations into the response by Edwin Kempin · 3 years, 10 months ago
  94. 845594a Add class that defines all known/supported annotations by Edwin Kempin · 3 years, 10 months ago
  95. aece676 CodeOwnerApprovalCheck: Do not check twice if a global owner is reviewer by Edwin Kempin · 3 years, 10 months ago
  96. d752524 CodeOwnerApprovalCheck: Drop unreachable code by Edwin Kempin · 3 years, 10 months ago
  97. 5fd53bb AbstractGetCodeOwnersForPath: Include filtered out code owners into debug logs by Edwin Kempin · 3 years, 10 months ago
  98. f1e80a1 AbstractGetCodeOwnersForPath: Log collected debugs on fine level by Edwin Kempin · 3 years, 10 months ago
  99. 6d1b973 AbstractGetCodeOwnersForPath: Drop unneeded if conditions for debug logs by Edwin Kempin · 3 years, 10 months ago
  100. 74a4c2f Do not suggest code owners that are annotated with '#{NEVER_SUGGEST}' by Edwin Kempin · 3 years, 10 months ago