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

Move ui/value_suggestions ⇒ NP data plugin #45762

Merged

Commits on Sep 26, 2019

  1. Bind search bar

    Liza K committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    e22d673 View commit details
    Browse the repository at this point in the history
  2. create prewired data components

    Liza K committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    0c7eebf View commit details
    Browse the repository at this point in the history
  3. Pass NP data plugin to shim plugin, to access autocomplete

    Pass storage and autocomplete to createSearchBar method
    Add appName and autocomplete to IDataPluginServices
    QueryBarInput to consume autocomplete and appName from context
    QueryBarTopRow to consume appName from context
    Remove appName from SearchBar
    Added AutocompletePublicPluginSetup and AutocompletePublicPluginStart types
    Liza K committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    41dd2ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4525e9 View commit details
    Browse the repository at this point in the history
  5. Use KibanaContextProvider in maps

    Liza K committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    995bfeb View commit details
    Browse the repository at this point in the history
  6. Use prewirted SearchBar in TopNavMenu

    Liza K committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    1d09108 View commit details
    Browse the repository at this point in the history
  7. Use KibanaContextProbider in Lens

    Liza K committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    08fed2f View commit details
    Browse the repository at this point in the history
  8. Fix appName usage in query bar input

    Liza K committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    b4ce1f2 View commit details
    Browse the repository at this point in the history
  9. fixed query bar top row appName

    Liza K committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    7e2740c View commit details
    Browse the repository at this point in the history
  10. update tests

    Liza K committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    35d365e View commit details
    Browse the repository at this point in the history
  11. fixed bind search bar bug

    Liza K committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    4dd148d View commit details
    Browse the repository at this point in the history
  12. mock SearchBar

    Liza K committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    4913548 View commit details
    Browse the repository at this point in the history
  13. Removed unnecessary mocks

    Liza K committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    c836679 View commit details
    Browse the repository at this point in the history
  14. Delete unused mock

    Liza K committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    65b592e View commit details
    Browse the repository at this point in the history
  15. Fixed exporting of data plugin types

    Liza K committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    8dbf164 View commit details
    Browse the repository at this point in the history
  16. Merge remote-tracking branch 'upstream/master' into newplatform/data-…

    …plugin/stateful-search-bar-2
    Liza K committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    b4a80f6 View commit details
    Browse the repository at this point in the history
  17. Updated maps snapshot

    Liza K committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    1f84606 View commit details
    Browse the repository at this point in the history
  18. Fixed some TS issues

    Liza K committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    0f60094 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. Merge remote-tracking branch 'upstream/master' into newplatform/data-…

    …plugin/stateful-search-bar-2
    Liza K committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    b7935cd View commit details
    Browse the repository at this point in the history
  2. Fixed jest tests

    Liza K committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    64b9ec6 View commit details
    Browse the repository at this point in the history
  3. Context adjustments in TSVB

    Liza K committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    1fe975c View commit details
    Browse the repository at this point in the history
  4. componentWillMount

    Liza K committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    23ae2e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Merge remote-tracking branch 'upstream/master' into newplatform/data-…

    …plugin/stateful-search-bar-2
    Liza K committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    2eb5425 View commit details
    Browse the repository at this point in the history
  2. Code review fixes

    Liza K committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    0ca40af View commit details
    Browse the repository at this point in the history
  3. Pass dataTestSubj to query bar input

    Liza K committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    eaac39c View commit details
    Browse the repository at this point in the history
  4. Graph data

    Liza K committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    cc39f89 View commit details
    Browse the repository at this point in the history
  5. - Pass NP data plugin to KibanaReactContext

    - Move value_suggestions to NP
    Liza K committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    89b72c7 View commit details
    Browse the repository at this point in the history
  6. - Pass NP data plugin to KibanaReactContext

    - Move value_suggestions to NP
    Liza K committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    b225dc5 View commit details
    Browse the repository at this point in the history
  7. ts fixes

    Liza K committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    d08b938 View commit details
    Browse the repository at this point in the history
  8. Added karma getSuggestions fake

    Liza K committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    fff2186 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Refactored kuery autocomplete tests to jest

    Liza K committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    64f4566 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into newplatform/data-…

    …plugin/value-suggesions
    Liza K committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    99f67ae View commit details
    Browse the repository at this point in the history
  3. Filter bar context for directives

    Liza K committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    a992310 View commit details
    Browse the repository at this point in the history
  4. updated snapshot

    Liza K committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    03cd33c View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/master' into newplatform/data-…

    …plugin/value-suggesions
    Liza K committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    dad955f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. Merge remote-tracking branch 'upstream/master' into newplatform/data-…

    …plugin/value-suggesions
    Liza K committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    6fe474c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into newplatform/data-…

    …plugin/value-suggesions
    Liza K committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    c719a2b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'newplatform/data-plugin/value-suggesions' of github.com…

    …:lizozom/kibana into newplatform/data-plugin/value-suggesions
    Liza K committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    f226ffa View commit details
    Browse the repository at this point in the history
  4. fix diffs

    Liza K committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    d7e3cd4 View commit details
    Browse the repository at this point in the history
  5. fixed lens test

    Liza K committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    0d983f5 View commit details
    Browse the repository at this point in the history