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

[BACKPORT] Backport 2.4 commits to 2.x #1277

Merged
merged 31 commits into from
Nov 18, 2022

Commits on Nov 1, 2022

  1. [2.4] Add log pattern table (opensearch-project#1187) (opensearch-pro…

    …ject#1212) (opensearch-project#1215)
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    (cherry picked from commit 5a90273)
    
    Co-authored-by: Joshua Li <joshuali925@gmail.com>
    Configuration menu
    Copy the full SHA
    fc066c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. [Backport 2.4] Merge main to 2.4 (opensearch-project#1217)

    * removing add sample data test (#668)
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * Fix change availability bug (#667)
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Fix test to check for empty event analytics (#669)
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Add release notes for 2.0.0-rc1 (#674)
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    * remove candlestick from visualizations (#690)
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * [OSD][Tests] add test subject to app title for app analytics (#686)
    
    * [OSD][Tests] add test subject to app title for app analytics
    
    Using a test subject we can find the specific element instead
    of trying to search the DOM for the class and hope the class
    is the right class that contains the element we are looking for.
    
    We can search the dom for this specific test subject and actually
    make the test runner wait until this test subject exists before
    executing the tests.
    
    Issue related:
    https://github.com/opensearch-project/observability/issues/679
    
    Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
    
    * update one example for cypress tests
    
    Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
    
    * Support integTestRemote with security enabled endpoint (#699)
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    * Add data test subj to app analytics (#704)
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * integrate job-scheduler into observability (#609)
    
    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    
    * Add availability entry points (#731)
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Update availabilityVizId if visualization is removed from panel (#732)
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Remove rc1 reference (#730)
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Issue fix not a function error (#739)
    
    * Bump prismjs from 1.25.0 to 1.27.0 in /dashboards-observability (#508) (#574)
    
    Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0.
    - [Release notes](https://github.com/PrismJS/prism/releases)
    - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/PrismJS/prism/compare/v1.25.0...v1.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: prismjs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit b4f491a16f81725db6d63f604a3020e5b89dd720)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * change to support java 8 in compile and runtime (#575) (#576)
    
    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    (cherry picked from commit 5c43e9dac336b37fa4f6f002709e0965015383aa)
    
    Co-authored-by: Zhongnan Su <szhongna@amazon.com>
    
    * Add 1.3.0 release notes (#580) (#582)
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * bug fixes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Zhongnan Su <szhongna@amazon.com>
    
    * Release notes 2.0.0.0 (#757)
    
    Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
    
    * Add availability help flyout (#734)
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Make common delete modal for components (#766)
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * Sync app and app list types (#763)
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * [WIP]: Cypress automation for Trace analytics dashboard application (#775)
    
    * Added cypress test cases for tooltip and search engine on Trace dashboard
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * Added test cases for filters
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * Added cypress test cases for tooltip and search engine on Trace dashboard
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * Added test cases for filters
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * Added test cases for Service page in Trace analytics
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * Added Cypress test cases for trace analytics services spans table
    
    Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
    
    * Cypress test case for Traces
    
    Signed-off-by: Nidhi Singhai <nidhi_singhai@persistent.com>
    
    * Cypress test case for Traces Updated
    
    Signed-off-by: Nidhi Singhai <nidhi_singhai@persistent.com>
    
    * Worked on review comments
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    Co-authored-by: Deepak Nevde <deepak_nevde@persistent.com>
    Co-authored-by: Nidhi Singhai <nidhi_singhai@persistent.com>
    
    * Feature/error toast on invalid valueoption selection 666 (#736)
    
    * rendered default axes selected and added error toasts on Save and Apply click if invalid value option selected
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * Cypress changes for error toasts on invalid value options selected
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * added constant VIZ_CONTAIN_XY_AXIS for x, y value axis
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * [Feature]: Treemap chart support in Event Analytics (#693)
    
    * Initial commit for treemap visualization
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * changes to labelField, layout and config
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * reverted changes of layoutConfig
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * Cypress TestCase for TreeMap
    
    Signed-off-by: Nidhi Singhai <nidhi_singhai@persistent.com>
    
    * added new line
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * updated test cases
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * reverted snapshots
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * implemented treemap config options
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * added multicolored theme option
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * updated snapshots
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * Updated test scripts for multicolored section
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * Fixed default selection for treemap
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    Co-authored-by: Nidhi Singhai <nidhi_singhai@persistent.com>
    Co-authored-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * Uses custom plugin to publish zips to maven (#786)
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    * Cypress automation for Notebooks application (#809)
    
    * Added test cases for Notebooks application
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * Added test cases for empty state of Notebooks table
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * Feature/Pie chart legend, chart style, color theme and cypress test cases for same. (#776)
    
    * pie chart legends, chart color contrast and cypress test cases
    
    Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
    
    * Added color code in constants
    
    Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
    
    * Snapshots updated
    
    Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
    
    * Conflicts resolved
    
    Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
    
    * Review comment addressed
    
    Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
    
    * color variable changes
    
    Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
    
    * [Feature]: Heatmap- Color theme implementation in config panel (#778)
    
    * Implementation of color theme for heatmap
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * refactoring code
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * HeatMap Cypress TestCase
    
    Signed-off-by: Nidhi Singhai <nidhi_singhai@persistent.com>
    
    * Cypress TestCase for HeatMap
    
    Signed-off-by: Nidhi Singhai <nidhi_singhai@persistent.com>
    
    * Update Done according to Comment
    
    Signed-off-by: Nidhi Singhai <nidhi_singhai@persistent.com>
    
    * Refactored code
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * Updated snapshot test case
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * Fixed toast implementation and no result found for heatmap
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * Undefined checks for value options
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    Co-authored-by: Nidhi Singhai <nidhi_singhai@persistent.com>
    
    * [Enhancement]: Pie Config Panel features v1  (#816)
    
    * updated dimensions and metrics UI for pie chart
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * updated imports
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * updated snapshots
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * [Enhancement]: TreeMap Config Panel features v1 (#814)
    
    * added support for multiple parents in treemap
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * minor type and position fixes
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * added default values for color pickers
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * resolved review comments
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * TreeMap Enhancement TestCases
    
    Signed-off-by: Nidhi Singhai <nidhi_singhai@persistent.com>
    
    * TreeMap Enhancement TestCases
    
    Signed-off-by: Nidhi Singhai <nidhi_singhai@persistent.com>
    
    * TreeMap Enhancement TestCases Updated
    
    Signed-off-by: Nidhi Singhai <nidhi_singhai@persistent.com>
    
    * Update Done
    
    Signed-off-by: Nidhi Singhai <nidhi_singhai@persistent.com>
    
    * fixed default parent color pickers state
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * fixed undefined check
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * updated snapshots
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    Co-authored-by: Nidhi Singhai <nidhi_singhai@persistent.com>
    Co-authored-by: Subrat Pattnaik <subrat.pattnaik@hotmail.com>
    
    * Bar chart: Legend, Chart styles, and Color Theme features implementation on config panel - 697 (#780)
    
    * mode, orientation and rotate labels implementation under Chart style for Bar chart
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_button_group.tsx
    
    * LineWidth and Fill-opacity changes
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/utils/utils.tsx
    
    * Bar Group Width, Bar Width changes and rotated label hiding issue resolved
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * corner cases handled for bar with and group Width and conditionally rendered rotate label UI
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * Bar chart legend and color theme changes
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_legend.tsx
    
    * Snapshots updated
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * empty line added
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_button_group.tsx
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_legend.tsx
    
    * review comment addressed
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_legend.tsx
    
    * snapshot updated
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * PR review comment addressed.
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_button_group.tsx
    
    * add button constant added
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * changed rgba to rgb in bar.tsx
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * snapshot updated
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * bump version to 2.1.0 and bump gradle to 7.4.2 (#817)
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * 2.1 release notes (#839)
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * change 2.1 version bump PR under maintenance  (#841)
    
    * change version bump to maintenance
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * change version bump to maintenance
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * Sprint1 : combine PR for visualization from Sprint1 (#824)
    
    * graph style section UI schema
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/visualizations/charts/lines/line_type.ts
    
    * changes for style mode and interpolation
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/visualizations/charts/lines/line_type.ts
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/index.ts
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/index.ts
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/index.ts
    
    * lineWidth integration for line mode
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/visualizations/charts/lines/line.tsx
    #	dashboards-observability/public/components/visualizations/charts/lines/line_type.ts
    
    # Conflicts:
    #	dashboards-observability/common/constants/shared.ts
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_style_slider.tsx
    
    * changes for Legend and Orientation in Line
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_button_group.tsx
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_legend.tsx
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/index.ts
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_style_slider.tsx
    
    * point size and Bar Alignment changes
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/visualizations/charts/lines/line.tsx
    #	dashboards-observability/public/components/visualizations/charts/lines/line_type.ts
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/index.ts
    
    # Conflicts:
    #	dashboards-observability/common/constants/shared.ts
    #	dashboards-observability/common/types/explorer.ts
    
    * implemented fill opacity for line chart
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/visualizations/charts/lines/line.tsx
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/utils/utils.tsx
    
    * changes for line width and fill opacity in bar mode and removed mode from chartOption
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/common/constants/shared.ts
    
    * updated bar mode opacity in line chart
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * refactored the config chart style code
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/index.ts
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/index.ts
    
    # Conflicts:
    #	dashboards-observability/common/constants/shared.ts
    #	dashboards-observability/common/types/explorer.ts
    
    * snapshot updated and code refactored
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/utils/utils.tsx
    
    * type added to new component
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_button_group.tsx
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_style_slider.tsx
    
    * review comments addressed
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/utils/utils.tsx
    
    # Conflicts:
    #	dashboards-observability/common/constants/shared.ts
    
    * cypress test case added and resolve button label wraping issue
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/.cypress/integration/1_event_analytics.spec.js
    #	dashboards-observability/.cypress/utils/event_constants.js
    
    # Conflicts:
    #	dashboards-observability/.cypress/integration/1_event_analytics.spec.js
    
    # Conflicts:
    #	dashboards-observability/.cypress/integration/1_event_analytics.spec.js
    
    * multi matrices changes for Line
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * dimensions and metrics UI changes for time-series
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/common/constants/explorer.ts
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/data_config_panel_item.tsx
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/index.tsx
    
    * made data config pannel collapsable and initial fields render
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/data_config_panel_item.tsx
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/index.tsx
    
    * code refactored
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/data_config_panel_item.tsx
    
    * snapshot updated and handled corner cases
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * code styling fixes and added TODO comment
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * table view: eui table replaced with ag-grid
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * drag-drop issue fixed
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * test case of data_table updated
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * feedback comments resolved
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * grid height issue:fixed
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * column height, value getter for type double
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * data_table elements moved to separate
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * footer components
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * cypress test cases for table view
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * data config reviewed code added
    
    Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
    
    * Text correction
    
    Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
    
    * Conflicts resolved
    
    Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
    
    * enhancement for heatmap with new UI
    
    Signed-off-by: Shankha Das <shankha.das@domo.com>
    
    * line chart test cases
    
    Signed-off-by: Shankha Das <shankha.das@domo.com>
    
    * console logs removed
    
    Signed-off-by: Shankha Das <shankha.das@domo.com>
    
    * updated value options ui for treemap
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * removed console
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * sprint1-visualization-fixes.
    
    Signed-off-by: abasatwar <amruta_basatwar@persistent.com>
    
    * initialize default params for DimensonComponent and formatted the codes
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * code review changes done
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * added empty line at end.
    
    Signed-off-by: abasatwar <amruta_basatwar@persistent.com>
    
    Co-authored-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    Co-authored-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    Co-authored-by: Deepak Nevde <deepak_nevde@persistent.com>
    Co-authored-by: Shankha Das <shankha.das@domo.com>
    Co-authored-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * Bump moment from 2.29.2 to 2.29.4 in /dashboards-observability (#845)
    
    Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4.
    - [Release notes](https://github.com/moment/moment/releases)
    - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4)
    
    ---
    updated-dependencies:
    - dependency-name: moment
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Sprint2 (#47) (#868)
    
    * graph style section UI schema
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/visualizations/charts/lines/line_type.ts
    
    * changes for style mode and interpolation
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/visualizations/charts/lines/line_type.ts
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/index.ts
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/index.ts
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/index.ts
    
    * lineWidth integration for line mode
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/visualizations/charts/lines/line.tsx
    #	dashboards-observability/public/components/visualizations/charts/lines/line_type.ts
    
    # Conflicts:
    #	dashboards-observability/common/constants/shared.ts
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_style_slider.tsx
    
    * changes for Legend and Orientation in Line
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_button_group.tsx
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_legend.tsx
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/index.ts
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_style_slider.tsx
    
    * point size and Bar Alignment changes
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/visualizations/charts/lines/line.tsx
    #	dashboards-observability/public/components/visualizations/charts/lines/line_type.ts
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/index.ts
    
    # Conflicts:
    #	dashboards-observability/common/constants/shared.ts
    #	dashboards-observability/common/types/explorer.ts
    
    * implemented fill opacity for line chart
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/visualizations/charts/lines/line.tsx
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/utils/utils.tsx
    
    * changes for line width and fill opacity in bar mode and removed mode from chartOption
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/common/constants/shared.ts
    
    * updated bar mode opacity in line chart
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * refactored the config chart style code
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/index.ts
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/index.ts
    
    # Conflicts:
    #	dashboards-observability/common/constants/shared.ts
    #	dashboards-observability/common/types/explorer.ts
    
    * snapshot updated and code refactored
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/utils/utils.tsx
    
    * type added to new component
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_button_group.tsx
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_style_slider.tsx
    
    * review comments addressed
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/utils/utils.tsx
    
    # Conflicts:
    #	dashboards-observability/common/constants/shared.ts
    
    * cypress test case added and resolve button label wraping issue
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/.cypress/integration/1_event_analytics.spec.js
    #	dashboards-observability/.cypress/utils/event_constants.js
    
    # Conflicts:
    #	dashboards-observability/.cypress/integration/1_event_analytics.spec.js
    
    # Conflicts:
    #	dashboards-observability/.cypress/integration/1_event_analytics.spec.js
    
    * multi matrices changes for Line
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * dimensions and metrics UI changes for time-series
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/common/constants/explorer.ts
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/data_config_panel_item.tsx
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/index.tsx
    
    * made data config pannel collapsable and initial fields render
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/data_config_panel_item.tsx
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/index.tsx
    
    * code refactored
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/data_config_panel_item.tsx
    
    * snapshot updated and handled corner cases
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * code styling fixes and added TODO comment
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * sequence change for dimensions and metrics
    
    Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
    
    * Sprint1 (#14)
    
    * graph style section UI schema
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/visualizations/charts/lines/line_type.ts
    
    * changes for style mode and interpolation
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/visualizations/charts/lines/line_type.ts
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/index.ts
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/index.ts
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/index.ts
    
    * lineWidth integration for line mode
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/visualizations/charts/lines/line.tsx
    #	dashboards-observability/public/components/visualizations/charts/lines/line_type.ts
    
    # Conflicts:
    #	dashboards-observability/common/constants/shared.ts
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_style_slider.tsx
    
    * changes for Legend and Orientation in Line
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_button_group.tsx
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_legend.tsx
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/index.ts
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_style_slider.tsx
    
    * point size and Bar Alignment changes
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/visualizations/charts/lines/line.tsx
    #	dashboards-observability/public/components/visualizations/charts/lines/line_type.ts
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/index.ts
    
    # Conflicts:
    #	dashboards-observability/common/constants/shared.ts
    #	dashboards-observability/common/types/explorer.ts
    
    * implemented fill opacity for line chart
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/visualizations/charts/lines/line.tsx
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/utils/utils.tsx
    
    * changes for line width and fill opacity in bar mode and removed mode from chartOption
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/common/constants/shared.ts
    
    * updated bar mode opacity in line chart
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * refactored the config chart style code
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/index.ts
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/index.ts
    
    # Conflicts:
    #	dashboards-observability/common/constants/shared.ts
    #	dashboards-observability/common/types/explorer.ts
    
    * snapshot updated and code refactored
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/utils/utils.tsx
    
    * type added to new component
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_button_group.tsx
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/config_style_slider.tsx
    
    * review comments addressed
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/utils/utils.tsx
    
    # Conflicts:
    #	dashboards-observability/common/constants/shared.ts
    
    * cypress test case added and resolve button label wraping issue
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/.cypress/integration/1_event_analytics.spec.js
    #	dashboards-observability/.cypress/utils/event_constants.js
    
    # Conflicts:
    #	dashboards-observability/.cypress/integration/1_event_analytics.spec.js
    
    # Conflicts:
    #	dashboards-observability/.cypress/integration/1_event_analytics.spec.js
    
    * multi matrices changes for Line
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * dimensions and metrics UI changes for time-series
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/common/constants/explorer.ts
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/data_config_panel_item.tsx
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/index.tsx
    
    * made data config pannel collapsable and initial fields render
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/data_config_panel_item.tsx
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/index.tsx
    
    * code refactored
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    # Conflicts:
    #	dashboards-observability/public/components/event_analytics/explorer/visualizations/config_panel/config_panes/config_controls/data_config_panel_item.tsx
    
    * snapshot updated and handled corner cases
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * code styling fixes and added TODO comment
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * data config reviewed code added
    
    Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
    
    * Text correction
    
    Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
    
    * Conflicts resolved
    
    Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
    
    * table view: eui table replaced with ag-grid
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * drag-drop issue fixed
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * test case of data_table updated
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * feedback comments resolved
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * grid height issue:fixed
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * column height, value getter for type double
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * data_table elements moved to separate
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * footer components
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * cypress test cases for table view
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * enhancement for heatmap with new UI
    
    Signed-off-by: Shankha Das <shankha.das@domo.com>
    
    * line chart test cases
    
    Signed-off-by: Shankha Das <shankha.das@domo.com>
    
    * console logs removed
    
    Signed-off-by: Shankha Das <shankha.das@domo.com>
    
    * updated value options ui for treemap
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * removed console
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * Fixes of sprint1 for new ui implementation (#12)
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    Co-authored-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    Co-authored-by: Deepak Nevde <deepak_nevde@persistent.com>
    Co-authored-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    Co-authored-by: Shankha Das <shankha.das@domo.com>
    Co-authored-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    Co-authored-by: ruchika-narang <79983862+ruchika-narang@users.noreply.github.com>
    
    * Latest code added
    
    Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
    
    * Collapsapable button position change to top
    
    Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
    
    * table view: eui table replaced with ag-grid
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * drag-drop issue fixed
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * test case of data_table updated
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * feedback comments resolved
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * grid height issue:fixed
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * column height, value getter for type double
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * data_table elements moved to separate
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * footer components
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * cypress test cases for table view
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * data config reviewed code added
    
    Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
    
    * Text correction
    
    Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
    
    * Conflicts resolved
    
    Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
    
    * enhancement for heatmap with new UI
    
    Signed-off-by: Shankha Das <shankha.das@domo.com>
    
    * line chart test cases
    
    Signed-off-by: Shankha Das <shankha.das@domo.com>
    
    * console logs removed
    
    Signed-off-by: Shankha Das <shankha.das@domo.com>
    
    * updated value options ui for treemap
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * removed console
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * sprint1-visualization-fixes.
    
    Signed-off-by: abasatwar <amruta_basatwar@persistent.com>
    
    * added colorscale config options for treemap
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * code review comment resolved
    
    Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
    
    * added config option to sort treemap sectors
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * changes to resctct duplicte options
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * Updated and Added test scripts for Treemap chart along with data config and worked on reassembling the event_constants.js file
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * Removed unwanted code
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * implementation of histogram with new UI
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * gauge chart added
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * Pie chart enhancement, multi labels change
    
    Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
    
    * threshold text fix
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * cypress test cases added
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * Code review comment resolved
    
    Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
    
    * reset fixed, unused imports removed, PR checks fixed
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * single timestamp dimension, no data dsiplay, label rotate, label/legend size
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * layout fixed for primary y axis
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * change of screen size of no data found and visualization
    
    Signed-off-by: Shankha Das <shankha_das@persistent.com>
    
    * changes for restriction of duplicate fields on Data Config and only numeric field selection to metrics
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * line label replaced with time series
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * snapshot tests
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * Removed unwanted spaces
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * initialize default params for DimensonComponent and formatted the codes
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * pr review feedback
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * updated preview functionality for charts
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * updated snapshots
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * Worked on review comments
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * changed variable names
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * code review changes done
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * added empty line at end.
    
    Signed-off-by: abasatwar <amruta_basatwar@persistent.com>
    
    * updated variable names
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * updated snapshots
    
    Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    
    * Added pie chart test cases
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * updated snapshots
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * Removed consoles
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * Worked on conflicts
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * color selector added
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * updated snapshots
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * UI updated as recommended
    
    Signed-off-by: Shankha Das <shankha_das@persistent.com>
    
    * Added legend to heatmap
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * data_config_panel_item timeseries code removed
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * bar chart with multiple dimension and metrics, timestamp
    
    Signed-off-by: abasatwar <amruta_basatwar@persistent.com>
    
    * limit no. of gauge option added
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * threshold limit added, gauge default parameters moved to constants/explorer
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * legend placement added
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * yarn test
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * snapshot updated
    
    Signed-off-by: abasatwar <amruta_basatwar@persistent.com>
    
    * snapshot updated
    
    Signed-off-by: abasatwar <amruta_basatwar@persistent.com>
    
    * Resolving issues after removal of preview functionality
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * updated snapshots
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * Updated snapshots
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * changes for default timestamp data for time-series and corner cases
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * code review comment addressed
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * pr feedback
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * dimensions, metrics length checks refined
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * updated as per review comments
    
    Signed-off-by: abasatwar <amruta_basatwar@persistent.com>
    
    * fixing of data config corner cases
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * snapshot updated
    
    Signed-off-by: abasatwar <amruta_basatwar@persistent.com>
    
    * pr feedback
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    Co-authored-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    Co-authored-by: Deepak Nevde <deepak_nevde@persistent.com>
    Co-authored-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    Co-authored-by: Shankha Das <shankha.das@domo.com>
    Co-authored-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    Co-authored-by: ruchika-narang <79983862+ruchika-narang@users.noreply.github.com>
    Co-authored-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    Co-authored-by: ruchika-narang <ruchika_narang@persistent.com>
    Co-authored-by: Shankha Das <shankha_das@persistent.com>
    
    Co-authored-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    Co-authored-by: Deepak Nevde <deepak_nevde@persistent.com>
    Co-authored-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    Co-authored-by: Shankha Das <shankha.das@domo.com>
    Co-authored-by: Mrunal Zambre <mrunal_zambre@persistent.com>
    Co-authored-by: ruchika-narang <79983862+ruchika-narang@users.noreply.github.com>
    Co-authored-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    Co-authored-by: ruchika-narang <ruchika_narang@persistent.com>
    Co-authored-by: Shankha Das <shankha_das@persistent.com>
    
    * Staging for version increment automation (#848)
    
    * Version increment automation
    
    Signed-off-by: pgodithi <pgodithi@amazon.com>
    
    * Version increment automation
    
    Signed-off-by: pgodithi <pgodithi@amazon.com>
    
    * Version increment automation: task rename updateVersion
    
    Signed-off-by: pgodithi <pgodithi@amazon.com>
    
    * Release Notes for 2.2.0 (#920)
    
    Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
    
    * Sprint2 code refactoring and warning minimization (#904)
    
    * changes to remove for unique key warning on Dom and code refactoring sprint2
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * snapshot updated
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * no_results.test.tsx snapshot updated
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * added empty line at the end of the file
    
    Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
    
    * Bump to 2.2.0 (#918) (#928)
    
    * Bump to 2.2.0
    
    Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
    
    * Update snapshots
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    Co-authored-by: Joshua Li <joshuali925@gmail.com>
    (cherry picked from commit da9e9c013e13e03afd09d324e06e025dbb207f0c)
    
    Co-authored-by: vamsi-amazon <reddyvam@amazon.com>
    
    * Sprint3 alpha (#64) (#931)
    
    * Sprint3 alpha (#64)
    
    Signed-off-by: abasatwar <amruta_basatwar@persistent.com>
    
    * issues resolved and snapshots updated
    
    Signed-off-by: Shankha Das <shankha_das@persistent.com>
    
    * 2 snapshots updated
    
    Signed-off-by: Shankha Das <shankha_das@persistent.com>
    
    Signed-off-by: abasatwar <amruta_basatwar@persistent.com>
    Signed-off-by: Shankha Das <shankha_das@persistent.com>
    Co-authored-by: Shankha Das <shankha_das@persistent.com>
    
    * [ENHANCEMENT]: Movement of temporary visualization panel data into userconfig (#929)
    
    * Worked on movement of data to userConfigs
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * Updated snapshots
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * Updated snapshots
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * Updated snapshots for failing checks
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * resolved PR comments
    
    Signed-off-by: Shankha Das <shankha_das@persistent.com>
    
    * visType added
    
    Signed-off-by: Shankha Das <shankha_das@persistent.com>
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    Signed-off-by: Shankha Das <shankha_das@persistent.com>
    Co-authored-by: Shankha Das <shankha_das@persistent.com>
    
    * cypress test case for horizontal bar (#935)
    
    Signed-off-by: nidhisinghai <nidhisinghai@persistent.com>
    
    Signed-off-by: nidhisinghai <nidhisinghai@persistent.com>
    Co-authored-by: nidhisinghai <nidhisinghai@persistent.com>
    
    * build error resolve (#923)
    
    Signed-off-by: nidhisinghai <nidhisinghai@persistent.com>
    
    Signed-off-by: nidhisinghai <nidhisinghai@persistent.com>
    Co-authored-by: nidhisinghai <nidhisinghai@persistent.com>
    
    * [BUG] : Dimensions getting removed when no timeseries field is present (#944)
    
    * Fix for app crash and dimension disaapearing
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * optimized the code and updated snapshots
    
    Signed-off-by: Shankha Das <shankha_das@persistent.com>
    
    * resolved PR comments
    
    Signed-off-by: Shankha Das <shankha_das@persistent.com>
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    Signed-off-by: Shankha Das <shankha_das@persistent.com>
    Co-authored-by: Shankha Das <shankha_das@persistent.com>
    
    * cypress test case for scatter chart (#930)
    
    Signed-off-by: nidhisinghai <nidhisinghai@persistent.com>
    
    Signed-off-by: nidhisinghai <nidhisinghai@persistent.com>
    Co-authored-by: nidhisinghai <nidhisinghai@persistent.com>
    
    * Bug/logs-view-data-config: Added Columns in Data Configuration for Logs View (#955)
    
    * Fix for app crash and dimension disaapearing
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * optimized the code and updated snapshots
    
    Signed-off-by: Shankha Das <shankha_das@persistent.com>
    
    * resolved PR comments
    
    Signed-off-by: Shankha Das <shankha_das@persistent.com>
    
    * resolved data configuration bug for logs view
    
    Signed-off-by: Shankha Das <shankha_das@persistent.com>
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    Signed-off-by: Shankha Das <shankha_das@persistent.com>
    Co-authored-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * Feature/tooltip-section: Added tooltip options for various charts (#952)
    
    * Fix for app crash and dimension disaapearing
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * optimized the code and updated snapshots
    
    Signed-off-by: Shankha Das <shankha_das@persistent.com>
    
    * resolved PR comments
    
    Signed-off-by: Shankha Das <shankha_das@persistent.com>
    
    * added tooltip options
    
    Signed-off-by: Shankha Das <shankha_das@persistent.com>
    
    * removed log
    
    Signed-off-by: Shankha Das <shankha_das@persistent.com>
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    Signed-off-by: Shankha Das <shankha_das@persistent.com>
    Co-authored-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * resolved color theme issue (#960)
    
    Signed-off-by: Shankha Das <shankha_das@persistent.com>
    
    Signed-off-by: Shankha Das <shankha_das@persistent.com>
    
    * Renamed data panel to style (#964)
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * Query Manager (#915)
    
    * Bump prismjs from 1.25.0 to 1.27.0 in /dashboards-observability (#508) (#574)
    
    Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0.
    - [Release notes](https://github.com/PrismJS/prism/releases)
    - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/PrismJS/prism/compare/v1.25.0...v1.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: prismjs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit b4f491a16f81725db6d63f604a3020e5b89dd720)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * change to support java 8 in compile and runtime (#575) (#576)
    
    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    (cherry picked from commit 5c43e9dac336b37fa4f6f002709e0965015383aa)
    
    Co-authored-by: Zhongnan Su <szhongna@amazon.com>
    
    * Add 1.3.0 release notes (#580) (#582)
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * query manager
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * removed aggregations from dimensions
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * qm improvements
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * types/code cleanups/error corrections
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * fixed a undefined issue
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * qm fixes for query builder
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * viz timestamp selector
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * use postinstall for antlr output files
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * query building fixes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * updated snapshots
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * remove output files
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * cherry-pick from integration branch
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * explicitly remove generated files
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    Signed-off-by: Eric Wei <menwe@amazon.com>
    Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Zhongnan Su <szhongna@amazon.com>
    
    * Query manager integration (#987)
    
    * Bump prismjs from 1.25.0 to 1.27.0 in /dashboards-observability (#508) (#574)
    
    Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0.
    - [Release notes](https://github.com/PrismJS/prism/releases)
    - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/PrismJS/prism/compare/v1.25.0...v1.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: prismjs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit b4f491a16f81725db6d63f604a3020e5b89dd720)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * change to support java 8 in compile and runtime (#575) (#576)
    
    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    (cherry picked from commit 5c43e9dac336b37fa4f6f002709e0965015383aa)
    
    Co-authored-by: Zhongnan Su <szhongna@amazon.com>
    
    * Add 1.3.0 release notes (#580) (#582)
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    * query manager
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * removed aggregations from dimensions
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * qm improvements
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * types/code cleanups/error corrections
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * qm fixes for query builder
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * viz timestamp selector
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * query manager integration with bar step 1
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * span fix
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * use postinstall for antlr output files
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * query building fix
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * updated snapshots
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * fixed file not found issue
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * remove output files
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    Signed-off-by: Eric Wei <menwe@amazon.com>
    Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Zhongnan Su <szhongna@amazon.com>
    
    * Bug/color-theme-options: Resolved color theme issue #960 (#971)
    
    * Resolved to show only metrics in the dropdown instead of all the fields
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * Removed unncessary import
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * Updated snapshots after rebasing with main
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * cypress box plot (#983)
    
    * cypress box plot
    
    Signed-off-by: nidhisinghai <nidhisinghai@persistent.com>
    
    * cypress box plot new
    
    Signed-off-by: nidhisinghai <nidhisinghai@persistent.com>
    
    Signed-off-by: nidhisinghai <nidhisinghai@persistent.com>
    Co-authored-by: nidhisinghai <nidhisinghai@persistent.com>
    
    * fix: reset fontSize on click of reset (#986)
    
    Signed-off-by: SivaprasadAluri <sivaprasad_aluri@persistent.com>
    
    Signed-off-by: SivaprasadAluri <sivaprasad_aluri@persistent.com>
    
    * Cypress automation for Logs view (#995)
    
    * Added cypress scripts for Logs view
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * Added screenshots files
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * Added snapshots files
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * release notes for 2.3.0 (#1003)
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * Resolving conflicts after merge of antlr code (#1021)
    
    * Resolved initial render of bar chart
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * Made the charts workable after merging of antlr code to main
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * Changes of condition for userconfigs
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * Worked on line chart, treemap with the new antlr code
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * tooltip for multiple traces: fixed (#1019)
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * Cypress automation for Pie chart (#1017)
    
    * Added cypress scripts for Logs view
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * Added screenshots files
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * Added snapshots files
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * Added Pie chart file and cypress test cases
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * Small name change
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * Added pie chart test cases
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * Added snapshots files
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
    
    * fix#921-README-forum-link-observability (#999)
    
    Signed-off-by: cwillum <cwmmoore@amazon.com>
    
    Signed-off-by: cwillum <cwmmoore@amazon.com>
    
    * Update developer guide (#961)
    
    * Update developer guide
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    * Update wording
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    * Cypress Automation for Stats Chart (#1016)
    
    * Added new branch code for cypress stats chart
    
    Signed-off-by: Naman Chaturvedi <naman_chaturvedi@persistent.com>
    
    * Added screenshots files
    
    Signed-off-by: Naman Chaturvedi <naman_chaturvedi@persistent.com>
    
    Signed-off-by: Naman Chaturvedi <naman_chaturvedi@persistent.com>
    
    * Jest test cases (#985)
    
    * gauge chart test case added, event-anlytics utils test case added
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * build error resolve: updated snapshots
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * [Bug]: Date Histogram 2 way sync issue fix (#1033)
    
    * Date-histogram 2 way sync issue fixed
    
    Signed-off-by: Dipra Aich <dipra_aich@persistent.com>
    
    * Test run snapshot update changes
    
    Signed-off-by: Dipra Aich <dipra_aich@persistent.com>
    
    Signed-off-by: Dipra Aich <dipra_aich@persistent.com>
    
    * [Feature]: Heatmap 2way sync (#1031)
    
    * Heatmap doesnt render if more than 1 metric or 2 dimensions are added
    
    Signed-off-by: Dipra Aich <dipra_aich@persistent.com>
    
    * Test cases resolution
    
    Signed-off-by: Dipra Aich <dipra_aich@persistent.com>
    
    * Eliminated unnecessary commented code
    
    Signed-off-by: Dipra Aich <dipra_aich@persistent.com>
    
    Signed-off-by: Dipra Aich <dipra_aich@persistent.com>
    
    * fixed backspace crashing UI issue (#1034)
    
    Signed-off-by: Vishal Kushwah <vishal.kushwah@domo.com>
    
    Signed-off-by: Vishal Kushwah <vishal.kushwah@domo.com>
    Co-authored-by: Vishal Kushwah <vishal.kushwah@domo.com>
    
    * [Feature]: Timeseries/Scatter 2 way sync (#1030)
    
    * Fixed 2 way sync issues for line
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * Updated snapshots
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * Removed extra line
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * Move qm to plugins #1023 (#1036)
    
    * move qm: in progress
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * qm instances prop adedd + yarn test
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * main rebase
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * explorereFields type fixed
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * querymanager types added, renamed to qm
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * Pie chart 2way sync (#1029)
    
    * mode bug fixed code: added, 2 way changes testing: in progress
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * pie two sync done
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * yarn test
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * pr feedback
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * spaces added in between lines
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * usememo removed from xlables
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    Signed-off-by: Ramneet Chopra <ramneet_chopra@persistent.com>
    
    * [BUG]: Revert code for treemap and histogram. (#1037)
    
    * Revert code for histogram and treemap after antlr merge because of crashes in app
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * Fixes after rebasing with main and test cases failing
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * Removed commented code
    
    Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
    
    * Working on review comments, renaming metrics to series
    
    Signed-off-by: ruchika-narang …
    Configuration menu
    Copy the full SHA
    b6139c4 View commit details
    Browse the repository at this point in the history
  2. fix column spacing and pattern table highlighting (opensearch-project…

    …#1218)
    
    * fix column spacing and pattern table highlighting
    
    Signed-off-by: Derek Ho <dxho@amazon.com>
    
    * clean up PR
    
    Signed-off-by: Derek Ho <dxho@amazon.com>
    
    * add comments on regex
    
    Signed-off-by: Derek Ho <dxho@amazon.com>
    
    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    b3a541a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Merge feature/metrics branch to 2.4 (opensearch-project#1234)

    * Adding Empty View and Side Bar (opensearch-project#1154)
    
    * Added Metrics Home Page and date picker
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    * Minor changes
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    * Adding empty view and sidebar
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    * added empty view
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * Adding Sidebar to Metrics Home (opensearch-project#1171)
    
    * Added Metrics Home Page and date picker
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    * Minor changes
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    * Adding empty view and sidebar
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    * Adding metrics reducer to redux store
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    * Adding functioning sidebar to home page
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    * Removing unnecessary function
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    * [Events] Save panel (opensearch-project#1185)
    
    * Save panel
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * remove comments
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * remove milliseconds from constants
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * [Metrics] Adding API Connection to Metrics Sidebar (opensearch-project#1211)
    
    * Adding API connects
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    * Addressing constant chagne
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    * Metrics api events (opensearch-project#1214)
    
    * Add schema to router in events
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * update Saved Visualization in backend to include metrics
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * add SelectedLabels class
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * Add Token class in saved visualization
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * update test
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * fix frontend API data
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * update default subtype state to viz
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * disabling labels on front end
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * remove console.log comments
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * remove logger comments
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * Adding visualizations panel to metrics (opensearch-project#1222)
    
    * adding vizualization components
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * added metrics layout to redux
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * removed comments and updated constants
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * remove excess console.log
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * added dummy search field, panel push button (opensearch-project#1227)
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * Show metrics in events homepage (opensearch-project#1232)
    
    * Add Metrics to events home page and fix jest test
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * fix save_query_table jest test
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * fix backend test
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * Sidepanel update (opensearch-project#1230)
    
    * Updating sidepanel
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    * Removing mock metrics
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    * Allowing horizontal scroll on metric lists
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    * Minor changes
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    * add metrics to nav bar
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    Co-authored-by: Sean Li <lnse@amazon.com>
    Co-authored-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    3 people authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    04852a7 View commit details
    Browse the repository at this point in the history
  2. [2.4] Add anomaly count and config to patterns table (opensearch-proj…

    …ect#1216)
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    14a7455 View commit details
    Browse the repository at this point in the history
  3. Fix filtered pattern selection (opensearch-project#1236)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    7295212 View commit details
    Browse the repository at this point in the history
  4. Fixes for BWC issues, grammar updating (opensearch-project#1235)

    * removed duplicate/unused availability
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * no user config support
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * updated grammar
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * BWC support for user_configs in saved visualziations
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * BWC support in panels
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * use const
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * update snapshots
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    1381c57 View commit details
    Browse the repository at this point in the history
  5. Minor UI changes for sidebar (opensearch-project#1237)

    Signed-off-by: Sean Li <lnse@amazon.com>
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    sejli authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    001709a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0224c23 View commit details
    Browse the repository at this point in the history
  7. adding save functionality to metrics (opensearch-project#1241)

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    330a117 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Remove unnecessary calls and errors in patterns (opensearch-project#1243

    )
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    37fcd04 View commit details
    Browse the repository at this point in the history
  2. Update detekt version (opensearch-project#1226)

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    03b62c2 View commit details
    Browse the repository at this point in the history
  3. metrics visualization regression fix (opensearch-project#1244)

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    e88ab44 View commit details
    Browse the repository at this point in the history
  4. metrics bug fixes opensearch-project#1 (opensearch-project#1248)

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    bfda43a View commit details
    Browse the repository at this point in the history
  5. Persist redux state in browser (opensearch-project#1178) (opensearch-…

    …project#1223)
    
    * persist redux state
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * switch to session storage
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    (cherry picked from commit ceac84d)
    
    Co-authored-by: Eric Wei <menwe@amazon.com>
    Configuration menu
    Copy the full SHA
    7c0188f View commit details
    Browse the repository at this point in the history
  6. Minor UI changes for sidebar and update to PPL request (opensearch-pr…

    …oject#1246)
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    sejli authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    abdd0d7 View commit details
    Browse the repository at this point in the history
  7. Backtick supports, issues fixes (opensearch-project#1250)

    * backtick supports
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * line to show timestamp field only for dimensions
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * issues fixes for all viz, add error message widget, no dimension rendering
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * pie backtick fix
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * update snapshots
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    28c436b View commit details
    Browse the repository at this point in the history
  8. Prometheus Mappings Fix (opensearch-project#1242)

    Signed-off-by: Vamsi Manohar <reddyvam@amazon.com>
    
    Signed-off-by: Vamsi Manohar <reddyvam@amazon.com>
    vamsi-amazon authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    680e5df View commit details
    Browse the repository at this point in the history
  9. Use in-memory count for total hits in patterns ratio (opensearch-proj…

    …ect#1254)
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    625433f View commit details
    Browse the repository at this point in the history
  10. Metrics bug fix and unit tests (opensearch-project#1253)

    * updated redux for metrics visualizations
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    * adding unit tests to metrics
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    0336c47 View commit details
    Browse the repository at this point in the history
  11. Fix metrics switch (opensearch-project#1247)

    * switch works
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * change to euiselect
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * add merge confilct code
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * change order getMainContentTabs
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    kavithacm authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    75e74f6 View commit details
    Browse the repository at this point in the history
  12. remove span months/quarters (opensearch-project#1257)

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    0ea635a View commit details
    Browse the repository at this point in the history
  13. Release notes for 2.4.0 (opensearch-project#1259) (opensearch-project…

    …#1263)
    
    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    (cherry picked from commit eef1979)
    
    Co-authored-by: Rupal Mahajan <maharup@amazon.com>
    opensearch-trigger-bot[bot] and rupal-bq authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    034e5f0 View commit details
    Browse the repository at this point in the history
  14. remove metrics unit of measures (opensearch-project#1261)

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    
    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    915fcc9 View commit details
    Browse the repository at this point in the history
  15. Fix for app analytics crash (opensearch-project#1255)

    * fix for app analytics crash
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * updated snapshots
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * fix saved object issue and remove config options not in release
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * update snapshots
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    0bee8e7 View commit details
    Browse the repository at this point in the history
  16. Remove measure field (opensearch-project#1258)

    * remove measure
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * remove comments
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * update jest test
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    kavithacm authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    ca88d9b View commit details
    Browse the repository at this point in the history
  17. [Metrics] Name Change (opensearch-project#1260)

    * Changing Metrics to Metrics Analytics
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    * Changing Metrics to Metrics Analytics
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    * Update dashboards test snapshots
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    
    Signed-off-by: Sean Li <lnse@amazon.com>
    sejli authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    6ef0148 View commit details
    Browse the repository at this point in the history
  18. Remove runtime antlr - ( workaround for 2.4 release. - we need to rev…

    …ert this ) (opensearch-project#1264)
    
    * antlr changes
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    * updated snapshots
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    
    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    a1527c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. fix bug by keeping track of interval within the explorer (opensearch-…

    …project#1266)
    
    * [2.x] Add log pattern table (opensearch-project#1187) (opensearch-project#1212)
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    * Release notes for 2.4.0 (opensearch-project#1259) (opensearch-project#1262)
    
    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    (cherry picked from commit eef1979)
    
    Co-authored-by: Rupal Mahajan <maharup@amazon.com>
    
    * fix bug by keeping track of interval within the explorer
    
    Signed-off-by: Derek Ho <dxho@amazon.com>
    
    * remove unecessary import
    
    Signed-off-by: Derek Ho <dxho@amazon.com>
    
    * fix merge conflicts
    
    Signed-off-by: Derek Ho <dxho@amazon.com>
    
    * fix test
    
    Signed-off-by: Derek Ho <dxho@amazon.com>
    
    * fix test
    
    Signed-off-by: Derek Ho <dxho@amazon.com>
    
    * fix rounding on datemath.parse and get rid of duplicate code
    
    Signed-off-by: Derek Ho <dxho@amazon.com>
    
    * address pr review comments
    
    Signed-off-by: Derek Ho <dxho@amazon.com>
    
    * replace length check wiht regex
    
    Signed-off-by: Derek Ho <dxho@amazon.com>
    
    * resolve merge issues
    
    Signed-off-by: Derek Ho <dxho@amazon.com>
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    Signed-off-by: Derek Ho <dxho@amazon.com>
    Co-authored-by: Joshua Li <joshuali925@gmail.com>
    Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
    Co-authored-by: Rupal Mahajan <maharup@amazon.com>
    4 people authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    82d634c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. merge 2.4 to 2.x

    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    0e55910 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. added one missed conflicts resolving

    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    f8ccdad View commit details
    Browse the repository at this point in the history