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

change to support java 8 in compile and runtime #575

Merged
merged 1 commit into from
Mar 11, 2022

Conversation

zhongnansu
Copy link
Member

Signed-off-by: Zhongnan Su szhongna@amazon.com

Description

[Describe what this change achieves]

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Zhongnan Su <szhongna@amazon.com>
@codecov-commenter
Copy link

codecov-commenter commented Mar 11, 2022

Codecov Report

Merging #575 (751d575) into main (b4f491a) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #575   +/-   ##
=========================================
  Coverage     53.24%   53.24%           
  Complexity      271      271           
=========================================
  Files           236      236           
  Lines          7779     7779           
  Branches       1611     1611           
=========================================
  Hits           4142     4142           
  Misses         3439     3439           
  Partials        198      198           
Flag Coverage Δ
dashboards-observability 46.02% <ø> (ø)
opensearch-observability 72.33% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...pensearch/observability/settings/PluginSettings.kt 73.98% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b4f491a...751d575. Read the comment docs.

@zhongnansu zhongnansu merged commit 5c43e9d into opensearch-project:main Mar 11, 2022
@davidcui1225 davidcui1225 mentioned this pull request Mar 11, 2022
6 tasks
opensearch-trigger-bot bot pushed a commit that referenced this pull request Mar 11, 2022
Signed-off-by: Zhongnan Su <szhongna@amazon.com>
(cherry picked from commit 5c43e9d)
joshuali925 pushed a commit that referenced this pull request Mar 11, 2022
Signed-off-by: Zhongnan Su <szhongna@amazon.com>
(cherry picked from commit 5c43e9d)

Co-authored-by: Zhongnan Su <szhongna@amazon.com>
mengweieric added a commit that referenced this pull request Apr 5, 2022
* 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](PrismJS/prism@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 b4f491a)

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 5c43e9d)

Co-authored-by: Zhongnan Su <szhongna@amazon.com>

* Add 1.3.0 release notes (#580) (#582)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* cypress tests

Signed-off-by: Eric Wei <menwe@amazon.com>

* add stashed changes and resolve intermittent failed tests

Signed-off-by: Eric Wei <menwe@amazon.com>

* run tests and update snapshots

Signed-off-by: Eric Wei <menwe@amazon.com>

* added one missed changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* update snapshots after merging main

Signed-off-by: Eric Wei <menwe@amazon.com>

* added back one missing tests

Signed-off-by: Eric Wei <menwe@amazon.com>

* merged main and run tests

Signed-off-by: Eric Wei <menwe@amazon.com>

* added snapshots

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>
mengweieric added a commit that referenced this pull request Apr 6, 2022
* 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](PrismJS/prism@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 b4f491a)

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 5c43e9d)

Co-authored-by: Zhongnan Su <szhongna@amazon.com>

* Add 1.3.0 release notes (#580) (#582)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* cypress tests

Signed-off-by: Eric Wei <menwe@amazon.com>

* add stashed changes and resolve intermittent failed tests

Signed-off-by: Eric Wei <menwe@amazon.com>

* run tests and update snapshots

Signed-off-by: Eric Wei <menwe@amazon.com>

* added one missed changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* update snapshots after merging main

Signed-off-by: Eric Wei <menwe@amazon.com>

* added back one missing tests

Signed-off-by: Eric Wei <menwe@amazon.com>

* merged main and run tests

Signed-off-by: Eric Wei <menwe@amazon.com>

* added snapshots

Signed-off-by: Eric Wei <menwe@amazon.com>

* fixed get issues and resloved all event analytics failing tests

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>
mengweieric added a commit that referenced this pull request Apr 14, 2022
* 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](PrismJS/prism@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 b4f491a)

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 5c43e9d)

Co-authored-by: Zhongnan Su <szhongna@amazon.com>

* Add 1.3.0 release notes (#580) (#582)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* restructure event analytics folders

Signed-off-by: Eric Wei <menwe@amazon.com>

* jest tests

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>
mengweieric added a commit that referenced this pull request Apr 18, 2022
* 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](PrismJS/prism@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 b4f491a)

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 5c43e9d)

Co-authored-by: Zhongnan Su <szhongna@amazon.com>

* Add 1.3.0 release notes (#580) (#582)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* resolve failing tests

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>
mengweieric added a commit that referenced this pull request May 17, 2022
* 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](PrismJS/prism@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 b4f491a)

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 5c43e9d)

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>
mengweieric added a commit to mengweieric/observability that referenced this pull request May 17, 2022
* Bump prismjs from 1.25.0 to 1.27.0 in /dashboards-observability (opensearch-project#508) (opensearch-project#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](PrismJS/prism@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 b4f491a)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* change to support java 8 in compile and runtime (opensearch-project#575) (opensearch-project#576)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>
(cherry picked from commit 5c43e9d)

Co-authored-by: Zhongnan Su <szhongna@amazon.com>

* Add 1.3.0 release notes (opensearch-project#580) (opensearch-project#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>
mengweieric added a commit that referenced this pull request May 17, 2022
* 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>

* 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](PrismJS/prism@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 b4f491a)

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 5c43e9d)

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>

* resolved conflicts

Signed-off-by: Eric Wei <menwe@amazon.com>

Co-authored-by: Eugene Lee <eugenesk@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>
ps48 added a commit that referenced this pull request Jul 28, 2022
* added new license

* Fix release notes links (#62)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* added sidebar & home page

* code clean up

* Feature/visualization (#83)

* resloved conflicts for rebasing

* added overall layout and render fields

* added two types of charts

* added config panel for vis

* removed unused files and for a quick demo

* add intial redux setup

* added initial reducer

* refactorings for redux

* minor code cleanup

* adjusted chart styling, added timespan selector

* added timestamp flag and checking for charts

* fixed sidebar field icon issue

* code cleanup

* license and minor changes

* changes for code review

* removed few comments

* Feature/observability custom panels  (#87)

* initial commit adding custom operational panels

* added dummy router and moved common/constants

* fix breadcrumbs and Link in panel view

* removed unnecessary headers and fixed new panel redirect

* fixing headers

* changed variable type, moved name validator in utilities & formatted document

* removed old operational panels page

* Feature/visualization (#88)

* resloved conflicts for rebasing

* added overall layout and render fields

* added two types of charts

* added config panel for vis

* removed unused files and for a quick demo

* add intial redux setup

* added initial reducer

* refactorings for redux

* minor code cleanup

* adjusted chart styling, added timespan selector

* added timestamp flag and checking for charts

* fixed sidebar field icon issue

* code cleanup

* license and minor changes

* changes for code review

* removed few comments

* bar/line visualization

* count distribution changes

* added save popover

* event explorer home

* minor changes

* added types and removed comments

* Feature query regex (#94)

* added regex to get index

* file renaming to unify naming converntions

* file renaming

* a minor refactoring

* regex changes

* minor fix for regex

* Move documents and repo setups

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Remove manual sidenav index

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add placeholders pages for trace analytics

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Move TA to subdirectory

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Move TA to subdirectory

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Update maintainers

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Disable workflows

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Set up repo to prepare merging trace analytics (#97)

* Move observability to trace analytics position in dashboards side nav

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Organize trace analytics project structure

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Feature/custom panel add viz (#98)

* added new visualization window

* added react-grid-layout, plotly and UI changes

* merged plotly & react-grid-layout component, added popover for viz, added sample panels

* added PPL service

* added new visualization module, changed name to Ops panels

* changed name to operational panels

* moved custom panels inside panels Home route

* adding rename and delete functions in panel view

* changed back the ppl endpoint

* added new visualization window

* added react-grid-layout, plotly and UI changes

* merged plotly & react-grid-layout component, added popover for viz, added sample panels

* added PPL service

* added new visualization module, changed name to Ops panels

* changed name to operational panels

* moved custom panels inside panels Home route

* adding rename and delete functions in panel view

* changed back the ppl endpoint

* saved visualization layout states & replaced data with ppl query

* added time filter and code cleanup

* moved constants->shared commmons, ontimechange()->utils and resolved comments

* resued Plot component and renamed popOver variables

* reverted the react-grid-layout dependency version

* removed dependency react-grid-layout

* Migrate trace analytics components to observability

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Fix corner cases for side nav when finding selected id (#101)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Refactor constants and remove unused trace analytics components

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Feature/field search and sorting (#103)

* left align th text

* fixed row detail expanding issue

* add fields sorting

* added more types and few changes

* Add security support and auto dump test data for cypress (#104)

* Bump version for opensearch 1.1.0 release (#105)

* Update UT and IT for trace analytics

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Update CI workflow file for observability

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Added ppl query filter, added router placeholder for panels (#108)

* added actions menu items duplicate, remove

* added license to forms, added support for ppl filter query

* changed common constants

* added router placeholders, added panel opensearch API calls

* commnt fixes

* header fix

* Added Algolia Autocomplete Bar (#110)

* Implemented drop-down autocomplete using EuiSuggest

* Addressed comments in PR

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Query bar slows down after request

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Query bar slows down after request

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Implemented suggestions based on previous inputs, (pipes, available indices after source)

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Changed str to const

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Improved grammar and accounted for no spaces between pipes/=

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Fixed issue where query[RAW_QUERY] was undefined which caused Event Analytics page to crash

Signed-off-by: Sean Li <lnse@88665a2fa6f9.ant.amazon.com>

* Implemented drop-down autocomplete using EuiSuggest

* Addressed comments in PR

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Query bar slows down after request

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Query bar slows down after request

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Implemented suggestions based on previous inputs, (pipes, available indices after source)

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Changed str to const

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Improved grammar and accounted for no spaces between pipes/=

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Fixed issue where query[RAW_QUERY] was undefined which caused Event Analytics page to crash

Signed-off-by: Sean Li <lnse@88665a2fa6f9.ant.amazon.com>

* For debugging

Signed-off-by: Sean Li <lnse@88665a2fa6f9.ant.amazon.com>

* Changed to algolia autocomplete

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* adding package.json

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* Fix query disappearing on enter

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* Removing old files

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* Adding license

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* Adding license

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* Added stats commands

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* Switched to Algolia autocomplete, cleaned up styling

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* Updated fields comma loop

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* Removing redundant file, addressing CR

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* Fixing directory name typo

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* adding changed files for DSL endpoint

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* DSL plugin added

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* fixing conflicts

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* fixing conflicts

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* adding files

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* progress on DSL endpoint

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* incorporating backend endpoints

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* backend implemented

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* adding changes

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* checking console

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* handleQueryChange() fixed

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* forgot this one conflicts

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* switched to using plugin for autocomplete logic

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* fixed issue with where pipe command

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* Some refactoring and formatting

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* addressing issues, cleaning up code

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* change to snake_case

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* adding comments

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

Co-authored-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Merge notebooks frontend to observability (#109)

* Adding plugin backend adaptor (#126)

* adding plugin backed adaptor

* resolved comments and beautification

* Update notebooks to use observability backend (#129)

* Event Analytics  - Add index picker to explorer page (#125)

* Add index picker to explorer page

* Update explorer.tsx

* Feature/operational panels backend (#130)

* added panel router, viz router and panel types

* removed let->const

* minor fix

* replaced console log->error, removed index_not_found error check

* Feature/p1 release (#133)

* removed live button

Signed-off-by: Eric Wei <menwe@amazon.com>

* refresh button

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed live button from home

Signed-off-by: Eric Wei <menwe@amazon.com>

* xaxis range selectable

Signed-off-by: Eric Wei <menwe@amazon.com>

* added new charts

Signed-off-by: Eric Wei <menwe@amazon.com>

* added sidebar to vis, hided vis setting panel

Signed-off-by: Eric Wei <menwe@amazon.com>

* fixed a bar issue

Signed-off-by: Eric Wei <menwe@amazon.com>

* modified run/refresh button

Signed-off-by: Eric Wei <menwe@amazon.com>

* hided surrounding docs

Signed-off-by: Eric Wei <menwe@amazon.com>

* disabled insights

Signed-off-by: Eric Wei <menwe@amazon.com>

* disable reset button and remove s/ms options

Signed-off-by: Eric Wei <menwe@amazon.com>

* breadcrumb/route changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* add date range to query & added runtime fields

Signed-off-by: Eric Wei <menwe@amazon.com>

* disabled toggle button for queried fields

Signed-off-by: Eric Wei <menwe@amazon.com>

* modified text

Signed-off-by: Eric Wei <menwe@amazon.com>

* added couple of configs to autocomplete

* added saved objects and few bug fixes

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed unused reference/files, modified few loggings

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed missed comments/usused code, fixed one sidebar issue

Signed-off-by: Eric Wei <menwe@amazon.com>

* modified files for code review

Signed-off-by: Eric Wei <menwe@amazon.com>

* Feature/operational panel UI (#132)

* modified panels home, table and view

* added new panel modules

* moved modules to folders with css

* css edits and removed time regex check

* removed time and fields regex checks

* minor doc changes

* adding visualization charts

* added delete panelList functionality

* edited delete custom panel function, beautified

* changed console log to error

* removed time/fields regex

* removed length check, combined optionalArgs in custom modal, prettier fix

* Bump prismjs from 1.24.1 to 1.25.0 (#137)

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.1 to 1.25.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.24.1...v1.25.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>

* Bump immer from 9.0.5 to 9.0.6 (#136)

Bumps [immer](https://github.com/immerjs/immer) from 9.0.5 to 9.0.6.
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](https://github.com/immerjs/immer/compare/v9.0.5...v9.0.6)

---
updated-dependencies:
- dependency-name: immer
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Redirect legacy notebooks URL to current observability one (#141)

* Move observability frontend to a sub directory (#142)

* Add minimal plugin for backend observability (#143)

* Add models for objects and requests (#144)

* Add CRUD actions and index operations for observability objects (#145)

* Update data modal and enable CI (#148)

* Panels' visualization design change (#149)

* modified common files

* modified UI components

* modified panel adaptor and router

* moved loading to post http call

* fixed prettier quotes

* Feature timestamp (#152)

* timestamp related changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* cleanup

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed loggings and change to console error

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove unused sidebar component

Signed-off-by: Eric Wei <menwe@amazon.com>

* adding cancel button for edit & panel actions (#153)

* Feature toasts errors handling (#155)

* timestamp related changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* cleanup

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed loggings and change to console error

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove unused sidebar component

Signed-off-by: Eric Wei <menwe@amazon.com>

* added toasts

Signed-off-by: Eric Wei <menwe@amazon.com>

* resolved build failure

Signed-off-by: Eric Wei <menwe@amazon.com>

* couple of error handling changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* added types

Signed-off-by: Eric Wei <menwe@amazon.com>

* Autocomplete only displays current command (#157)

* Only show current command in suggestion
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Remove console logs
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Only display suggestion
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Removed commas
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Remove import
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* changed to support query without 'search' prefix (#158)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Remove app analytics (#154)

* removing app analytics from sidenav

* removed unused headers

* added trace analytics as default page

* Use JS API to redirect legacy notebooks URL (#162)

* Panels bug fix#1 (#159)

* fixed UI bugs #1

* folder name typo fix

* changes for adopting new sql artifact (#165)

* changes for adopting new sql artifact

Signed-off-by: Eric Wei <menwe@amazon.com>

* minor changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* Improve reindex handling for .opensearch-notebooks (#163)

* inherited datepicker format from settings (#164)

* Feature query bar (#166)

* refactorings to integrate textarea

* few improvements

Signed-off-by: Eric Wei <menwe@amazon.com>

* refactorings to integrate textarea

* few improvements

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed unused dependencies and types

Signed-off-by: Eric Wei <menwe@amazon.com>

* Feature bug fixes (#168)

* removed editable title and displaybar

Signed-off-by: Eric Wei <menwe@amazon.com>

* count distribution number

Signed-off-by: Eric Wei <menwe@amazon.com>

* Home table (#169)

* Create history_table.tsx

* Update history_table.tsx

* Update home.tsx

* Update history_table.tsx

* Update history_table.tsx

* Update home.tsx

* Update home.tsx

* Delete home.tsx

* merge (#3)

* Bump prismjs from 1.24.1 to 1.25.0 (#137)

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.1 to 1.25.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.24.1...v1.25.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>

* Bump immer from 9.0.5 to 9.0.6 (#136)

Bumps [immer](https://github.com/immerjs/immer) from 9.0.5 to 9.0.6.
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](https://github.com/immerjs/immer/compare/v9.0.5...v9.0.6)

---
updated-dependencies:
- dependency-name: immer
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Redirect legacy notebooks URL to current observability one (#141)

* Move observability frontend to a sub directory (#142)

* Add minimal plugin for backend observability (#143)

* Add models for objects and requests (#144)

* Add CRUD actions and index operations for observability objects (#145)

* Update data modal and enable CI (#148)

* Panels' visualization design change (#149)

* modified common files

* modified UI components

* modified panel adaptor and router

* moved loading to post http call

* fixed prettier quotes

* Feature timestamp (#152)

* timestamp related changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* cleanup

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed loggings and change to console error

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove unused sidebar component

Signed-off-by: Eric Wei <menwe@amazon.com>

* adding cancel button for edit & panel actions (#153)

* Feature toasts errors handling (#155)

* timestamp related changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* cleanup

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed loggings and change to console error

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove unused sidebar component

Signed-off-by: Eric Wei <menwe@amazon.com>

* added toasts

Signed-off-by: Eric Wei <menwe@amazon.com>

* resolved build failure

Signed-off-by: Eric Wei <menwe@amazon.com>

* couple of error handling changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* added types

Signed-off-by: Eric Wei <menwe@amazon.com>

* Autocomplete only displays current command (#157)

* Only show current command in suggestion
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Remove console logs
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Only display suggestion
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Removed commas
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Remove import
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* changed to support query without 'search' prefix (#158)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Remove app analytics (#154)

* removing app analytics from sidenav

* removed unused headers

* added trace analytics as default page

* Use JS API to redirect legacy notebooks URL (#162)

* Panels bug fix#1 (#159)

* fixed UI bugs #1

* folder name typo fix

* changes for adopting new sql artifact (#165)

* changes for adopting new sql artifact

Signed-off-by: Eric Wei <menwe@amazon.com>

* minor changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* Improve reindex handling for .opensearch-notebooks (#163)

* inherited datepicker format from settings (#164)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joshua <joshuali925@gmail.com>
Co-authored-by: Shenoy Pratik <pshenoy36@gmail.com>
Co-authored-by: Eric Wei <80358241+mengweieric@users.noreply.github.com>
Co-authored-by: eugenesk24 <92330893+eugenesk24@users.noreply.github.com>

* Create history_table.tsx

* Update home.tsx

* Update home.tsx

* Delete history_table.tsx

* Update history_table.tsx

* Update history_table.tsx

* Update home.tsx

* Update history_table.tsx

* Update history_table.tsx

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joshua <joshuali925@gmail.com>
Co-authored-by: Shenoy Pratik <pshenoy36@gmail.com>
Co-authored-by: Eric Wei <80358241+mengweieric@users.noreply.github.com>
Co-authored-by: eugenesk24 <92330893+eugenesk24@users.noreply.github.com>

* Panels bug fix2 (#170)

* fixed import bug and datepicker width

* added refresh panel button & removed flyout preview button

* changed maxitems for home page

* fixing styling and margin

* add new vizualization bug fix

* Feature vis fix override button (#172)

* add toast for no visualization to save

Signed-off-by: Eric Wei <menwe@amazon.com>

* added loading/disable for timestamp button and one related fix

Signed-off-by: Eric Wei <menwe@amazon.com>

* replaced override button with icon

Signed-off-by: Eric Wei <menwe@amazon.com>

* adjusted override icon

Signed-off-by: Eric Wei <menwe@amazon.com>

* Visualizations theming (#171)

* added basic theming

* added dark theme layout, unicolor mode for bar chart

* changed plotly paper to match panel color

* timestamp fix (#175)

Signed-off-by: Eric Wei <menwe@amazon.com>

* added find auto interval (#167)

* added find auto interval

* changed console.log to error

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* merge conflict resoled

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add integration tests for observability backend plugin (#180)

* added refresh datepicker button (#182)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Field suggestions update for changed index in query (#176)

The fields are updated after the first retrieval if the index selection changes.
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* adding colorsv2 (#181)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Home table update (#174)

* Create history_table.tsx

* Update history_table.tsx

* Update home.tsx

* Update history_table.tsx

* Update history_table.tsx

* Update home.tsx

* Update home.tsx

* Delete home.tsx

* merge (#3)

* Bump prismjs from 1.24.1 to 1.25.0 (#137)

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.1 to 1.25.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.24.1...v1.25.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>

* Bump immer from 9.0.5 to 9.0.6 (#136)

Bumps [immer](https://github.com/immerjs/immer) from 9.0.5 to 9.0.6.
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](https://github.com/immerjs/immer/compare/v9.0.5...v9.0.6)

---
updated-dependencies:
- dependency-name: immer
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Redirect legacy notebooks URL to current observability one (#141)

* Move observability frontend to a sub directory (#142)

* Add minimal plugin for backend observability (#143)

* Add models for objects and requests (#144)

* Add CRUD actions and index operations for observability objects (#145)

* Update data modal and enable CI (#148)

* Panels' visualization design change (#149)

* modified common files

* modified UI components

* modified panel adaptor and router

* moved loading to post http call

* fixed prettier quotes

* Feature timestamp (#152)

* timestamp related changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* cleanup

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed loggings and change to console error

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove unused sidebar component

Signed-off-by: Eric Wei <menwe@amazon.com>

* adding cancel button for edit & panel actions (#153)

* Feature toasts errors handling (#155)

* timestamp related changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* cleanup

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed loggings and change to console error

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove unused sidebar component

Signed-off-by: Eric Wei <menwe@amazon.com>

* added toasts

Signed-off-by: Eric Wei <menwe@amazon.com>

* resolved build failure

Signed-off-by: Eric Wei <menwe@amazon.com>

* couple of error handling changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* added types

Signed-off-by: Eric Wei <menwe@amazon.com>

* Autocomplete only displays current command (#157)

* Only show current command in suggestion
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Remove console logs
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Only display suggestion
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Removed commas
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Remove import
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* changed to support query without 'search' prefix (#158)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Remove app analytics (#154)

* removing app analytics from sidenav

* removed unused headers

* added trace analytics as default page

* Use JS API to redirect legacy notebooks URL (#162)

* Panels bug fix#1 (#159)

* fixed UI bugs #1

* folder name typo fix

* changes for adopting new sql artifact (#165)

* changes for adopting new sql artifact

Signed-off-by: Eric Wei <menwe@amazon.com>

* minor changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* Improve reindex handling for .opensearch-notebooks (#163)

* inherited datepicker format from settings (#164)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joshua <joshuali925@gmail.com>
Co-authored-by: Shenoy Pratik <pshenoy36@gmail.com>
Co-authored-by: Eric Wei <80358241+mengweieric@users.noreply.github.com>
Co-authored-by: eugenesk24 <92330893+eugenesk24@users.noreply.github.com>

* Update history_table.tsx

* Update home.tsx

* Delete public/components/explorer/home_table directory

* Update explorer.ts

* Update history_table.tsx

* Update history_table.tsx

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joshua <joshuali925@gmail.com>
Co-authored-by: Shenoy Pratik <pshenoy36@gmail.com>
Co-authored-by: Eric Wei <80358241+mengweieric@users.noreply.github.com>
Co-authored-by: eugenesk24 <92330893+eugenesk24@users.noreply.github.com>

* Use observability specific permissions instead of notebooks (#177)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Fix deleting all paragraphs for notebooks (#184)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Feature available fields timestamp (#179)

* added available fields when no hits because of timestamp

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed unused code

Signed-off-by: Eric Wei <menwe@amazon.com>

* Icon that redirects to PPL Documentation next to Search Bar (#183)

* Added link to PPL Documentation next to search bar
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Corrected icon type
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Added aggregate functions to Autocomplete (#185)

Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Suggestions are shown in dark mode (#187)

Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Update docs for observability (#188)

* Bump observability version for OpenSearch 1.2 release (#189)

* added panels modifications and bug fix (#194)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Update plugin ID and bug fixes (#195)

* Feature event analytics imporovements and fixes (#199)

* redo signoff

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed comments

Signed-off-by: Eric Wei <menwe@amazon.com>

* signoff amendment

Signed-off-by: Eric Wei <menwe@amazon.com>

* added support for sample panels (#200)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add error handler when fetching ppl (#204)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Fix for duplicate indices in suggestion (#190)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Feature couple of features and fixes (#202)

* event sample data

Signed-off-by: Eric Wei <menwe@amazon.com>

* home delete and sample data

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed one missed

Signed-off-by: Eric Wei <menwe@amazon.com>

* separate container

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed unused code and some ehchancements

Signed-off-by: Eric Wei <menwe@amazon.com>

* Add toggle dark mode in observability side bar (#209)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Feature autocomplete fix (#208)

* event sample data

Signed-off-by: Eric Wei <menwe@amazon.com>

* home delete and sample data

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed one missed

Signed-off-by: Eric Wei <menwe@amazon.com>

* separate container

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed unused code and some ehchancements

Signed-off-by: Eric Wei <menwe@amazon.com>

* autocomplete related fixes

Signed-off-by: Eric Wei <menwe@amazon.com>

* home search fix and few cleanups

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed comments

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed unused reference

Signed-off-by: Eric Wei <menwe@amazon.com>

* Support dark mode for notebooks and other style improvements (#206)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Adjust wording and margin for toggle button (#210)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Panel bug fixes4 and PPL Reference Manual (#211)

* fixed panel bugs, added help flyout

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* remove unused file

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed log statements

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* remove unused flyout_container

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Case insensitive Autocomplete (#207)

* Case insensitive autocomplete with less type errors

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Lowercase word variable and assign fitlered item list

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Variable for lowercase prefix

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Use parent height instead of view port height for nav bar (#212)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add match command to AutoComplete (#203)

* Added match command suggestion

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add missing bracket

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Space after field for more balanced looking query (#213)

* Case insensitive autocomplete with less type errors

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Lowercase word variable and assign fitlered item list

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Variable for lowercase prefix

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Another merge conflict

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add space after field for balance

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add border around suggestions (#214)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Correct suggestions after count command (#215)

* Suggest by and |

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fix count bug

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add release notes for 1.2 (#192)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Explorer fixes (#216)

* changed to query fields

Signed-off-by: Eric Wei <menwe@amazon.com>

* select/available fields duplicate issue fix and reformatting

Signed-off-by: Eric Wei <menwe@amazon.com>

* fixed issue - updating saved search not updating existing tab

Signed-off-by: Eric Wei <menwe@amazon.com>

* added refresh to datepicker

Signed-off-by: Eric Wei <menwe@amazon.com>

* updated saving

Signed-off-by: Eric Wei <menwe@amazon.com>

* saved objects new changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* Added Samples, help text, standardized tables (#217)

* added new samples and modified workspace height

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated documentation links and help text

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* standardized empty table buttons

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* merged add samples logic

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated panel tests, added sample modal

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add missing itemName properties (#218)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Tab issue and run button (#219)

* changed to query fields

Signed-off-by: Eric Wei <menwe@amazon.com>

* select/available fields duplicate issue fix and reformatting

Signed-off-by: Eric Wei <menwe@amazon.com>

* fixed issue - updating saved search not updating existing tab

Signed-off-by: Eric Wei <menwe@amazon.com>

* added refresh to datepicker

Signed-off-by: Eric Wei <menwe@amazon.com>

* updated saving

Signed-off-by: Eric Wei <menwe@amazon.com>

* saved objects new changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* tab issue fix and remove run button

Signed-off-by: Eric Wei <menwe@amazon.com>

* resolved conflicts

Signed-off-by: Eric Wei <menwe@amazon.com>

* search bar related changes (#222)

Signed-off-by: Eric Wei <menwe@amazon.com>

* fixed emoji renders for in PPL manual (#221)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Suggestions width match search bar (#220)

* Wrapped in flex

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Extend suggestion bar to match search bar

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Remove unnecessary imports

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Remove parent autocomplete-root

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Throw exception if object type is inconsistent in update request (#224)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add some space between last paragraph and action button (#225)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add event analytics permission toast (#226)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add copyright to all files (#231)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Suggestions loaded after selection (#228)

* Do not add space

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Suggest all nuber types for fields

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Suggest on selection

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Re add auto space after selection

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Remove unnecessary imports

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Suggest first commands on click

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Auto-select first suggestion

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Homepage moved to event analytics (#227)

* changed homepage to event analytics

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* added events page with default hash

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* resolved conflicts and fixes (#233)

Signed-off-by: Eric Wei <menwe@amazon.com>

* moved loading viz after panel update (#232)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Remove resetting query for autocomplete (#234)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Source as the only first command (#235)

* Source as first command

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Remove logic for search and index

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* ppl manual update (#236)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Run query with shift enter (#239)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Update notebooks url redirect to use plugin id (#242)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* tab close issue (#243)

Signed-off-by: Eric Wei <menwe@amazon.com>

* switching tab tirgger unnecessary requests fix (#247)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Autocomplete for data values (#245)

* Autocomplete for data values

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fetch data values earlier and save them

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fetch dataValues for match early

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Bump ansi-regex to 5.0.1 (#241)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add support for codeowners to repo (#244)

Signed-off-by: Ryan Bogan <rbogan@amazon.com>

* Panels bug fix4 (#249)

* minor bug fix and updated unit tests

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* fixed date change issue

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* renamed relevance function to full text search

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* duplicate search text removed

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Fix undefined field error and where suggestions (#246)

* Add check for properties

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Change logic order to support switching between match and other where fields

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add Correct Erroring in Event Analytics (#248)

* Add check for properties

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Change logic order to support switching between match and other where fields

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Autocomplete for data values

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fetch data values earlier and save them

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Update to current status

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fetch dataValues for match early

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Try addError

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fix error messaging on Event Explorer

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Remove fielddata

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Assign string to fields with fields property

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Remove possible double toast and add console log back in

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* changed error message (#257)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Panels cypress test (#256)

* adding panels cypress tests

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* added more visualization tests

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Feature ppl link (#258)

* changed error message

Signed-off-by: Eric Wei <menwe@amazon.com>

* help icon changes

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* added PPL button and one panel snap

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed unused reference

Signed-off-by: Eric Wei <menwe@amazon.com>

* fixed one issue

Signed-off-by: Eric Wei <menwe@amazon.com>

Co-authored-by: Shenoy Pratik <sgguruda@amazon.com>

* Update release notes for 1.2 release (#261)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* fixed vis saving issue (#262)

Signed-off-by: Eric Wei <menwe@amazon.com>

* fixed tab close issue (#265)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Update codecov and enable for backend plugin (#268)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add unit tests for notebook helpers (#269)

* Add UT for notebook helpers and remove panel wrapper

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Use visualization from mock notebook for UT

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Update cypress timezone environment (#270)

* Update cypress timezon environment

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Update notebooks cypress

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Support bulk delete operations for notebooks (#273)

* Update notebooks cypress

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Remove unused files

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Autocomplete Unit Tests (#274)

* Add test for search bar

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Re-organize autocomplete

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Trying to test return value of getSuggestions

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Need to keep algolia import

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Separate out autocomplete logic

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Make id optional

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Snub out aloglia import

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add broken logic test

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add type to fullSuggestions

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Test coverage up to 95 for logic

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add new line to end of js config file

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add new line to autocomplete logic file

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add unit tests for notebooks (#277)

* WIP add unit tests to notebooks

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* WIP add unit tests to notebooks

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* WIP

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* WIP

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Update snapshots

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Added more cypress tests, updated constants (#282)

* added more tests, updated constants

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed timeout for on clone

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add unit tests for backend models (#283)

* add notebooks unit tests

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add more unit tests

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add unit tests for backend requests and responses (#284)

* Refactor requests and responses from model to action

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Fix transport action for create object request

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add unit test for create object

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Fix transport action for update object request

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add unit test for more requests and responses

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Format code

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Update tests

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Adding code summary to the repo (#287)

* adding panel tests in workflows

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* adding cypress tests doc

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* added table in readme, changed doc link

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* added more doc and changed BWC link

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* added variables for hyperlinks

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* added badge for plugin IT tests

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* fixing typos, removed duplicate lines

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* moved TA up similar to side nav

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* alt text name change

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add back onclick handler for plotly component (#285)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Use dateFormat from advanced settings for notebook visualizations (#297)

closes #250

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Fix link checker (#300)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Code summary edits (#298)

* changed table headers in code summary

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed observability name from modules

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* fixed more links

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* modularized the table and fixed links

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* fixed ppl doc link and IT badge name

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* changed headers to plugin names (#306)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Explorer cypress tests (#302)

* signoff

Signed-off-by: Eric Wei <menwe@amazon.com>

* added missed resolved lines

Signed-off-by: Eric Wei <menwe@amazon.com>

* Add BWC test for Observability (#314)

* commit

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* delete 1.2 snapshot and update gradle

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* add bwc to workflow (#316)

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* Update tests, builds and doc (#318)

* rebased with bwc tests

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated bwc tests

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* added release notes

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Rename trace-analytics to observability (#341)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Event analytics unit tests (#342)

* tests

Signed-off-by: Eric Wei <menwe@amazon.com>

* updated some snapshots

Signed-off-by: Eric Wei <menwe@amazon.com>

* resolved few failing tests

Signed-off-by: Eric Wei <menwe@amazon.com>

* few modifications

Signed-off-by: Eric Wei <menwe@amazon.com>

* Update service map parsing results for testing (#345)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* bumping version to 1.2.2 (#346)

* bumping version to 1.2.2

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* update PR in release notes

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updating readme and badges (#352)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Update Workflow (#360)

* updated snapshot in workflow to 1.2.3

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* replaced variable with 1.2.3-snapshot

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* revert string to variable

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* bumping main to 1.3 (#361)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add observability visualization to notebooks  (#351)

* added observability viz support to notes

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated tests, clone para, zeppelin parser

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated observability viz links & cypress

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated tests

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed inputType, merged both viz options

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* resolved merge conflict

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated links, adaptors, tests

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed unused files, updated workflow

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated UI dateformat for observability viz

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated jest timeout

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated notebook tests

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add .whitesource configuration file (#365)

Co-authored-by: whitesource-for-github-com[bot] <50673670+whitesource-for-github-com[bot]@users.noreply.github.com>

* CVE fix:json-schema, gson & glob-parent (#368)

* CVE fix:json-schema, gson & glob-parent

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated yarn.lock

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Update Release Notes 1.2.4 (#370)

* CVE fix:json-schema, gson & glob-parent

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated yarn.lock

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Update Release Notes 1.2.4

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* jcenter removed from gradle.build (#374)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Guava package update (#404)

* updating guava to 31.0.1

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* revise version name

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Support lazy scroll and auto complete for PPL parse command (#421)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Merge Application Analytics into main (#454)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fix queries being filtered out (#472)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Saving time for individual applications (#473)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Separate appConfigs and extra filters (#474)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fix create/edit page bug (#475)

* Fix create/edit page bug

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Update create test to pass correct existingAppId

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add date_nanos to valid time fields (#426)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* UI changes to Metrics Tab (#476)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Finish after source autocomplete logic (#480)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Redirect to trace tab, updateMappings once, etc (#481)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* add auto backporting functionality (#491)

Signed-off-by: David Cui <davidcui@amazon.com>

* Add Events Flyout and Correlate Traces with logs (#493)

* adding events flyout

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* adding traces to events flyout

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* adding surroundings events flyout

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed metrics from events flyout

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated events tests

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed unused flyout scss

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* update backport workflow and add auto-delete workflow (#496)

Signed-off-by: David Cui <davidcui@amazon.com>

* Revert query pre-processing for parse command (#497)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Live tail - Event analytics  (#494)

* rebase

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* revert ObsIndex changes to main

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* remove comments

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* change timestamp variable

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* remove live_tail.ts and modify explorer

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* query_tils

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* Make base query immutable (#500)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Feature latest observability (#509)

* resolve signoff issue

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove unused code

Signed-off-by: Eric Wei <menwe@amazon.com>

* adjust insights

Signed-off-by: Eric Wei <menwe@amazon.com>

* panel options

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove candlestick

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove yarn-error.log from commits

Signed-off-by: Eric Wei <menwe@amazon.com>

* Enchanced visualization and resolved signoff issue (#483)

* resolve signoff issue

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove unused code

Signed-off-by: Eric Wei <menwe@amazon.com>

* gauge changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* line mode selector

Signed-off-by: Eric Wei <menwe@amazon.com>

* add title

Signed-off-by: Eric Wei <menwe@amazon.com>

* expanded section by default and minor guage changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* gauge changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* 1 dependency change

Signed-off-by: Eric Wei <menwe@amazon.com>

* redux support including all types of viz data for any tab

Signed-off-by: Eric Wei <menwe@amazon.com>

* layout config and related cleanup

Signed-off-by: Eric Wei <menwe@amazon.com>

* Add availability levels (#498)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* updated panels with latest visualizations (#502)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* thresholds and styling

Signed-off-by: Eric Wei <menwe@amazon.com>

* state sync for config panels

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove conflicts

Signed-off-by: Eric Wei <menwe@amazon.com>

* add more data validations

Signed-off-by: Eric Wei <menwe@amazon.com>

* pie mode selector

Signed-off-by: Eric Wei <menwe@amazon.com>

* moved contants

Signed-off-by: Eric Wei <menwe@amazon.com>

* add some types

Signed-off-by: Eric Wei <menwe@amazon.com>

* fix panel viz issue and update tests

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove logging'

Signed-off-by: Eric Wei <menwe@amazon.com>

Co-authored-by: Eugene Lee <eugenesk@amazon.com>
Co-authored-by: Shenoy Pratik <sgguruda@amazon.com>

* updated panels flaky jest tests (#505)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add autocomplete enhancements (#507)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fix events flyout bugs and Styling (#510)

* updated eents flyout styling, added back button

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* disabled surroundings events w/o time, updated PPL time format

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated docViewer jest snapshot

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed repeated function

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Feature viz saving on missing fields (#511)

* vis issues

Signed-off-by: Eric Wei <menwe@amazon.com>

* minor changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* bar mode

Signed-off-by: Eric Wei <menwe@amazon.com>

* fix lint issue

Signed-off-by: Eric Wei <menwe@amazon.com>

* fix issue of clicking query caused crash (#515)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Fix lower margin of autocomplete being cut off (#512)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fix empty userConfigs stringify (#513)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add parse command back in autocompletion (#517)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Visualizations �to follow set timerange (#516)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Change Default CI java version to 11 (#504)

Change default CI java version to 11, add java versions to CI matrix and update developer guide

Signed-off-by: David Cui <davidcui@amazon.com>

* Issue/darkmode support viz config (#521)

* fix dark mode issue

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed unused component and tests

Signed-off-by: Eric Wei <menwe@amazon.com>

* Edit visualization in Application Analytics (#519)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add service map to services and trace view page (#518)

* Add more information on service map hover tooltip

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add service map to trace view

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Update tests

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Feature/sort only datatable in flyout (#522)

* fix dark mode issue

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed unused component and tests

Signed-off-by: Eric Wei <menwe@amazon.com>

* case insensitive sort

Signed-off-by: Eric Wei <menwe@amazon.com>

* turn null to empty string

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove unused lodash

Signed-off-by: Eric Wei <menwe@amazon.com>

* update snapshot

Signed-off-by: Eric Wei <menwe@amazon.com>

* Change availability level to have expression (#525)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Cypress fix for panels and events (#531)

* updated cypress for panels and events

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removing comments

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* detete request and response changes for event and panels (#530)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Include related services node under service filter (#527)

* Add parse command docs (#535)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Update cypress for trace analytics (#536)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* changes panel requests & date, traces link in events (#533)

* changes panel requests & date, traces link in events

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated docViewer jest snapshot

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add autocomplete to panels, add parse command to app analytics (#529)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fixed documentation links (#534)

Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>

Co-authored-by: keithhc2 <keithhc2@users.noreply.github.com>
Co-authored-by: Joshua Li <joshuali925@gmail.com>

* Flyout bugs (#540)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fix multiple flyouts issue in explorer (#538)

* removed multiple flyouts open bug

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* memoised flyouts, updated tests

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add availability metrics to app table (#539)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* fix page flicker for live tail (#541)

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* replace viz icon (#543)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Update panels cypress (#545)

* update panels cypress with new dimensions

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* increased time delay

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add cypress tests for application analytics (#544)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Feature convert browser time to utc time (#542)

* use utc for timerange

Signed-off-by: Eric Wei <menwe@amazon.com>

* fixed time and source not aligned issue

Signed-off-by: Eric Wei <menwe@amazon.com>

* convert selected timefield from utc time to local time

Signed-off-by: Eric Wei <menwe@amazon.com>

* changed toast text for closing last tab

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove unused code

Signed-off-by: Eric Wei <menwe@amazon.com>

* Feature/remove timestamp saving (#546)

* support getting default timestamp from multipe indexes

Signed-off-by: Eric Wei <menwe@amazon.com>

* timestamp and minor refactoring

Signed-off-by: Eric Wei <menwe@amazon.com>

* multi indexes

Signed-off-by: Eric Wei <menwe@amazon.com>

* timestamp reset for different indexes

Signed-off-by: Eric Wei <menwe@amazon.com>

* add tests for new fields

Signed-off-by: Eric Wei <menwe@amazon.com>

* update cypress tests

Signed-off-by: Eric Wei <menwe@amazon.com>

* updated snapshot

Signed-off-by: Eric Wei <menwe@amazon.com>

* converting datetime to utc from picker (#551)

* converting datetime to utc from picker

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated type check

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* added common visualization parser (#550)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Sync PPL commands doc with main repo (#549)

Signed-off-by: Peng Huo <penghuo@gmail.com>

* Feature flyout tests (#553)

* utc for flyout

Signed-off-by: Eric Wei <menwe@amazon.com>

* flyout utc, cypress tests

Signed-off-by: Eric Wei <menwe@amazon.com>

* Add ability to choose visualization for availability (#552)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* final live fixes (#558)

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* Issue horizontal bar (#556)

* backward compatibility for horizontal chart

Signed-off-by: Eric Wei <menwe@amazon.com>

* disable gauge

Signed-off-by: Eric Wei <menwe@amazon.com>

* line bug fixes and some adjustments

Signed-off-by: Eric Wei <menwe@amazon.com>

* add color palette for heatmap

Signed-off-by: Eric Wei <menwe@amazon.com>

* fix for not able to edit saved viz

Signed-off-by: Eric Wei <menwe@amazon.com>

* increase margin

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove bold letter and extra pranthesis (#559)

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* Allow app creation with one composition (#557)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* fix interval selector issue, revert interval function changes (#563)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Disable duplicate visualization and enable edit panel (#554)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* fixed flaky panel test (#565)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* added fix for threshold (#568)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Pass in prop curSelectedTabId for live tail (#567)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fix field fetch not being waited for (#566)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Update cypress test: (#564)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* fix query clicking issue (#569)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Update time to saved visualizations time when redirect to edit view (#570)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* fix for datepicker issue (#571)

Signed-off-by: Eric Wei <menwe@amazon.com>

* 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 5c43e9dac33…
pjfitzgibbons pushed a commit to pjfitzgibbons/observability that referenced this pull request Aug 10, 2022
…search-project#740)

* Add availability entry points (opensearch-project#731)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Update availabilityVizId if visualization is removed from panel (opensearch-project#732)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Issue fix not a function error (opensearch-project#739)

* Bump prismjs from 1.25.0 to 1.27.0 in /dashboards-observability (opensearch-project#508) (opensearch-project#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](PrismJS/prism@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 b4f491a)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* change to support java 8 in compile and runtime (opensearch-project#575) (opensearch-project#576)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>
(cherry picked from commit 5c43e9d)

Co-authored-by: Zhongnan Su <szhongna@amazon.com>

* Add 1.3.0 release notes (opensearch-project#580) (opensearch-project#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>

* resolved conflicts

Signed-off-by: Eric Wei <menwe@amazon.com>

Co-authored-by: Eugene Lee <eugenesk@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>
mengweieric added a commit that referenced this pull request Sep 7, 2022
* 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](PrismJS/prism@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 b4f491a)

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 5c43e9d)

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>
mengweieric added a commit that referenced this pull request Sep 7, 2022
* 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](PrismJS/prism@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 b4f491a)

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 5c43e9d)

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>
sejli added a commit that referenced this pull request Sep 12, 2022
* 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>

Signed-off-by: Eugene Lee <eugenesk@amazon.com>
Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
Signed-off-by: pgodithi <pgodithi@amazon.com>
Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
Signed-off-by: abasatwar <amruta_basatwar@persistent.com>
Signed-off-by: Shankha Das <shankha_das@persistent.com>
Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
Signed-off-by: nidhisinghai <nidhisinghai@persistent.com>
Signed-off-by: Eric Wei <menwe@amazon.com>
Signed-off-by: SivaprasadAluri <sivaprasad_aluri@persistent.com>
Co-authored-by: Eugene Lee <eugenesk@amazon.com>
Co-authored-by: Pratibha <103417380+pratibhapandey16@users.noreply.github.com>
Co-authored-by: Deepak Nevde <deepak_nevde@persistent.com>
Co-authored-by: Nidhi Singhai <nidhi_singhai@persistent.com>
Co-authored-by: Rinku Kumar <103560761+rinku-kumar-psl@users.noreply.github.com>
Co-authored-by: Mrunal Zambre <79525611+mrunal-z@users.noreply.github.com>
Co-authored-by: Pratibha Pandey <pratibha_pandey@persistent.com>
Co-authored-by: Joshua Li <joshuali925@gmail.com>
Co-authored-by: deepaknevdepsl <102342039+deepaknevdepsl@users.noreply.github.com>
Co-authored-by: ruchika-narang <79983862+ruchika-narang@users.noreply.github.com>
Co-authored-by: Subrat Pattnaik <subrat.pattnaik@hotmail.com>
Co-authored-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
Co-authored-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: Shankha Das <shankha.das@domo.com>
Co-authored-by: Mrunal Zambre <mrunal_zambre@persistent.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ruchika-narang <ruchika_narang@persistent.com>
Co-authored-by: Shankha Das <shankha_das@persistent.com>
Co-authored-by: Prudhvi Godithi <pgodithi@amazon.com>
Co-authored-by: vamsi-amazon <reddyvam@amazon.com>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: nidhisinghai <103416937+nidhisinghai@users.noreply.github.com>
Co-authored-by: nidhisinghai <nidhisinghai@persistent.com>
Co-authored-by: shankha-das <93648901+shankha-das@users.noreply.github.com>
Co-authored-by: Eric Wei <menwe@amazon.com>
Co-authored-by: Zhongnan Su <szhongna@amazon.com>
Co-authored-by: SivaprasadAluri <110654651+SivaprasadAluri@users.noreply.github.com>
Co-authored-by: Li <lnse@b0f1d8522b4f.ant.amazon.com>
mengweieric added a commit that referenced this pull request Sep 27, 2022
* 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](PrismJS/prism@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 b4f491a)

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 5c43e9d)

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>

* removed extra padding

Signed-off-by: Eric Wei <menwe@amazon.com>

* changed field button size to m

Signed-off-by: Eric Wei <menwe@amazon.com>

* adjusted styling to align with wizard ux design

Signed-off-by: Eric Wei <menwe@amazon.com>

* added according for field sections

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove reset

Signed-off-by: Eric Wei <menwe@amazon.com>

* add scrolling and followed core team's design

Signed-off-by: Eric Wei <menwe@amazon.com>

* field selector title

Signed-off-by: Eric Wei <menwe@amazon.com>

* synced with main

Signed-off-by: Eric Wei <menwe@amazon.com>

* field selector fix, viz selector restyling

Signed-off-by: Eric Wei <menwe@amazon.com>

* path issue

Signed-off-by: Eric Wei <menwe@amazon.com>

* event sidebar, one renaming

Signed-off-by: Eric Wei <menwe@amazon.com>

* run tests and update snapshots

Signed-off-by: Eric Wei <menwe@amazon.com>

* code clean up

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>
mengweieric added a commit that referenced this pull request Nov 2, 2022
* 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 …
mengweieric added a commit that referenced this pull request Nov 18, 2022
* [2.4] Add log pattern table (#1187) (#1212) (#1215)

Signed-off-by: Joshua Li <joshuali925@gmail.com>
(cherry picked from commit 5a90273be61effb65d8e6fe0cd11db8e60bdcce8)

Co-authored-by: Joshua Li <joshuali925@gmail.com>

* [Backport 2.4] Merge main to 2.4 (#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 …
mengweieric added a commit that referenced this pull request Dec 12, 2022
* Fix change availability bug (#667) (#671)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>
(cherry picked from commit aaeadb0e95979032a812d197691300d26f908eb0)

Co-authored-by: Eugene Lee <eugenesk@amazon.com>

* Add release notes for 2.0.0-rc1 (#674) (#675)

Signed-off-by: Joshua Li <joshuali925@gmail.com>
(cherry picked from commit f0afa84dcb68be9ef096021da55de7b1c846ba93)

Co-authored-by: Joshua Li <joshuali925@gmail.com>

* Support integTestRemote with security enabled endpoint (#699) (#703)

Signed-off-by: Joshua Li <joshuali925@gmail.com>
(cherry picked from commit 9ebb7d266250fd902567f9f804c425d5a4f9774f)

Co-authored-by: Joshua Li <joshuali925@gmail.com>

* Add data test subj to app analytics (#704) (#718)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Remove rc1 reference (#730) (#737)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>
(cherry picked from commit 40dff8b09df8b6cfb57ecfeb00b6978fdacd9463)

Co-authored-by: Eugene Lee <eugenesk@amazon.com>

* [Backport] app-analytics features and bug fixes for 2.0 release (#740)

* 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>

* 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>

* resolved conflicts

Signed-off-by: Eric Wei <menwe@amazon.com>

Co-authored-by: Eugene Lee <eugenesk@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) (#758)

Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
(cherry picked from commit b23946d1d3df7efa37919d520ca45e41f0323478)

Co-authored-by: vamsi-amazon <99925918+vamsi-amazon@users.noreply.github.com>

* Incremented version to 2.0.1 (#785)

Signed-off-by: Zelin Hao <zelinhao@amazon.com>

* Backport from main to 2.1 (#822)

* 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>

* Uses custom plugin to publish zips to maven (#786)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* backport main to 2.1

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

Co-authored-by: Eugene Lee <eugenesk@amazon.com>
Co-authored-by: Joshua Li <joshuali925@gmail.com>

* 2.1 release notes (#839) (#840)

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
(cherry picked from commit bf81e3518ab7e024176a6a571ecb0d927d89ca30)

Co-authored-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* change 2.1 version bump PR under maintenance  (#841) (#842)

* 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>
(cherry picked from commit 4bebc60f49f6f4be41e726ace5dbe76cb7a077b1)

Co-authored-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* Bump to 2.2.0 (#918)

* 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>

* Release Notes for 2.2.0 (#920) (#922)

Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
(cherry picked from commit 77c460f90509d5c1bf36a3828b16e2a4958baeb3)

Co-authored-by: vamsi-amazon <reddyvam@amazon.com>

* Staging for version increment automation (#848) (#939)

* 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>
(cherry picked from commit b5c680278f35c2c3a570aa98a563603d59291f65)
Signed-off-by: prudhvigodithi <pgodithi@amazon.com>

Signed-off-by: pgodithi <pgodithi@amazon.com>
Signed-off-by: prudhvigodithi <pgodithi@amazon.com>
Co-authored-by: Prudhvi Godithi <pgodithi@amazon.com>

* Increment version to 2.3.0-SNAPSHOT (#979)

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>

* release notes for 2.3.0 (#1003) (#1004)

Signed-off-by: Eric Wei <menwe@amazon.com>

Signed-off-by: Eric Wei <menwe@amazon.com>
(cherry picked from commit 25bd43b9861d091589b5447235cb3d8ce548f694)

Co-authored-by: Eric Wei <menwe@amazon.com>

* bump version to 2.4.0 (#1071)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* update jackson to 2.13.4 (#1062) (#1064)

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
(cherry picked from commit d92a94b46b4bcc2cdaa0fd5dcce5c6fa5d6305b0)

Co-authored-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* add group = org.opensearch.plugin (#1115) (#1126)

Signed-off-by: prudhvigodithi <pgodithi@amazon.com>

Signed-off-by: prudhvigodithi <pgodithi@amazon.com>
(cherry picked from commit f2224993c64db4c2c7d5f0e333b2c0211eee1899)

Co-authored-by: Prudhvi Godithi <pgodithi@amazon.com>

* Change auto expand replicas to 0-2 (#1186) (#1190)

Signed-off-by: Joshua Li <joshuali925@gmail.com>
(cherry picked from commit e0a30525ec48f83d8441e23567f9bcb5817ebb90)

Co-authored-by: Joshua Li <joshuali925@gmail.com>

* [2.x] Add log pattern table (#1187) (#1212)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Release notes for 2.4.0 (#1259) (#1262)

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
(cherry picked from commit eef1979aeb083b25809be2873c76e23f77a22581)

Co-authored-by: Rupal Mahajan <maharup@amazon.com>

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

* [2.4] Add log pattern table (#1187) (#1212) (#1215)

Signed-off-by: Joshua Li <joshuali925@gmail.com>
(cherry picked from commit 5a90273be61effb65d8e6fe0cd11db8e60bdcce8)

Co-authored-by: Joshua Li <joshuali925@gmail.com>

* [Backport 2.4] Merge main to 2.4 (#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>
…
derek-ho pushed a commit that referenced this pull request Dec 22, 2022
* added new license

* Fix release notes links (#62)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* added sidebar & home page

* code clean up

* Feature/visualization (#83)

* resloved conflicts for rebasing

* added overall layout and render fields

* added two types of charts

* added config panel for vis

* removed unused files and for a quick demo

* add intial redux setup

* added initial reducer

* refactorings for redux

* minor code cleanup

* adjusted chart styling, added timespan selector

* added timestamp flag and checking for charts

* fixed sidebar field icon issue

* code cleanup

* license and minor changes

* changes for code review

* removed few comments

* Feature/observability custom panels  (#87)

* initial commit adding custom operational panels

* added dummy router and moved common/constants

* fix breadcrumbs and Link in panel view

* removed unnecessary headers and fixed new panel redirect

* fixing headers

* changed variable type, moved name validator in utilities & formatted document

* removed old operational panels page

* Feature/visualization (#88)

* resloved conflicts for rebasing

* added overall layout and render fields

* added two types of charts

* added config panel for vis

* removed unused files and for a quick demo

* add intial redux setup

* added initial reducer

* refactorings for redux

* minor code cleanup

* adjusted chart styling, added timespan selector

* added timestamp flag and checking for charts

* fixed sidebar field icon issue

* code cleanup

* license and minor changes

* changes for code review

* removed few comments

* bar/line visualization

* count distribution changes

* added save popover

* event explorer home

* minor changes

* added types and removed comments

* Feature query regex (#94)

* added regex to get index

* file renaming to unify naming converntions

* file renaming

* a minor refactoring

* regex changes

* minor fix for regex

* Move documents and repo setups

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Remove manual sidenav index

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add placeholders pages for trace analytics

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Move TA to subdirectory

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Move TA to subdirectory

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Update maintainers

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Disable workflows

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Set up repo to prepare merging trace analytics (#97)

* Move observability to trace analytics position in dashboards side nav

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Organize trace analytics project structure

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Feature/custom panel add viz (#98)

* added new visualization window

* added react-grid-layout, plotly and UI changes

* merged plotly & react-grid-layout component, added popover for viz, added sample panels

* added PPL service

* added new visualization module, changed name to Ops panels

* changed name to operational panels

* moved custom panels inside panels Home route

* adding rename and delete functions in panel view

* changed back the ppl endpoint

* added new visualization window

* added react-grid-layout, plotly and UI changes

* merged plotly & react-grid-layout component, added popover for viz, added sample panels

* added PPL service

* added new visualization module, changed name to Ops panels

* changed name to operational panels

* moved custom panels inside panels Home route

* adding rename and delete functions in panel view

* changed back the ppl endpoint

* saved visualization layout states & replaced data with ppl query

* added time filter and code cleanup

* moved constants->shared commmons, ontimechange()->utils and resolved comments

* resued Plot component and renamed popOver variables

* reverted the react-grid-layout dependency version

* removed dependency react-grid-layout

* Migrate trace analytics components to observability

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Fix corner cases for side nav when finding selected id (#101)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Refactor constants and remove unused trace analytics components

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Feature/field search and sorting (#103)

* left align th text

* fixed row detail expanding issue

* add fields sorting

* added more types and few changes

* Add security support and auto dump test data for cypress (#104)

* Bump version for opensearch 1.1.0 release (#105)

* Update UT and IT for trace analytics

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Update CI workflow file for observability

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Added ppl query filter, added router placeholder for panels (#108)

* added actions menu items duplicate, remove

* added license to forms, added support for ppl filter query

* changed common constants

* added router placeholders, added panel opensearch API calls

* commnt fixes

* header fix

* Added Algolia Autocomplete Bar (#110)

* Implemented drop-down autocomplete using EuiSuggest

* Addressed comments in PR

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Query bar slows down after request

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Query bar slows down after request

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Implemented suggestions based on previous inputs, (pipes, available indices after source)

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Changed str to const

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Improved grammar and accounted for no spaces between pipes/=

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Fixed issue where query[RAW_QUERY] was undefined which caused Event Analytics page to crash

Signed-off-by: Sean Li <lnse@88665a2fa6f9.ant.amazon.com>

* Implemented drop-down autocomplete using EuiSuggest

* Addressed comments in PR

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Query bar slows down after request

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Query bar slows down after request

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Implemented suggestions based on previous inputs, (pipes, available indices after source)

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Changed str to const

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Improved grammar and accounted for no spaces between pipes/=

Signed-off-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Fixed issue where query[RAW_QUERY] was undefined which caused Event Analytics page to crash

Signed-off-by: Sean Li <lnse@88665a2fa6f9.ant.amazon.com>

* For debugging

Signed-off-by: Sean Li <lnse@88665a2fa6f9.ant.amazon.com>

* Changed to algolia autocomplete

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* adding package.json

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* Fix query disappearing on enter

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* Removing old files

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* Adding license

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* Adding license

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* Added stats commands

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* Switched to Algolia autocomplete, cleaned up styling

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* Updated fields comma loop

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* Removing redundant file, addressing CR

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* Fixing directory name typo

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* adding changed files for DSL endpoint

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* DSL plugin added

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* fixing conflicts

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* fixing conflicts

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* adding files

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* progress on DSL endpoint

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* incorporating backend endpoints

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* backend implemented

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* adding changes

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* checking console

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* handleQueryChange() fixed

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* forgot this one conflicts

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* switched to using plugin for autocomplete logic

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* fixed issue with where pipe command

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* Some refactoring and formatting

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* addressing issues, cleaning up code

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* change to snake_case

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

* adding comments

Signed-off-by: sejli <lnse@88665a2fa6f9.ant.amazon.com>

Co-authored-by: Li <lnse@88665a2fa6f9.ant.amazon.com>

* Merge notebooks frontend to observability (#109)

* Adding plugin backend adaptor (#126)

* adding plugin backed adaptor

* resolved comments and beautification

* Update notebooks to use observability backend (#129)

* Event Analytics  - Add index picker to explorer page (#125)

* Add index picker to explorer page

* Update explorer.tsx

* Feature/operational panels backend (#130)

* added panel router, viz router and panel types

* removed let->const

* minor fix

* replaced console log->error, removed index_not_found error check

* Feature/p1 release (#133)

* removed live button

Signed-off-by: Eric Wei <menwe@amazon.com>

* refresh button

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed live button from home

Signed-off-by: Eric Wei <menwe@amazon.com>

* xaxis range selectable

Signed-off-by: Eric Wei <menwe@amazon.com>

* added new charts

Signed-off-by: Eric Wei <menwe@amazon.com>

* added sidebar to vis, hided vis setting panel

Signed-off-by: Eric Wei <menwe@amazon.com>

* fixed a bar issue

Signed-off-by: Eric Wei <menwe@amazon.com>

* modified run/refresh button

Signed-off-by: Eric Wei <menwe@amazon.com>

* hided surrounding docs

Signed-off-by: Eric Wei <menwe@amazon.com>

* disabled insights

Signed-off-by: Eric Wei <menwe@amazon.com>

* disable reset button and remove s/ms options

Signed-off-by: Eric Wei <menwe@amazon.com>

* breadcrumb/route changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* add date range to query & added runtime fields

Signed-off-by: Eric Wei <menwe@amazon.com>

* disabled toggle button for queried fields

Signed-off-by: Eric Wei <menwe@amazon.com>

* modified text

Signed-off-by: Eric Wei <menwe@amazon.com>

* added couple of configs to autocomplete

* added saved objects and few bug fixes

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed unused reference/files, modified few loggings

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed missed comments/usused code, fixed one sidebar issue

Signed-off-by: Eric Wei <menwe@amazon.com>

* modified files for code review

Signed-off-by: Eric Wei <menwe@amazon.com>

* Feature/operational panel UI (#132)

* modified panels home, table and view

* added new panel modules

* moved modules to folders with css

* css edits and removed time regex check

* removed time and fields regex checks

* minor doc changes

* adding visualization charts

* added delete panelList functionality

* edited delete custom panel function, beautified

* changed console log to error

* removed time/fields regex

* removed length check, combined optionalArgs in custom modal, prettier fix

* Bump prismjs from 1.24.1 to 1.25.0 (#137)

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.1 to 1.25.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.24.1...v1.25.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>

* Bump immer from 9.0.5 to 9.0.6 (#136)

Bumps [immer](https://github.com/immerjs/immer) from 9.0.5 to 9.0.6.
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](https://github.com/immerjs/immer/compare/v9.0.5...v9.0.6)

---
updated-dependencies:
- dependency-name: immer
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Redirect legacy notebooks URL to current observability one (#141)

* Move observability frontend to a sub directory (#142)

* Add minimal plugin for backend observability (#143)

* Add models for objects and requests (#144)

* Add CRUD actions and index operations for observability objects (#145)

* Update data modal and enable CI (#148)

* Panels' visualization design change (#149)

* modified common files

* modified UI components

* modified panel adaptor and router

* moved loading to post http call

* fixed prettier quotes

* Feature timestamp (#152)

* timestamp related changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* cleanup

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed loggings and change to console error

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove unused sidebar component

Signed-off-by: Eric Wei <menwe@amazon.com>

* adding cancel button for edit & panel actions (#153)

* Feature toasts errors handling (#155)

* timestamp related changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* cleanup

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed loggings and change to console error

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove unused sidebar component

Signed-off-by: Eric Wei <menwe@amazon.com>

* added toasts

Signed-off-by: Eric Wei <menwe@amazon.com>

* resolved build failure

Signed-off-by: Eric Wei <menwe@amazon.com>

* couple of error handling changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* added types

Signed-off-by: Eric Wei <menwe@amazon.com>

* Autocomplete only displays current command (#157)

* Only show current command in suggestion
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Remove console logs
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Only display suggestion
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Removed commas
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Remove import
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* changed to support query without 'search' prefix (#158)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Remove app analytics (#154)

* removing app analytics from sidenav

* removed unused headers

* added trace analytics as default page

* Use JS API to redirect legacy notebooks URL (#162)

* Panels bug fix#1 (#159)

* fixed UI bugs #1

* folder name typo fix

* changes for adopting new sql artifact (#165)

* changes for adopting new sql artifact

Signed-off-by: Eric Wei <menwe@amazon.com>

* minor changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* Improve reindex handling for .opensearch-notebooks (#163)

* inherited datepicker format from settings (#164)

* Feature query bar (#166)

* refactorings to integrate textarea

* few improvements

Signed-off-by: Eric Wei <menwe@amazon.com>

* refactorings to integrate textarea

* few improvements

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed unused dependencies and types

Signed-off-by: Eric Wei <menwe@amazon.com>

* Feature bug fixes (#168)

* removed editable title and displaybar

Signed-off-by: Eric Wei <menwe@amazon.com>

* count distribution number

Signed-off-by: Eric Wei <menwe@amazon.com>

* Home table (#169)

* Create history_table.tsx

* Update history_table.tsx

* Update home.tsx

* Update history_table.tsx

* Update history_table.tsx

* Update home.tsx

* Update home.tsx

* Delete home.tsx

* merge (#3)

* Bump prismjs from 1.24.1 to 1.25.0 (#137)

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.1 to 1.25.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.24.1...v1.25.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>

* Bump immer from 9.0.5 to 9.0.6 (#136)

Bumps [immer](https://github.com/immerjs/immer) from 9.0.5 to 9.0.6.
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](https://github.com/immerjs/immer/compare/v9.0.5...v9.0.6)

---
updated-dependencies:
- dependency-name: immer
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Redirect legacy notebooks URL to current observability one (#141)

* Move observability frontend to a sub directory (#142)

* Add minimal plugin for backend observability (#143)

* Add models for objects and requests (#144)

* Add CRUD actions and index operations for observability objects (#145)

* Update data modal and enable CI (#148)

* Panels' visualization design change (#149)

* modified common files

* modified UI components

* modified panel adaptor and router

* moved loading to post http call

* fixed prettier quotes

* Feature timestamp (#152)

* timestamp related changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* cleanup

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed loggings and change to console error

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove unused sidebar component

Signed-off-by: Eric Wei <menwe@amazon.com>

* adding cancel button for edit & panel actions (#153)

* Feature toasts errors handling (#155)

* timestamp related changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* cleanup

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed loggings and change to console error

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove unused sidebar component

Signed-off-by: Eric Wei <menwe@amazon.com>

* added toasts

Signed-off-by: Eric Wei <menwe@amazon.com>

* resolved build failure

Signed-off-by: Eric Wei <menwe@amazon.com>

* couple of error handling changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* added types

Signed-off-by: Eric Wei <menwe@amazon.com>

* Autocomplete only displays current command (#157)

* Only show current command in suggestion
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Remove console logs
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Only display suggestion
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Removed commas
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Remove import
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* changed to support query without 'search' prefix (#158)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Remove app analytics (#154)

* removing app analytics from sidenav

* removed unused headers

* added trace analytics as default page

* Use JS API to redirect legacy notebooks URL (#162)

* Panels bug fix#1 (#159)

* fixed UI bugs #1

* folder name typo fix

* changes for adopting new sql artifact (#165)

* changes for adopting new sql artifact

Signed-off-by: Eric Wei <menwe@amazon.com>

* minor changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* Improve reindex handling for .opensearch-notebooks (#163)

* inherited datepicker format from settings (#164)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joshua <joshuali925@gmail.com>
Co-authored-by: Shenoy Pratik <pshenoy36@gmail.com>
Co-authored-by: Eric Wei <80358241+mengweieric@users.noreply.github.com>
Co-authored-by: eugenesk24 <92330893+eugenesk24@users.noreply.github.com>

* Create history_table.tsx

* Update home.tsx

* Update home.tsx

* Delete history_table.tsx

* Update history_table.tsx

* Update history_table.tsx

* Update home.tsx

* Update history_table.tsx

* Update history_table.tsx

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joshua <joshuali925@gmail.com>
Co-authored-by: Shenoy Pratik <pshenoy36@gmail.com>
Co-authored-by: Eric Wei <80358241+mengweieric@users.noreply.github.com>
Co-authored-by: eugenesk24 <92330893+eugenesk24@users.noreply.github.com>

* Panels bug fix2 (#170)

* fixed import bug and datepicker width

* added refresh panel button & removed flyout preview button

* changed maxitems for home page

* fixing styling and margin

* add new vizualization bug fix

* Feature vis fix override button (#172)

* add toast for no visualization to save

Signed-off-by: Eric Wei <menwe@amazon.com>

* added loading/disable for timestamp button and one related fix

Signed-off-by: Eric Wei <menwe@amazon.com>

* replaced override button with icon

Signed-off-by: Eric Wei <menwe@amazon.com>

* adjusted override icon

Signed-off-by: Eric Wei <menwe@amazon.com>

* Visualizations theming (#171)

* added basic theming

* added dark theme layout, unicolor mode for bar chart

* changed plotly paper to match panel color

* timestamp fix (#175)

Signed-off-by: Eric Wei <menwe@amazon.com>

* added find auto interval (#167)

* added find auto interval

* changed console.log to error

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* merge conflict resoled

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add integration tests for observability backend plugin (#180)

* added refresh datepicker button (#182)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Field suggestions update for changed index in query (#176)

The fields are updated after the first retrieval if the index selection changes.
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* adding colorsv2 (#181)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Home table update (#174)

* Create history_table.tsx

* Update history_table.tsx

* Update home.tsx

* Update history_table.tsx

* Update history_table.tsx

* Update home.tsx

* Update home.tsx

* Delete home.tsx

* merge (#3)

* Bump prismjs from 1.24.1 to 1.25.0 (#137)

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.1 to 1.25.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.24.1...v1.25.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>

* Bump immer from 9.0.5 to 9.0.6 (#136)

Bumps [immer](https://github.com/immerjs/immer) from 9.0.5 to 9.0.6.
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](https://github.com/immerjs/immer/compare/v9.0.5...v9.0.6)

---
updated-dependencies:
- dependency-name: immer
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Redirect legacy notebooks URL to current observability one (#141)

* Move observability frontend to a sub directory (#142)

* Add minimal plugin for backend observability (#143)

* Add models for objects and requests (#144)

* Add CRUD actions and index operations for observability objects (#145)

* Update data modal and enable CI (#148)

* Panels' visualization design change (#149)

* modified common files

* modified UI components

* modified panel adaptor and router

* moved loading to post http call

* fixed prettier quotes

* Feature timestamp (#152)

* timestamp related changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* cleanup

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed loggings and change to console error

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove unused sidebar component

Signed-off-by: Eric Wei <menwe@amazon.com>

* adding cancel button for edit & panel actions (#153)

* Feature toasts errors handling (#155)

* timestamp related changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* cleanup

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed loggings and change to console error

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove unused sidebar component

Signed-off-by: Eric Wei <menwe@amazon.com>

* added toasts

Signed-off-by: Eric Wei <menwe@amazon.com>

* resolved build failure

Signed-off-by: Eric Wei <menwe@amazon.com>

* couple of error handling changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* added types

Signed-off-by: Eric Wei <menwe@amazon.com>

* Autocomplete only displays current command (#157)

* Only show current command in suggestion
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Remove console logs
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Only display suggestion
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Removed commas
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Remove import
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* changed to support query without 'search' prefix (#158)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Remove app analytics (#154)

* removing app analytics from sidenav

* removed unused headers

* added trace analytics as default page

* Use JS API to redirect legacy notebooks URL (#162)

* Panels bug fix#1 (#159)

* fixed UI bugs #1

* folder name typo fix

* changes for adopting new sql artifact (#165)

* changes for adopting new sql artifact

Signed-off-by: Eric Wei <menwe@amazon.com>

* minor changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* Improve reindex handling for .opensearch-notebooks (#163)

* inherited datepicker format from settings (#164)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joshua <joshuali925@gmail.com>
Co-authored-by: Shenoy Pratik <pshenoy36@gmail.com>
Co-authored-by: Eric Wei <80358241+mengweieric@users.noreply.github.com>
Co-authored-by: eugenesk24 <92330893+eugenesk24@users.noreply.github.com>

* Update history_table.tsx

* Update home.tsx

* Delete public/components/explorer/home_table directory

* Update explorer.ts

* Update history_table.tsx

* Update history_table.tsx

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joshua <joshuali925@gmail.com>
Co-authored-by: Shenoy Pratik <pshenoy36@gmail.com>
Co-authored-by: Eric Wei <80358241+mengweieric@users.noreply.github.com>
Co-authored-by: eugenesk24 <92330893+eugenesk24@users.noreply.github.com>

* Use observability specific permissions instead of notebooks (#177)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Fix deleting all paragraphs for notebooks (#184)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Feature available fields timestamp (#179)

* added available fields when no hits because of timestamp

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed unused code

Signed-off-by: Eric Wei <menwe@amazon.com>

* Icon that redirects to PPL Documentation next to Search Bar (#183)

* Added link to PPL Documentation next to search bar
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Corrected icon type
Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Added aggregate functions to Autocomplete (#185)

Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Suggestions are shown in dark mode (#187)

Signed-off by: Eugene Lee <eugenesk@amazon.com>

* Update docs for observability (#188)

* Bump observability version for OpenSearch 1.2 release (#189)

* added panels modifications and bug fix (#194)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Update plugin ID and bug fixes (#195)

* Feature event analytics imporovements and fixes (#199)

* redo signoff

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed comments

Signed-off-by: Eric Wei <menwe@amazon.com>

* signoff amendment

Signed-off-by: Eric Wei <menwe@amazon.com>

* added support for sample panels (#200)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add error handler when fetching ppl (#204)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Fix for duplicate indices in suggestion (#190)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Feature couple of features and fixes (#202)

* event sample data

Signed-off-by: Eric Wei <menwe@amazon.com>

* home delete and sample data

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed one missed

Signed-off-by: Eric Wei <menwe@amazon.com>

* separate container

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed unused code and some ehchancements

Signed-off-by: Eric Wei <menwe@amazon.com>

* Add toggle dark mode in observability side bar (#209)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Feature autocomplete fix (#208)

* event sample data

Signed-off-by: Eric Wei <menwe@amazon.com>

* home delete and sample data

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed one missed

Signed-off-by: Eric Wei <menwe@amazon.com>

* separate container

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed unused code and some ehchancements

Signed-off-by: Eric Wei <menwe@amazon.com>

* autocomplete related fixes

Signed-off-by: Eric Wei <menwe@amazon.com>

* home search fix and few cleanups

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed comments

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed unused reference

Signed-off-by: Eric Wei <menwe@amazon.com>

* Support dark mode for notebooks and other style improvements (#206)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Adjust wording and margin for toggle button (#210)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Panel bug fixes4 and PPL Reference Manual (#211)

* fixed panel bugs, added help flyout

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* remove unused file

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed log statements

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* remove unused flyout_container

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Case insensitive Autocomplete (#207)

* Case insensitive autocomplete with less type errors

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Lowercase word variable and assign fitlered item list

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Variable for lowercase prefix

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Use parent height instead of view port height for nav bar (#212)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add match command to AutoComplete (#203)

* Added match command suggestion

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add missing bracket

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Space after field for more balanced looking query (#213)

* Case insensitive autocomplete with less type errors

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Lowercase word variable and assign fitlered item list

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Variable for lowercase prefix

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Another merge conflict

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add space after field for balance

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add border around suggestions (#214)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Correct suggestions after count command (#215)

* Suggest by and |

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fix count bug

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add release notes for 1.2 (#192)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Explorer fixes (#216)

* changed to query fields

Signed-off-by: Eric Wei <menwe@amazon.com>

* select/available fields duplicate issue fix and reformatting

Signed-off-by: Eric Wei <menwe@amazon.com>

* fixed issue - updating saved search not updating existing tab

Signed-off-by: Eric Wei <menwe@amazon.com>

* added refresh to datepicker

Signed-off-by: Eric Wei <menwe@amazon.com>

* updated saving

Signed-off-by: Eric Wei <menwe@amazon.com>

* saved objects new changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* Added Samples, help text, standardized tables (#217)

* added new samples and modified workspace height

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated documentation links and help text

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* standardized empty table buttons

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* merged add samples logic

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated panel tests, added sample modal

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add missing itemName properties (#218)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Tab issue and run button (#219)

* changed to query fields

Signed-off-by: Eric Wei <menwe@amazon.com>

* select/available fields duplicate issue fix and reformatting

Signed-off-by: Eric Wei <menwe@amazon.com>

* fixed issue - updating saved search not updating existing tab

Signed-off-by: Eric Wei <menwe@amazon.com>

* added refresh to datepicker

Signed-off-by: Eric Wei <menwe@amazon.com>

* updated saving

Signed-off-by: Eric Wei <menwe@amazon.com>

* saved objects new changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* tab issue fix and remove run button

Signed-off-by: Eric Wei <menwe@amazon.com>

* resolved conflicts

Signed-off-by: Eric Wei <menwe@amazon.com>

* search bar related changes (#222)

Signed-off-by: Eric Wei <menwe@amazon.com>

* fixed emoji renders for in PPL manual (#221)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Suggestions width match search bar (#220)

* Wrapped in flex

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Extend suggestion bar to match search bar

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Remove unnecessary imports

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Remove parent autocomplete-root

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Throw exception if object type is inconsistent in update request (#224)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add some space between last paragraph and action button (#225)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add event analytics permission toast (#226)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add copyright to all files (#231)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Suggestions loaded after selection (#228)

* Do not add space

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Suggest all nuber types for fields

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Suggest on selection

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Re add auto space after selection

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Remove unnecessary imports

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Suggest first commands on click

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Auto-select first suggestion

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Homepage moved to event analytics (#227)

* changed homepage to event analytics

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* added events page with default hash

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* resolved conflicts and fixes (#233)

Signed-off-by: Eric Wei <menwe@amazon.com>

* moved loading viz after panel update (#232)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Remove resetting query for autocomplete (#234)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Source as the only first command (#235)

* Source as first command

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Remove logic for search and index

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* ppl manual update (#236)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Run query with shift enter (#239)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Update notebooks url redirect to use plugin id (#242)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* tab close issue (#243)

Signed-off-by: Eric Wei <menwe@amazon.com>

* switching tab tirgger unnecessary requests fix (#247)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Autocomplete for data values (#245)

* Autocomplete for data values

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fetch data values earlier and save them

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fetch dataValues for match early

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Bump ansi-regex to 5.0.1 (#241)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add support for codeowners to repo (#244)

Signed-off-by: Ryan Bogan <rbogan@amazon.com>

* Panels bug fix4 (#249)

* minor bug fix and updated unit tests

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* fixed date change issue

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* renamed relevance function to full text search

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* duplicate search text removed

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Fix undefined field error and where suggestions (#246)

* Add check for properties

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Change logic order to support switching between match and other where fields

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add Correct Erroring in Event Analytics (#248)

* Add check for properties

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Change logic order to support switching between match and other where fields

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Autocomplete for data values

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fetch data values earlier and save them

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Update to current status

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fetch dataValues for match early

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Try addError

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fix error messaging on Event Explorer

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Remove fielddata

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Assign string to fields with fields property

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Remove possible double toast and add console log back in

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* changed error message (#257)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Panels cypress test (#256)

* adding panels cypress tests

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* added more visualization tests

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Feature ppl link (#258)

* changed error message

Signed-off-by: Eric Wei <menwe@amazon.com>

* help icon changes

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* added PPL button and one panel snap

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed unused reference

Signed-off-by: Eric Wei <menwe@amazon.com>

* fixed one issue

Signed-off-by: Eric Wei <menwe@amazon.com>

Co-authored-by: Shenoy Pratik <sgguruda@amazon.com>

* Update release notes for 1.2 release (#261)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* fixed vis saving issue (#262)

Signed-off-by: Eric Wei <menwe@amazon.com>

* fixed tab close issue (#265)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Update codecov and enable for backend plugin (#268)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add unit tests for notebook helpers (#269)

* Add UT for notebook helpers and remove panel wrapper

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Use visualization from mock notebook for UT

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Update cypress timezone environment (#270)

* Update cypress timezon environment

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Update notebooks cypress

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Support bulk delete operations for notebooks (#273)

* Update notebooks cypress

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Remove unused files

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Autocomplete Unit Tests (#274)

* Add test for search bar

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Re-organize autocomplete

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Trying to test return value of getSuggestions

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Need to keep algolia import

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Separate out autocomplete logic

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Make id optional

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Snub out aloglia import

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add broken logic test

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add type to fullSuggestions

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Test coverage up to 95 for logic

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add new line to end of js config file

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add new line to autocomplete logic file

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add unit tests for notebooks (#277)

* WIP add unit tests to notebooks

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* WIP add unit tests to notebooks

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* WIP

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* WIP

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Update snapshots

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Added more cypress tests, updated constants (#282)

* added more tests, updated constants

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed timeout for on clone

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add unit tests for backend models (#283)

* add notebooks unit tests

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add more unit tests

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add unit tests for backend requests and responses (#284)

* Refactor requests and responses from model to action

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Fix transport action for create object request

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add unit test for create object

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Fix transport action for update object request

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add unit test for more requests and responses

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Format code

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Update tests

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Adding code summary to the repo (#287)

* adding panel tests in workflows

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* adding cypress tests doc

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* added table in readme, changed doc link

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* added more doc and changed BWC link

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* added variables for hyperlinks

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* added badge for plugin IT tests

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* fixing typos, removed duplicate lines

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* moved TA up similar to side nav

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* alt text name change

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add back onclick handler for plotly component (#285)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Use dateFormat from advanced settings for notebook visualizations (#297)

closes #250

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Fix link checker (#300)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Code summary edits (#298)

* changed table headers in code summary

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed observability name from modules

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* fixed more links

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* modularized the table and fixed links

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* fixed ppl doc link and IT badge name

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* changed headers to plugin names (#306)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Explorer cypress tests (#302)

* signoff

Signed-off-by: Eric Wei <menwe@amazon.com>

* added missed resolved lines

Signed-off-by: Eric Wei <menwe@amazon.com>

* Add BWC test for Observability (#314)

* commit

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* delete 1.2 snapshot and update gradle

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* add bwc to workflow (#316)

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* Update tests, builds and doc (#318)

* rebased with bwc tests

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated bwc tests

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* added release notes

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Rename trace-analytics to observability (#341)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Event analytics unit tests (#342)

* tests

Signed-off-by: Eric Wei <menwe@amazon.com>

* updated some snapshots

Signed-off-by: Eric Wei <menwe@amazon.com>

* resolved few failing tests

Signed-off-by: Eric Wei <menwe@amazon.com>

* few modifications

Signed-off-by: Eric Wei <menwe@amazon.com>

* Update service map parsing results for testing (#345)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* bumping version to 1.2.2 (#346)

* bumping version to 1.2.2

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* update PR in release notes

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updating readme and badges (#352)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Update Workflow (#360)

* updated snapshot in workflow to 1.2.3

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* replaced variable with 1.2.3-snapshot

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* revert string to variable

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* bumping main to 1.3 (#361)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add observability visualization to notebooks  (#351)

* added observability viz support to notes

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated tests, clone para, zeppelin parser

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated observability viz links & cypress

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated tests

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed inputType, merged both viz options

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* resolved merge conflict

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated links, adaptors, tests

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed unused files, updated workflow

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated UI dateformat for observability viz

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated jest timeout

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated notebook tests

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add .whitesource configuration file (#365)

Co-authored-by: whitesource-for-github-com[bot] <50673670+whitesource-for-github-com[bot]@users.noreply.github.com>

* CVE fix:json-schema, gson & glob-parent (#368)

* CVE fix:json-schema, gson & glob-parent

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated yarn.lock

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Update Release Notes 1.2.4 (#370)

* CVE fix:json-schema, gson & glob-parent

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated yarn.lock

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Update Release Notes 1.2.4

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* jcenter removed from gradle.build (#374)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Guava package update (#404)

* updating guava to 31.0.1

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* revise version name

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Support lazy scroll and auto complete for PPL parse command (#421)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Merge Application Analytics into main (#454)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fix queries being filtered out (#472)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Saving time for individual applications (#473)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Separate appConfigs and extra filters (#474)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fix create/edit page bug (#475)

* Fix create/edit page bug

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Update create test to pass correct existingAppId

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add date_nanos to valid time fields (#426)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* UI changes to Metrics Tab (#476)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Finish after source autocomplete logic (#480)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Redirect to trace tab, updateMappings once, etc (#481)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* add auto backporting functionality (#491)

Signed-off-by: David Cui <davidcui@amazon.com>

* Add Events Flyout and Correlate Traces with logs (#493)

* adding events flyout

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* adding traces to events flyout

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* adding surroundings events flyout

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed metrics from events flyout

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated events tests

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed unused flyout scss

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* update backport workflow and add auto-delete workflow (#496)

Signed-off-by: David Cui <davidcui@amazon.com>

* Revert query pre-processing for parse command (#497)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Live tail - Event analytics  (#494)

* rebase

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* revert ObsIndex changes to main

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* remove comments

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* change timestamp variable

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* remove live_tail.ts and modify explorer

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* query_tils

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* Make base query immutable (#500)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Feature latest observability (#509)

* resolve signoff issue

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove unused code

Signed-off-by: Eric Wei <menwe@amazon.com>

* adjust insights

Signed-off-by: Eric Wei <menwe@amazon.com>

* panel options

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove candlestick

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove yarn-error.log from commits

Signed-off-by: Eric Wei <menwe@amazon.com>

* Enchanced visualization and resolved signoff issue (#483)

* resolve signoff issue

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove unused code

Signed-off-by: Eric Wei <menwe@amazon.com>

* gauge changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* line mode selector

Signed-off-by: Eric Wei <menwe@amazon.com>

* add title

Signed-off-by: Eric Wei <menwe@amazon.com>

* expanded section by default and minor guage changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* gauge changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* 1 dependency change

Signed-off-by: Eric Wei <menwe@amazon.com>

* redux support including all types of viz data for any tab

Signed-off-by: Eric Wei <menwe@amazon.com>

* layout config and related cleanup

Signed-off-by: Eric Wei <menwe@amazon.com>

* Add availability levels (#498)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* updated panels with latest visualizations (#502)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* thresholds and styling

Signed-off-by: Eric Wei <menwe@amazon.com>

* state sync for config panels

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove conflicts

Signed-off-by: Eric Wei <menwe@amazon.com>

* add more data validations

Signed-off-by: Eric Wei <menwe@amazon.com>

* pie mode selector

Signed-off-by: Eric Wei <menwe@amazon.com>

* moved contants

Signed-off-by: Eric Wei <menwe@amazon.com>

* add some types

Signed-off-by: Eric Wei <menwe@amazon.com>

* fix panel viz issue and update tests

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove logging'

Signed-off-by: Eric Wei <menwe@amazon.com>

Co-authored-by: Eugene Lee <eugenesk@amazon.com>
Co-authored-by: Shenoy Pratik <sgguruda@amazon.com>

* updated panels flaky jest tests (#505)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add autocomplete enhancements (#507)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fix events flyout bugs and Styling (#510)

* updated eents flyout styling, added back button

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* disabled surroundings events w/o time, updated PPL time format

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated docViewer jest snapshot

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed repeated function

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Feature viz saving on missing fields (#511)

* vis issues

Signed-off-by: Eric Wei <menwe@amazon.com>

* minor changes

Signed-off-by: Eric Wei <menwe@amazon.com>

* bar mode

Signed-off-by: Eric Wei <menwe@amazon.com>

* fix lint issue

Signed-off-by: Eric Wei <menwe@amazon.com>

* fix issue of clicking query caused crash (#515)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Fix lower margin of autocomplete being cut off (#512)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fix empty userConfigs stringify (#513)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add parse command back in autocompletion (#517)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Visualizations �to follow set timerange (#516)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Change Default CI java version to 11 (#504)

Change default CI java version to 11, add java versions to CI matrix and update developer guide

Signed-off-by: David Cui <davidcui@amazon.com>

* Issue/darkmode support viz config (#521)

* fix dark mode issue

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed unused component and tests

Signed-off-by: Eric Wei <menwe@amazon.com>

* Edit visualization in Application Analytics (#519)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Add service map to services and trace view page (#518)

* Add more information on service map hover tooltip

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add service map to trace view

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Update tests

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Feature/sort only datatable in flyout (#522)

* fix dark mode issue

Signed-off-by: Eric Wei <menwe@amazon.com>

* removed unused component and tests

Signed-off-by: Eric Wei <menwe@amazon.com>

* case insensitive sort

Signed-off-by: Eric Wei <menwe@amazon.com>

* turn null to empty string

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove unused lodash

Signed-off-by: Eric Wei <menwe@amazon.com>

* update snapshot

Signed-off-by: Eric Wei <menwe@amazon.com>

* Change availability level to have expression (#525)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Cypress fix for panels and events (#531)

* updated cypress for panels and events

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removing comments

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* detete request and response changes for event and panels (#530)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Include related services node under service filter (#527)

* Add parse command docs (#535)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Update cypress for trace analytics (#536)

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* changes panel requests & date, traces link in events (#533)

* changes panel requests & date, traces link in events

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated docViewer jest snapshot

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add autocomplete to panels, add parse command to app analytics (#529)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fixed documentation links (#534)

Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>

Co-authored-by: keithhc2 <keithhc2@users.noreply.github.com>
Co-authored-by: Joshua Li <joshuali925@gmail.com>

* Flyout bugs (#540)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fix multiple flyouts issue in explorer (#538)

* removed multiple flyouts open bug

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* memoised flyouts, updated tests

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add availability metrics to app table (#539)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* fix page flicker for live tail (#541)

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* replace viz icon (#543)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Update panels cypress (#545)

* update panels cypress with new dimensions

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* increased time delay

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add cypress tests for application analytics (#544)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Feature convert browser time to utc time (#542)

* use utc for timerange

Signed-off-by: Eric Wei <menwe@amazon.com>

* fixed time and source not aligned issue

Signed-off-by: Eric Wei <menwe@amazon.com>

* convert selected timefield from utc time to local time

Signed-off-by: Eric Wei <menwe@amazon.com>

* changed toast text for closing last tab

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove unused code

Signed-off-by: Eric Wei <menwe@amazon.com>

* Feature/remove timestamp saving (#546)

* support getting default timestamp from multipe indexes

Signed-off-by: Eric Wei <menwe@amazon.com>

* timestamp and minor refactoring

Signed-off-by: Eric Wei <menwe@amazon.com>

* multi indexes

Signed-off-by: Eric Wei <menwe@amazon.com>

* timestamp reset for different indexes

Signed-off-by: Eric Wei <menwe@amazon.com>

* add tests for new fields

Signed-off-by: Eric Wei <menwe@amazon.com>

* update cypress tests

Signed-off-by: Eric Wei <menwe@amazon.com>

* updated snapshot

Signed-off-by: Eric Wei <menwe@amazon.com>

* converting datetime to utc from picker (#551)

* converting datetime to utc from picker

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated type check

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* added common visualization parser (#550)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Sync PPL commands doc with main repo (#549)

Signed-off-by: Peng Huo <penghuo@gmail.com>

* Feature flyout tests (#553)

* utc for flyout

Signed-off-by: Eric Wei <menwe@amazon.com>

* flyout utc, cypress tests

Signed-off-by: Eric Wei <menwe@amazon.com>

* Add ability to choose visualization for availability (#552)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* final live fixes (#558)

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* Issue horizontal bar (#556)

* backward compatibility for horizontal chart

Signed-off-by: Eric Wei <menwe@amazon.com>

* disable gauge

Signed-off-by: Eric Wei <menwe@amazon.com>

* line bug fixes and some adjustments

Signed-off-by: Eric Wei <menwe@amazon.com>

* add color palette for heatmap

Signed-off-by: Eric Wei <menwe@amazon.com>

* fix for not able to edit saved viz

Signed-off-by: Eric Wei <menwe@amazon.com>

* increase margin

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove bold letter and extra pranthesis (#559)

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* Allow app creation with one composition (#557)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* fix interval selector issue, revert interval function changes (#563)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Disable duplicate visualization and enable edit panel (#554)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* fixed flaky panel test (#565)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* added fix for threshold (#568)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Pass in prop curSelectedTabId for live tail (#567)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Fix field fetch not being waited for (#566)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* Update cypress test: (#564)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* fix query clicking issue (#569)

Signed-off-by: Eric Wei <menwe@amazon.com>

* Update time to saved visualizations time when redirect to edit view (#570)

Signed-off-by: Eugene Lee <eugenesk@amazon.com>

* fix for datepicker issue (#571)

Signed-off-by: Eric Wei <menwe@amazon.com>

* 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 f85aecf303f0d3f549339752feb9738e5cd42a7f)

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 a123560cbca…
derek-ho pushed a commit that referenced this pull request Dec 22, 2022
* 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 f85aecf303f0d3f549339752feb9738e5cd42a7f)

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 a123560cbca753552d135078ba4f59c3a0e4a64e)

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 f85aecf303f0d3f549339752feb9738e5cd42a7f)

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 a123560cbca753552d135078ba4f59c3a0e4a64e)

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>

Signed-off-by: Eugene Lee <eugenesk@amazon.com>
Signed-off-by: rinku-kumar-psl <rinku_kumar@persistent.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: Pratibha Pandey <pratibha_pandey@persistent.com>
Signed-off-by: Deepak Nevde <deepak_nevde@persistent.com>
Signed-off-by: Mrunal Zambre <mrunal_zambre@persistent.com>
Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
Signed-off-by: pgodithi <pgodithi@amazon.com>
Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
Signed-off-by: abasatwar <amruta_basatwar@persistent.com>
Signed-off-by: Shankha Das <shankha_das@persistent.com>
Signed-off-by: ruchika-narang <ruchika_narang@persistent.com>
Signed-off-by: nidhisinghai <nidhisinghai@persistent.com>
Signed-off-by: Eric Wei <menwe@amazon.com>
Signed-off-by: SivaprasadAluri <sivaprasad_aluri@persistent.com>
Co-authored-by: Eugene Lee <eugenesk@amazon.com>
Co-authored-by: Pratibha <103417380+pratibhapandey16@users.noreply.github.com>
Co-authored-by: Deepak Nevde <deepak_nevde@persistent.com>
Co-authored-by: Nidhi Singhai <nidhi_singhai@persistent.com>
Co-authored-by: Rinku Kumar <103560761+rinku-kumar-psl@users.noreply.github.com>
Co-authored-by: Mrunal Zambre <79525611+mrunal-z@users.noreply.github.com>
Co-authored-by: Pratibha Pandey <pratibha_pandey@persistent.com>
Co-authored-by: Joshua Li <joshuali925@gmail.com>
Co-authored-by: deepaknevdepsl <102342039+deepaknevdepsl@users.noreply.github.com>
Co-authored-by: ruchika-narang <79983862+ruchika-narang@users.noreply.github.com>
Co-authored-by: Subrat Pattnaik <subrat.pattnaik@hotmail.com>
Co-authored-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
Co-authored-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: Shankha Das <shankha.das@domo.com>
Co-authored-by: Mrunal Zambre <mrunal_zambre@persistent.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ruchika-narang <ruchika_narang@persistent.com>
Co-authored-by: Shankha Das <shankha_das@persistent.com>
Co-authored-by: Prudhvi Godithi <pgodithi@amazon.com>
Co-authored-by: vamsi-amazon <reddyvam@amazon.com>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: nidhisinghai <103416937+nidhisinghai@users.noreply.github.com>
Co-authored-by: nidhisinghai <nidhisinghai@persistent.com>
Co-authored-by: shankha-das <93648901+shankha-das@users.noreply.github.com>
Co-authored-by: Eric Wei <menwe@amazon.com>
Co-authored-by: Zhongnan Su <szhongna@amazon.com>
Co-authored-by: SivaprasadAluri <110654651+SivaprasadAluri@users.noreply.github.com>
Co-authored-by: Li <lnse@b0f1d8522b4f.ant.amazon.com>
YANG-DB added a commit that referenced this pull request Feb 22, 2023
* 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-nara…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants