Added REST web server to interface with capiocl::Engine#48
Merged
marcoSanti merged 19 commits intomainfrom Jan 30, 2026
Merged
Conversation
5bb6e45 to
3034b04
Compare
3034b04 to
fd409a1
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #48 +/- ##
==========================================
- Coverage 98.23% 98.03% -0.20%
==========================================
Files 19 20 +1
Lines 1131 1326 +195
Branches 721 847 +126
==========================================
+ Hits 1111 1300 +189
- Misses 2 5 +3
- Partials 18 21 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8bbef59 to
3cf1d2e
Compare
7a9dcea to
5526878
Compare
5526878 to
a26178a
Compare
c407b6b to
2e357dd
Compare
be572b5 to
ba7b5df
Compare
Handle empty request body by parsing an empty JSON object.
57947db to
1d9b52d
Compare
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.
This commit adds a new REST web server which allows users to externally update the configuration of a running capiocl::engine::Engine() instance.