-
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
Expose NP FieldFormats service to server side #55419
Merged
Merged
Changes from 24 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
08c845d
Expose NP FieldFormats service to server side
alexwizp 7752b6e
fix CI
alexwizp 02df835
Merge branch 'master' into 54571
elasticmachine e86b069
Merge remote-tracking branch 'upstream/master' into 54571
alexwizp 0be4619
fix PR comments
alexwizp b763a66
Merge remote-tracking branch 'upstream/master' into 54571
alexwizp 9bb6300
fix PR comments
alexwizp cd12136
Merge remote-tracking branch 'upstream/master' into 54571
alexwizp 0b1985f
fix CI
alexwizp 73ee1e6
getFieldFormatsRegistry -> getFieldFormatRegistry
alexwizp 8162165
Merge branch 'master' into 54571
alexwizp 380a921
fix CI
alexwizp 9f0cf97
Merge remote-tracking branch 'upstream/master' into 54571
alexwizp 223738e
memoize - add resolve cache function
alexwizp 81414fb
Merge remote-tracking branch 'upstream/master' into 54571
alexwizp 1aa0097
fix Jest
alexwizp 3d4adc3
Merge remote-tracking branch 'upstream/master' into 54571
alexwizp b25d81a
Merge remote-tracking branch 'upstream/master' into 54571
alexwizp 32388e4
move IFieldFormatMetaParams to types.ts
alexwizp d76ceb3
Merge remote-tracking branch 'upstream/master' into 54571
alexwizp 369b1c0
FieldFormatRegistry -> FieldFormatsRegistry
alexwizp 91e6d12
update src/core/MIGRATION.md
alexwizp 74d5735
update public contract
alexwizp b205ba6
Merge remote-tracking branch 'upstream/master' into 54571
alexwizp 523d4b5
Merge branch 'master' into 54571
elasticmachine 7ff4c2d
Merge remote-tracking branch 'upstream/master' into 54571
alexwizp 5072086
Merge remote-tracking branch 'upstream/master' into 54571
alexwizp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
56 changes: 0 additions & 56 deletions
56
src/legacy/ui/field_formats/mixin/field_formats_service.test.ts
This file was deleted.
Oops, something went wrong.
79 changes: 0 additions & 79 deletions
79
src/legacy/ui/field_formats/mixin/field_formats_service.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
modified to add support for:
x-pack/legacy/plugins/reporting/export_types/csv/server/