-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[TSVB] Support custom field format #101245
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
Merged
DianaDerevyankina
merged 87 commits into
elastic:master
from
DianaDerevyankina:issues/97213
Sep 13, 2021
Merged
Changes from 56 commits
Commits
Show all changes
87 commits
Select commit
Hold shift + click to select a range
5a3025c
[TSVB] Support custom field format
DianaDerevyankina f8e27db
Merge branch 'master' into issues/97213
DianaDerevyankina 3eee90a
Add ignore_field_formatting for series to support value formatting fo…
DianaDerevyankina 2c7e8e2
Fix type issue for visData and rename getCustomFieldFormatter to crea…
DianaDerevyankina cc1999e
Update vis.test to cover custom field formats logic and add a migrati…
DianaDerevyankina 71494d1
Merge branch 'master' into issues/97213
DianaDerevyankina 84fddd2
Move createCustomFieldFormatter to a separate file, make formatting r…
DianaDerevyankina 9ec68ae
Merge branch 'master' into issues/97213
DianaDerevyankina 85d3a92
Remove services, add getFieldFormatsService to use it in format_labe…
DianaDerevyankina e7107be
Update plugin.ts
DianaDerevyankina 23da97b
Update start for plugin.ts
DianaDerevyankina 9d42fef
Add formatting for annotations and markdown values
DianaDerevyankina e800a9e
Refactor some code
DianaDerevyankina 8edfb3c
Merge branch 'master' into issues/97213
DianaDerevyankina 5317e01
Merge branch 'master' into issues/97213
DianaDerevyankina 5046d27
Update some naming and conditions
DianaDerevyankina 17918cf
Fix formatting of data type labels
DianaDerevyankina 60b6f2e
Merge branch 'master' into issues/97213
DianaDerevyankina b984653
In process_bucket fix case for no getFieldFormatByName
DianaDerevyankina 56fdcb1
Merge branch 'master' into issues/97213
kibanamachine 995adca
Merge branch 'master' into issues/97213
DianaDerevyankina 4ab0509
Add field formatting functional tests for all panel types
DianaDerevyankina 0ab3ef6
Merge branch 'master' into issues/97213
DianaDerevyankina 75ceb1a
Update tests to make them run correctly for firefox
DianaDerevyankina 2019733
Update _tsvb_markdown test setup
DianaDerevyankina f7e47d5
Merge branch 'master' into issues/97213
DianaDerevyankina 8b30c29
Move series ignoreFieldFormatting check to a separate file, change co…
DianaDerevyankina 71e5d45
Merge branch 'master' into issues/97213
DianaDerevyankina 07c87c0
Fix type check for timeseries_visualization.tsx
DianaDerevyankina df703aa
Update migrations.js test expected version to 7.15
DianaDerevyankina 1bb7a66
Fix tests in _tsvb_chart.ts
DianaDerevyankina 1f95dae
Merge branch 'master' into issues/97213
DianaDerevyankina 74b11d1
Merge branch 'master' into issues/97213
kibanamachine a91fc4c
Merge branch 'master' into issues/97213
DianaDerevyankina 78acd8d
Fix merge conflict remove process_bucket.js
DianaDerevyankina 7c163ce
Update process_bucket.test.ts
DianaDerevyankina 9322014
Fix markdown labels formatting
DianaDerevyankina 08de656
Merge branch 'master' into issues/97213
kibanamachine 354beb3
Merge branch 'master' into issues/97213
kibanamachine cbd994f
Merge branch 'master' into issues/97213
DianaDerevyankina 6df961d
Add ignore_field_formatting for annotations, enhanced migration scrip…
DianaDerevyankina 708f804
Merge branch 'master' into issues/97213
kibanamachine f689107
Fix migration script and add disabling for ignore component when stri…
DianaDerevyankina f72db10
Add supporting URL and color formatters in tsvb table
VladLasitsa 25e3e2d
Fix eslint
VladLasitsa c7c5558
Merge remote-tracking branch 'origin/issues/97213' into issues/97213
DianaDerevyankina 6524fe6
Merge branch 'master' into issues/97213
DianaDerevyankina 8dd6e4e
Merge branch 'master' into issues/97213
DianaDerevyankina 3c8c8e3
Remove ignore formatting component, add field formatting option to TS…
DianaDerevyankina c21a616
Fix failing tests, refactor create_field_formatter and add test to it…
DianaDerevyankina 1a84515
Fix series formatting for top hit when it has not numeric result
DianaDerevyankina b30cbe7
Merge branch 'master' into issues/97213
kibanamachine f2e48ca
Handle no fieldFormatMap case for table/vis.js
DianaDerevyankina f77cca3
Merge branch 'master' into issues/97213
kibanamachine ef74d40
Merge branch 'master' into issues/97213
kibanamachine 04d2f04
Remove "Default" option form DataFormatPicker when index pattern is s…
DianaDerevyankina 3871bcf
Chore(TSVB): Replace aggregations lookup with map
DianaDerevyankina b489122
Fix types, update test expected data and remove unused translations
DianaDerevyankina 4b4053a
Merge branch 'master' into TSVB-aggregations-map
kibanamachine 9a4e014
Merge branch 'master' into issues/97213
DianaDerevyankina 37d75e9
Fix i18 check and useEffect in agg.tsx
DianaDerevyankina df2b044
Merge branch 'TSVB-aggregations-map' into issues/97213
DianaDerevyankina 78dcc21
Handle aggregations field formatting case
DianaDerevyankina 7d8a70f
Fix agg_utils, vis and check_if_numeric_metric tests
DianaDerevyankina a9bc63b
Correct typo and refactor condition in std_metric
DianaDerevyankina 1c90bba
Fix type check
DianaDerevyankina a80388a
Merge branch 'master' into issues/97213
DianaDerevyankina 8a54007
Get rid of IFieldType
DianaDerevyankina ed5220e
Merge branch 'master' into issues/97213
DianaDerevyankina 9b1380d
Merge branch 'master' into issues/97213
kibanamachine 9512316
Add URL and color formatting for topN and metric tabs, fix setting in…
DianaDerevyankina 8941deb
Merge branch 'master' into issues/97213
kibanamachine 490f26c
Update tsvb.asciidoc
DianaDerevyankina ddfa286
Merge branch 'master' into issues/97213
DianaDerevyankina 8cf3324
Remove link icon from Date format field help text, update click logic…
DianaDerevyankina 47ec5d5
Remove unused import
DianaDerevyankina f6e09b9
Merge branch 'master' into issues/97213
DianaDerevyankina 114ea94
Revert top N bar extra logic for click
DianaDerevyankina 09394d3
Merge branch 'master' into issues/97213
kibanamachine 77c3b0f
Refactor some code in agg.tsx
DianaDerevyankina 0c1d7bf
Add URL and color formatting to Gauge
DianaDerevyankina aba4a19
Merge branch 'master' into issues/97213
DianaDerevyankina 287ec81
Fix bug with terms formatting, refactor some code, update create_fiel…
DianaDerevyankina 38b7bc4
Add comments to _gauge.scss
DianaDerevyankina 870a54b
Merge branch 'master' into issues/97213
kibanamachine 16c9938
Remove unnecessary await
DianaDerevyankina d3483e1
Merge branch 'master' into issues/97213
kibanamachine 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.