-
Notifications
You must be signed in to change notification settings - Fork 55
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
Conversation
Signed-off-by: Derek Ho <dxho@amazon.com>
@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 |
@@ -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>` |
There was a problem hiding this comment.
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>
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
common/constants/notebooks.ts
Outdated
@@ -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'; |
There was a problem hiding this comment.
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.
There was a problem hiding this 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:
server/adaptors/notebooks/zeppelin_backend.ts
public/components/notebooks/components/helpers/zeppelin_parser.tsx
server/adaptors/notebooks/index.ts
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>
…vability into admin
Signed-off-by: Derek Ho <dxho@amazon.com>
There was a problem hiding this 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!
* 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>
* 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>
…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)
Description
Removes Zeppelin code and docs
Issues Resolved
[List any issues this PR will resolve]
Check List
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.