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

[context view] Apply filters to the context query #11466

Merged
merged 14 commits into from
May 18, 2017

Commits on May 18, 2017

  1. Configuration menu
    Copy the full SHA
    097fdd8 View commit details
    Browse the repository at this point in the history
  2. Only store the index pattern id in the state

    Since the index pattern object is not clonable and serializable, only
    the index pattern id is stored in the state now.
    weltenwort committed May 18, 2017
    Configuration menu
    Copy the full SHA
    42d51a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e12a8c View commit details
    Browse the repository at this point in the history
  4. Adapt tests

    weltenwort committed May 18, 2017
    Configuration menu
    Copy the full SHA
    db77787 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95b3b66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d17693 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48669b4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    291135b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    85774eb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d2070f8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d13e6a5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ca27c52 View commit details
    Browse the repository at this point in the history
  13. Move filter handling to RouteController

    In order to prevent special treatment in the context app component of
    filters from the app state and the global state depending on their
    origin, reading the filters is now moved up to the
    `ContextAppRouteController`. While doing so
    `ContextAppRouteController` does not handle `appState.filters` anymore,
    but delegates all access to the `queryFilter` service. Writing filter
    changes stays unchanged, as it was already fully delegated to
    `queryFilter`.
    weltenwort committed May 18, 2017
    Configuration menu
    Copy the full SHA
    9bc48eb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cd5d987 View commit details
    Browse the repository at this point in the history