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

[7.x] [ILM] Add support for frozen phase in UI (#75968) #76268

Merged
merged 1 commit into from
Aug 31, 2020

Commits on Aug 31, 2020

  1. [ILM] Add support for frozen phase in UI (elastic#75968)

    * ILM public side changes to support frozen phase
    
    This is a very faithful duplication of the cold phase. We are
    also excluding the snapshot action as well as the unfollow action
    as these are features that require higher than basic license
    privilege.
    
    * added "frozen" to the server side schema
    
    * add frozen phases component
    
    * fix i18n and update jest tests
    
    * Slight restructuring to phase types and fix copy paste issues.
    
    - also fixed TS error introduced after TS v4 upgrade (delete)
    
    * fix hot phase type and remove type constraint from error messages
    
    * update validation logic
    
    Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
    jloleysens and elasticmachine committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    4b07e6c View commit details
    Browse the repository at this point in the history