-
Notifications
You must be signed in to change notification settings - Fork 32
🗑️ Retire webserver's project meta-modeling and version-control ⚠️🚨🗃️ #7182
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
🗑️ Retire webserver's project meta-modeling and version-control ⚠️🚨🗃️ #7182
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7182 +/- ##
==========================================
- Coverage 87.72% 87.25% -0.47%
==========================================
Files 1642 1641 -1
Lines 64231 64222 -9
Branches 1179 1085 -94
==========================================
- Hits 56347 56038 -309
- Misses 7573 7873 +300
Partials 311 311
Continue to review full report in Codecov by Sentry.
|
4cec75f to
8215de5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
didnt read the code changes, accepting to unblock good luck with this :--)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Please do not forget to add DB migration icon to the title
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
f8b2404 to
b634391
Compare
|



What do these changes do?
The web server's
meta_modelingandversion_controlmodules are built on top of the existingprojectinterface. However, @giancarloromeo reported that maintaining compatibility with the currentprojectsAPI has become increasingly burdensome, especially considering that these modules are not actively used.This PR removes
meta_modelingandversion_control, allowing theprojectinterface to be refactored and expanded without the constraints of backward compatibility. If needed in the future, these modules can be reintroduced and adapted to the updatedprojectsAPI.This PR acts as recovery point and is referenced in the documentation of the web-server
{ "disabledPlugins": ["WEBSERVER_META_MODELING", "WEBSERVER_VERSION_CONTROL"] }This ensures that the front-end keeps disabled these functionalities. At least while it exists in the front-end.
Related issue/s
How to test
Dev-ops⚠️
*_META_MODELINGand*_VERSION_CONTROL