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

Surface data streams in Index Management. #67806

Merged
merged 13 commits into from
Jun 9, 2020

Commits on Jun 5, 2020

  1. Surface data streams in Index Management.

    - Add GET data streams API endpoint.
    - Render table of data streams in its own tab.
    cjcenizal committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    69a79a8 View commit details
    Browse the repository at this point in the history
  2. Fix functional tests.

    cjcenizal committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    43db94b View commit details
    Browse the repository at this point in the history
  3. Change tab order so Indices is first. It's likely that this tab will …

    …be more fully featured than the Data Streams tab and this order will be less of a shock to users who upgrade.
    cjcenizal committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    0c32434 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaa14c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecc96db View commit details
    Browse the repository at this point in the history
  6. Add skipped API integration test. Extend ES client with createDataStr…

    …eam and deleteDataStream methods.
    cjcenizal committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    e17df1d View commit details
    Browse the repository at this point in the history
  7. Add cross-links back and forth between the Indices and Data Streams t…

    …abs.
    
    - Refactor routing service to expose decodePathFromReactRouter and encodePathForReactRouter methods to clarify their purpose.
    - Add stub data stream detail panel, with the intention to populate it with content in the future.
    - Converted index_list to TS.
    cjcenizal committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    fdd85ad View commit details
    Browse the repository at this point in the history
  8. Add component integration tests for cross-linking between Indices and…

    … Data Streams tabs. Fix TS error with API integration test.
    cjcenizal committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    97369b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

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

Commits on Jun 9, 2020

  1. Address Alison's feedback.

    - Add link to Index Templates from Data Streams empty prompt and component integration test.
    - Extend legacy ES client with index templates API and unskip API integration test.
    - Add comment to unused detail panel file.
    cjcenizal committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    e7d48d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f797a23 View commit details
    Browse the repository at this point in the history
  3. Fix TS error.

    cjcenizal committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    ddc8666 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5264922 View commit details
    Browse the repository at this point in the history