-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: Group configuration-related API routes below /configurations
#2067
Conversation
zusorio
commented
Dec 9, 2024
- Move the web-based configuration code outside the settings folder
- Change the configuration API paths from /settings/configuration to /configuration
- Move the server-side config code inside the new top-level configuration folder into a new folder called app
API Changelog 4.14.1.dev36+g2e61d263GET /api/v1/configurations/global
PUT /api/v1/configurations/global
GET /api/v1/configurations/global/schema
GET /api/v1/configurations/unified
GET /api/v1/settings/configurations/global
PUT /api/v1/settings/configurations/global
GET /api/v1/settings/configurations/global/schema
GET /api/v1/settings/configurations/unified
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2067 +/- ##
==========================================
- Coverage 85.47% 85.46% -0.01%
==========================================
Files 224 224
Lines 7399 7397 -2
Branches 513 513
==========================================
- Hits 6324 6322 -2
Misses 911 911
Partials 164 164 ☔ View full report in Codecov by Sentry. |
A Storybook preview is available for commit 2e61d26. |
- Move the web-based configuration code outside the settings folder - Change the configuration API paths from /settings/configuration to /configuration - Move the server-side config code inside the new top-level configuration folder into a new folder called app
Quality Gate passedIssues Measures |
/configurations