Frontend: support configuring multiple override approvals This change adds support for multiple override approvals. This change is compatible with both APIs: the old API with a single override, and the new one with a multiple overrides. The related backend changes [1] contains more information about it. The frontent changes must be released before the backend change. [1] https://gerrit-review.googlesource.com/c/plugins/code-owners/+/289900 Change-Id: I3677ab4d469f0471d4f005b3df15cae2e8eebaaf
This plugin provides support for defining code owners for files in a repository.
If the code-owners plugin is enabled, changes can only be submitted if all touched files are covered by approvals from code owners.
Also see resources/Documentation/about.md
IMPORTANT: Before installing/enabling the plugin follow the instructions from the setup guide, see resources/Documentation/setup-guide.md