issues
search
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-1527: update code owner mapping
#68
Closed
robrap
closed
4 years ago
robrap
commented
4 years ago
Description:
Exposed existing get_code_owner_from_module via the public api.
Fixed get_code_owner_from_module to not require a call to is_code_owner_mappings_configured beforehand.
Set the existing code_owner_path_module custom attribute, even for cases where the transaction name was used, rather than the view module.
Refactored and simplified configuration and tests.
JIRA:
ARCHBOM-1527
Merge checklist:
[x] CI build is green
[x] Version bumped
[x] Changelog record added
[x] Documentation updated (not only docstrings)
[x] Commits are squashed
Post merge:
[ ] Create a tag
[ ] Check new version is pushed to PyPi after tag-triggered build is finished.
[ ] Delete working branch (if not needed anymore)
Description:
JIRA:
ARCHBOM-1527
Merge checklist:
Post merge: