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

[7.x] Move @kbn/es-query into data plugin - es-query folder (#50182) #50824

Merged
merged 2 commits into from
Nov 16, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Move @kbn/es-query into data plugin - es-query folder (#50182)
* Move @kbn/es-query into data plugin - es-query

* fix eslint issues

* Fix PR comments

* fix CI

* fix Ci

* remove extra ts-ignore

* fix imports

* fix imports

* Test importing from data/public and casting to ES Field Types.

* Test importing from data/public and casting to ES Field Types.

# Conflicts:
#	src/legacy/core_plugins/data/public/index_patterns/index_patterns/index_pattern.tsx
#	x-pack/legacy/plugins/siem/public/components/timeline/helpers.test.tsx
#	x-pack/legacy/plugins/siem/public/components/timeline/helpers.tsx
#	x-pack/legacy/plugins/siem/public/lib/keury/index.ts
#	x-pack/legacy/plugins/siem/public/pages/hosts/details/index.tsx
#	x-pack/legacy/plugins/siem/public/pages/hosts/hosts.tsx
#	x-pack/legacy/plugins/siem/public/pages/network/ip_details/index.tsx
  • Loading branch information
alexwizp committed Nov 16, 2019
commit e58c923bdac9806e0ffc4f9e9abca97ee6a48522
64 changes: 0 additions & 64 deletions packages/kbn-es-query/src/es_query/__tests__/_migrate_filter.js

This file was deleted.

151 changes: 0 additions & 151 deletions packages/kbn-es-query/src/es_query/__tests__/from_filters.js

This file was deleted.

87 changes: 0 additions & 87 deletions packages/kbn-es-query/src/es_query/__tests__/from_lucene.js

This file was deleted.

39 changes: 0 additions & 39 deletions packages/kbn-es-query/src/es_query/index.d.ts

This file was deleted.

49 changes: 0 additions & 49 deletions packages/kbn-es-query/src/es_query/migrate_filter.js

This file was deleted.

Loading