Ensure configuration settings are documented#11674
Open
SchrodingersGat wants to merge 20 commits intoinventree:masterfrom
Open
Ensure configuration settings are documented#11674SchrodingersGat wants to merge 20 commits intoinventree:masterfrom
SchrodingersGat wants to merge 20 commits intoinventree:masterfrom
Conversation
✅ Deploy Preview for inventree-web-pui-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
matmair
reviewed
Apr 4, 2026
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #11674 +/- ##
==========================================
- Coverage 91.44% 91.44% -0.01%
==========================================
Files 964 965 +1
Lines 49847 49849 +2
==========================================
- Hits 45585 45582 -3
- Misses 4262 4267 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
- Observability on the config settings
- Handled by ENV VAR on RTD account
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Note
This does not automatically catch every config option which is available - because there are some that are dynamically loaded. However, it at least ensures that the primary configuration options (which are not gated during loading) are observable and included in the documentation.