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

[ML] Migrate internal urls to non-hash paths #76735

Merged
merged 81 commits into from
Sep 17, 2020

Commits on Sep 3, 2020

  1. [ML] Update internal links

    - Overview page create job/create dfa
    - AE configure rules: filter link
    qn895 committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    5ff3100 View commit details
    Browse the repository at this point in the history
  2. [ML] Update internal links

    - Update link to jobs page when no SMV jobs found
    qn895 committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    df33079 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c3adc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0333310 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65de961 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ec96fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49d0e7d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6827517 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f86f70 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7f8decf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ce2f3ec View commit details
    Browse the repository at this point in the history
  12. [ML] Add i18n to main tabs

    qn895 committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    6fbb599 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Configuration menu
    Copy the full SHA
    195929f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f175d27 View commit details
    Browse the repository at this point in the history
  3. [ML] Revert change to APM

    qn895 committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    8ffd123 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a30ec90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e9915b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b8c82e View commit details
    Browse the repository at this point in the history
  7. [ML] Inject basepath to preConfiguredJobRedirect + update mock for Ti…

    …meSeriesExplorerUrlStateManager
    qn895 committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    7742303 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f56525c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    25272ca View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Merge remote-tracking branch 'upstream/master' into ml-replace-intern…

    …al-urls
    
    # Conflicts:
    #	x-pack/plugins/ml/public/application/settings/filter_lists/list/table.js
    qn895 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    adc1047 View commit details
    Browse the repository at this point in the history
  2. [ML] Fix eslint

    qn895 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    5d0c800 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c62a924 View commit details
    Browse the repository at this point in the history
  4. [ML] Update RecognizedResult

    qn895 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    ac70ed2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad88c4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb40acb View commit details
    Browse the repository at this point in the history
  7. [ML] Update onClick to href with react-router Link

    - Previously, using EuiButton with href will force Kibana to do a full reload
    - Thus we changed to onClick, but that loses ability to open link in a new tab
    - So here we're wrapping the buttons inside react-router Link so it won't do a full reload & allow href behavior
    qn895 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    738f0b7 View commit details
    Browse the repository at this point in the history
  8. [ML] Update links for AD View Results, Recognize redirects, DFAnalyti…

    …csJobIdLink uses rhef instead of onClick
    qn895 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    2d317c1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    df40e5f View commit details
    Browse the repository at this point in the history
  10. [ML] Remove # in fallback

    qn895 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    a10374a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4ee28a9 View commit details
    Browse the repository at this point in the history
  12. [ML] Update links to group of AD jobs after Add sample data & create …

    …jobs for the first time
    qn895 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    0e2ed56 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bb8230c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7176749 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f561cf4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ffa623a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9272d37 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    dd3517b View commit details
    Browse the repository at this point in the history
  2. [ML] Fix issues with mlFilterListsTable

    [ML] Fix issues with mlFilterListsTable
    qn895 committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    4a50f1f View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master' into ml-replace-intern…

    …al-urls
    
    # Conflicts:
    #	x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/models_management/models_list.tsx
    qn895 committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    5eda3bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe633ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6461407 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf3edb7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    787bade View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/master' into ml-replace-intern…

    …al-urls
    
    # Conflicts:
    #	x-pack/plugins/ml/common/constants/data_frame_analytics.ts
    #	x-pack/plugins/ml/common/types/data_frame_analytics.ts
    #	x-pack/plugins/ml/public/application/data_frame_analytics/common/analytics.ts
    qn895 committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    de7c268 View commit details
    Browse the repository at this point in the history
  9. [ML] Update broken DFA imports

    qn895 committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    d0e20a4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    853d5a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    662c756 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b530216 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a58a477 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. [ML] Fix jest tests

    qn895 committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    b76adb0 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into ml-replace-intern…

    …al-urls
    
    # Conflicts:
    #	x-pack/plugins/ml/common/types/data_frame_analytics.ts
    qn895 committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    13abdba View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Configuration menu
    Copy the full SHA
    dc3ba76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40f8845 View commit details
    Browse the repository at this point in the history
  3. [ML] Fix i18n

    qn895 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    733e9fa View commit details
    Browse the repository at this point in the history
  4. [ML] Fix mlFilterListsRow

    qn895 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    1fa7026 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68e7519 View commit details
    Browse the repository at this point in the history
  6. [ML] Dima's feedback

    - Move ML_APP_NAME to constants ML_APP_NAME
    - Handle useMlLink if unmount
    - Rename createNewMlJob -> redirectToADCreateJobsSelectTypePage
    - Add excludeBasePath
    - Add ADJobsManagementUrl for explorer no jobs
    - Fix redirectToMlPage dependency
    - Add safety check for models_list on Click
    qn895 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    3439383 View commit details
    Browse the repository at this point in the history
  7. [ML] Misc fixes

    - Move ML_APP_NAME to constants ML_APP_NAME
    - Handle useMlLink if unmount
    - Rename createNewMlJob -> redirectToADCreateJobsSelectTypePage
    - Add excludeBasePath
    - Add ADJobsManagementUrl for explorer no jobs
    - Fix redirectToMlPage dependency
    - Add safety check for models_list on Click
    qn895 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    cea397e View commit details
    Browse the repository at this point in the history
  8. Merge branch 'ml-replace-internal-urls' of https://github.com/qn895/k…

    …ibana into ml-replace-internal-urls
    qn895 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    0c29605 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'upstream/master' into ml-replace-intern…

    …al-urls
    
    # Conflicts:
    #	x-pack/plugins/ml/public/plugin.ts
    qn895 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    e224267 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f85413f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1efaed2 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Merge remote-tracking branch 'upstream/master' into ml-replace-intern…

    …al-urls
    
    # Conflicts:
    #	x-pack/plugins/ml/common/constants/app.ts
    qn895 committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    29d8674 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3edff7 View commit details
    Browse the repository at this point in the history
  3. [ML] Update useMlLink

    [ML] Update useMlLink
    qn895 committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    42313ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f762277 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba56a81 View commit details
    Browse the repository at this point in the history
  6. [ML] Add message

    qn895 committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    0d83eac View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Configuration menu
    Copy the full SHA
    cc8f5dd View commit details
    Browse the repository at this point in the history
  2. [ML] Update clearSelectedJobIdFromUrl, update forecast tables linking…

    …, update addItemToRecentlyAccessed
    qn895 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    92dad64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a4a559 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efe49ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abe0ce6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7f9be7 View commit details
    Browse the repository at this point in the history
  7. [ML] Update tests

    qn895 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    5dd7373 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a0436b View commit details
    Browse the repository at this point in the history
  9. [ML] Fix model list linking

    qn895 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    75352f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee507b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Configuration menu
    Copy the full SHA
    a39face View commit details
    Browse the repository at this point in the history