1. 0d26412 Expand code owner check output area by Milutin Kristofic · 5 weeks ago master
  2. 65aee81 Replace iron-autogrow-textarea with standard textarea by Milutin Kristofic · 5 weeks ago
  3. 1afada3 Transient caches: Include exceeded limit into warning log by Edwin Kempin · 6 weeks ago
  4. 0f05387 Adapt to change in Gerrit core by Edwin Kempin · 7 weeks ago
  5. 834ea20 Remove unused static imports of PathSubject.paths by Edwin Kempin · 9 weeks ago
  6. a30cf20 Remove unnecessary references to deprecated `PathSubject.paths()`. by Éamonn McManus · 9 weeks ago
  7. 64418ca Merge changes I79768c0e,Ideb86f1d by Edwin Kempin · 9 weeks ago
  8. 9ce0283 Merge "Adapt to change in Gerrit core that renames the method to create test changes" by Edwin Kempin · 9 weeks ago
  9. be51fb7 Merge "ChangedFilesTest: Set project when creating test changes" by Edwin Kempin · 2 months ago
  10. e203a7c Use test API to create change with deleted/renamed file by Edwin Kempin · 3 months ago
  11. e04ad29 Stop using deprecated method to create test changes by Edwin Kempin · 3 months ago
  12. 93d5aec Adapt to change in Gerrit core that renames the method to create test changes by Edwin Kempin · 3 months ago
  13. 73b390f ChangedFilesTest: Set project when creating test changes by Edwin Kempin · 3 months ago
  14. 9bf37d8 CodeOwnerResolver: Fix Javadoc for AccountCache#get following recent change by Nitzan Gur-Furman · 3 months ago stable-3.12
  15. 3a9afd6 Sort files in the owners selection list by Milutin Kristofic · 3 months ago
  16. 73b1e0e Adapt FAQ to update code-owners.config to push for review by Edwin Kempin · 4 months ago
  17. c78a520 setup-guide: Recommend to disable code owners for refs/meta/config branches by Edwin Kempin · 4 months ago
  18. b061b54 Remove step for uninstalling the find-owners plugin from setup guide by Edwin Kempin · 4 months ago
  19. 5c3483b Fix links in REST API documentation by Edwin Kempin · 4 months ago
  20. fb04a18 Fix typo by Paladox none · 5 months ago
  21. 8c44ef0 Migrate from karma to web-test-runner by Paladox none · 5 months ago
  22. 04815f5 Adapt to change in Gerrit core that allows admins to see everything by default by Edwin Kempin · 6 months ago
  23. 49016cc Implement isOptionEnabled for project + branch level by Dhruv Srivastava · 7 months ago
  24. 0d3b56c Increate JVM Heap for the acceptance tests execution by Luca Milanesio · 7 months ago
  25. 65810ac Fix RepoView leak in CodeOwnerConfigValidator by Luca Milanesio · 7 months ago
  26. 856db3e Merge "Return code-owners~skip-validation option only if OWNERS files are touched" by Edwin Kempin · 7 months ago
  27. 34691f8 Merge "Adapt to change in Gerrit core" by Edwin Kempin · 7 months ago
  28. f197120 Merge "Close CommitReceiveEvent in CodeOwnersPluginConfigValidatorTest" by Luca Milanesio · 7 months ago
  29. a8cbff0 Merge "Fix RepoView leak in CodeOwnerConfigValidator" by Luca Milanesio · 7 months ago
  30. 7800e6c Return code-owners~skip-validation option only if OWNERS files are touched by Edwin Kempin · 7 months ago
  31. 4fa7539 Adapt to change in Gerrit core by Edwin Kempin · 7 months ago
  32. d4b4848 Close CommitReceiveEvent in CodeOwnersPluginConfigValidatorTest by Luca Milanesio · 7 months ago
  33. 42c8480 Fix RepoView leak in CodeOwnerConfigValidator by Luca Milanesio · 7 months ago
  34. 1147409 SkipCodeOwnerConfigValidationPushOptionIT: Fix a test by Edwin Kempin · 7 months ago
  35. de7fe32 Return code-owners~skip-validation option in GetValidationOptions response by Edwin Kempin · 7 months ago
  36. 2bd2622 Adapt to changes in Gerrit core by Edwin Kempin · 8 months ago
  37. e31bf6f Fix `checkCodeOwnerConfigFilesIn(...)` must be used errors by Edwin Kempin · 8 months ago
  38. 4cfa77c Add a global capability for the Check Code Owner Config Files REST endpoint by Edwin Kempin · 8 months ago
  39. 37b185e Adapt to changes in Gerrit core by Edwin Kempin · 8 months ago
  40. 323341d Add escaping to fix formating issue by Edwin Kempin · 9 months ago stable-3.11
  41. 00a30a8 Check permissions of uploader when validating imports on submit by Edwin Kempin · 1 year ago
  42. 004bac3 Fix transitive import of global owners via per-file rule that ignores global owners by Edwin Kempin · 1 year ago
  43. a7f6a23 Check Code Owner Screen: Drop '/a' prefix from REST call by Edwin Kempin · 1 year, 1 month ago
  44. 83c497b Fix file path of weblinks for code owner config files by Edwin Kempin · 1 year, 1 month ago
  45. 45608bf Add test for CodeOwnerScore.IS_REVIEWER scoring by Stan Stavarachi · 1 year, 1 month ago
  46. 253869d Set page title for Check Code Owner Self Service page by Edwin Kempin · 1 year, 1 month ago
  47. 06ba671 OptionalResultWithMessagesSubject: Add @CanIgnoreReturnValue annotations by Edwin Kempin · 1 year, 1 month ago
  48. 3407e2b Merge changes Ia973e3df,I331ebacf,I638ddce2,I3a2d5d9c by Edwin Kempin · 1 year, 1 month ago
  49. 0046696 Check Code Owner screen: Show note to non-admins that debug logs are limited by Edwin Kempin · 1 year, 1 month ago
  50. f5d8b59 Document Check Code Owner Self Service by Edwin Kempin · 1 year, 1 month ago
  51. a911163 Adapt screen to check code owners to this being a self service now by Edwin Kempin · 1 year, 1 month ago
  52. ed291c9 Fix missing spacing in find owners documentation by Edwin Kempin · 1 year, 1 month ago
  53. e5f0ef3 Allow all users to call the Check Code Owner REST endpoint by Edwin Kempin · 1 year, 1 month ago
  54. 48cbfc4 Merge changes Ib28802d3,If54a64ad,I833e9c2b,I0ecdda81,Ib654accc by Edwin Kempin · 1 year, 1 month ago
  55. b6955d1 Distinguish btw. messages that can be shown to all users vs. admins only by Edwin Kempin · 1 year, 1 month ago
  56. dd0e1b8 CodeOwnerResolverTest: Drop msg that is optionally expected but never occurs by Edwin Kempin · 1 year, 1 month ago
  57. 2c57f9e CheckCodeOwner: Return whether parent/folder owners are ignored by Edwin Kempin · 1 year, 1 month ago
  58. 9306d3e CheckedCodeOwnerConfigFileInfoSubject: Drop 'assert' method prefix by Edwin Kempin · 1 year, 1 month ago
  59. c113a31 CheckCodeOwner: Replace 'code_owner_config_file_paths' field by Edwin Kempin · 1 year, 1 month ago
  60. 48a9cb2 Merge "Fix formatting issues that were introduced by recent change" by Edwin Kempin · 1 year, 1 month ago
  61. 027bcd8 Fix formatting issues that were introduced by recent change by Edwin Kempin · 1 year, 1 month ago
  62. fe7aaaf Merge "Add code owner scorings to CodeOwnersInfo" by Stan Stavarachi · 1 year, 1 month ago
  63. 67f4582 Add code owner scorings to CodeOwnersInfo by Stan Stavarachi · 1 year, 1 month ago
  64. 714ce79 Merge "CheckCodeOwnerIT: Add missing test assertion for code_owner_configs field" by Edwin Kempin · 1 year, 1 month ago
  65. 0cff414 PathCodeOwnersResult.Builder: Add @CanIgnoreReturnValue annotations by Edwin Kempin · 1 year, 1 month ago
  66. 6fef0b6 CheckCodeOwnerIT: Add missing test assertion for code_owner_configs field by Edwin Kempin · 1 year, 1 month ago
  67. 038bd71 Simplify path code owners computation by Edwin Kempin · 1 year, 1 month ago
  68. 7088891 PathCodeOwners: Flatten the return type (step 3/3) by Edwin Kempin · 1 year, 1 month ago
  69. b3d9ab2 PathCodeOwners: Flatten the return type (step 2/3) by Edwin Kempin · 1 year, 1 month ago
  70. 15a982f PathCodeOwners: Flatten the return type (step 1/3) by Edwin Kempin · 1 year, 1 month ago
  71. 6181ef2 CheckCodeOwner: Return relevant code owner config files by Edwin Kempin · 1 year, 1 month ago
  72. 35652d5 Fix wrongly returned import when per file owner is transitively imported by Edwin Kempin · 1 year, 1 month ago
  73. 48e36fe Add a basic screen to invoke the Check Code Owner REST endpoint by Edwin Kempin · 1 year, 1 month ago
  74. 943b365 Fix formatting issue in code owners REST API documentation by Edwin Kempin · 1 year, 1 month ago
  75. f09e041 Check Code Owner REST endpoint: Fix formatting of OWNERS file in debug log by Edwin Kempin · 1 year, 1 month ago
  76. 9d2aab0 Return web links for OWNERS files when listing code owners by Edwin Kempin · 1 year, 1 month ago
  77. 7bf7837 Revert "Revert "Adapt to change in Gerrit core that changed the ..." by Kamil Musin · 1 year, 2 months ago
  78. 1bba396 Revert "Adapt to change in Gerrit core that changed the error messages for submit" by Kamil Musin · 1 year, 2 months ago
  79. d73f23c Refactor existing uses of `noAwait` to use `void` operator instead. by Kamil Musin · 1 year, 2 months ago
  80. 05ab242 Respect the suggest.skipServiceUsers config when suggesting code owners by Edwin Kempin · 1 year, 2 months ago
  81. d488c59 Adapt to change in Gerrit core that changed the error messages for submit by Edwin Kempin · 1 year, 3 months ago
  82. 4e47cbe Fix usage of ChangedFilesByPatchSetCache by Edwin Kempin · 1 year, 3 months ago
  83. 7624232 Fix recording of transient cache metrics by Edwin Kempin · 1 year, 3 months ago
  84. 9241c30 Clarify that being able to approve changes doesn't make a user a code owner by Edwin Kempin · 1 year, 4 months ago
  85. 386c77c Format bazel build files using buildifier by Matthias Sohn · 1 year, 4 months ago
  86. 1e4bda4 Format source code using google-java-format by Matthias Sohn · 1 year, 4 months ago
  87. 6706c80 PathCodeOwnersTest: Remove duplicated call to AutoValue builder by Edwin Kempin · 1 year, 5 months ago
  88. 9edb3bd Adapt to change of default permissions in Gerrit core by Edwin Kempin · 1 year, 5 months ago
  89. 7de40d8 Migrate from `Truth8` to `Truth`, and restore static imports. by Chris Povirk · 1 year, 6 months ago stable-3.10
  90. 28f4286 Use VersionedConfigFile from core by Nasser Grainawi · 1 year, 6 months ago
  91. 004aceb Show that the overrideIf of a configured Code-Owners SR has no effect by Edwin Kempin · 1 year, 6 months ago
  92. 08a2164 Write a performance log when has:approval_code-owners is used in SR by Edwin Kempin · 1 year, 6 months ago
  93. 4a9c3a1 Show that CodeOwnersSubmitRule is run twice when a Code-Owners SR is configured by Edwin Kempin · 1 year, 6 months ago
  94. c63c820 Merge branch 'stable-3.9' by Edwin Kempin · 1 year, 7 months ago
  95. ff81a80 Explain on the about page when the code-owners plugin should/shouldn't be used by Edwin Kempin · 1 year, 7 months ago stable-3.9
  96. cb46faa Merge branch 'stable-3.9' by Edwin Kempin · 1 year, 7 months ago
  97. 72206ed Document which characters are allowed for pre-/post-fixes of OWNERS files by Edwin Kempin · 1 year, 7 months ago
  98. 833a2b0 Merge branch 'origin/stable-3.9' by Edwin Kempin · 1 year, 7 months ago
  99. 1be286b Support hyphen in name pre/post fixes of OWNERS files by Edwin Kempin · 1 year, 7 months ago
  100. c2000e7 Support hyphen in name pre/post fixes of OWNERS files by Edwin Kempin · 1 year, 7 months ago