-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[ML] Switch from HashRouter
to platform-provided BrowserRouter
#72013
Labels
Feature:Anomaly Detection
ML anomaly detection
Feature:Data Frame Analytics
ML data frame analytics features
Meta
:ml
refactoring
technical debt
Improvement of the software architecture and operational architecture
v7.10.0
Comments
walterra
added
:ml
Feature:Anomaly Detection
ML anomaly detection
refactoring
technical debt
Improvement of the software architecture and operational architecture
v8.0.0
Feature:Data Frame Analytics
ML data frame analytics features
v7.10.0
labels
Jul 16, 2020
Pinging @elastic/ml-ui (:ml) |
2 tasks
2 tasks
15 tasks
1 task
30 tasks
Merged
1 task
Closing as all items have now been addressed for 7.10.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature:Anomaly Detection
ML anomaly detection
Feature:Data Frame Analytics
ML data frame analytics features
Meta
:ml
refactoring
technical debt
Improvement of the software architecture and operational architecture
v7.10.0
Currently the ML plugin uses
HashRouter
for routing. We should switch over to the platform-providedBrowserRouter
in order to be consistent with other apps and be able to handle query params better.Docs: https://www.elastic.co/guide/en/kibana/current/breaking-changes-7.7.html#_add_scopedhistory_to_appmountparams
Todos
HashRouter
toBrowserRouter
(Note we importRouter
but that's actuallyBrowserRouter
). [ML] Migrate to React BrowserRouter and Kibana provided History. #71941#
to use URLs using base path. [ML] Extend MlUrlGenerator to support other ML pages #75696 [ML] Migrate internal urls to non-hash paths #76735#
to use URLs using base path. [ML][Meta] Migrate ML urls to non-hash paths for non-ML plugins #76039Settings - Filter lists - Create
The text was updated successfully, but these errors were encountered: