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

Resolver in timeline #69728

Merged
merged 11 commits into from
Jun 29, 2020
Merged

Resolver in timeline #69728

merged 11 commits into from
Jun 29, 2020

Commits on Jun 26, 2020

  1. Show resolver in security_solution:

    partially disable Resolver in legacy endpoint alerts page. TODO follow up and remove this page entirely
    
    reorganize top level resolver code. move styles to separate file. move effects that dispatch actions to sync store w/ external params to hook. create store in top level resolver component. take new external param which is the _id of an event.
    
    Giving resolver access to the events index. nb: reverting this, but keeping it in git history for now
    
    Revert "Giving resolver access to the events index. nb: reverting this, but keeping it in git history for now"
    
    This reverts commit 76ed89c783a78cd67a73d0b7ea19fea934dc6fae.
    
    normalize state. move data fetching logic to selector. refactor data selector, moving graphing logic to its own module. graphing logic is now in pure functions.
    
    Replace placeholder w/ resolver component
    
    its shows up a bit
    
    remove boilerplate stuff
    
    removing resolver from legacy endpoint routes
    
    cleanup get friendly rename
    
    store factory interface cleanup
    
    cleanup timeline integration code
    
    trying to get brents stuff and my stuff working together
    
    working on the middleware and data reducer
    
    doing work
    
    more work i guess
    
    more work
    
    cant fix this test
    
    Style Resolver enough that you can see it
    oatkiller committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    4c21ec3 View commit details
    Browse the repository at this point in the history
  2. fix isLoading state after failure

    oatkiller committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    754c963 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. delete tests for old page

    oatkiller committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    c1d8bd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b958bbb View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. move types around to get around another false positive in the circula…

    …r deps check script we run.
    oatkiller committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    d045a37 View commit details
    Browse the repository at this point in the history
  2. fix import errors

    oatkiller committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    c3e0623 View commit details
    Browse the repository at this point in the history
  3. more type fixes

    oatkiller committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    7cc4b6b View commit details
    Browse the repository at this point in the history
  4. more type fixes

    oatkiller committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    435f2e5 View commit details
    Browse the repository at this point in the history
  5. cleanup comment spelling

    oatkiller committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    536c4c9 View commit details
    Browse the repository at this point in the history
  6. remove bad comment

    oatkiller committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    3ec37fd View commit details
    Browse the repository at this point in the history
  7. use ids instead of match to search for _id

    oatkiller committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    b2e698e View commit details
    Browse the repository at this point in the history