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

Add simulate template composition API _index_template/_simulate_index/{name} #55686

Merged
merged 28 commits into from Apr 29, 2020

Commits on Apr 23, 2020

  1. Add _index_template/_simulate_index/{name} api

    This adds a new api to simulate matching the given index name against the
     index templates in the system.
    andreidan committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    2be7e19 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Remove unused logger

    andreidan committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    17a912e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3025a51 View commit details
    Browse the repository at this point in the history
  3. Tests

    andreidan committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    490ca72 View commit details
    Browse the repository at this point in the history
  4. Yaml parsing and new line

    andreidan committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    20eeea4 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    andreidan committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    871980a View commit details
    Browse the repository at this point in the history
  6. Fix version restriction

    andreidan committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    f34071d View commit details
    Browse the repository at this point in the history
  7. Fix response serialisation

    andreidan committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    8ba793a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b85534 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b98a59b View commit details
    Browse the repository at this point in the history
  10. Remove "post_" prefix

    andreidan committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    cbcc977 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Drop /post from action name

    Co-Authored-By: Lee Hinman <dakrone@users.noreply.github.com>
    andreidan and dakrone committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    3ca7e20 View commit details
    Browse the repository at this point in the history
  2. Update rest api spec

    Co-Authored-By: Lee Hinman <dakrone@users.noreply.github.com>
    andreidan and dakrone committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    a436e39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    604936a View commit details
    Browse the repository at this point in the history
  4. Fix indentation

    andreidan committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    edc8610 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34d7a75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c68ece9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a319da View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    4134282 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    facb14a View commit details
    Browse the repository at this point in the history
  3. Remove v1 mentions

    andreidan committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    651b578 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03d9b0f View commit details
    Browse the repository at this point in the history
  5. Use additional map

    andreidan committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    8863d1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db5782b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a6582c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab918fd View commit details
    Browse the repository at this point in the history
  9. Assert overlapping is array

    andreidan committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    e368647 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d3cac66 View commit details
    Browse the repository at this point in the history