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

[TSVB] Support custom field format #101245

Merged
merged 87 commits into from
Sep 13, 2021

Commits on May 27, 2021

  1. [TSVB] Support custom field format

    Add format_label response processor for series vis data and bucket key formatting to process_bucket for table vis data
    DianaDerevyankina committed May 27, 2021
    Configuration menu
    Copy the full SHA
    5a3025c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    f8e27db View commit details
    Browse the repository at this point in the history
  2. Add ignore_field_formatting for series to support value formatting fo…

    …r all panel types except markdown
    DianaDerevyankina committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    3eee90a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c7e8e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Update vis.test to cover custom field formats logic and add a migrati…

    …on script to set ignore_field_formatting to true for the series
    DianaDerevyankina committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    cc1999e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71494d1 View commit details
    Browse the repository at this point in the history
  3. Move createCustomFieldFormatter to a separate file, make formatting r…

    …espect only active metrics field name, refactor vis files and fix label formatting only for grouped by terms series
    DianaDerevyankina committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    84fddd2 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    9ec68ae View commit details
    Browse the repository at this point in the history
  2. Remove services, add getFieldFormatsService to use it in format_label…

    … and get_table_data, replace getCustomFieldFormatter with createCustomFieldFormatter
    DianaDerevyankina committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    85d3a92 View commit details
    Browse the repository at this point in the history
  3. Update plugin.ts

    DianaDerevyankina committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    e7107be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23da97b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d42fef View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Refactor some code

    DianaDerevyankina committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    e800a9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8edfb3c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    5317e01 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    5046d27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17918cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60b6f2e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    b984653 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56fdcb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    995adca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ab0509 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Configuration menu
    Copy the full SHA
    0ab3ef6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75ceb1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2019733 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Merge branch 'master' into issues/97213

    # Conflicts:
    #	src/plugins/vis_type_timeseries/public/application/components/lib/convert_series_to_vars.js
    #	src/plugins/vis_type_timeseries/public/application/components/vis_types/table/vis.js
    #	src/plugins/vis_type_timeseries/public/application/components/vis_types/timeseries/vis.js
    #	src/plugins/vis_type_timeseries/server/lib/vis_data/get_table_data.ts
    #	src/plugins/vis_type_timeseries/server/lib/vis_data/series/handle_response_body.ts
    #	src/plugins/vis_type_timeseries/server/types.ts
    #	src/plugins/visualizations/server/migrations/visualization_saved_object_migrations.ts
    #	test/functional/apps/visualize/_tsvb_table.ts
    DianaDerevyankina committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    f7e47d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Move series ignoreFieldFormatting check to a separate file, change co…

    …nvertSeriesToVars signature, update migration script and refactor a bit functional tests
    DianaDerevyankina committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    8b30c29 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Configuration menu
    Copy the full SHA
    71e5d45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07c87c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df703aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bb7a66 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    1f95dae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74b11d1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into issues/97213

    # Conflicts:
    #	src/plugins/vis_type_timeseries/common/types/vis_data.ts
    #	src/plugins/vis_type_timeseries/server/lib/vis_data/get_table_data.ts
    #	src/plugins/vis_type_timeseries/server/lib/vis_data/table/process_bucket.js
    DianaDerevyankina committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    a91fc4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78acd8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c163ce View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    9322014 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    08de656 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    354beb3 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    cbd994f View commit details
    Browse the repository at this point in the history
  2. Add ignore_field_formatting for annotations, enhanced migration scrip…

    …t to set that flag to true, refactor data_format_picker
    DianaDerevyankina committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    6df961d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    708f804 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f689107 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    f72db10 View commit details
    Browse the repository at this point in the history
  2. Fix eslint

    VladLasitsa committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    25e3e2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7c5558 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into issues/97213

    # Conflicts:
    #	src/plugins/vis_type_timeseries/public/application/components/vis_types/timeseries/vis.test.js
    #	src/plugins/vis_type_timeseries/public/timeseries_vis_renderer.tsx
    DianaDerevyankina committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    6524fe6 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    8dd6e4e View commit details
    Browse the repository at this point in the history
  2. Remove ignore formatting component, add field formatting option to TS…

    …VB data format picker and make it default, remove migration script, update tests and refactor some files
    DianaDerevyankina committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    3c8c8e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    c21a616 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a84515 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b30cbe7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2e48ca View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    f77cca3 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Configuration menu
    Copy the full SHA
    ef74d40 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Remove "Default" option form DataFormatPicker when index pattern is s…

    …tring, fix markdown variables issue and refactor some code
    DianaDerevyankina committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    04d2f04 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    3871bcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b489122 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b4053a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    9a4e014 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37d75e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df2b044 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78dcc21 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    7d8a70f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9bc63b View commit details
    Browse the repository at this point in the history
  3. Fix type check

    DianaDerevyankina committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    1c90bba View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Merge branch 'master' into issues/97213

    # Conflicts:
    #	src/plugins/vis_type_timeseries/common/agg_utils.test.ts
    #	src/plugins/vis_type_timeseries/common/agg_utils.ts
    #	x-pack/plugins/translations/translations/ja-JP.json
    #	x-pack/plugins/translations/translations/zh-CN.json
    DianaDerevyankina committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    a80388a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    8a54007 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Merge branch 'master' into issues/97213

    # Conflicts:
    #	src/plugins/vis_type_timeseries/public/application/components/aggs/agg.tsx
    #	test/functional/apps/visualize/_tsvb_table.ts
    DianaDerevyankina committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    ed5220e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    9b1380d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Add URL and color formatting for topN and metric tabs, fix setting in…

    …itial custom formatter and switching formatter in agg.tsx
    DianaDerevyankina committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    9512316 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8941deb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    490f26c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into issues/97213

    # Conflicts:
    #	x-pack/plugins/translations/translations/ja-JP.json
    #	x-pack/plugins/translations/translations/zh-CN.json
    DianaDerevyankina committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    ddfa286 View commit details
    Browse the repository at this point in the history
  5. Remove link icon from Date format field help text, update click logic…

    … for top N in case of custom field format and fix CI
    DianaDerevyankina committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    8cf3324 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    47ec5d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6e09b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    114ea94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09394d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77c3b0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c1d7bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aba4a19 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Configuration menu
    Copy the full SHA
    287ec81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38b7bc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    870a54b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16c9938 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    d3483e1 View commit details
    Browse the repository at this point in the history