1. d752524 CodeOwnerApprovalCheck: Drop unreachable code by Edwin Kempin · 3 years ago
  2. f6889c7 Simplify assertions in CodeOwnerApprovalCheck*Test by Edwin Kempin · 3 years ago
  3. 5fd53bb AbstractGetCodeOwnersForPath: Include filtered out code owners into debug logs by Edwin Kempin · 3 years ago
  4. f1e80a1 AbstractGetCodeOwnersForPath: Log collected debugs on fine level by Edwin Kempin · 3 years ago
  5. 6d1b973 AbstractGetCodeOwnersForPath: Drop unneeded if conditions for debug logs by Edwin Kempin · 3 years ago
  6. 9b4bf60 Fix spelling mistake in test name by Edwin Kempin · 3 years ago
  7. 74a4c2f Do not suggest code owners that are annotated with '#{NEVER_SUGGEST}' by Edwin Kempin · 3 years ago
  8. 2eab6d5 AbstractGetCodeOwnersForPath: Do filtering only once at the end by Edwin Kempin · 3 years ago
  9. 0b8cdf3 Make annotations on code owners available through CodeOwnerResolverResult by Edwin Kempin · 3 years ago
  10. d50fa45 Support annotations on per-file code owners in OWNERS files by Edwin Kempin · 3 years ago
  11. 1a63cdb Parse annotations on code owners from OWNERS files by Edwin Kempin · 3 years ago
  12. c387230 Merge "CodeOwnerApprovalCheck: Remove wrong shortcut for fallback code owners" by Edwin Kempin · 3 years ago
  13. e30b248 Merge changes Ie5e1d69f,I31079438,Ie7dd6f54 by Edwin Kempin · 3 years ago
  14. ff0dc52 Fix: the code-owners status column is always hidden by Dmitrii Filippov · 3 years ago
  15. 8bf495a CodeOwnerApprovalCheck: Remove wrong shortcut for fallback code owners by Edwin Kempin · 3 years ago
  16. 2fd84e0 validation.md: Fix position of skip validation section by Edwin Kempin · 3 years ago
  17. c9381a7 Test submitting with implicit approval if REBASE_ALWAYS is used by Edwin Kempin · 3 years ago
  18. a1a2cee Make documentation of exemptedUser config more clear by Edwin Kempin · 3 years ago
  19. 263731d Merge changes If8e6686e,I9e195b9b,I98296249,I3e0c32b8 by Edwin Kempin · 3 years ago
  20. 189ca44 Merge changes I706b7c7f,I5ee6dfcb,Idf625ecf by Edwin Kempin · 3 years ago
  21. ba706ac Merge changes I409485ea,Ia330dbbd by Edwin Kempin · 3 years ago
  22. eadc3a7 Cache resolved code owners for the time of the request by Edwin Kempin · 3 years ago
  23. 2c9f006 Return default value for maxCodeOwnerConfigCacheSize if invalid by Edwin Kempin · 3 years ago
  24. 44c9eb4 Load accounts in parallel when resolving code owners by Edwin Kempin · 3 years ago
  25. c89c399 CodeOwnerResolver: Split methods to lookup and check accounts by Edwin Kempin · 3 years ago
  26. 8e07d6e CodeOwnerResolver: Move methods to check email domains up by Edwin Kempin · 3 years ago
  27. aea768c CodeOwnerResolver: Extract filter for all users wildcard into a method by Edwin Kempin · 3 years ago
  28. ce9c2df CodeOwnerResolver: Document relevant behaviour on class level by Edwin Kempin · 3 years ago
  29. b1cd198 Ignore invalid globs in OWNERS files by Edwin Kempin · 3 years ago
  30. 7a8b036 Fix parsing of globs that contain commas by Edwin Kempin · 3 years ago
  31. 079a380 Document examples for caveats with find-owners path expressions by Edwin Kempin · 3 years ago
  32. 1a89c2b Merge "Replace user details with templates in change messages" by Marija Savtchouk · 3 years ago
  33. e943072 Explain why find-owners path expressions cannot match in current folder only by Edwin Kempin · 3 years ago
  34. 22b17d1 Fix path expression documentation about '*' and '**' by Edwin Kempin · 3 years ago
  35. 36116d9 Replace user details with templates in change messages by Marija Savtchouk · 3 years ago
  36. a9d8e3e CodeOwnerResolver: Improve message for inactive accounts by Edwin Kempin · 3 years ago
  37. 5d2b0f0 CodeOwnerResolver: Include email into "resolved to account" message by Edwin Kempin · 3 years ago
  38. 06e0a64 CodeOwnerResolver: Use ImmutableList.Builder<String> to collect messages by Edwin Kempin · 3 years ago
  39. 0de334f Merge "Apply implicit approvals only when change owner == last patch set uploader" by Edwin Kempin · 3 years ago
  40. a61bb6e Apply implicit approvals only when change owner == last patch set uploader by Edwin Kempin · 3 years, 1 month ago
  41. da69415 CodeOwnerSubmitRule: Only increase rule error metric if RULE_ERROR is returned by Edwin Kempin · 3 years ago
  42. 1cd49c8 Merge "Add metric to record code owner config validations" by Edwin Kempin · 3 years ago
  43. fa98b71 Add metric to record code owner config validations by Edwin Kempin · 3 years ago
  44. a81379c Merge "GetCodeOwnerStatus: Allow to limit the number of returned statuses" by Edwin Kempin · 3 years ago
  45. 4552763 Merge "CodeOwnerApprovalCheck: Allow to use diff cache to get changed files" by Edwin Kempin · 3 years ago
  46. 746205f Merge "Fix jumping show all owners checkbox when files are loading" by Dmitrii Filippov · 3 years ago
  47. f730a25 GetCodeOwnerStatus: Allow to limit the number of returned statuses by Edwin Kempin · 3 years, 1 month ago
  48. a7e4598 CodeOwnerApprovalCheck: Allow to use diff cache to get changed files by Edwin Kempin · 3 years, 1 month ago
  49. f8a5ce6 Fix jumping show all owners checkbox when files are loading by Dmitrii Filippov · 3 years ago
  50. 2638250 Bazel: Migrate to gerrit_js_bundle rule by David Ostrovsky · 3 years ago
  51. 1d511e9 Add metric to count the number of code owner suggestions by Edwin Kempin · 3 years ago
  52. cfb8c80 CodeOwnerSubmitRule: Fix exception logging by Edwin Kempin · 3 years ago
  53. 652ab80 Extend documentation on 'set noparent' by Edwin Kempin · 3 years ago
  54. 8d68b2e Use term 'folder code owners' instead of 'non-restricted code owners' by Edwin Kempin · 3 years ago
  55. deb5327 Config guide: Mention exempted users as alternative to global code owners by Edwin Kempin · 3 years ago
  56. ee64242 Add a debug option for the list code owners REST endpoints by Edwin Kempin · 3 years ago
  57. 3a942cf Setup guide: Emphasize to configure overrides and fallback code owners by Edwin Kempin · 3 years ago
  58. 22ec949 REST API docs: Remove quotes around booleans in example responses by Edwin Kempin · 3 years ago
  59. db05a71 CodeOwnersPluginProjectConfigSnapshot: Fix/improve javadocs by Edwin Kempin · 3 years ago
  60. c10d3b7 CodeOwnerCheckInfoSubject: Remove unused method by Edwin Kempin · 3 years ago
  61. 0de0b1a Test that change can be submitted with override if OWNERS file is non-parsable by Edwin Kempin · 3 years ago
  62. c2e2559 CodeOwnerSubmitRuleTest: Fix nits by Edwin Kempin · 3 years ago
  63. 12933ae Merge "Add push option to skip code owner config validation on demand" by Gal Paikin · 3 years ago
  64. 852d611 docs: use HEAD in gitiles URIs by Mike Frysinger · 3 years ago
  65. ea5f832 Add push option to skip code owner config validation on demand by Edwin Kempin · 3 years, 2 months ago
  66. 3937f90 Adapt to change in Gerrit core by Edwin Kempin · 3 years ago
  67. 7e181e3 Merge "Cache all parsed config values to avoid reparsing them" by Edwin Kempin · 3 years ago
  68. 0069566 Merge "CheckCodeOwner: Also check permissions of the code owner" by Gal Paikin · 3 years ago
  69. b0ebacf CheckCodeOwner: Also check permissions of the code owner by Edwin Kempin · 3 years ago
  70. 84bdd58 Merge "Document another case where no code owners are suggested" by Edwin Kempin · 3 years ago
  71. 699739a Merge "Fix: this.codeOwnersCacheApi.getStatus is not a function" by Dmitrii Filippov · 3 years ago
  72. e63f501 Fix: this.codeOwnersCacheApi.getStatus is not a function by Dmitrii Filippov · 3 years ago
  73. c8b126b Merge "Fix description of default code owners" by Gal Paikin · 3 years ago
  74. 1528864 Document another case where no code owners are suggested by Edwin Kempin · 3 years ago
  75. 0021eaf Cache all parsed config values to avoid reparsing them by Edwin Kempin · 3 years ago
  76. 5feb3fd Merge changes I946a69e4,I45103f0e by Patrick Hiesel · 3 years ago
  77. e611f6d Fix description of default code owners by Edwin Kempin · 3 years ago
  78. 55660ee Merge "Document why root code owners are ranked lower" by Gal Paikin · 3 years, 1 month ago
  79. f50d316 Document why root code owners are ranked lower by Edwin Kempin · 3 years, 1 month ago
  80. c5d1bea Merge changes I864b949b,Ic3222d67 by Gal Paikin · 3 years, 1 month ago
  81. 8eda143 Merge "Set a default limit for the in-memory code owner config cache" by Patrick Hiesel · 3 years, 1 month ago
  82. c6eb2a1 Add metric to record latency for resolving code owner references by Edwin Kempin · 3 years, 1 month ago
  83. 3fed5f4 Document resolve_path_code_owners metric by Edwin Kempin · 3 years, 1 month ago
  84. fbaa0a6 Set a default limit for the in-memory code owner config cache by Edwin Kempin · 3 years, 1 month ago
  85. e2b5035 Add a note about service users by Edwin Kempin · 3 years, 1 month ago
  86. 398bba0 Merge "TransientCodeOwnerConfigCache: Log warning if the limit has been reached" by Edwin Kempin · 3 years, 1 month ago
  87. 26e3abb Test that invalid hex account option is correctly handled by Edwin Kempin · 3 years, 1 month ago
  88. fa71ca5 TransientCodeOwnerConfigCache: Log warning if the limit has been reached by Edwin Kempin · 3 years, 1 month ago
  89. 463468c Merge changes Ia1f102d5,I992facea,I8a785204,I6641565b by Edwin Kempin · 3 years, 1 month ago
  90. c172c45 Merge changes Ibebb6b55,Iafb1d32f,I2486c293,I2695d16d,If579300d, ... by Edwin Kempin · 3 years, 1 month ago
  91. 3068f16 CodeOwnerApprovalCheck: Avoid passing implicit approval flag into all methods by Edwin Kempin · 3 years, 1 month ago
  92. 3f57e87 List code owners: Add option to only get code owners with the highest score by Edwin Kempin · 3 years, 1 month ago
  93. f93707b metrics.md: Document the prefix that is used for all metrics by Edwin Kempin · 3 years, 1 month ago
  94. a29d260 AbstractGetCodeOwnersForPath: Make code owner scorings accessible by Edwin Kempin · 3 years, 1 month ago
  95. 94fcb76 Document another example why enabling implicitly approvals is bad by Edwin Kempin · 3 years, 1 month ago
  96. 97cb7d4 AbstractGetCodeOwnersForPath: Cleanup how subclasses add further scorings by Edwin Kempin · 3 years, 1 month ago
  97. 0fc059f Test that getting code owners works for anonymous user by Edwin Kempin · 3 years, 1 month ago
  98. 93a05b1 AbstractGetCodeOwnersForPath: Add a comment by Edwin Kempin · 3 years, 1 month ago
  99. 8e71caf Add distance scores for code owners that are added for resolving all users by Edwin Kempin · 3 years, 1 month ago
  100. 80aa1d3 Fix sorting in code owner suggestion if file is owned by all users by Edwin Kempin · 3 years, 1 month ago