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

[APM] Remove useLocation and some minor route improvements #76343

Merged
merged 10 commits into from
Sep 15, 2020

Commits on Sep 1, 2020

  1. [APM] Remove useLocation and some minor route improvements

    * Replace `useLocation` and our `LocationContext` with `useLocation` from React Router. We can do this since we're now using the platform history, added in elastic#76287.
    * Pass in `RouteComponentProps` where appropriate to routes to use `history` and `location`.
    
    This is in the service of elastic#51963, but doesn't do anything with `useUrlParams` or any of the other changes specified in that issue.
    smith committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    a24598f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

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

Commits on Sep 4, 2020

  1. Configuration menu
    Copy the full SHA
    23a6c9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    befb7bc View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Configuration menu
    Copy the full SHA
    703f2ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efe0aca View commit details
    Browse the repository at this point in the history
  3. Add back settings props

    smith committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    21a9b58 View commit details
    Browse the repository at this point in the history
  4. Fix agent config props

    smith committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    0cef279 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

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

Commits on Sep 15, 2020

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