Commit 5d6dbf0
Expose NP FieldFormats service to server side (#55419)
* Expose NP FieldFormats service to server side
* fix CI
* fix PR comments
* fix PR comments
* fix CI
* getFieldFormatsRegistry -> getFieldFormatRegistry
* fix CI
* memoize - add resolve cache function
* fix Jest
* move IFieldFormatMetaParams to types.ts
* FieldFormatRegistry -> FieldFormatsRegistry
* update src/core/MIGRATION.md
* update public contract
Co-authored-by: Elastic Machine <[email protected]>1 parent 9301531 commit 5d6dbf0
File tree
70 files changed
+525
-741
lines changed- src
- core
- legacy
- core_plugins
- kibana
- vis_type_metric/public
- components
- vis_type_timeseries/public/components/vis_types/table
- ui
- field_formats
- mixin
- public
- agg_types
- buckets
- create_filter
- metrics
- field_editor
- components/field_format_editor/editors/color
- lib/__tests__
- time_buckets
- visualize/loader/pipeline_helpers
- plugins/data
- common
- field_formats
- constants
- converters
- public
- field_formats_provider
- field_formats
- index_patterns
- fields
- index_patterns
- search/search_source
- ui/query_string_input/__snapshots__
- server
- field_formats
- test_utils/public
- x-pack/legacy/plugins
- lens/public/metric_visualization_plugin
- reporting
- export_types/csv/server
- lib
- server
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
70 files changed
+525
-741
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
251 | | - | |
| 250 | + | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
255 | | - | |
| 254 | + | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1231 | 1231 | | |
1232 | 1232 | | |
1233 | 1233 | | |
1234 | | - | |
1235 | | - | |
| 1234 | + | |
| 1235 | + | |
1236 | 1236 | | |
1237 | 1237 | | |
1238 | 1238 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
331 | 330 | | |
332 | 331 | | |
333 | 332 | | |
334 | | - | |
335 | 333 | | |
336 | 334 | | |
337 | 335 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 56 deletions
This file was deleted.
Lines changed: 0 additions & 79 deletions
This file was deleted.
0 commit comments