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

[Search] Server strategy example #71679

Merged
merged 38 commits into from
Aug 11, 2020

Commits on Jul 29, 2020

  1. Server strategy example

    Liza K committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    cf412aa View commit details
    Browse the repository at this point in the history
  2. Add tsconfig

    Renamed is_partial to isPartial
    Added isPartial and isRunning to OSS response type
    Liza K committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    0f22458 View commit details
    Browse the repository at this point in the history
  3. Docs + remove unused sample code

    Liza K committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    b9a5efe View commit details
    Browse the repository at this point in the history
  4. Fix test naming of arguments

    Liza K committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    f7cd473 View commit details
    Browse the repository at this point in the history
  5. ts

    Liza K committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    f7f51c7 View commit details
    Browse the repository at this point in the history
  6. ts fix

    Liza K committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    170bae5 View commit details
    Browse the repository at this point in the history
  7. Add filters and query input selector

    Liza K committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    47d7302 View commit details
    Browse the repository at this point in the history
  8. Update examples/search_examples/public/components/app.tsx

    Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
    2 people authored and Liza K committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    a84eafb View commit details
    Browse the repository at this point in the history
  9. Use new service

    Liza K committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    ee3ff70 View commit details
    Browse the repository at this point in the history
  10. exapmle plugin ts

    Liza K committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    79f42e0 View commit details
    Browse the repository at this point in the history
  11. unsubscribe + use timefilter

    Liza K committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    d4ec2ee View commit details
    Browse the repository at this point in the history
  12. typo

    Liza K committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    b6c9cba View commit details
    Browse the repository at this point in the history
  13. docs

    Liza K committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    e8ad12b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Merge branch 'master' of github.com:elastic/kibana into search/server…

    …-strategy-example
    Liza K committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    1f87741 View commit details
    Browse the repository at this point in the history
  2. Add comments and use agg config

    Liza K committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    c03f6a9 View commit details
    Browse the repository at this point in the history
  3. Added agg configs

    Added field selector
    Added a custom input param
    Liza K committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    9068775 View commit details
    Browse the repository at this point in the history
  4. Adding getEsQuery to query service (??)

    Liza K committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    0f546af View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. Merge branch 'master' of github.com:elastic/kibana into search/server…

    …-strategy-example
    Liza K committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    2614b3d View commit details
    Browse the repository at this point in the history
  2. Add server side example

    Liza K committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    93e1c55 View commit details
    Browse the repository at this point in the history
  3. docs

    Liza K committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    b100cfe View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    63e934a View commit details
    Browse the repository at this point in the history
  2. caps

    Liza K committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    f528d57 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'search/server-strategy-example' of github.com:lizozom/k…

    …ibana into search/server-strategy-example
    Liza K committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    0b1f36a View commit details
    Browse the repository at this point in the history
  4. list plugin in examples page

    Liza K committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    c451122 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Merge branch 'master' of github.com:elastic/kibana into search/server…

    …-strategy-example
    Liza K committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    cf06006 View commit details
    Browse the repository at this point in the history
  2. fix typo

    Liza K committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    48aead1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:elastic/kibana into search/server…

    …-strategy-example
    Liza K committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    e86823a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Update examples/search_examples/public/application.tsx

    Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
    lizozom and lukasolson authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    f90a78d View commit details
    Browse the repository at this point in the history
  2. Update examples/search_examples/public/application.tsx

    Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
    lizozom and lukasolson authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    d5f1976 View commit details
    Browse the repository at this point in the history
  3. Update examples/search_examples/public/components/app.tsx

    Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
    lizozom and lukasolson authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    b118ea0 View commit details
    Browse the repository at this point in the history
  4. Update examples/search_examples/public/components/app.tsx

    Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
    lizozom and lukasolson authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    828ab62 View commit details
    Browse the repository at this point in the history
  5. Update examples/search_examples/public/components/app.tsx

    Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
    lizozom and lukasolson authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    b54f734 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    5459bca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    741d8b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. eslint

    Liza K committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    0a67c4f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:elastic/kibana into search/server…

    …-strategy-example
    Liza K committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    1960c84 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'search/server-strategy-example' of github.com:lizozom/k…

    …ibana into search/server-strategy-example
    Liza K committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    9aebaae View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

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