mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-01 01:31:28 +00:00
* Add SCIM Closes https://github.com/inventree/InvenTree/issues/6339 * also test scim * extend testing with conformance suite * fix test suite results * coverage completion * fil test gaps * add missing schema values * fix more type issues * fix error view * remove route from OpenAPI * add changelog entry * add codeowners
16 lines
430 B
Plaintext
16 lines
430 B
Plaintext
# General owner is the maintainers team
|
|
* @SchrodingersGat
|
|
|
|
# plugins are co-owned
|
|
/src/backend/InvenTree/plugin/ @SchrodingersGat @matmair
|
|
/src/backend/InvenTree/plugins/ @SchrodingersGat @matmair
|
|
|
|
# Installer functions
|
|
.pkgr.yml @matmair
|
|
Procfile @matmair
|
|
/contrib/installer @matmair
|
|
/contrib/packager.io @matmair
|
|
|
|
# Auth federation
|
|
/src/backend/scim/ @matmair
|