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

[Ingest Manager] Do not await in start. Return a Promise #69505

Merged
merged 18 commits into from
Jun 24, 2020

Commits on Jun 12, 2020

  1. WIP. Pushing for CI

    John Schulz committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    e30cfb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. Don't throw. Use Promise.reject

    John Schulz committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    911ded9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e8f42f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Reject with an Error; not a string

    John Schulz committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    afe7767 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. WIP. Pushing for CI

    John Schulz committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    f594be3 View commit details
    Browse the repository at this point in the history
  2. Don't throw. Use Promise.reject

    John Schulz committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    2c29cd7 View commit details
    Browse the repository at this point in the history
  3. Reject with an Error; not a string

    John Schulz committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    e61e7ec View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Merge branch 'no-await-setup-return-promise' of github.com:jfsiii/kib…

    …ana into no-await-setup-return-promise
    John Schulz committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    ab0217e View commit details
    Browse the repository at this point in the history
  2. Add Ingest setup to Endpoint FTR tests.

    Refactor start method
    John Schulz committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    e10df84 View commit details
    Browse the repository at this point in the history
  3. Keep promise variable inside try block

    John Schulz committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    214ef3d View commit details
    Browse the repository at this point in the history
  4. Be consistent with other services in this test

    John Schulz committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    b47c3b7 View commit details
    Browse the repository at this point in the history
  5. Remove displayToast b/c error instance is required

    John Schulz committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    87e293c View commit details
    Browse the repository at this point in the history
  6. Refactor to a single return & add more error types

    John Schulz committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    e2d705c View commit details
    Browse the repository at this point in the history
  7. Update x-pack/plugins/ingest_manager/public/plugin.ts

    Co-authored-by: Nicolas Chaulet <[email protected]>
    jfsiii and nchaulet authored Jun 18, 2020
    Configuration menu
    Copy the full SHA
    a80d63d View commit details
    Browse the repository at this point in the history
  8. Fix whitespace issue

    John Schulz committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    a23d5ca View commit details
    Browse the repository at this point in the history
  9. Undo changes to endpoint api_integration tests

    John Schulz committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    8da8797 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a26c8cf View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

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