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 rolling upgrade interstitials to UA #112907

Merged
merged 14 commits into from
Oct 13, 2021

Commits on Oct 9, 2021

  1. Configuration menu
    Copy the full SHA
    7b58214 View commit details
    Browse the repository at this point in the history
  2. Centralize error-handling logic in the api service using an intercept…

    …or registered by the root, instead of handling it within each individual API request. Covers:
    
    - Cloud backup status
    - ES deprecations
    - Deprecation logging
    - Remove index settings
    - ML
    - Reindexing
    
    Also:
    - Handle 426 error state and surface in UI.
    - Move ResponseError type into common/types.
    - Update mocked context in Jest tests.
    - Remove unnecessary version check from privileges route.
    cjcenizal committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    c54644b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea3bb80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bf989e View commit details
    Browse the repository at this point in the history
  5. Revert changes to request module and support handling responses globa…

    …lly in local api module.
    cjcenizal committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    d359b6a View commit details
    Browse the repository at this point in the history
  6. Fix TS errors.

    cjcenizal committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    c6a9326 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db265e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    240e3b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7733842 View commit details
    Browse the repository at this point in the history
  3. Prevent flicker if the cluster status is 426 but we're waiting for it…

    … to load the first time.
    cjcenizal committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    ebafe06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbc7a8e View commit details
    Browse the repository at this point in the history
  5. Improve typing of ResponseError attributes, remove unused ResponseTyp…

    …e signature, and fix TS errors.
    cjcenizal committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    983388e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e12329f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3902332 View commit details
    Browse the repository at this point in the history