[ui/agg_response/tabify] -> TypeScript & Jest & Shim#57660
[ui/agg_response/tabify] -> TypeScript & Jest & Shim#57660alexwizp merged 21 commits intoelastic:masterfrom
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 |
lukeelmers
left a comment
There was a problem hiding this comment.
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 <lukeelmers@gmail.com>
# Conflicts: # src/legacy/core_plugins/data/public/search/tabify/types.ts
|
Pinging @elastic/kibana-app-arch (Team:AppArch) |
|
@elasticmachine merge upstream |
flash1293
left a comment
There was a problem hiding this comment.
Kibana app changes LGTM
lukeelmers
left a comment
There was a problem hiding this comment.
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 |
nreese
left a comment
There was a problem hiding this comment.
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 <lukeelmers@gmail.com> * fake_hierarchical_data.js -> fake_hierarchical_data.ts * TimeRange -> TabbedRangeFilterParams Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Luke Elmers <lukeelmers@gmail.com>
…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 <lukeelmers@gmail.com> * fake_hierarchical_data.js -> fake_hierarchical_data.ts * TimeRange -> TabbedRangeFilterParams Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Luke Elmers <lukeelmers@gmail.com>
* [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 <lukeelmers@gmail.com> * fake_hierarchical_data.js -> fake_hierarchical_data.ts * TimeRange -> TabbedRangeFilterParams Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Luke Elmers <lukeelmers@gmail.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Luke Elmers <lukeelmers@gmail.com>
…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