Skip to content

Commit

Permalink
[Backport main] move performance now to run time dep (#309) (#311)
Browse files Browse the repository at this point in the history
* move performance now to run time dep (#309)

* move performance now to run time dep

Signed-off-by: Derek Ho <dxho@amazon.com>

* update release notes for this PR and CI fix PR

Signed-off-by: Derek Ho <dxho@amazon.com>

---------

Signed-off-by: Derek Ho <dxho@amazon.com>
(cherry picked from commit c046499)

* remove duplicate jest-dom

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

* updated snapshots for notebooks

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

---------

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
Co-authored-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
2 people authored and mengweieric committed Apr 3, 2023
1 parent 8abc0c3 commit 2d6c7a9
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"react-graph-vis": "^1.0.5",
"react-paginate": "^8.1.3",
"react-plotly.js": "^2.5.1",
"redux-persist": "^6.0.0"
"redux-persist": "^6.0.0",
"performance-now": "^2.1.0"
},
"devDependencies": {
"@cypress/skip-test": "^2.6.1",
Expand All @@ -47,8 +48,7 @@
"eslint": "^6.8.0",
"husky": "6.0.0",
"jest-dom": "^4.0.0",
"lint-staged": "^13.1.0",
"performance-now": "^2.1.0"
"lint-staged": "^13.1.0"
},
"resolutions": {
"react-syntax-highlighter": "^15.4.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

exports[`<para_input /> spec renders the markdown component 1`] = `
<div
class="sc-gKXOVf fPkmRS"
class="sc-gLDzan gebGCr"
>
<div
class="sc-bczRLJ hRTESd"
class="sc-beqWaB CSaoA"
/>
<div
style="width: 100%;"
Expand Down Expand Up @@ -52,10 +52,10 @@ exports[`<para_input /> spec renders the markdown component 1`] = `

exports[`<para_input /> spec renders the visualization component 1`] = `
<div
class="sc-gKXOVf fPkmRS"
class="sc-gLDzan gebGCr"
>
<div
class="sc-bczRLJ hRTESd"
class="sc-beqWaB CSaoA"
/>
<div
class="euiFlexGroup euiFlexGroup--gutterSmall euiFlexGroup--alignItemsFlexEnd euiFlexGroup--directionRow euiFlexGroup--responsive"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exports[`<ParaOutput /> spec renders other types of outputs 1`] = `
class="euiText euiText--medium"
>
<div
class="sc-crXcEl gqVnJo"
class="sc-csCMJt hFpeNP"
/>
</div>
`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ exports[`<Paragraphs /> spec renders the component 1`] = `
class="euiFormRow__fieldWrapper"
>
<div
class="sc-gKXOVf fPkmRS"
class="sc-gLDzan gebGCr"
>
<div
class="sc-bczRLJ hRTESd"
class="sc-beqWaB CSaoA"
/>
<div
style="width: 100%;"
Expand Down
28 changes: 28 additions & 0 deletions release-notes/opensearch-observability.release-notes-2.6.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## Version 2.6.0.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards Version 2.6.0

### Bug Fixes

- correct ppl leran more link ([#189](https://github.com/opensearch-project/dashboards-observability/pull/189))
- Few fixes regarding issues for visualization rendering ([#187](https://github.com/opensearch-project/dashboards-observability/pull/187))
- Debug CVE fix ([#223](https://github.com/opensearch-project/dashboards-observability/pull/223)) ([#263](https://github.com/opensearch-project/dashboards-observability/pull/263))
- Fix bugs related to trace analytics jaeger mode ([#237](https://github.com/opensearch-project/dashboards-observability/pull/237))([#271](https://github.com/opensearch-project/dashboards-observability/pull/271))([#280](https://github.com/opensearch-project/dashboards-observability/pull/280))
- Update error handling in viz container ([#252](https://github.com/opensearch-project/dashboards-observability/pull/252))
- Panels filter check for where clause ([#253](https://github.com/opensearch-project/dashboards-observability/pull/253))
- Fix explorer dark mode issue and restructure scss ([#262](https://github.com/opensearch-project/dashboards-observability/pull/262))
- Operational panels cypress fix ([#274](https://github.com/opensearch-project/dashboards-observability/pull/274))
- Event Analytics Bug Fixes ([#291](https://github.com/opensearch-project/dashboards-observability/pull/291))
- remove timeseries data validation to get back line chart support ([#292](https://github.com/opensearch-project/dashboards-observability/pull/292))
- Add missing changes for visualization config pane ([#294](https://github.com/opensearch-project/dashboards-observability/pull/294))
- Move performance now from a debug dependency to a runtime dependency ([#309](https://github.com/opensearch-project/dashboards-observability/pull/309))

### Features
- Add new page/route for notebooks create and rename ([#250](https://github.com/opensearch-project/dashboards-observability/pull/250))([#293](https://github.com/opensearch-project/dashboards-observability/pull/293))


### Maintenance

- Cypress test update and related linting fixes ([#220](https://github.com/opensearch-project/dashboards-observability/pull/220))
- upgrade cypress to 6 ([#249](https://github.com/opensearch-project/dashboards-observability/pull/249))
- Fix Node.js and Yarn installation in CI ([#299](https://github.com/opensearch-project/dashboards-observability/pull/299))

0 comments on commit 2d6c7a9

Please sign in to comment.