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

[Remote Store] Add rest endpoint for remote store restore #3576

Merged
merged 5 commits into from
Aug 5, 2022

Commits on Aug 4, 2022

  1. Add rest endpoint for remote store restore

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c27c2ec View commit details
    Browse the repository at this point in the history
  2. Remove deprecated parameter from new API

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    82cc525 View commit details
    Browse the repository at this point in the history
  3. Add _remotestore/_restore rest handle registration behind feature flag

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    1d68da8 View commit details
    Browse the repository at this point in the history
  4. Make new classes final

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    dc13f01 View commit details
    Browse the repository at this point in the history
  5. Use RestoreClusterStateListener with generic type that extends Action…

    …Response
    
    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    5288f3e View commit details
    Browse the repository at this point in the history