-
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
kuery_autocomplete -> convert remaining items to TS/Jest #55487
Labels
Comments
Pinging @elastic/kibana-app-arch (Team:AppArch) |
40 tasks
13 tasks
alexwizp
added a commit
to alexwizp/kibana
that referenced
this issue
Jan 30, 2020
alexwizp
added a commit
that referenced
this issue
Jan 31, 2020
* kuery_autocomplete -> convert remaining items to TS/Jest Closes #55487 * QuerySuggestionsTypes rename values * remove ref to npStart * conjunction.test.ts it -> test * remove ts-ignore
alexwizp
added a commit
to alexwizp/kibana
that referenced
this issue
Jan 31, 2020
* kuery_autocomplete -> convert remaining items to TS/Jest Closes elastic#55487 * QuerySuggestionsTypes rename values * remove ref to npStart * conjunction.test.ts it -> test * remove ts-ignore
alexwizp
added a commit
that referenced
this issue
Jan 31, 2020
jfsiii
pushed a commit
to jfsiii/kibana
that referenced
this issue
Feb 4, 2020
* kuery_autocomplete -> convert remaining items to TS/Jest Closes elastic#55487 * QuerySuggestionsTypes rename values * remove ref to npStart * conjunction.test.ts it -> test * remove ts-ignore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a few items that need to be updated to TS/Jest so that we can move
x-pack/legacy/plugins/kuery_autocomplete
to the new platform in #51277:kql_query_suggestion/conjunction
to TS + tests to jestkql_query_suggestion/escape_kuery
to TS + tests to jestkql_query_suggestion/field
to TS + tests to jestkql_query_suggestion/index
to TSkql_query_suggestion/operator
to TS + tests to jestkql_query_suggestion/value
to TS@ts-ignore
sThe text was updated successfully, but these errors were encountered: