1. 22b17d1 Fix path expression documentation about '*' and '**' by Edwin Kempin · 3 years ago
  2. 36116d9 Replace user details with templates in change messages by Marija Savtchouk · 3 years ago
  3. a9d8e3e CodeOwnerResolver: Improve message for inactive accounts by Edwin Kempin · 3 years ago
  4. 5d2b0f0 CodeOwnerResolver: Include email into "resolved to account" message by Edwin Kempin · 3 years ago
  5. 06e0a64 CodeOwnerResolver: Use ImmutableList.Builder<String> to collect messages by Edwin Kempin · 3 years ago
  6. 0de334f Merge "Apply implicit approvals only when change owner == last patch set uploader" by Edwin Kempin · 3 years ago
  7. a61bb6e Apply implicit approvals only when change owner == last patch set uploader by Edwin Kempin · 3 years ago
  8. da69415 CodeOwnerSubmitRule: Only increase rule error metric if RULE_ERROR is returned by Edwin Kempin · 3 years ago
  9. 1cd49c8 Merge "Add metric to record code owner config validations" by Edwin Kempin · 3 years ago
  10. fa98b71 Add metric to record code owner config validations by Edwin Kempin · 3 years ago
  11. a81379c Merge "GetCodeOwnerStatus: Allow to limit the number of returned statuses" by Edwin Kempin · 3 years ago
  12. 4552763 Merge "CodeOwnerApprovalCheck: Allow to use diff cache to get changed files" by Edwin Kempin · 3 years ago
  13. 746205f Merge "Fix jumping show all owners checkbox when files are loading" by Dmitrii Filippov · 3 years ago
  14. f730a25 GetCodeOwnerStatus: Allow to limit the number of returned statuses by Edwin Kempin · 3 years, 1 month ago
  15. a7e4598 CodeOwnerApprovalCheck: Allow to use diff cache to get changed files by Edwin Kempin · 3 years, 1 month ago
  16. f8a5ce6 Fix jumping show all owners checkbox when files are loading by Dmitrii Filippov · 3 years ago
  17. 2638250 Bazel: Migrate to gerrit_js_bundle rule by David Ostrovsky · 3 years ago
  18. 1d511e9 Add metric to count the number of code owner suggestions by Edwin Kempin · 3 years ago
  19. cfb8c80 CodeOwnerSubmitRule: Fix exception logging by Edwin Kempin · 3 years ago
  20. 652ab80 Extend documentation on 'set noparent' by Edwin Kempin · 3 years ago
  21. 8d68b2e Use term 'folder code owners' instead of 'non-restricted code owners' by Edwin Kempin · 3 years ago
  22. deb5327 Config guide: Mention exempted users as alternative to global code owners by Edwin Kempin · 3 years ago
  23. ee64242 Add a debug option for the list code owners REST endpoints by Edwin Kempin · 3 years ago
  24. 3a942cf Setup guide: Emphasize to configure overrides and fallback code owners by Edwin Kempin · 3 years ago
  25. 22ec949 REST API docs: Remove quotes around booleans in example responses by Edwin Kempin · 3 years ago
  26. db05a71 CodeOwnersPluginProjectConfigSnapshot: Fix/improve javadocs by Edwin Kempin · 3 years ago
  27. c10d3b7 CodeOwnerCheckInfoSubject: Remove unused method by Edwin Kempin · 3 years ago
  28. 0de0b1a Test that change can be submitted with override if OWNERS file is non-parsable by Edwin Kempin · 3 years ago
  29. c2e2559 CodeOwnerSubmitRuleTest: Fix nits by Edwin Kempin · 3 years ago
  30. 12933ae Merge "Add push option to skip code owner config validation on demand" by Gal Paikin · 3 years ago
  31. 852d611 docs: use HEAD in gitiles URIs by Mike Frysinger · 3 years ago
  32. ea5f832 Add push option to skip code owner config validation on demand by Edwin Kempin · 3 years, 2 months ago
  33. 3937f90 Adapt to change in Gerrit core by Edwin Kempin · 3 years ago
  34. 7e181e3 Merge "Cache all parsed config values to avoid reparsing them" by Edwin Kempin · 3 years ago
  35. 0069566 Merge "CheckCodeOwner: Also check permissions of the code owner" by Gal Paikin · 3 years ago
  36. b0ebacf CheckCodeOwner: Also check permissions of the code owner by Edwin Kempin · 3 years ago
  37. 84bdd58 Merge "Document another case where no code owners are suggested" by Edwin Kempin · 3 years ago
  38. 699739a Merge "Fix: this.codeOwnersCacheApi.getStatus is not a function" by Dmitrii Filippov · 3 years ago
  39. e63f501 Fix: this.codeOwnersCacheApi.getStatus is not a function by Dmitrii Filippov · 3 years ago
  40. c8b126b Merge "Fix description of default code owners" by Gal Paikin · 3 years ago
  41. 1528864 Document another case where no code owners are suggested by Edwin Kempin · 3 years ago
  42. 0021eaf Cache all parsed config values to avoid reparsing them by Edwin Kempin · 3 years ago
  43. 5feb3fd Merge changes I946a69e4,I45103f0e by Patrick Hiesel · 3 years ago
  44. e611f6d Fix description of default code owners by Edwin Kempin · 3 years ago
  45. 55660ee Merge "Document why root code owners are ranked lower" by Gal Paikin · 3 years ago
  46. f50d316 Document why root code owners are ranked lower by Edwin Kempin · 3 years ago
  47. c5d1bea Merge changes I864b949b,Ic3222d67 by Gal Paikin · 3 years ago
  48. 8eda143 Merge "Set a default limit for the in-memory code owner config cache" by Patrick Hiesel · 3 years ago
  49. c6eb2a1 Add metric to record latency for resolving code owner references by Edwin Kempin · 3 years ago
  50. 3fed5f4 Document resolve_path_code_owners metric by Edwin Kempin · 3 years ago
  51. fbaa0a6 Set a default limit for the in-memory code owner config cache by Edwin Kempin · 3 years ago
  52. e2b5035 Add a note about service users by Edwin Kempin · 3 years ago
  53. 398bba0 Merge "TransientCodeOwnerConfigCache: Log warning if the limit has been reached" by Edwin Kempin · 3 years ago
  54. 26e3abb Test that invalid hex account option is correctly handled by Edwin Kempin · 3 years ago
  55. fa71ca5 TransientCodeOwnerConfigCache: Log warning if the limit has been reached by Edwin Kempin · 3 years ago
  56. 463468c Merge changes Ia1f102d5,I992facea,I8a785204,I6641565b by Edwin Kempin · 3 years ago
  57. c172c45 Merge changes Ibebb6b55,Iafb1d32f,I2486c293,I2695d16d,If579300d, ... by Edwin Kempin · 3 years ago
  58. 3068f16 CodeOwnerApprovalCheck: Avoid passing implicit approval flag into all methods by Edwin Kempin · 3 years ago
  59. 3f57e87 List code owners: Add option to only get code owners with the highest score by Edwin Kempin · 3 years ago
  60. f93707b metrics.md: Document the prefix that is used for all metrics by Edwin Kempin · 3 years ago
  61. a29d260 AbstractGetCodeOwnersForPath: Make code owner scorings accessible by Edwin Kempin · 3 years ago
  62. 94fcb76 Document another example why enabling implicitly approvals is bad by Edwin Kempin · 3 years ago
  63. 97cb7d4 AbstractGetCodeOwnersForPath: Cleanup how subclasses add further scorings by Edwin Kempin · 3 years ago
  64. 0fc059f Test that getting code owners works for anonymous user by Edwin Kempin · 3 years ago
  65. 93a05b1 AbstractGetCodeOwnersForPath: Add a comment by Edwin Kempin · 3 years ago
  66. 8e71caf Add distance scores for code owners that are added for resolving all users by Edwin Kempin · 3 years ago
  67. 80aa1d3 Fix sorting in code owner suggestion if file is owned by all users by Edwin Kempin · 3 years ago
  68. 3045a9f GetOwnedPath: Limit the number of returned paths by Edwin Kempin · 3 years, 1 month ago
  69. 6943e3b ChangeCodeOwners: Add request object for computing the code owner status by Edwin Kempin · 3 years, 1 month ago
  70. 501ab86 Adapt projectOwnersAreNoCodeOwnersIfDefaultCodeOwnerConfigExists test by Edwin Kempin · 3 years ago
  71. caf5bb1 CodeOwnerSubmitRule: Do not return RULE_ERROR for internal server errors by Edwin Kempin · 3 years ago
  72. 034b65c Test that submit rule is not invoked too often when getting/querying change by Edwin Kempin · 3 years, 1 month ago
  73. b276f32 Simplify the assertion of file code owner statuses by Edwin Kempin · 3 years, 1 month ago
  74. 709353e GetCodeOwnerStatusIT: Make use of the setAsCodeOwners method by Edwin Kempin · 3 years, 1 month ago
  75. 927cb0a CodeOwnerApprovalCheckTest: Fix test for non-pure revert by Edwin Kempin · 3 years, 1 month ago
  76. 16e6665 Add comments for null parameters in changed file tests by Edwin Kempin · 3 years, 1 month ago
  77. 3ce22c0 Fix ambiguous assertThat calls for override approvals by Edwin Kempin · 3 years ago
  78. ce52ad0 CodeOwnersPluginConfigSnapshotTest: Fix flaky tests (second attempt) by Edwin Kempin · 3 years ago
  79. d87c405 CodeOwnersPluginConfigSnapshotTest: Fix flaky tests by Edwin Kempin · 3 years, 1 month ago
  80. 435689a Merge changes Ie5b99c2a,I0746546c,I40349324,Idf584990,If008a747, ... by Edwin Kempin · 3 years, 1 month ago
  81. 0183585 config-faqs: Explain how to define default code owners by Edwin Kempin · 3 years, 1 month ago
  82. 52d99a2 Add metric to count submit rule errors by Edwin Kempin · 3 years, 1 month ago
  83. fad39bc config.md: Fix bad link by Edwin Kempin · 3 years, 1 month ago
  84. 290ec30 CodeOwnerSubmitRule: Report metric for invalid OWNERS files by Edwin Kempin · 3 years, 1 month ago
  85. 0a181a7 Improve error message if CodeOwnerSubmitRule fails due invalid OWNERS file by Edwin Kempin · 3 years, 1 month ago
  86. 9496a3d Move getParsingErrorMessage method up to test base class by Edwin Kempin · 3 years, 1 month ago
  87. bc1913c Test that CodeOwnerSubmitRule returns rule error if OWNERS file is invalid by Edwin Kempin · 3 years, 1 month ago
  88. 3298399 Fix names of code owner metrics by Edwin Kempin · 3 years, 1 month ago
  89. 2ea2452 Fix counting submit rule runs as metric by Edwin Kempin · 3 years, 1 month ago
  90. 8ab286b Move method to get code owner config file name up to base test class by Edwin Kempin · 3 years, 1 month ago
  91. a8d1133 Add metric that counts how often invalid OWNERS files cause failures by Edwin Kempin · 3 years, 1 month ago
  92. 16c629f Allow to configure an info URL that is shown if an OWNERS file is invalid by Edwin Kempin · 3 years, 1 month ago
  93. 5e14292 GeneralConfig: Factor out a method to read a string value by Edwin Kempin · 3 years, 1 month ago
  94. 43efe02 GeneralConfig: Fix variable name by Edwin Kempin · 3 years, 1 month ago
  95. e8d2835 Add specific exception to signal invalid code owner config files by Edwin Kempin · 3 years, 1 month ago
  96. cc0fd69 CheckCodeOwner: Handle files owned by all users by Edwin Kempin · 3 years, 1 month ago
  97. 5db42bf Config doc: Clarify that this is not the config that defines code owners by Edwin Kempin · 3 years, 1 month ago
  98. e187c7f Document that keeping the global config in All-Projects may be dangerous by Edwin Kempin · 3 years, 1 month ago
  99. e170cde User guide: Make clear that label functions are orthogonal to code owners by Edwin Kempin · 3 years, 1 month ago
  100. b8234c5 User guide: Explain when code owner submit records in the index get stale by Edwin Kempin · 3 years, 1 month ago