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

[8.0] [Security Solution] Remove a data fetching hook from the add to timeline action component (#124331) #125020

Commits on Feb 8, 2022

  1. [Security Solution] Remove a data fetching hook from the add to timel…

    …ine action component (elastic#124331)
    
    * Fetch alert ecs data in actions.tsx and not a hook in every table row
    
    * Add error handling and tests for theshold timelines
    
    * Fix bad merge
    
    * Remove unused imports
    
    * Actually remove unused file
    
    * Remove usage of alertIds and dead code from cases
    
    * Add basic sanity tests that ensure no extra network calls are being made
    
    * Remove unused operator
    
    * Remove unused imports
    
    * Remove unused mock
    
    (cherry picked from commit e312c36)
    kqualters-elastic committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    d20de8c View commit details
    Browse the repository at this point in the history