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

Implement hidden aliases #52547

Merged
merged 21 commits into from
Mar 3, 2020
Merged

Implement hidden aliases #52547

merged 21 commits into from
Mar 3, 2020

Commits on Feb 20, 2020

  1. Implement hidden aliases

    This commit introduces hidden aliases. These are similar to hidden
    indices, in that they are not visible by default, unless explicitly
    specified by name or by indicating that hidden indices/aliases are
    desired.
    
    The new alias property, `is_hidden` is implemented similarly to
    `is_write_index`, except that it must be consistent across all indices
    with a given alias - that is, all indices with a given alias must
    specify the alias as either hidden, or all specify it as non-hidden,
    either explicitly or by omitting the `is_hidden` property.
    gwbrown committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    c92b0cf View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

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

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    522bba6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95e365e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53a0dab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b36f53e View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Update alias docs

    gwbrown committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    bf11888 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d398560 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cceb0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82aef04 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    c8c7472 View commit details
    Browse the repository at this point in the history
  2. Yet more unit tests

    gwbrown committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    e7c1af7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e77c22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f02c484 View commit details
    Browse the repository at this point in the history
  5. More unit tests

    gwbrown committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    29a6a5d View commit details
    Browse the repository at this point in the history
  6. Line lengths

    gwbrown committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    0dad357 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. Configuration menu
    Copy the full SHA
    2faec63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7240df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88a3d75 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. @nullable consistency

    gwbrown committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    9285a57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffe440f View commit details
    Browse the repository at this point in the history