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] [Endpoint] Policy list support for URL pagination state (#63291) #63402

Merged
merged 1 commit into from
Apr 13, 2020

Commits on Apr 13, 2020

  1. [Endpoint] Policy list support for URL pagination state (elastic#63291)

    * store changes to support pagination via url
    
    * Fix storing location when pagination happens
    
    * Initial set of tests
    
    * Redux spy middleware and async utility
    
    * Add better types to `waitForAction`
    
    * Add more docs
    
    * fix urlSearchParams selector to account for array of values
    
    * full set of tests for policy list store concerns
    
    * More efficient redux spy middleware (no more sleep())
    
    * Set spy middleware `dispatch` to a `jest.fn` and expose `mock` info.
    
    * Fix url param selector to return first param value when it is defined multiple times
    
    * Removed PageId and associated hook
    
    * clean up TODO items
    
    * Fixes post-merge frm `master`
    
    * Address code review comments
    paul-tavares committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    1aaa484 View commit details
    Browse the repository at this point in the history