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

[ILM] Migrate Warm phase to Form Lib #81323

Merged

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    d844b12 View commit details
    Browse the repository at this point in the history
  2. introduce edit policy context to share original policy and migrate sh…

    …rink and replicas fields
    jloleysens committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    e867ffe View commit details
    Browse the repository at this point in the history
  3. Refactored biggest field; data allocation

    Copied the entire field for now duplicating all of the components
    jloleysens committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    d349eee View commit details
    Browse the repository at this point in the history
  4. remove unused import

    jloleysens committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    779534e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    5bb0be9 View commit details
    Browse the repository at this point in the history
  2. Remove last vestiges of legacy warm phase

    - also removed policy serialization tests for warm phase
    jloleysens committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    98bf14b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0121411 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7896d7 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of github.com:elastic/kibana into ilm/migrate-w…

    …arm-phase-to-formlib
    
    * 'master' of github.com:elastic/kibana: (55 commits)
      [UX] Fix map color variance and apply proper filter for extended stats (elastic#81106)
      [User Experience] Use EuiSelect for percentiles instead of SuperSelect (elastic#81082)
      [DOCS] Add link for monitoring ssl settings (elastic#81057)
      [test] Await loading indicator in monitoring test (elastic#81279)
      [ILM] Minor copy and link additions to cloud CTA for cold phase (elastic#80512)
      [Mappings editor] Add scaled_float and date_range comp integration tests (elastic#81287)
      [Discover] Deangularize context.app (elastic#80851)
      [O11y Overview] Add code to display/hide UX section when appropriate (elastic#80873)
      [Discover] Extend DiscoverNoResults component to show different message on error (elastic#79671)
      Fix tagcloud word overlapping (elastic#81161)
      [Security Solution] Fixes flaky test rules (elastic#81040)
      Changed the code to avoid tech debt with hacky solutions after receiving comments on EUI issue reported about this problem. (elastic#81183)
      [Security Solution][All] Replace old markdown renderer with the new one (elastic#80301)
      Add namespaced version of the API call (elastic#81278)
      [ML] Data Frame Analytics: Fix race condition and support for feature influence legacy format. (elastic#81123)
      [Fleet] Fix POLICY_CHANGE action creation for new policy (elastic#81236)
      [Security Solution][Endpoint][Admin] Malware user notification checkbox (elastic#78084)
      [SecuritySolution][Unit Tests] - fix flakey unit test (elastic#81239)
      skip flaky suite (elastic#81264)
      [Maps] fix top-level Map page is called 'Kibana' (elastic#81238)
      ...
    
    # Conflicts:
    #	x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/hot_phase/hot_phase.tsx
    #	x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared/forcemerge_field.tsx
    #	x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/warm_phase.tsx
    jloleysens committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    805a55d View commit details
    Browse the repository at this point in the history
  6. remove unused translations

    jloleysens committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    4f2a615 View commit details
    Browse the repository at this point in the history
  7. Fix use of useFormData after update

    - also minor refactor to use useCallback in policy flyout now
      that getFormData changes when the form data changes.
    jloleysens committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    2ed016f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. fix import path

    jloleysens committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    5aed5cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    271351e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    db3894d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:elastic/kibana into ilm/migrate-w…

    …arm-phase-to-formlib
    
    * 'master' of github.com:elastic/kibana:
      [Trigger Actions UI] Properly unmount app (elastic#81436)
      skip flaky suite (elastic#81576)
      skip flaky suite (elastic#78373)
      [Security Solution] Fix styling of EditDataProvider content (elastic#81456)
      [Search] Error Alignment 2 (elastic#80965)
      [APM] Unskip test (elastic#81574)
      [ML] Fix partition value selection on the Single Metric Viewer (elastic#81585)
      cleaning up expression service types (elastic#80643)
      Fix suggestions dropdown for query input (elastic#80990)
      [Usage collection] Make `schema` mandatory (elastic#79999)
      [ILM] Update show/hide data tier logic on cloud (elastic#81455)
      added brace import to advanced settings (elastic#81458)
      chore(NA): add spec-to-console and plugin-helpers as devOnly dependencies
    jloleysens committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    7b2f0ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1affb8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97da20e View commit details
    Browse the repository at this point in the history
  5. Addressed some PR review items

    - refactor toggle click to take a boolean arg
    - refactor selection options in data tier component to use a func
      to get select options.
    jloleysens committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    2befd67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96e45ae View commit details
    Browse the repository at this point in the history
  7. getPolicy -> updatePolicy

    Also rather deconstruct the validate fn from the form object
    jloleysens committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    cb03877 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6109d3a View commit details
    Browse the repository at this point in the history
  9. fix type issue

    jloleysens committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    750992e View commit details
    Browse the repository at this point in the history
  10. fix for correctly detecting policy data tier type

    - with jest tests see origin here:
    elastic#81642
    jloleysens committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    b85f492 View commit details
    Browse the repository at this point in the history