Skip to content

Remove Webviz ERT and BaseService#12567

Merged
yngve-sk merged 8 commits intoequinor:mainfrom
yngve-sk:26.01.remove-baseservice
Jan 14, 2026
Merged

Remove Webviz ERT and BaseService#12567
yngve-sk merged 8 commits intoequinor:mainfrom
yngve-sk:26.01.remove-baseservice

Conversation

@yngve-sk
Copy link
Contributor

@yngve-sk yngve-sk commented Jan 5, 2026

PS: Should consider when to merge this in wrt deprecation warnings etc.

@yngve-sk yngve-sk force-pushed the 26.01.remove-baseservice branch from 0b02fd9 to 0b0d56d Compare January 5, 2026 13:15
@codecov-commenter
Copy link

codecov-commenter commented Jan 5, 2026

Codecov Report

❌ Patch coverage is 85.36585% with 18 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.64%. Comparing base (724bb9e) to head (a5ec8af).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/ert/services/ert_server.py 87.50% 14 Missing ⚠️
src/ert/__main__.py 33.33% 2 Missing ⚠️
src/ert/services/_storage_main.py 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #12567      +/-   ##
==========================================
+ Coverage   90.54%   90.64%   +0.09%     
==========================================
  Files         434      429       -5     
  Lines       30022    29779     -243     
==========================================
- Hits        27183    26992     -191     
+ Misses       2839     2787      -52     
Flag Coverage Δ
cli-tests 37.59% <31.40%> (+0.15%) ⬆️
gui-tests 69.39% <73.55%> (+0.43%) ⬆️
performance-and-unit-tests 73.89% <84.55%> (-0.03%) ⬇️
test 38.09% <32.52%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@codspeed-hq
Copy link

codspeed-hq bot commented Jan 5, 2026

Merging this PR will not alter performance

✅ 22 untouched benchmarks


Comparing yngve-sk:26.01.remove-baseservice (a5ec8af) with main (67f7ea4)

Open in CodSpeed

@yngve-sk yngve-sk added this to SCOUT Jan 6, 2026
@yngve-sk yngve-sk moved this to In Progress in SCOUT Jan 6, 2026
@yngve-sk yngve-sk force-pushed the 26.01.remove-baseservice branch 2 times, most recently from 1278c0c to ed69bd1 Compare January 6, 2026 09:08
@yngve-sk yngve-sk added blocked release-notes:breaking-change Automatically categorise as breaking change in release notes labels Jan 6, 2026
@yngve-sk yngve-sk moved this from In Progress to Ready for Review in SCOUT Jan 6, 2026
from .webviz_ert_service import WebvizErt

__all__ = ["BaseServiceExit", "ErtServer", "ServerBootFail", "WebvizErt"]
__all__ = ["BaseServiceExit", "ErtServer", "ServerBootFail"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BaseServiceExit should probably be renamed to ErtServerExit in this PR.

@@ -1,204 +0,0 @@
"""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this file removed, or just emptied in this PR? (it looks emptied, I would suppose it should be removed)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was not, removed it now

@yngve-sk yngve-sk force-pushed the 26.01.remove-baseservice branch from 372392b to 0dc66d9 Compare January 14, 2026 08:52
@yngve-sk yngve-sk force-pushed the 26.01.remove-baseservice branch from 0dc66d9 to a5ec8af Compare January 14, 2026 08:55
Copy link
Contributor

@berland berland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets cut it! 🪓 🔪

@github-project-automation github-project-automation bot moved this from Ready for Review to Reviewed in SCOUT Jan 14, 2026
@yngve-sk yngve-sk merged commit 0ac0ce1 into equinor:main Jan 14, 2026
35 checks passed
@github-project-automation github-project-automation bot moved this from Reviewed to Done in SCOUT Jan 14, 2026
@andreas-el andreas-el mentioned this pull request Jan 16, 2026
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-notes:breaking-change Automatically categorise as breaking change in release notes

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants