Skip to content
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

Remove iEverest #9097

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Conversation

frode-aarstad
Copy link
Contributor

@frode-aarstad frode-aarstad commented Oct 30, 2024

Issue
Resolves #8907

Approach
🔪

(Screenshot of new behavior in GUI if applicable)

  • PR title captures the intent of the changes, and is fitting for release notes.
  • Added appropriate release note label
  • Commit history is consistent and clean, in line with the contribution guidelines.
  • Make sure unit tests pass locally after every commit (git rebase -i main --exec 'pytest tests/ert/unit_tests -n logical -m "not integration_test"')

When applicable

  • When there are user facing changes: Updated documentation
  • New behavior or changes to existing untested code: Ensured that unit tests are added (See Ground Rules).
  • Large PR: Prepare changes in small commits for more convenient review
  • Bug fix: Add regression test for the bug
  • Bug fix: Create Backport PR to latest release

@frode-aarstad frode-aarstad added the release-notes:breaking-change Automatically categorise as breaking change in release notes label Oct 30, 2024
@frode-aarstad frode-aarstad self-assigned this Oct 30, 2024
Copy link
Contributor

@verveerpj verveerpj left a comment

Choose a reason for hiding this comment

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

LGTM! Two small comments to look at.

ci/testkomodo.sh Outdated
-m "not requires_eclipse and not ui_test"
xvfb-run -s "-screen 0 640x480x24" --auto-servernum python -m pytest tests/everest -s -m "ui_test"
-m "not requires_eclipse"
xvfb-run -s "-screen 0 640x480x24" --auto-servernum python -m pytest tests/everest -s
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the xvfb still needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It should not be needed no. Will try and remove

ieverest_entry(args)
"""Start the graphical user interface (Deprecated)"""
print(
"The gui command has been deprecated. Please use the run command instead."
Copy link
Contributor

Choose a reason for hiding this comment

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

It's not really deprecated, right? It is 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.

You are correct. I will change the text

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.67%. Comparing base (c4e1365) to head (602a4f5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9097      +/-   ##
==========================================
- Coverage   90.72%   90.67%   -0.06%     
==========================================
  Files         350      350              
  Lines       21783    21783              
==========================================
- Hits        19763    19752      -11     
- Misses       2020     2031      +11     
Flag Coverage Δ
cli-tests 38.95% <ø> (-0.05%) ⬇️
gui-tests 71.70% <ø> (+0.02%) ⬆️
performance-tests 49.24% <ø> (ø)
unit-tests 79.58% <ø> (-0.01%) ⬇️

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.

@frode-aarstad frode-aarstad merged commit ca68c84 into equinor:main Oct 31, 2024
56 checks passed
@frode-aarstad frode-aarstad deleted the remove-everest-gui branch October 31, 2024 11:06
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
None yet
Development

Successfully merging this pull request may close these issues.

Remove the iEverest GUI
3 participants