1. c099b8f User guide: Add section about code owners submit rule by Edwin Kempin · 3 years ago
  2. f93bfad Disallow projects to override inherited list configuration parameters by Edwin Kempin · 3 years ago
  3. 00b7fd5 Merge "Always show owners below file name when "Show all owners" is checked" by Dmitrii Filippov · 3 years ago
  4. 38cfa93 Merge "Document more clearly how configuration parameters are inherited" by Gal Paikin · 3 years ago
  5. 773de82 Always show owners below file name when "Show all owners" is checked by Dmitrii Filippov · 3 years ago
  6. a59e1ed Document more clearly how configuration parameters are inherited by Edwin Kempin · 3 years ago
  7. f41f992 Merge "Add further tests for disabled branch configuration" by Edwin Kempin · 3 years ago
  8. c09dcf4 Add further tests for disabled branch configuration by Edwin Kempin · 3 years ago
  9. 5e0e72a Merge "CodeOwnersPluginConfigSnapshot: Rename getOverrideApproval() method" by Edwin Kempin · 3 years ago
  10. bbba633 Merge "CodeOwnersPluginConfigSnapshotTest: Add more override approval tests" by Edwin Kempin · 3 years ago
  11. 7b68901 Merge "CodeOwnersPluginConfigSnapshotTest: Fix required approval tests" by Edwin Kempin · 3 years ago
  12. 425a51e CodeOwnersPluginConfigSnapshot: Rename getOverrideApproval() method by Edwin Kempin · 3 years ago
  13. 0227f01 CodeOwnersPluginConfigSnapshotTest: Add more override approval tests by Edwin Kempin · 3 years ago
  14. c91b0ff CodeOwnersPluginConfigSnapshotTest: Fix required approval tests by Edwin Kempin · 3 years ago
  15. 9c1d40a Merge "CodeOwnersPluginConfigSnapshotTest: Add tests for global code owners" by Edwin Kempin · 3 years ago
  16. c358846 Merge "Fix runtime error: 'change is not defined'" by Dmitrii Filippov · 3 years ago
  17. 56288f8 Merge "Fix eslint problems" by Dmitrii Filippov · 3 years ago
  18. 383ef3f Merge "Reduce white space by adding display rules to code-owners chips in the reply dialog" by Dmitrii Filippov · 3 years ago
  19. c55ed4c CodeOwnersPluginConfigSnapshotTest: Add tests for global code owners by Edwin Kempin · 3 years ago
  20. ee2bc23 GeneralConfigTest: Fix wrong config parameter name by Edwin Kempin · 3 years ago
  21. 4f04362 Fix runtime error: 'change is not defined' by Dmitrii Filippov · 3 years ago
  22. f86a763 Fix eslint problems by Dmitrii Filippov · 3 years ago
  23. e303616 Reduce white space by adding display rules to code-owners chips in the reply dialog by Dmitrii Filippov · 3 years ago
  24. 525f8f6 Show different error message if server config is invalid by Dmitrii Filippov · 3 years ago
  25. f4dfcee Fix: service users must be ignored when calculating suggestion checkmark by Dmitrii Filippov · 3 years ago
  26. 51c7340 Continue offering "Suggest" tool when OWNERS are already met by Dmitrii Filippov · 3 years ago
  27. 7bacb1b Merge changes from topic "show_all_owners" by Dmitrii Filippov · 3 years ago
  28. c30879c Do not place all owners on a new line if number of all owners is small by Dmitrii Filippov · 3 years ago
  29. adff1be Pause/resume owners loading when switching between different owners by Dmitrii Filippov · 3 years ago
  30. a5dd7c3 Add "Show all owners" option by Dmitrii Filippov · 3 years ago
  31. a392531 Merge "setup-guide.md: Update outdated info about bootstrapping mode" by Gal Paikin · 3 years ago
  32. 1914db5 Disable validation of OWNERS files on submit by default by Edwin Kempin · 3 years ago
  33. 7dfa9b6 CodeOwnerConfigValidatorIT: Fix flaky tests by Edwin Kempin · 3 years ago
  34. 4db0bb1 setup-guide.md: Update outdated info about bootstrapping mode by Edwin Kempin · 3 years ago
  35. b0f9e2f Merge "validaton.md: Link to the config options that disable some of the checks" by Edwin Kempin · 3 years ago
  36. 91664dd validaton.md: Link to the config options that disable some of the checks by Edwin Kempin · 3 years ago
  37. f5a30cc Disable OWNERS validation that cannot be satisfied for merge commits by Edwin Kempin · 3 years ago
  38. 0a24a43 Merge "Test code-owners submit rule if auto-merge is missing" by Edwin Kempin · 3 years ago
  39. 9b17a01 Merge "Let users know when a file can be approved by anyone" by Dmitrii Filippov · 3 years ago
  40. cf7622f Test code-owners submit rule if auto-merge is missing by Edwin Kempin · 3 years ago
  41. 6025539 Fix histogram metrics for counting code owner config reads by Edwin Kempin · 3 years ago
  42. 6868d05 Adapt to change in Gerrit core by Edwin Kempin · 3 years ago
  43. 90e0908 Let users know when a file can be approved by anyone by Dmitrii Filippov · 3 years ago
  44. 9e8d456 Fix resolving exempted users to accounts in background threads by Edwin Kempin · 3 years ago
  45. 2b609d5 Disable saving auto-merge commits by Edwin Kempin · 3 years ago
  46. a03d233 CodeOwnerApprovalCheck: Skip the file path when looking up OWNERS files by Edwin Kempin · 3 years ago
  47. 1d17572 Add metric to measure the time for computing patch set approvals by Edwin Kempin · 3 years ago
  48. 62e2b1e Avoid computing changed files for automerge commits using PatchListCache by Edwin Kempin · 3 years ago
  49. b03becb Use verifyNoInteractions instead of verifyZeroInteractions by Edwin Kempin · 3 years, 1 month ago
  50. 2a1e0ef config.md: Fix some capitalization by Edwin Kempin · 3 years, 1 month ago
  51. 3b073da Allow validating code owner configs even if code owners is switched off by Edwin Kempin · 3 years, 1 month ago
  52. e4ddca6 Allow to configure validation flags per branch by Edwin Kempin · 3 years, 1 month ago
  53. 7e280a2 GeneralConfig: Fix placeholder in log statement by Edwin Kempin · 3 years, 1 month ago
  54. c5f984d Merge "Allow to disable the validation of code owner config files per branch" by Gal Paikin · 3 years, 1 month ago
  55. 76532b4 Allow to disable the validation of code owner config files per branch by Edwin Kempin · 3 years, 1 month ago
  56. b2df9ad Merge changes Iffd1de5d,I1992e555 by Patrick Hiesel · 3 years, 1 month ago
  57. 38ff2bf GeneralConfig: Include parameter name into warning by Edwin Kempin · 3 years, 1 month ago
  58. a235b15 Fix removal of inherited global code owners by Edwin Kempin · 3 years, 1 month ago
  59. ed37437 Merge changes I3b520220,I09533336 by Patrick Hiesel · 3 years, 1 month ago
  60. 0246ad1 Merge "Add temporary api for interaction with find-owners plugin" by Dmitrii Filippov · 3 years, 1 month ago
  61. 0882531 Merge "Compute status icon for renamed files differently" by Dmitrii Filippov · 3 years, 1 month ago
  62. 8ae9b85 Reduce default value for maxPathsInChangeMessages config parameter by Edwin Kempin · 3 years, 1 month ago
  63. 8a5f881 Remove sorting of owned paths to avoid that all owned paths are computed by Edwin Kempin · 3 years, 1 month ago
  64. 2ab24de Merge "Compute only as many owned paths as needed, not all" by Edwin Kempin · 3 years, 1 month ago
  65. d5e8f0a Compute status icon for renamed files differently by Dmitrii Filippov · 3 years, 1 month ago
  66. 59c1201 Add temporary api for interaction with find-owners plugin by Dmitrii Filippov · 3 years, 1 month ago
  67. eb67305 Disable rename detection when computing changed files by Edwin Kempin · 3 years, 1 month ago
  68. 095d73f Add test with renamed file for Get Code Owner Status REST endpoint by Edwin Kempin · 3 years, 1 month ago
  69. 735c22c Fix a spelling mistake in the config documentation by Edwin Kempin · 3 years, 1 month ago
  70. d269abb Compute only as many owned paths as needed, not all by Edwin Kempin · 3 years, 1 month ago
  71. bca9e77 Merge "PathCodeOwners: Skip resolving global imports that will be ignored" by Edwin Kempin · 3 years, 1 month ago
  72. 61b0a0e Merge changes I5d50ebdd,Ic37f1c29 by Edwin Kempin · 3 years, 1 month ago
  73. 2f49c8a Allow to exempt users from requiring code owner approvals by Edwin Kempin · 3 years, 1 month ago
  74. 4a62c34 PathCodeOwners: Skip resolving global imports that will be ignored by Edwin Kempin · 3 years, 1 month ago
  75. ed64fb6 PathCodeOwners: Return ImmutableSet from methods that get imports by Edwin Kempin · 3 years, 1 month ago
  76. a82b780 CodeOwnerApprovalCheck: Add debug logs for pure reverts by Edwin Kempin · 3 years, 1 month ago
  77. 331e6bd CodeOwnerApprovalCheck: Remove unused changeNotes parameters by Edwin Kempin · 3 years, 1 month ago
  78. 9d55a2d Merge changes Ic887a27f,I421c99fb by Edwin Kempin · 3 years, 1 month ago
  79. 0396c1a Merge "Allow to set a max size for the in-memory code owner config cache" by Edwin Kempin · 3 years, 1 month ago
  80. 2216110 Merge "Add metrics to count the number of OWNERS cache/backend loads per change" by Edwin Kempin · 3 years, 1 month ago
  81. 0b900d7 Merge "Fix per-file import if per-file rule ignores parent code owners" by Edwin Kempin · 3 years, 1 month ago
  82. 0899ed3 Fix per-file import if per-file rule ignores parent code owners by Edwin Kempin · 3 years, 1 month ago
  83. 9a81620 Stop resolving all users by default when listing code owners by Edwin Kempin · 3 years, 1 month ago
  84. a429cc1 Add metrics to record latency for adding/extending change messages by Edwin Kempin · 3 years, 1 month ago
  85. a0ae392 Allow to set a max size for the in-memory code owner config cache by Edwin Kempin · 3 years, 1 month ago
  86. c55a1fa Add metrics to count the number of OWNERS cache/backend loads per change by Edwin Kempin · 3 years, 1 month ago
  87. d23c986 Merge changes Iea433d14,Ice2857a1,Ib6927fa6 by Edwin Kempin · 3 years, 1 month ago
  88. 7664d52 Add metric to count the number of code owner submit rule runs by Edwin Kempin · 3 years, 1 month ago
  89. d2e69e6 Split latency metric for computing changed files by Edwin Kempin · 3 years, 1 month ago
  90. c72d91f Add metrics to record latency for loading/reading/parsing OWNERS files by Edwin Kempin · 3 years, 1 month ago
  91. 17a2240 Merge changes If541bc32,I5a34a35f,I3ac34367 by Edwin Kempin · 3 years, 1 month ago
  92. 9e7d34c Use PerThreadCache to create code-owners plugin config only once per request by Edwin Kempin · 3 years, 1 month ago
  93. fd6f700 Reduce number of CodeOwnersPluginConfiguration#getProjectConfig calls by Edwin Kempin · 3 years, 1 month ago
  94. 9fa97a4 Refactor config reading as preparation to reduce plugin config loads by Edwin Kempin · 3 years, 1 month ago
  95. 809be05 Merge "CodeOwnerApprovalCheck: Compute current patch set approvals only once" by Edwin Kempin · 3 years, 1 month ago
  96. 135b28f CodeOwnerApprovalCheck: Compute current patch set approvals only once by Edwin Kempin · 3 years, 1 month ago
  97. 32ee12c Merge changes Id72def08,Id2d9c0f2 by Edwin Kempin · 3 years, 1 month ago
  98. e8f6f1d Merge changes Id70060a4,Ic092c3db by Edwin Kempin · 3 years, 1 month ago
  99. 77e3bf8 Load each code owner config only once for computing code owner statuses by Edwin Kempin · 3 years, 1 month ago
  100. 097eab3 Add a metric to count the number of code owner config reads by Edwin Kempin · 3 years, 1 month ago