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] Policy form should not throw away data (#83077) #83893

Merged
merged 2 commits into from
Nov 23, 2020

Commits on Nov 20, 2020

  1. [ILM] Policy form should not throw away data (elastic#83077)

    * fix ilm policy deserialization
    
    * reorder expected jest object to match actual
    
    * fix removal of wait for snapshot if it is not on the form
    
    * add client integration test for policy serialization of unknown fields
    
    * save on a few chars
    
    * added unit test for deserializer and serializer
    
    * Implement feedback
    
    - move serializer function around a little bit
    - move serialize migrate and allocate function out of serializer
      file
    
    * Updated serialization unit test coverage
    
    - removed the "forcemergeEnabled" meta field that was not being
      used
    - added test cases for deleting of values from policies
    
    * fixed minor issue in how serialization tests are being set up
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    jloleysens and kibanamachine committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    585255d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

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