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

[Discover] "View surrounding documents" encodes spaces in filters #79283

Merged
merged 3 commits into from
Oct 5, 2020

Conversation

alexwizp
Copy link
Contributor

@alexwizp alexwizp commented Oct 2, 2020

Closes: #72958

Summary

$scope.getContextAppHref method encoded url 3 times: by httpParamSerializer, encodeURI, and rison.encode. I think we should use common approach for that.

Checklist

Delete any items that are not applicable to this PR.

For maintainers

@alexwizp alexwizp requested a review from kertal October 2, 2020 12:55
@alexwizp alexwizp self-assigned this Oct 2, 2020
@alexwizp alexwizp added v7.10.0 v8.0.0 Team:Visualizations Visualization editors, elastic-charts and infrastructure Feature:Discover Discover Application release_note:fix labels Oct 2, 2020
@alexwizp alexwizp marked this pull request as ready for review October 2, 2020 15:42
@alexwizp alexwizp requested a review from a team October 2, 2020 15:42
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@alexwizp
Copy link
Contributor Author

alexwizp commented Oct 5, 2020

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

@kbn/optimizer bundle module count

id before after diff
discover 238 242 +4

async chunks size

id before after diff
discover 429.6KB 438.4KB +8.8KB

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

Copy link
Member

@kertal kertal left a comment

Choose a reason for hiding this comment

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

Code LGTM, tested locally in Chrome, Firefox, Safari, works, thanks for removing another angular 🦖 !

@alexwizp alexwizp merged commit 3ff90ce into elastic:master Oct 5, 2020
alexwizp added a commit to alexwizp/kibana that referenced this pull request Oct 5, 2020
…astic#79283)

* [Discover] "View surrounding documents" encodes spaces in filters

Closes: elastic#72958

* fix CI

Co-authored-by: Kibana Machine <[email protected]>
alexwizp added a commit that referenced this pull request Oct 5, 2020
…9283) (#79437)

* [Discover] "View surrounding documents" encodes spaces in filters

Closes: #72958

* fix CI

Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Kibana Machine <[email protected]>
jloleysens added a commit to jloleysens/kibana that referenced this pull request Oct 5, 2020
…nes/fix-description-field

* 'master' of github.com:elastic/kibana:
  A11y tests for user page (elastic#79199)
  [Ingest Pipelines] Processors editor a11y focus states (elastic#79122)
  [Ingest pipelines] Clean up component integration tests (elastic#78838)
  Drilldowns in examples (elastic#75640)
  Storybook and Jest cleanup (elastic#79305)
  adds EQL sequence rule test (elastic#79287)
  PR template a11y checklist item improvement (elastic#79243)
  [Security Solution] Adding tests for dns pipeline in the endpoint package (elastic#79177)
  [ML] Only adjust the bounds of SMV if annotations are visible (elastic#79210)
  global search to ts refs (elastic#79446)
  [Index management] Update TemplateDeserialized interface (elastic#78913)
  [Telemetry] server fetcher check all collectors ready before sending (elastic#79398)
  [Mappings editor] Fix app crash when selecting "other" field type (elastic#79434)
  [`/api/stats`] Add documentation + small improvement (elastic#79330)
  [Discover] "View surrounding documents" encodes spaces in filters (elastic#79283)
  [Lens] refactor DimensionContainer and fix flyout bug (elastic#79277)

# Conflicts:
#	x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/pipeline_processors_editor_item/inline_text_input.tsx
#	x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/processors_tree/components/private_tree.tsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Discover Discover Application release_note:fix Team:Visualizations Visualization editors, elastic-charts and infrastructure v7.10.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Discover] "View surrounding documents" encodes spaces in filters
4 participants