Skip to content

Remove support for legacy notebooks #2406

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

Merged
merged 2 commits into from
Apr 8, 2025

Conversation

ps48
Copy link
Member

@ps48 ps48 commented Apr 8, 2025

Description

Remove support for legacy notebooks. Notebooks plugin only supports savedNotebooks stored in .kibana. The support for notebooks in .opensearch-observability is removed in OSD 3.0.0 version

Issues Resolved

#2350

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.

@ps48 ps48 added the enhancement New feature or request label Apr 8, 2025
// ${NOTEBOOKS_API_PREFIX}/: this point to old notebooks saved in observability index
return Promise.all([
this.props.http.get(`${NOTEBOOKS_API_PREFIX}/savedNotebook`),
this.props.http.get(`${NOTEBOOKS_API_PREFIX}/`),
Copy link
Member

Choose a reason for hiding this comment

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

should this route also be removed?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes, removed all legacy ones here: 7a7adae

@ps48 ps48 merged commit 6755cf4 into opensearch-project:main Apr 8, 2025
13 of 18 checks passed
mengweieric pushed a commit to mengweieric/dashboards-observability that referenced this pull request Apr 8, 2025
* remove support for legacy notebooks

Signed-off-by: Shenoy Pratik <[email protected]>

* remove legacy endpoints and adaptors

Signed-off-by: Shenoy Pratik <[email protected]>

---------

Signed-off-by: Shenoy Pratik <[email protected]>
mengweieric added a commit that referenced this pull request Apr 8, 2025
* updated release notes (#1997)

Signed-off-by: sumukhswamy <[email protected]>

* Remove support for legacy notebooks (#2406)

* remove support for legacy notebooks

Signed-off-by: Shenoy Pratik <[email protected]>

* remove legacy endpoints and adaptors

Signed-off-by: Shenoy Pratik <[email protected]>

---------

Signed-off-by: Shenoy Pratik <[email protected]>

* updated release notes (#1997)

Signed-off-by: sumukhswamy <[email protected]>

* release notes

Signed-off-by: Eric <[email protected]>

---------

Signed-off-by: sumukhswamy <[email protected]>
Signed-off-by: Shenoy Pratik <[email protected]>
Signed-off-by: Eric <[email protected]>
Co-authored-by: Sumukh Swamy <[email protected]>
Co-authored-by: Shenoy Pratik <[email protected]>
Co-authored-by: Adam Tackett <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants