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 is-write-index flag to aliases #30942

Merged
merged 29 commits into from
Jun 15, 2018
Merged

Commits on May 31, 2018

  1. add is-write-index flag to aliases

    This commit adds the is-write-index flag for aliases.
    It allows requests to set the flag, and responses to display the flag.
    It does not validate and/or affect any indexing/getting/updating behavior
    of Elasticsearch -- this will be done in a follow-up PR.
    talevy committed May 31, 2018
    Configuration menu
    Copy the full SHA
    5838717 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. cleanup

    talevy committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    7baf86b View commit details
    Browse the repository at this point in the history
  2. fix unit tests

    talevy committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    19315ff View commit details
    Browse the repository at this point in the history
  3. update docs and tests

    talevy committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    440fed4 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. Configuration menu
    Copy the full SHA
    135d7c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bb7217 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    847bbe6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32ca015 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Configuration menu
    Copy the full SHA
    07188f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01fab60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7a3a96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8df9bc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e898c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1aac672 View commit details
    Browse the repository at this point in the history
  7. fix rest spec tests

    talevy committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    5ea9725 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c9e28f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4755a10 View commit details
    Browse the repository at this point in the history
  10. fix unit tests

    talevy committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    ae2b0c9 View commit details
    Browse the repository at this point in the history
  11. fix doc tests

    talevy committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    545c801 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Configuration menu
    Copy the full SHA
    a614010 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee4142d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c33d23 View commit details
    Browse the repository at this point in the history
  4. further cleanup

    - add test to add write-index to non-write-indices
    - add test to validate that removing an index from a group of two non-write indices, turns the
    remaining one into the write index
    - code-cleanup
    talevy committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    0025a51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    373c1e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba1162c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1391b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91deba4 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Configuration menu
    Copy the full SHA
    1629aef View commit details
    Browse the repository at this point in the history
  2. remove unused imports

    talevy committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    f8dba0c View commit details
    Browse the repository at this point in the history