⚰️ Remove Web Server publications ⚠️#8976
Merged
giancarloromeo merged 6 commits intoITISFoundation:masterfrom Mar 27, 2026
Merged
⚰️ Remove Web Server publications ⚠️#8976giancarloromeo merged 6 commits intoITISFoundation:masterfrom
giancarloromeo merged 6 commits intoITISFoundation:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8976 +/- ##
==========================================
+ Coverage 87.43% 87.45% +0.02%
==========================================
Files 2071 2068 -3
Lines 81734 81581 -153
Branches 1434 1434
==========================================
- Hits 71466 71349 -117
+ Misses 9864 9828 -36
Partials 404 404
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
sanderegg
approved these changes
Mar 27, 2026
Member
sanderegg
left a comment
There was a problem hiding this comment.
love it when things are deleted 💯
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.



What do these changes do?
This pull request removes the entire "publications" subsystem from the codebase, including its API endpoint, implementation, OpenAPI documentation, and related utilities and tests. The main impact is that the
/v0/publications/service-submissionendpoint and all associated logic for handling service submissions are no longer available.Related issue/s
How to test
Dev-ops
WEBSERVER_PUBLICATIONSenv var is no longer used.MR: https://git.speag.com/oSparc/osparc-ops-deployment-configuration/-/merge_requests/1926