Skip to content

fix replace in new so panel#367

Merged
derek-ho merged 2 commits intoopensearch-project:mainfrom
derek-ho:replace-so
Apr 17, 2023
Merged

fix replace in new so panel#367
derek-ho merged 2 commits intoopensearch-project:mainfrom
derek-ho:replace-so

Conversation

@derek-ho
Copy link
Copy Markdown
Collaborator

@derek-ho derek-ho commented Apr 17, 2023

Description

Implements replace in new SO panels

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: Derek Ho <dxho@amazon.com>
Signed-off-by: Derek Ho <dxho@amazon.com>

const updateSavedObjectPanel = (panel: CustomPanelType) => savedObjectPanelsClient.update(panel);

export const uuidRx = /^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/;
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

accidentally removed in merge of previous PR

@derek-ho derek-ho merged commit 493c223 into opensearch-project:main Apr 17, 2023
pjfitzgibbons pushed a commit that referenced this pull request Apr 17, 2023
* fix replace in new so panel

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

* remove unecessary imports

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

---------

Signed-off-by: Derek Ho <dxho@amazon.com>
pjfitzgibbons pushed a commit that referenced this pull request Apr 18, 2023
* fix replace in new so panel

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

* remove unecessary imports

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

---------

Signed-off-by: Derek Ho <dxho@amazon.com>
(cherry picked from commit 493c223)
joshuali925 pushed a commit to joshuali925/dashboards-observability that referenced this pull request Apr 18, 2023
* fix replace in new so panel

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

* remove unecessary imports

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

---------

Signed-off-by: Derek Ho <dxho@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants