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

Removes Zeppelin code and docs #1296

Merged
merged 6 commits into from
Jan 5, 2024
Merged

Conversation

derek-ho
Copy link
Collaborator

@derek-ho derek-ho commented Dec 13, 2023

Description

Removes Zeppelin code and docs

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>
@derek-ho
Copy link
Collaborator Author

@ps48 is zeppelin still being used? If not I would be happy to change this to a PR of removal of zeppelin code and docs

@ps48
Copy link
Member

ps48 commented Dec 19, 2023

@ps48 is zeppelin still being used? If not I would be happy to change this to a PR of removal of zeppelin code and docs

@derek-ho That would be great! 😄

@@ -75,7 +75,7 @@

- Change transport.type to http
- host → localhost (if running on same machine as Zeppelin) & port → 9200
- username: admin & password: admin
- username: `admin` & password: `<admin password>`
Copy link
Collaborator

Choose a reason for hiding this comment

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

If we're not going to provide specific values it can be better to not use a placeholder with brackets. Maybe "Use the username admin and the configured password (default admin)".

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

codecov bot commented Dec 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (177ae31) 51.57% compared to head (d16c1ed) 51.32%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1296      +/-   ##
==========================================
- Coverage   51.57%   51.32%   -0.25%     
==========================================
  Files         305      303       -2     
  Lines       10651    10584      -67     
  Branches     2793     2778      -15     
==========================================
- Hits         5493     5432      -61     
+ Misses       5112     5106       -6     
  Partials       46       46              
Flag Coverage Δ
dashboards-observability 51.32% <100.00%> (-0.25%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@derek-ho
Copy link
Collaborator Author

@ps48 @Swiddis can you take another look here? It seems to run ok on my local, but need another set of eyes here

@derek-ho derek-ho changed the title Update admin:admin reference Removes Zeppelin code and docs Dec 27, 2023
@@ -4,7 +4,7 @@
*/

export const NOTEBOOKS_API_PREFIX = '/api/observability/notebooks';
export const NOTEBOOKS_SELECTED_BACKEND: 'ZEPPELIN' | 'DEFAULT' = 'DEFAULT';
export const NOTEBOOKS_SELECTED_BACKEND = 'DEFAULT';
Copy link
Member

Choose a reason for hiding this comment

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

Can remove this constant if not used anywhere.

Copy link
Member

@ps48 ps48 left a comment

Choose a reason for hiding this comment

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

@derek-ho we have some more files related to Zeppelin you may want to remove before merging this PR:

  1. server/adaptors/notebooks/zeppelin_backend.ts
  2. public/components/notebooks/components/helpers/zeppelin_parser.tsx
  3. server/adaptors/notebooks/index.ts
  4. public/components/notebooks/components/helpers/__tests__/sampleZeppelinNotebooks.tsx

Also, it would be great to link the previously created issue for removing Zeppelin in description.

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

@ps48 ps48 left a comment

Choose a reason for hiding this comment

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

Thanks for the changes!

@ps48 ps48 merged commit c241368 into opensearch-project:main Jan 5, 2024
12 of 20 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jan 5, 2024
* Update admin:admin reference

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

* Remove zeppelin code and docs

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

* Remove unecessary files

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

* Remove unnecessary constant

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

* Remove file

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

---------

Signed-off-by: Derek Ho <dxho@amazon.com>
(cherry picked from commit c241368)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ps48 pushed a commit that referenced this pull request Jan 5, 2024
* Update admin:admin reference



* Remove zeppelin code and docs



* Remove unecessary files



* Remove unnecessary constant



* Remove file



---------


(cherry picked from commit c241368)

Signed-off-by: Derek Ho <dxho@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
amsiglan pushed a commit to amsiglan/dashboards-observability that referenced this pull request Jun 7, 2024
…project#1340)

* Update admin:admin reference

* Remove zeppelin code and docs

* Remove unecessary files

* Remove unnecessary constant

* Remove file

---------

(cherry picked from commit c241368)

Signed-off-by: Derek Ho <dxho@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 0b42c04)
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.

4 participants