-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 old debug UI #6478
base: dev-2.x
Are you sure you want to change the base?
Remove old debug UI #6478
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev-2.x #6478 +/- ##
==========================================
Coverage 70.10% 70.10%
+ Complexity 18269 18267 -2
==========================================
Files 2077 2077
Lines 77659 77659
Branches 7828 7828
==========================================
Hits 54439 54439
- Misses 20439 20440 +1
+ Partials 2781 2780 -1 ☔ View full report in Codecov by Sentry. |
You're also deleting the new debug UI and GraphiQL. Both of those we want to keep. :) Deleting |
0bf11c1
to
da4d1ef
Compare
My mistake, thanks for pointing this out :D |
I converted this to draft since I was informed there still exist some debug layer related instructions for some OSM editors in Finland that haven't been yet updated to be about the new debug UI. Hopefully soon we can get rid of this. |
Summary
This PR removes the old debug UI (
application/src/client/classic-debug
). I also removed and changed some related documentation.Issue
N/A
Unit tests
N/A
Documentation
I changed
doc/user/Troubleshooting-Routing.md
anddoc/user/Frontends.md
to indicate of this change. I did a quick search for more references of the old debug UI but could not find any. However, there might still be some references left in the documentation.