This repository has been archived by the owner on Oct 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Add sample notebooks #50
Merged
joshuali925
merged 5 commits into
opensearch-project:main
from
joshuali925:sample-notebooks
Jul 7, 2021
Merged
Add sample notebooks #50
joshuali925
merged 5 commits into
opensearch-project:main
from
joshuali925:sample-notebooks
Jul 7, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Joshua Li <[email protected]>
Signed-off-by: Joshua Li <[email protected]>
Signed-off-by: Joshua Li <[email protected]>
davidcui1225
approved these changes
Jul 7, 2021
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.
LGTM
…ooks into sample-notebooks
Signed-off-by: Joshua Li <[email protected]>
zhongnansu
approved these changes
Jul 7, 2021
joshuali925
added a commit
that referenced
this pull request
Sep 20, 2021
* Remove dependency on dashboards version for requests (#48) * Remove dependency on dashboards version Signed-off-by: Joshua Li <[email protected]> * Update release notes Signed-off-by: Joshua Li <[email protected]> * Fix data schema Signed-off-by: Joshua Li <[email protected]> * Memoize QueryDataGrid to Reduce Re-renders (#49) * Memoize query data grid to avoid unnecessary re-renders on query paragraphs Signed-off-by: David Cui <[email protected]> * remove notebook.tsx changes Signed-off-by: David Cui <[email protected]> * remove unused export of QueryDataGrid to avoid accidental import Signed-off-by: David Cui <[email protected]> * Add sample notebooks (#50) * Add sample notebooks Signed-off-by: Joshua Li <[email protected]> * Add loading state Signed-off-by: Joshua Li <[email protected]> * Update cypress tests Signed-off-by: Joshua Li <[email protected]> * Update release notes Signed-off-by: Joshua Li <[email protected]> * Improve sample notebooks wording (#51) * Update sample notebooks wording Signed-off-by: Joshua Li <[email protected]> * Adjust notebook heading UI Signed-off-by: Joshua Li <[email protected]> * Fix browser back button Signed-off-by: Joshua Li <[email protected]> * Revert "Fix browser back button" This reverts commit 4fd31cd. Signed-off-by: Joshua Li <[email protected]> * Add cypress test suite for reporting context menu (#52) * add cypress test suite for reporting context menu Signed-off-by: David Cui <[email protected]> * remove command to click cancel button on loading modal Signed-off-by: David Cui <[email protected]> * Report tenant support (#54) * add tenant support for Notebooks reporting Signed-off-by: David Cui <[email protected]> * remove console log statements Signed-off-by: David Cui <[email protected]> * Fix IT for notebooks frontend and backend (#56) * Test CI Signed-off-by: Joshua Li <[email protected]> * Test CI 2 Signed-off-by: Joshua Li <[email protected]> * Remove opendistro Signed-off-by: Joshua Li <[email protected]> * Update cypress test Signed-off-by: Joshua Li <[email protected]> * Add Integtest.sh for OpenSearch integtest setups (#55) * Add integtest script to the repo Signed-off-by: Peter Zhu <[email protected]> * Improve osd bootstrap on dub directory Signed-off-by: Peter Zhu <[email protected]> * Improve osd bootstrap on dub directory Signed-off-by: Peter Zhu <[email protected]> * Improve wording for sample notebooks (#57) * Update sample notebooks wording Signed-off-by: Joshua Li <[email protected]> * Update documentation links Signed-off-by: Joshua Li <[email protected]> * Fix broken links Signed-off-by: Joshua Li <[email protected]> * Fix snapshot build and depend on OpenSearch 1.1. (#62) Signed-off-by: dblock <[email protected]> * Add release notes for 1.0.1 release (#65) * Bump version for opensearch 1.1.0 release (#70) * Update release notes for 1.1.0 release (#71) Signed-off-by: Joshua Li <[email protected]> * Bump opensearch ref to 1.1 in CI (#73) Co-authored-by: David Cui <[email protected]> Co-authored-by: Peter Zhu <[email protected]> Co-authored-by: Daniel Doubrovkine (dB.) <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add a button to add four sample notebooks
Update some ui elements to be consistent
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.