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

[Index Management] Add data streams functionality to indices tab #67940

Merged
merged 11 commits into from
Jun 4, 2020

Commits on Jun 2, 2020

  1. First iteration of data streams in index management

    - Added the data streams column
    - Moved state down to component (using withRouter)
    - Removed previous middleware for syncing url hash param
    - call history.push to update the url in the component
    jloleysens committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    1140757 View commit details
    Browse the repository at this point in the history
  2. Updated jest tests

    jloleysens committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    1de542a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a48df33 View commit details
    Browse the repository at this point in the history
  4. Fix types

    jloleysens committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    c40ade5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f5f80a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc5470a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20f9649 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Merge branch 'master' of github.com:elastic/kibana into im/data-strea…

    …ms-column
    
    * 'master' of github.com:elastic/kibana: (63 commits)
      remove scripts. prettire update has been done (elastic#68130)
      Closes elastic#68055 by detecting the local Kibana version and using that as (elastic#68198)
      [apm] docs: add deployment annotation example (elastic#67408)
      [ML] Extend population preview chart to show actual and typical value (elastic#67569)
      Refactor index management client integration tests for scalability (elastic#67917)
      Add generator function that creates multiple alerts (elastic#67713)
      chore(NA): remove config arg from os packages (elastic#67871)
      [Reporting] Move code out of Legacy (elastic#67904)
      [Metrics UI] Add overrides to Snapshot API to support alert previews (elastic#68125)
      [Security] [Cases] Manage timeline UI API (elastic#67719)
      [ENDPOINT][INGEST]Task/endpoint ingest update (elastic#67234)
      Fix code coverage for jest, upload merged reports (elastic#68149)
      Update documentation/examples of deprecated namespaceAgnostic field (elastic#68039)
      [DOCS] Updates Canvas docs with new menus (elastic#66061)
      chore(NA): avoids imports of server or public code into common (elastic#67231)
      [SIEM] Fix GetOneTimeline graphql type (elastic#68137)
      skip flaky suite (elastic#67838)
      [Uptime] Add loading message for monitor list no items (elastic#67378)
      [Ingest Manager] Update indexing strategy docs to use dataset.* (elastic#68068)
      [Ingest Manager] Fix datasource validation for streams without vars (elastic#67950)
      ...
    
    # Conflicts:
    #	x-pack/plugins/index_management/__jest__/client_integration/helpers/index.ts
    #	x-pack/plugins/index_management/__jest__/client_integration/home.test.ts
    #	x-pack/plugins/index_management/__jest__/client_integration/home/index_templates_tab.helpers.ts
    jloleysens committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    7f7b959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    764ab74 View commit details
    Browse the repository at this point in the history
  3. dataStream -> data_stream

    jloleysens committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    ff668a7 View commit details
    Browse the repository at this point in the history
  4. qs > * as qs

    jloleysens committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    fd1cdbf View commit details
    Browse the repository at this point in the history