-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat: REST handlers without UI - OpenApi support #1529
base: develop
Are you sure you want to change the base?
Conversation
Description temporarily changed for running the review bot. |
Suggested pull request title: feat: add support for custom REST handlers without UI in openapi.json Great work on implementing support for custom REST handler definitions in the global configuration! The code is well-organized and includes comprehensive test coverage. The feature will allow users to specify additional REST endpoints not generated by UCC, which will be included in the OpenAPI documentation. The implementation could benefit from a few minor improvements:
Overall, this appears to be a solid implementation ready for merging after addressing these minor documentation improvements. The test coverage is particularly impressive, with both unit tests and integration tests verifying the functionality. This comment was added by our PR Review Assistant Bot. Please kindly acknowledge that To reply to the review and engage Review Bot in further conversation, start your comment with the words |
One of two PR's. It allows to specify REST handlers not generated by UCC in globalConfig. Based on that, UCC will extend openapi.json with additional entries. The second feature will contain the second feature + docs. Nothing changes in existing addons. This feature introduces new options in global config.