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

[Maps] refactor filter actions to use embeddable actions #41713

Merged
merged 3 commits into from
Jul 23, 2019

Conversation

nreese
Copy link
Contributor

@nreese nreese commented Jul 22, 2019

This PR removes isFilterable from redux state and instead passes addFilters to GisMap component. addFilters uses embeddable actions in Map embeddable

@nreese nreese added [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation v8.0.0 release_note:skip Skip the PR/issue when compiling release notes v7.4.0 labels Jul 22, 2019
@nreese nreese requested a review from thomasneirynck July 22, 2019 21:37
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-gis

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💔 Build Failed

@nreese
Copy link
Contributor Author

nreese commented Jul 23, 2019

retest

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

async getESFilters() {
const esFilters = [];
if (this._tooltipProperty.isFilterable()) {
esFilters.push(...(await this._tooltipProperty.getESFilters()));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is really dense.

consider using multi-line.

@nreese nreese merged commit aba38ee into elastic:master Jul 23, 2019
nreese added a commit to nreese/kibana that referenced this pull request Jul 23, 2019
* [Maps] refactor filters to use filter actions

* remove isFilterable from redux state

* more removal of set filterable
nreese added a commit that referenced this pull request Jul 24, 2019
…1821)

* [Maps] refactor filters to use filter actions

* remove isFilterable from redux state

* more removal of set filterable
jloleysens added a commit to jloleysens/kibana that referenced this pull request Jul 24, 2019
* upstream/7.x:
  Ensure visualizations in percentage mode respect the advanced settings percent format (elastic#39044) (elastic#41855)
  [7.x] [telemetry] Analytics Package (elastic#41113) (elastic#41774)
  [Uptime] Improve `useUrlParams` hook for Uptime app (elastic#41545) (elastic#41818)
  [Maps] refactor filter actions to use embeddable actions (elastic#41713) (elastic#41821)
  [Maps] clean up tooltip header and footer (elastic#41793) (elastic#41816)
  [SIEM] Timeline NOT working with unauthorized  (elastic#41767) (elastic#41873)
  Use index patterns service inside data plugin (rather than importing from ui/public) (elastic#41639) (elastic#41867)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation release_note:skip Skip the PR/issue when compiling release notes v7.4.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants