1. 2a00bbb Merge "Optimize sticky approval check for large changes" by Milutin Kristofic · 5 weeks ago master
  2. 610e882 Optimize sticky approval check for large changes by Milutin Kristofic · 6 weeks ago
  3. f1f9fd6 Don't build test dependencies for manual tests by Thomas Dräbing · 7 weeks ago
  4. 507f11a Adapt to recent upstream tooling migrations by David Ostrovsky · 8 weeks ago
  5. 5fdb2b3 Adapt to usage of aspect_rules_* by Thomas Dräbing · 9 weeks ago
  6. 7adb9aa Fix eslint config path by Thomas Dräbing · 3 months ago
  7. f237d1d Modify the code-owners plugin to use the new Accounts#randomNIds method by Nitzan Gur-Furman · 3 months ago
  8. f00c81d Bazel: Load java_proto_library from protobuf by David Ostrovsky · 3 months ago
  9. 9db6b62 docs: fix stray ` by Mike Frysinger · 5 months ago
  10. 8d37f4c getFileStatusesForAccounts: Add comment for why rename detection is enabled by Edwin Kempin · 8 months ago
  11. b1244a4 Disable rename detection for the code owners submit rule by Edwin Kempin · 8 months ago
  12. 62c4303 CodeOwnersInChangeCollection: Get changed paths without rename detection by Edwin Kempin · 8 months ago
  13. 1f4904e CheckCodeOwnerConfigFilesInRevision: Get changed files without rename detection by Edwin Kempin · 8 months ago
  14. 0863f5c ChangedFilesByPatchSetCache: Get changed files without rename detection by Edwin Kempin · 8 months ago
  15. 7ed4fd2 SkipCodeOwnerConfigValidationPushOption: Get changed files without rename detection by Edwin Kempin · 8 months ago
  16. c0ff0a6 ChangedFilesTest: Drop "FromDiffCache" from test names by Edwin Kempin · 8 months ago
  17. f76f88e Avoid computing file diffs when evalution code owner approvals by Edwin Kempin · 8 months ago
  18. 8c0d9a9 ChangedFiles: Rename 'getFromDiffCache' methods to 'get' by Edwin Kempin · 8 months ago
  19. 6516292 Code-owners plugin adaptations for: make TestMetricMaker a real singleton by Nitzan Gur-Furman · 10 months ago
  20. 33f4785 Merge "Drop CodeOwnersInternalServerErrorException" by Edwin Kempin · 11 months ago stable-3.13
  21. ad474fb Drop CodeOwnersInternalServerErrorException by Edwin Kempin · 11 months ago
  22. 0d26412 Expand code owner check output area by Milutin Kristofic · 12 months ago
  23. 65aee81 Replace iron-autogrow-textarea with standard textarea by Milutin Kristofic · 12 months ago
  24. 1afada3 Transient caches: Include exceeded limit into warning log by Edwin Kempin · 12 months ago
  25. 0f05387 Adapt to change in Gerrit core by Edwin Kempin · 1 year ago
  26. 834ea20 Remove unused static imports of PathSubject.paths by Edwin Kempin · 1 year, 1 month ago
  27. a30cf20 Remove unnecessary references to deprecated `PathSubject.paths()`. by Éamonn McManus · 1 year, 1 month ago
  28. 64418ca Merge changes I79768c0e,Ideb86f1d by Edwin Kempin · 1 year, 1 month ago
  29. 9ce0283 Merge "Adapt to change in Gerrit core that renames the method to create test changes" by Edwin Kempin · 1 year, 1 month ago
  30. be51fb7 Merge "ChangedFilesTest: Set project when creating test changes" by Edwin Kempin · 1 year, 1 month ago
  31. e203a7c Use test API to create change with deleted/renamed file by Edwin Kempin · 1 year, 1 month ago
  32. e04ad29 Stop using deprecated method to create test changes by Edwin Kempin · 1 year, 1 month ago
  33. 93d5aec Adapt to change in Gerrit core that renames the method to create test changes by Edwin Kempin · 1 year, 1 month ago
  34. 73b390f ChangedFilesTest: Set project when creating test changes by Edwin Kempin · 1 year, 1 month ago
  35. 9bf37d8 CodeOwnerResolver: Fix Javadoc for AccountCache#get following recent change by Nitzan Gur-Furman · 1 year, 2 months ago stable-3.12
  36. 3a9afd6 Sort files in the owners selection list by Milutin Kristofic · 1 year, 2 months ago
  37. 73b1e0e Adapt FAQ to update code-owners.config to push for review by Edwin Kempin · 1 year, 2 months ago
  38. c78a520 setup-guide: Recommend to disable code owners for refs/meta/config branches by Edwin Kempin · 1 year, 2 months ago
  39. b061b54 Remove step for uninstalling the find-owners plugin from setup guide by Edwin Kempin · 1 year, 2 months ago
  40. 5c3483b Fix links in REST API documentation by Edwin Kempin · 1 year, 3 months ago
  41. fb04a18 Fix typo by Paladox none · 1 year, 3 months ago
  42. 8c44ef0 Migrate from karma to web-test-runner by Paladox none · 1 year, 3 months ago
  43. 04815f5 Adapt to change in Gerrit core that allows admins to see everything by default by Edwin Kempin · 1 year, 5 months ago
  44. 49016cc Implement isOptionEnabled for project + branch level by Dhruv Srivastava · 1 year, 6 months ago
  45. 0d3b56c Increate JVM Heap for the acceptance tests execution by Luca Milanesio · 1 year, 6 months ago
  46. 65810ac Fix RepoView leak in CodeOwnerConfigValidator by Luca Milanesio · 1 year, 6 months ago
  47. 856db3e Merge "Return code-owners~skip-validation option only if OWNERS files are touched" by Edwin Kempin · 1 year, 6 months ago
  48. 34691f8 Merge "Adapt to change in Gerrit core" by Edwin Kempin · 1 year, 6 months ago
  49. f197120 Merge "Close CommitReceiveEvent in CodeOwnersPluginConfigValidatorTest" by Luca Milanesio · 1 year, 6 months ago
  50. a8cbff0 Merge "Fix RepoView leak in CodeOwnerConfigValidator" by Luca Milanesio · 1 year, 6 months ago
  51. 7800e6c Return code-owners~skip-validation option only if OWNERS files are touched by Edwin Kempin · 1 year, 6 months ago
  52. 4fa7539 Adapt to change in Gerrit core by Edwin Kempin · 1 year, 6 months ago
  53. d4b4848 Close CommitReceiveEvent in CodeOwnersPluginConfigValidatorTest by Luca Milanesio · 1 year, 6 months ago
  54. 42c8480 Fix RepoView leak in CodeOwnerConfigValidator by Luca Milanesio · 1 year, 6 months ago
  55. 1147409 SkipCodeOwnerConfigValidationPushOptionIT: Fix a test by Edwin Kempin · 1 year, 6 months ago
  56. de7fe32 Return code-owners~skip-validation option in GetValidationOptions response by Edwin Kempin · 1 year, 6 months ago
  57. 2bd2622 Adapt to changes in Gerrit core by Edwin Kempin · 1 year, 6 months ago
  58. e31bf6f Fix `checkCodeOwnerConfigFilesIn(...)` must be used errors by Edwin Kempin · 1 year, 6 months ago
  59. 4cfa77c Add a global capability for the Check Code Owner Config Files REST endpoint by Edwin Kempin · 1 year, 6 months ago
  60. 37b185e Adapt to changes in Gerrit core by Edwin Kempin · 1 year, 6 months ago
  61. 323341d Add escaping to fix formating issue by Edwin Kempin · 1 year, 8 months ago stable-3.11
  62. 00a30a8 Check permissions of uploader when validating imports on submit by Edwin Kempin · 1 year, 11 months ago
  63. 004bac3 Fix transitive import of global owners via per-file rule that ignores global owners by Edwin Kempin · 1 year, 11 months ago
  64. a7f6a23 Check Code Owner Screen: Drop '/a' prefix from REST call by Edwin Kempin · 1 year, 11 months ago
  65. 83c497b Fix file path of weblinks for code owner config files by Edwin Kempin · 1 year, 11 months ago
  66. 45608bf Add test for CodeOwnerScore.IS_REVIEWER scoring by Stan Stavarachi · 2 years ago
  67. 253869d Set page title for Check Code Owner Self Service page by Edwin Kempin · 2 years ago
  68. 06ba671 OptionalResultWithMessagesSubject: Add @CanIgnoreReturnValue annotations by Edwin Kempin · 2 years ago
  69. 3407e2b Merge changes Ia973e3df,I331ebacf,I638ddce2,I3a2d5d9c by Edwin Kempin · 2 years ago
  70. 0046696 Check Code Owner screen: Show note to non-admins that debug logs are limited by Edwin Kempin · 2 years ago
  71. f5d8b59 Document Check Code Owner Self Service by Edwin Kempin · 2 years ago
  72. a911163 Adapt screen to check code owners to this being a self service now by Edwin Kempin · 2 years ago
  73. ed291c9 Fix missing spacing in find owners documentation by Edwin Kempin · 2 years ago
  74. e5f0ef3 Allow all users to call the Check Code Owner REST endpoint by Edwin Kempin · 2 years ago
  75. 48cbfc4 Merge changes Ib28802d3,If54a64ad,I833e9c2b,I0ecdda81,Ib654accc by Edwin Kempin · 2 years ago
  76. b6955d1 Distinguish btw. messages that can be shown to all users vs. admins only by Edwin Kempin · 2 years ago
  77. dd0e1b8 CodeOwnerResolverTest: Drop msg that is optionally expected but never occurs by Edwin Kempin · 2 years ago
  78. 2c57f9e CheckCodeOwner: Return whether parent/folder owners are ignored by Edwin Kempin · 2 years ago
  79. 9306d3e CheckedCodeOwnerConfigFileInfoSubject: Drop 'assert' method prefix by Edwin Kempin · 2 years ago
  80. c113a31 CheckCodeOwner: Replace 'code_owner_config_file_paths' field by Edwin Kempin · 2 years ago
  81. 48a9cb2 Merge "Fix formatting issues that were introduced by recent change" by Edwin Kempin · 2 years ago
  82. 027bcd8 Fix formatting issues that were introduced by recent change by Edwin Kempin · 2 years ago
  83. fe7aaaf Merge "Add code owner scorings to CodeOwnersInfo" by Stan Stavarachi · 2 years ago
  84. 67f4582 Add code owner scorings to CodeOwnersInfo by Stan Stavarachi · 2 years ago
  85. 714ce79 Merge "CheckCodeOwnerIT: Add missing test assertion for code_owner_configs field" by Edwin Kempin · 2 years ago
  86. 0cff414 PathCodeOwnersResult.Builder: Add @CanIgnoreReturnValue annotations by Edwin Kempin · 2 years ago
  87. 6fef0b6 CheckCodeOwnerIT: Add missing test assertion for code_owner_configs field by Edwin Kempin · 2 years ago
  88. 038bd71 Simplify path code owners computation by Edwin Kempin · 2 years ago
  89. 7088891 PathCodeOwners: Flatten the return type (step 3/3) by Edwin Kempin · 2 years ago
  90. b3d9ab2 PathCodeOwners: Flatten the return type (step 2/3) by Edwin Kempin · 2 years ago
  91. 15a982f PathCodeOwners: Flatten the return type (step 1/3) by Edwin Kempin · 2 years ago
  92. 6181ef2 CheckCodeOwner: Return relevant code owner config files by Edwin Kempin · 2 years ago
  93. 35652d5 Fix wrongly returned import when per file owner is transitively imported by Edwin Kempin · 2 years ago
  94. 48e36fe Add a basic screen to invoke the Check Code Owner REST endpoint by Edwin Kempin · 2 years ago
  95. 943b365 Fix formatting issue in code owners REST API documentation by Edwin Kempin · 2 years ago
  96. f09e041 Check Code Owner REST endpoint: Fix formatting of OWNERS file in debug log by Edwin Kempin · 2 years ago
  97. 9d2aab0 Return web links for OWNERS files when listing code owners by Edwin Kempin · 2 years ago
  98. 7bf7837 Revert "Revert "Adapt to change in Gerrit core that changed the ..." by Kamil Musin · 2 years ago
  99. 1bba396 Revert "Adapt to change in Gerrit core that changed the error messages for submit" by Kamil Musin · 2 years ago
  100. d73f23c Refactor existing uses of `noAwait` to use `void` operator instead. by Kamil Musin · 2 years ago