-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[ui/agg_response/tabify] -> TypeScript & Jest & Shim #57660
Conversation
@elasticmachine merge upstream |
merge conflict between base and head |
[ui/agg_response/tabify] -> TypeScript & Jest & Shim Part of elastic#57394
@elasticmachine merge upstream |
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did a first pass at the code with a few comments -- will look again once we are closer to merging this
src/legacy/core_plugins/data/public/search/expressions/esaggs.ts
Outdated
Show resolved
Hide resolved
src/legacy/core_plugins/data/public/search/tabify/response_writer.ts
Outdated
Show resolved
Hide resolved
src/legacy/core_plugins/data/public/search/tabify/tabify.test.ts
Outdated
Show resolved
Hide resolved
Co-Authored-By: Luke Elmers <[email protected]>
# Conflicts: # src/legacy/core_plugins/data/public/search/tabify/types.ts
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kibana app changes LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code changes LGTM - thanks @alexwizp!
I think final naming & location within the data plugin can perhaps be revisited later (i.e. maybe we don't want to call it tabify
moving forward?), but for now this will unblock forward progress on new platform migration.
ping @elastic/kibana-gis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maps changes lgtm
code review
* [ui/agg_response/tabify] -> TypeScript & Jest & Shim [ui/agg_response/tabify] -> TypeScript & Jest & Shim Part of elastic#57394 * fix CI * move tabify into new folder * TypeScript _bucket.js * rename _buckets -> bucket * fix CI * tabify.test.js -> tabify.test.ts * tabify.js -> tabify.ts * fix JEST * Update src/legacy/core_plugins/data/public/search/tabify/types.ts Co-Authored-By: Luke Elmers <[email protected]> * fake_hierarchical_data.js -> fake_hierarchical_data.ts * TimeRange -> TabbedRangeFilterParams Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Luke Elmers <[email protected]>
…bular_inspector_data.ts Part of elastic#57660
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
* [ui/agg_response/tabify] -> TypeScript & Jest & Shim [ui/agg_response/tabify] -> TypeScript & Jest & Shim Part of elastic#57394 * fix CI * move tabify into new folder * TypeScript _bucket.js * rename _buckets -> bucket * fix CI * tabify.test.js -> tabify.test.ts * tabify.js -> tabify.ts * fix JEST * Update src/legacy/core_plugins/data/public/search/tabify/types.ts Co-Authored-By: Luke Elmers <[email protected]> * fake_hierarchical_data.js -> fake_hierarchical_data.ts * TimeRange -> TabbedRangeFilterParams Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Luke Elmers <[email protected]>
* [ui/agg_response/tabify] -> TypeScript & Jest & Shim [ui/agg_response/tabify] -> TypeScript & Jest & Shim Part of #57394 * fix CI * move tabify into new folder * TypeScript _bucket.js * rename _buckets -> bucket * fix CI * tabify.test.js -> tabify.test.ts * tabify.js -> tabify.ts * fix JEST * Update src/legacy/core_plugins/data/public/search/tabify/types.ts Co-Authored-By: Luke Elmers <[email protected]> * fake_hierarchical_data.js -> fake_hierarchical_data.ts * TimeRange -> TabbedRangeFilterParams Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Luke Elmers <[email protected]> Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Luke Elmers <[email protected]>
…bular_inspector_data.ts (elastic#58130) Part of elastic#57660
Part of #57394
Summary
Checklist
Delete any items that are not applicable to this PR.
For maintainers