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

[7.x] Move CCR out of legacy (#62890) #64191

Merged
merged 1 commit into from
Apr 22, 2020

Commits on Apr 22, 2020

  1. Move CCR out of legacy (elastic#62890)

    * Convert common/services and server/lib to TypeScript. Update Jest tests.
      - Remove deserializeAutoFollowPattern behavior that returned an empty object if the pattern was undefined.
    * Localize mocks with the component integration tests.
    * Update API unit tests to use NP mocks.
      - Break up test files.
      - Use inline mocked ES response instead of fixture files.
      - Move remaining fixture files into client integration tests directory.
    * Make API route validation more strict.
    * Publish isUiDisabled as part of Remote Clusters contract.
    * Default trackUiMetric service to be a no-op.
    * Remove security dependency.
      - Fix license check so that CCR won't render if the license is invalid.
      - Fix server security check to be more precise by checking if ES has security disabled.
    * Render timestamp for autofollow errors.
    cjcenizal committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    5719147 View commit details
    Browse the repository at this point in the history