-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Remove old debug UI #6478
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev-2.x #6478 +/- ##
=============================================
+ Coverage 71.04% 71.06% +0.02%
- Complexity 18297 18300 +3
=============================================
Files 2005 2004 -1
Lines 75850 75829 -21
Branches 7779 7778 -1
=============================================
+ Hits 53884 53886 +2
+ Misses 19221 19200 -21
+ Partials 2745 2743 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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. |
…ng-Routing.md file.
da4d1ef
to
7a2f1d5
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.
I have a few requests for Frontends.md but rather than playing review ping pong let's merge this and I will change it in a follow up.
Summary
This PR removes the old debug UI (
application/src/client/classic-debug
). Debug layers added back temporarily in #6497 were also removed. 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.