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

Remove RestGetAllAliasesAction #31308

Merged

Commits on Jun 12, 2018

  1. Remove RestGetAllAliasesAction

    We currently have a specific REST action to retrieve all aliaes, which
    uses internally the get index API. This doesn't seem to be required
    anymore though as the existing RestGetAliaesAction could as well take
    the requests with no indices and aliases specified.
    
    This commit removes the RestGetAllAliasesAction in favour of using
    RestGetAliasesAction also for requests that don't specify indices nor
    aliases. Similar to elastic#31129.
    javanna committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    79b0576 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Configuration menu
    Copy the full SHA
    ace4094 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e63ce9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e183188 View commit details
    Browse the repository at this point in the history