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

Fix alias and template setup order #12149

Closed
wants to merge 4 commits into from

Commits on May 9, 2019

  1. Fix alias and template setup order

    There is the chance an index is not correctly managed by ILM, due to
    setup order. This changes fixes the order.
    urso committed May 9, 2019
    Configuration menu
    Copy the full SHA
    72b7187 View commit details
    Browse the repository at this point in the history
  2. Add unit test

    Update mockClientHandler to implement the complete interface and record
    the order of 'create/load' operations. This is used to validate the
    index management unit tests for always checking the correct order of
    index management operations in the index manager.
    urso committed May 9, 2019
    Configuration menu
    Copy the full SHA
    14b62e6 View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    urso committed May 9, 2019
    Configuration menu
    Copy the full SHA
    6f3e63d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. test resource deletion order

    urso committed May 10, 2019
    Configuration menu
    Copy the full SHA
    c25370f View commit details
    Browse the repository at this point in the history