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

[Maps] Move redux reducers and store logic to NP #58294

Merged
merged 33 commits into from
Mar 12, 2020

Commits on Feb 20, 2020

  1. Plugin file and services in place. Some redux logic ported

    Aaron Caldwell committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    06dec30 View commit details
    Browse the repository at this point in the history
  2. Port and update index pattern util

    Aaron Caldwell committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    a84f38a View commit details
    Browse the repository at this point in the history
  3. Move reducers over to NP. Update refs in legacy

    Aaron Caldwell committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    86e499f View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Port inspector to NP

    Aaron Caldwell committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    bbcf6b6 View commit details
    Browse the repository at this point in the history
  2. Move some kibana services init to NP. Some cleaning

    Aaron Caldwell committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    2fd29f3 View commit details
    Browse the repository at this point in the history
  3. Clean up work not related to reducers/store

    Aaron Caldwell committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    aa1a8a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Merge remote-tracking branch 'upstream/master' into np-port-reducers-…

    …and-related-logic
    Aaron Caldwell committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    d36c67f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e127a90 View commit details
    Browse the repository at this point in the history
  3. More cleanup. Check injected vars avab. before calling to handle dash…

    …board case
    Aaron Caldwell committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    6942fc2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Merge remote-tracking branch 'upstream/master' into np-port-reducers-…

    …and-related-logic
    Aaron Caldwell committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    526d8f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Bind embeddables services the same way Maps app services bound. Creat…

    …e function for eventual init in NP
    Aaron Caldwell committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    9c2e748 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into np-port-reducers-…

    …and-related-logic
    Aaron Caldwell committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    171fe6c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Call binding from constructor. Fix npStart plugins arg

    Aaron Caldwell committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    fd96c70 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into np-port-reducers-…

    …and-related-logic
    Aaron Caldwell committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    36e1d31 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Adapt changes from master

    Aaron Caldwell committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    eec53c5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into np-port-reducers-…

    …and-related-logic
    
    # Conflicts:
    #	x-pack/legacy/plugins/maps/public/plugin.ts
    #	x-pack/legacy/plugins/maps/public/selectors/map_selectors.js
    #	x-pack/legacy/plugins/maps/public/selectors/map_selectors.test.js
    Aaron Caldwell committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    21973cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2ad8a2 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master' into np-port-reducers-…

    …and-related-logic
    Aaron Caldwell committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    fd4f9ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4b34d3 View commit details
    Browse the repository at this point in the history
  6. Remove unused inspector files in legacy

    Aaron Caldwell committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    2151af4 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Merge remote-tracking branch 'upstream/master' into np-port-reducers-…

    …and-related-logic
    Aaron Caldwell committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    6f0953c View commit details
    Browse the repository at this point in the history
  2. Move full screen action to legacy

    Aaron Caldwell committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    0db88ee View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master' into np-port-reducers-…

    …and-related-logic
    Aaron Caldwell committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    801c694 View commit details
    Browse the repository at this point in the history
  4. Add in missing tooltip updates

    Aaron Caldwell committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    bd06f66 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Configuration menu
    Copy the full SHA
    6c815d9 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into np-port-reducers-…

    …and-related-logic
    Aaron Caldwell committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    a148b8e View commit details
    Browse the repository at this point in the history
  3. Review feedback. Add redundancy comments to common files redundant in…

    … legacy and NP
    Aaron Caldwell committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    13d78b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Merge remote-tracking branch 'upstream/master' into np-port-reducers-…

    …and-related-logic
    Aaron Caldwell committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    bd502fc View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Merge remote-tracking branch 'upstream/master' into np-port-reducers-…

    …and-related-logic
    Aaron Caldwell committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    2f0c550 View commit details
    Browse the repository at this point in the history
  2. Remove unneeded copy of parse xml string test in legacy

    Aaron Caldwell committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    02f396a View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master' into np-port-reducers-…

    …and-related-logic
    Aaron Caldwell committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    ab35a74 View commit details
    Browse the repository at this point in the history
  4. Review feedback. Remove redundant portions. Export from NP where poss…

    …ible. General clean up
    Aaron Caldwell committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    25ec8f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86d9b41 View commit details
    Browse the repository at this point in the history