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 the legacy webapp #1045

Merged
merged 1 commit into from
Nov 1, 2024
Merged

Remove the legacy webapp #1045

merged 1 commit into from
Nov 1, 2024

Conversation

ikhoon
Copy link
Contributor

@ikhoon ikhoon commented Oct 23, 2024

Motivation:

The new UI becomes stablized and we don't get addtional bug reports for them. So I think it is safe to remove the legacy webapp to improve build speed and reduce the artifact size.

Modifications:

  • Remove server/src/main/resource folder
  • Remove build scripts for the legacy webapp in build.gradle
  • Remove /legacy-webapp route path from the server.

Result:

The legacy webapp is no longer supported.

Motivation:

The new UI becomes stablized and we don't get addtional bug reports for
them. So I think it is safe to remove the legacy webapp to improve build
speed and reduce the artifact size.

Modifications:

- Remove `server/src/main/resource` folder
- Remove build scripts for the legacy webapp in `build.gradle`
- Remove `/legacy-webapp` route path from the server.

Result:

The legacy webapp is no longer supported.
@ikhoon ikhoon added the cleanup label Oct 23, 2024
@ikhoon ikhoon added this to the 0.71.0 milestone Oct 23, 2024
@ikhoon
Copy link
Contributor Author

ikhoon commented Oct 23, 2024

If there are any concerns about deleting the legacy app, let's keep this PR open until we are ready.

Copy link

codecov bot commented Oct 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.31%. Comparing base (f810f16) to head (8d91712).
Report is 30 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1045      +/-   ##
============================================
- Coverage     71.60%   71.31%   -0.30%     
+ Complexity     4121     4077      -44     
============================================
  Files           402      403       +1     
  Lines         16452    16359      -93     
  Branches       1762     1768       +6     
============================================
- Hits          11781    11666     -115     
- Misses         3640     3660      +20     
- Partials       1031     1033       +2     

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

Copy link
Contributor

@minwoox minwoox left a comment

Choose a reason for hiding this comment

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

I think we are good to go. 👍

@ikhoon ikhoon merged commit 56d1f0a into line:main Nov 1, 2024
11 of 12 checks passed
@ikhoon ikhoon deleted the remove-legacy-webapp branch November 1, 2024 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants