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

Typescript index pattern field editor #63495

Merged
merged 31 commits into from
Apr 27, 2020
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
2caf8c4
partial progress
mattkime Apr 8, 2020
2fe760c
Merge branch 'master' into typescript_ui_field_editor
mattkime Apr 14, 2020
9c77acd
Merge branch 'master' into typescript_ui_field_editor
mattkime Apr 14, 2020
326925b
partial progress on tyypescripting
mattkime Apr 14, 2020
c17aad2
Merge branch 'master' into typescript_ui_field_editor
mattkime Apr 16, 2020
3b0b5b8
Merge branch 'master' into typescript_ui_field_editor
mattkime Apr 20, 2020
b0bf4c7
typescript fixes
mattkime Apr 20, 2020
980df33
Merge branch 'master' into typescript_ui_field_editor
mattkime Apr 21, 2020
2010228
fix field format editor
mattkime Apr 21, 2020
80e9d9d
Merge branch 'master' into typescript_ui_field_editor
mattkime Apr 21, 2020
32c277f
merge
mattkime Apr 21, 2020
5705adc
Merge branch 'master' into typescript_ui_field_editor
mattkime Apr 21, 2020
f604c33
revert use of enum for converter type
mattkime Apr 21, 2020
fd42834
less any
mattkime Apr 22, 2020
3983dff
less any
mattkime Apr 22, 2020
c1d9a34
Merge branch 'master' into typescript_ui_field_editor
mattkime Apr 22, 2020
4e5cfe6
typescript tests, partial progress
mattkime Apr 23, 2020
c0443c8
typescript fixes
mattkime Apr 23, 2020
d4de6b1
update snapshots, fix jest test
mattkime Apr 23, 2020
5567738
ts improvements, remove a couple of comments
mattkime Apr 24, 2020
ef45516
remove change to data public api, only needed type
mattkime Apr 24, 2020
9daf1aa
Merge branch 'master' into typescript_ui_field_editor
mattkime Apr 24, 2020
fbdb7a1
Merge branch 'master' into typescript_ui_field_editor
mattkime Apr 24, 2020
534bf31
rename prop argument
mattkime Apr 24, 2020
922c50f
no more ui/kfetch
mattkime Apr 24, 2020
d2ef538
update snapshots, fix field editor args
mattkime Apr 24, 2020
142169a
fix scripted fields
mattkime Apr 24, 2020
a790ac4
ui/dock_links to core.dockLinks
mattkime Apr 25, 2020
cfa3fd5
better define conflict descriptions
mattkime Apr 27, 2020
b8b3abb
one less typescript any and better snapshots
mattkime Apr 27, 2020
60c81ee
Merge branch 'master' into typescript_ui_field_editor
elasticmachine Apr 27, 2020
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
Prev Previous commit
Next Next commit
Merge branch 'master' into typescript_ui_field_editor
  • Loading branch information
mattkime committed Apr 22, 2020
commit c1d9a346dcecc8da07bb1b022cfd2366b04770e0
30 changes: 15 additions & 15 deletions src/plugins/data/public/public.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1898,21 +1898,21 @@ export type TSearchStrategyProvider<T extends TStrategyTypes> = (context: ISearc
// src/plugins/data/public/index.ts:237:27 - (ae-forgotten-export) The symbol "flattenHitWrapper" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:237:27 - (ae-forgotten-export) The symbol "getRoutes" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:237:27 - (ae-forgotten-export) The symbol "formatHitProvider" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:387:20 - (ae-forgotten-export) The symbol "getRequestInspectorStats" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:387:20 - (ae-forgotten-export) The symbol "getResponseInspectorStats" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:387:20 - (ae-forgotten-export) The symbol "tabifyAggResponse" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:387:20 - (ae-forgotten-export) The symbol "tabifyGetColumns" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:392:1 - (ae-forgotten-export) The symbol "CidrMask" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:393:1 - (ae-forgotten-export) The symbol "convertDateRangeToString" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:395:1 - (ae-forgotten-export) The symbol "dateHistogramInterval" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:404:1 - (ae-forgotten-export) The symbol "InvalidEsCalendarIntervalError" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:405:1 - (ae-forgotten-export) The symbol "InvalidEsIntervalFormatError" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:406:1 - (ae-forgotten-export) The symbol "isDateHistogramBucketAggConfig" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:410:1 - (ae-forgotten-export) The symbol "isValidEsInterval" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:411:1 - (ae-forgotten-export) The symbol "isValidInterval" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:414:1 - (ae-forgotten-export) The symbol "parseInterval" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:415:1 - (ae-forgotten-export) The symbol "propFilter" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:418:1 - (ae-forgotten-export) The symbol "toAbsoluteDates" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:385:20 - (ae-forgotten-export) The symbol "getRequestInspectorStats" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:385:20 - (ae-forgotten-export) The symbol "getResponseInspectorStats" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:385:20 - (ae-forgotten-export) The symbol "tabifyAggResponse" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:385:20 - (ae-forgotten-export) The symbol "tabifyGetColumns" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:390:1 - (ae-forgotten-export) The symbol "CidrMask" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:391:1 - (ae-forgotten-export) The symbol "convertDateRangeToString" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:393:1 - (ae-forgotten-export) The symbol "dateHistogramInterval" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:402:1 - (ae-forgotten-export) The symbol "InvalidEsCalendarIntervalError" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:403:1 - (ae-forgotten-export) The symbol "InvalidEsIntervalFormatError" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:404:1 - (ae-forgotten-export) The symbol "isDateHistogramBucketAggConfig" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:408:1 - (ae-forgotten-export) The symbol "isValidEsInterval" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:409:1 - (ae-forgotten-export) The symbol "isValidInterval" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:412:1 - (ae-forgotten-export) The symbol "parseInterval" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:413:1 - (ae-forgotten-export) The symbol "propFilter" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:416:1 - (ae-forgotten-export) The symbol "toAbsoluteDates" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/query/state_sync/connect_to_query_state.ts:33:33 - (ae-forgotten-export) The symbol "FilterStateStore" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/query/state_sync/connect_to_query_state.ts:37:1 - (ae-forgotten-export) The symbol "QueryStateChange" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/types.ts:52:5 - (ae-forgotten-export) The symbol "createFiltersFromValueClickAction" needs to be exported by the entry point index.d.ts
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.