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

chore(NA): upgrade to lodash@4 #69868

Merged
merged 60 commits into from
Jul 3, 2020
Merged

Commits on Jun 24, 2020

  1. chore(NA): upgrade oss to lodash4

    chore(NA): migrate cli, cli_plugin, cli_keystore,  dev, test_utils and apm src script to lodash4
    
    chore(NA): missing file for cli plugin
    
    chore(NA): add src core
    
    chore(NA): es archiver and fixtures
    
    chore(NA): try to fix functional test failure
    
    chore(NA): migrate src/legacy entirely to lodash4 except src/legacy/core_plugins
    
    chore(NA): move legacy core plugins to lodash4
    
    chore(NA): upgrade optimize to lodash4
    
    chore(NA): upgrade to lodash4 on advanced_settings, charts, console and dashboard
    
    chore(NA): migrate to lodash4 on dev_tools, discover, embeddable, es_ui)shared, expressions, home plugins
    
    chore(NA): upgrade data plugin to lodash4
    
    chore(NA): upgrade usage_collection, ui_actions, tile_map, telemtry, share, saved_objects, saved_objects_management, region_map and navigation to lodash4
    
    chore(NA): missing data upgrades to lodash4
    
    Revert "chore(NA): upgrade usage_collection, ui_actions, tile_map, telemtry, share, saved_objects, saved_objects_management, region_map and navigation to lodash4"
    
    This reverts commit 137055c.
    
    Revert "Revert "chore(NA): upgrade usage_collection, ui_actions, tile_map, telemtry, share, saved_objects, saved_objects_management, region_map and navigation to lodash4""
    
    This reverts commit f7e7368.
    
    Revert "chore(NA): missing data upgrades to lodash4"
    
    This reverts commit 92b85bf.
    
    Revert "chore(NA): upgrade data plugin to lodash4"
    
    This reverts commit 88fdb07.
    
    chore(NA): upgrade idx_pattern_mgt, input_control_vis, inspector, kbn_legacy, kbn_react, kbn_usage_collections, kbn_utils, management and maps_legacy to lodash4
    
    chore(NA): map src plugin data to lodash3
    
    chore(NA): missing lodash.clonedeep dep
    
    chore(NA): change packages kbn-config-schema deps
    
    chore(NA): update renovate config
    
    chore(NA): upgrade vis_type plugins to lodash4
    
    chore(NA): move vis_type_vislib to lodash3
    
    chore(NA): update visualizations and visualize to lodash4
    
    chore(NA): remove lodash 3 types from src and move test to lodash4
    
    chore(NA): move home, usage_collection and management to lodash 3
    
    Revert "chore(NA): move home, usage_collection and management to lodash 3"
    
    This reverts commit f86e858.
    
    chore(NA): move kibana_legacy, saved_objects saved_objects_management into lodash3
    
    chore(NA): update x-pack test to mock lodash4
    
    Revert "chore(NA): move kibana_legacy, saved_objects saved_objects_management into lodash3"
    
    This reverts commit 2d10fe4.
    mistic committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    bd13173 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87a2a07 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    15dc299 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5440b91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45e3ab8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0bdfe8 View commit details
    Browse the repository at this point in the history
  5. chore(NA): fix public api

    mistic committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    7ebf381 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1186a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d92668 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f02be1d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a507200 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3d48011 View commit details
    Browse the repository at this point in the history
  11. chore(NA): migrate src/core/public/http/fetch.ts (#5)

    * omit undefined query props
    
    * just remove merge usage
    
    * fix types
    pgayvallet committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    aac7d7e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    e036962 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddf9e30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfeeb25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    554456d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f656fad View commit details
    Browse the repository at this point in the history
  6. Canvas fixes for lodash upgrade

    clintandrewhall authored and mistic committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    17b1535 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2737269 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. [APM] Adds unit test for APM service maps transform (#7)

    * Adds a snapshot unit test for getConnections and rearranges some code to make testing easier
    
    * reverts `ArrayList` back to `String[]` in the painless script within `fetch_service_paths_from_trace_ids.ts`
    ogupte committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    9a8db48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afb1c5f View commit details
    Browse the repository at this point in the history
  3. chore(NA): update yarn.lock

    mistic committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    dc5085b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. chore(NA): remove any and use a real type for alerts task runner

    Co-authored-by: Gidi Meir Morris <github@gidi.io>
    mistic and gmmorris committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    0f366ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aad0e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2573fa View commit details
    Browse the repository at this point in the history
  4. chore(NA): fix eslint

    mistic committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    e0a41df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3325f1b View commit details
    Browse the repository at this point in the history
  6. chore(NA): fix types

    mistic committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    369c024 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    95665f0 View commit details
    Browse the repository at this point in the history
  8. Delete most uptime lodash references.

    justinkambic authored and mistic committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    8841eef View commit details
    Browse the repository at this point in the history
  9. Simplify. Clean up types.

    justinkambic authored and mistic committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    3ddbbd9 View commit details
    Browse the repository at this point in the history
  10. [Uptime] Delete most uptime lodash references (#8)

    * Delete most uptime lodash references.
    
    * Simplify. Clean up types.
    justinkambic committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    567f1e4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    57dcad5 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'upgrade-lodash-4-final' of github.com:mistic/kibana int…

    …o upgrade-lodash-4-final
    mistic committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    3f1c6ad View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    aa47a1f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. fix some types (#9)

    stratoula committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    7c11a06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b87e55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90a88df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    864755c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ea3923 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65dc116 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1afef13 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    23c1978 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    755166e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    912793c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5ee602 View commit details
    Browse the repository at this point in the history
  3. Upgrade lodash 4 vislib (#11)

    * replace lodash 3 with lodash 4 on vislib plugin
    
    * Further changes
    
    * further replacement of lodash3 to 4
    
    * further work on upgrading to lodash 4
    
    * final changes to update lodash
    stratoula committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    ac50d48 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. chore(NA): upgrade data plugin to lodash4

    chore(NA): upgrade data plugin public to lodash4
    
    chore(NA): fix typecheck task
    
    chore(NA): fix agg_config with hasIn
    
    chore(NA): assign to assignIn and has to hasIn
    
    chore(NA): upgrade data plugin server to lodash4
    
    chore(NA): new signature for core api
    
    fix(NA): match behaviour between lodash3 and lodash4 for set in search_source
    mistic committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    a265153 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a35a21a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdda7d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a775d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc13937 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce56693 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1b9502 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    80a5f21 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    15bbfee View commit details
    Browse the repository at this point in the history
  10. Patch lodash template (#12)

    * Applying changes from elastic#64985
    
    * Using isIterateeCall, because it seems less brittle
    
    * Also patching `lodash/template` and `lodash/fp/template`
    
    * Reorganizing some files...
    
    * Revising comment
    kobelb committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    dc10eb0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a0327dd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    68796f0 View commit details
    Browse the repository at this point in the history