Fix timelion not working with single quotes#84196
Conversation
stratoula
left a comment
There was a problem hiding this comment.
LGTM, tested it locally, now it works with both single and double quotes. Thanx for the test added Daniiil 👏
* Remove string escaping * Add unit test
* Remove string escaping * Add unit test
💚 Build SucceededMetrics [docs]Page load bundle
History
To update your PR or re-run it, just comment with: |
* master: (41 commits) [Maps] fix code-owners (elastic#84265) [@kbn/utils] Clean target before build (elastic#84253) [code coverage] collect for oss integration tests (elastic#83907) [APM] Use `asTransactionRate` consistently everywhere (elastic#84213) Attempt to fix incremental build error (elastic#84152) Unskip "Copy dashboards to space" (elastic#84115) Remove expressions.legacy from README (elastic#79681) Expression: Add render mode and use it for canvas interactivity (elastic#83559) [deb/rpm] Move systemd service to /usr/lib/systemd/system (elastic#83571) [Security Solution][Resolver] Allow a configurable entity_id field (elastic#81679) [ML] Space permision checks for job deletion (elastic#83871) [build] Provide ARM build of RE2 (elastic#84163) TSVB should use "histogram:maxBars" and "histogram:barTarget" settings for auto instead of a default 100 buckets (elastic#83628) [Workplace Search] Initial rendering of Org Sources (elastic#84164) update geckodriver to 0.28 (elastic#84085) Fix timelion vis escapes single quotes (elastic#84196) [Security Solution] Fix incorrect time for dns histogram (elastic#83532) [DX] Bump TS version to v4.1 (elastic#83397) [Security Solution] Add endpoint policy revision number (elastic#83982) [Fleet] Integration Policies List view (elastic#83634) ...
|
Any idea when this will be released? I am assuming because it's in 'master' now, it will be released with 7.10.1? |
Hey @camprr p.s.: you can always be aware of release versions in the |
|
Hi, |
|
Hey @ayushmathur86 we are planning to release 7.10.1 which will also contain this fix within the upcoming weeks 🙂 |
|
Thanks @stratoula , that will be awesome. Any tentative date for which I can raise an internal JIRA :-) ? |
|
@ayushmathur86 The specific release date will depend on how testing goes and some other factors, so we unfortunately can't give you a specific date, but it's planned within the next 2 weeks. |

Summary
Fixes #83297
Skip escaping single quotes since it is handled appropriately inside interpreter
Checklist
Delete any items that are not applicable to this PR.
For maintainers