-
Notifications
You must be signed in to change notification settings - Fork 57
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
Rebase flint #963
Merged
derek-ho
merged 126 commits into
opensearch-project:feature/flint-UI
from
derek-ho:rebase-flint
Sep 6, 2023
Merged
Rebase flint #963
derek-ho
merged 126 commits into
opensearch-project:feature/flint-UI
from
derek-ho:rebase-flint
Sep 6, 2023
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: TackAdam <[email protected]>
Signed-off-by: TackAdam <[email protected]>
Signed-off-by: TackAdam <[email protected]>
Signed-off-by: Simeon Widdis <[email protected]>
Signed-off-by: Simeon Widdis <[email protected]>
Signed-off-by: TackAdam <[email protected]>
Signed-off-by: Simeon Widdis <[email protected]>
Signed-off-by: TackAdam <[email protected]>
Bugfix: Event Analytics Filters
Signed-off-by: Simeon Widdis <[email protected]>
Signed-off-by: Simeon Widdis <[email protected]>
Signed-off-by: Simeon Widdis <[email protected]>
Signed-off-by: TackAdam <[email protected]>
Copy integrations repository content
Signed-off-by: TackAdam <[email protected]>
Signed-off-by: Simeon Widdis <[email protected]>
* add capability to build the plugin and add it into the docker of the Opensearch-Dashboard update the developer-guid to reflect the correct bootstraping process add docker-compose support and tutorial Signed-off-by: YANGDB <[email protected]> * Update Dockerfile * Update Dockerfile and adding .env * Update Using-Docker.md Co-authored-by: Joshua Li <[email protected]> Signed-off-by: YANGDB <[email protected]> --------- Signed-off-by: YANGDB <[email protected]> Co-authored-by: Joshua Li <[email protected]>
* Merge in kibana backend from osints/dev Signed-off-by: Simeon Widdis <[email protected]> * Add integration type to .kibana from osints/dev Signed-off-by: Simeon Widdis <[email protected]> * Re-add license header Signed-off-by: Simeon Widdis <[email protected]> * Fix integrations type Signed-off-by: Simeon Widdis <[email protected]> --------- Signed-off-by: Simeon Widdis <[email protected]>
…e-paths Copy path sanitization from osints/dev
Signed-off-by: TackAdam <[email protected]>
Signed-off-by: Eric Wei <[email protected]>
Signed-off-by: Eric Wei <[email protected]>
Signed-off-by: Eric Wei <[email protected]>
Signed-off-by: Eric Wei <[email protected]>
…erelease-code-cleanup
* refactor naming Signed-off-by: Eric Wei <[email protected]> * refactor vis workspace Signed-off-by: Eric Wei <[email protected]> * config panel refactoring Signed-off-by: Eric Wei <[email protected]> * refactor workspace Signed-off-by: Eric Wei <[email protected]> --------- Signed-off-by: Eric Wei <[email protected]>
[BugFix] Application Analytics - Save Visualization Missing Index
Signed-off-by: Peter Fitzgibbons <[email protected]>
Signed-off-by: TackAdam <[email protected]>
Cypress v12.8.1 - Fixes for panels/Toast message fix
…with_integration_screenshots
…earch-project#943) * Refactor validation logic with a deeper interface Signed-off-by: Simeon Widdis <[email protected]> * Remove redundant test. This test is unneeded after 12c4bcf Signed-off-by: Simeon Widdis <[email protected]> * Add tests for new validators Signed-off-by: Simeon Widdis <[email protected]> * Make better failure mode for invalid objects Signed-off-by: Simeon Widdis <[email protected]> * Convert validator methods to use result types Signed-off-by: Simeon Widdis <[email protected]> --------- Signed-off-by: Simeon Widdis <[email protected]>
…ject#950) Signed-off-by: Derek Ho <[email protected]>
* Apply yarn auto-lints Signed-off-by: Simeon Widdis <[email protected]> * Fix equalities Signed-off-by: Simeon Widdis <[email protected]> * Fix naming conventions Signed-off-by: Simeon Widdis <[email protected]> * Fix non-export issues Signed-off-by: Simeon Widdis <[email protected]> * Fix default exports Signed-off-by: Simeon Widdis <[email protected]> * Remove unused dependency Signed-off-by: Simeon Widdis <[email protected]> --------- Signed-off-by: Simeon Widdis <[email protected]>
* Update mocha Signed-off-by: Simeon Widdis <[email protected]> * Update mocha to 10.2.0 Signed-off-by: Simeon Widdis <[email protected]> * Revert mocha to 10.1.0 for OSD compat. Signed-off-by: Simeon Widdis <[email protected]> * Remove random added yaml dep Signed-off-by: Simeon Widdis <[email protected]> --------- Signed-off-by: Simeon Widdis <[email protected]>
…conventions (opensearch-project#514) * trace analytics v2 first remove expensive dashboard page Signed-off-by: Derek Ho <[email protected]> * get trace groups request working and mapping correctly Signed-off-by: Derek Ho <[email protected]> * get trace group filter fully working Signed-off-by: Derek Ho <[email protected]> * try some service map adjustments Signed-off-by: Derek Ho <[email protected]> * change to up down to fully show labels Signed-off-by: Derek Ho <[email protected]> * put dashboard in accordian at bottom of services and only make calls if it is open Signed-off-by: Derek Ho <[email protected]> * some changes to support dashboard content in accordian Signed-off-by: Derek Ho <[email protected]> * demo code Signed-off-by: Derek Ho <[email protected]> * fix tests Signed-off-by: Derek Ho <[email protected]> * remove dashboard from app analytics Signed-off-by: Derek Ho <[email protected]> * fix up with tests Signed-off-by: Derek Ho <[email protected]> * fix test Signed-off-by: Derek Ho <[email protected]> * revert only and extract to constant Signed-off-by: Derek Ho <[email protected]> * add auth const Signed-off-by: Derek Ho <[email protected]> * address self-PR review Signed-off-by: Derek Ho <[email protected]> * remove unecessary code Signed-off-by: Derek Ho <[email protected]> * change timeout to 25 seconds Signed-off-by: Derek Ho <[email protected]> * change to row in accordian Signed-off-by: Derek Ho <[email protected]> * update labels and tests Signed-off-by: Derek Ho <[email protected]> * update cypress test Signed-off-by: Derek Ho <[email protected]> * verify cypress tests work with changes Signed-off-by: Derek Ho <[email protected]> * remove accidental only Signed-off-by: Derek Ho <[email protected]> * address PR review comments Signed-off-by: Derek Ho <[email protected]> * make missing configuration more clear Signed-off-by: Derek Ho <[email protected]> * update snapshots Signed-off-by: Derek Ho <[email protected]> * update snapshot Signed-off-by: Derek Ho <[email protected]> --------- Signed-off-by: Derek Ho <[email protected]>
…vability into rebase-flint
opensearch-project#928) * added code for the change of design of the sidebar, fixed overriding spinner bug, changed font size Signed-off-by: sumukhswamy <[email protected]> * addressed PR comments Signed-off-by: sumukhswamy <[email protected]> * code for overriding pattern Signed-off-by: sumukhswamy <[email protected]> * updated snapshots Signed-off-by: sumukhswamy <[email protected]> --------- Signed-off-by: sumukhswamy <[email protected]>
…-project#964) Signed-off-by: Derek Ho <[email protected]>
…vability into rebase-flint
ps48
approved these changes
Sep 6, 2023
Codecov Report
@@ Coverage Diff @@
## feature/flint-UI #963 +/- ##
====================================================
+ Coverage 43.12% 43.71% +0.58%
====================================================
Files 303 313 +10
Lines 18008 18714 +706
Branches 4386 4562 +176
====================================================
+ Hits 7766 8180 +414
- Misses 10201 10492 +291
- Partials 41 42 +1
Flags with carried forward coverage won't be shown. Click here to find out more. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Rebase flint feature branch off latest changes in main
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.