openedx / edx-django-utils

edX utilities for Django Application development.
https://edx.readthedocs.io/projects/edx-django-utils/en/latest/
Apache License 2.0
26 stars 20 forks source link

ARCHBOM-1357: add catch-all to CodeOwnerMetricMiddleware #45

Closed robrap closed 4 years ago

robrap commented 4 years ago

Description:

Added a catch-all capability to CodeOwnerMetricMiddleware when CODE_OWNER_MAPPINGS includes a '*' as a team's module. The catch-all is used only if there is no other match.

JIRA:

ARCHBOM-1357

Reviewers:

Merge checklist:

Post merge: