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

Support modular explorer #420

Conversation

mengweieric
Copy link
Collaborator

Description

[Describe what this change achieves]

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.

ps48 and others added 20 commits December 13, 2021 14:32
* rebased with bwc tests

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

* updated bwc tests

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

* added release notes

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

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

* updated some snapshots

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

* resolved few failing tests

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

* few modifications

Signed-off-by: Eric Wei <[email protected]>
* bumping version to 1.2.2

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

* update PR in release notes

Signed-off-by: Shenoy Pratik <[email protected]>
* updated snapshot in workflow to 1.2.3

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

* replaced variable with 1.2.3-snapshot

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

* revert string to variable

Signed-off-by: Shenoy Pratik <[email protected]>
* added observability viz support to notes

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

* updated tests, clone para, zeppelin parser

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

* updated observability viz links & cypress

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

* updated tests

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

* removed inputType, merged both viz options

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

* resolved merge conflict

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

* updated links, adaptors, tests

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

* removed unused files, updated workflow

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

* updated UI dateformat for observability viz

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

* updated jest timeout

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

* updated notebook tests

Signed-off-by: Shenoy Pratik <[email protected]>
Co-authored-by: whitesource-for-github-com[bot] <50673670+whitesource-for-github-com[bot]@users.noreply.github.com>
* CVE fix:json-schema, gson & glob-parent

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

* updated yarn.lock

Signed-off-by: Shenoy Pratik <[email protected]>
* CVE fix:json-schema, gson & glob-parent

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

* updated yarn.lock

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

* Update Release Notes 1.2.4

Signed-off-by: Shenoy Pratik <[email protected]>
* updating guava to 31.0.1

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

* revise version name

Signed-off-by: Shenoy Pratik <[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]>
@codecov-commenter
Copy link

codecov-commenter commented Feb 1, 2022

Codecov Report

Merging #420 (8aa62f1) into application-analytics (ca4399d) will decrease coverage by 0.05%.
The diff coverage is 9.30%.

Impacted file tree graph

@@                     Coverage Diff                     @@
##             application-analytics     #420      +/-   ##
===========================================================
- Coverage                    59.91%   59.85%   -0.06%     
  Complexity                     273      273              
===========================================================
  Files                          203      203              
  Lines                         6915     6920       +5     
  Branches                      1355     1361       +6     
===========================================================
- Hits                          4143     4142       -1     
- Misses                        2571     2577       +6     
  Partials                       201      201              
Flag Coverage Δ
dashboards-observability 54.03% <9.30%> (-0.08%) ⬇️
opensearch-observability 73.05% <ø> (ø)

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

Impacted Files Coverage Δ
...ervability/public/components/explorer/explorer.tsx 0.68% <0.00%> (-0.69%) ⬇️
...c/components/explorer/slices/query_result_slice.ts 40.00% <33.33%> (ø)
...ability/public/components/common/search/search.tsx 44.82% <50.00%> (-7.03%) ⬇️
...y/public/components/explorer/slices/field_slice.ts 33.33% <50.00%> (-1.97%) ⬇️
...hboards-observability/common/constants/explorer.ts 100.00% <100.00%> (ø)
...onents/explorer/slices/count_distribution_slice.ts 71.42% <100.00%> (ø)
...y/public/components/explorer/slices/query_slice.ts 42.85% <100.00%> (ø)
.../components/explorer/slices/visualization_slice.ts 55.55% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ca4399d...8aa62f1. Read the comment docs.

@mengweieric mengweieric merged commit af2abde into opensearch-project:application-analytics Feb 1, 2022
eugenesk24 pushed a commit to eugenesk24/trace-analytics that referenced this pull request Feb 1, 2022
eugenesk24 pushed a commit to eugenesk24/trace-analytics that referenced this pull request Feb 14, 2022
* Update tests, builds and doc (opensearch-project#318)

* rebased with bwc tests

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

* updated bwc tests

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

* added release notes

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

* Rename trace-analytics to observability (opensearch-project#341)

Signed-off-by: Joshua Li <[email protected]>

* Event analytics unit tests (opensearch-project#342)

* tests

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

* updated some snapshots

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

* resolved few failing tests

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

* few modifications

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

* Update service map parsing results for testing (opensearch-project#345)

Signed-off-by: Joshua Li <[email protected]>

* bumping version to 1.2.2 (opensearch-project#346)

* bumping version to 1.2.2

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

* update PR in release notes

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

* updating readme and badges (opensearch-project#352)

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

* Update Workflow (opensearch-project#360)

* updated snapshot in workflow to 1.2.3

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

* replaced variable with 1.2.3-snapshot

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

* revert string to variable

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

* bumping main to 1.3 (opensearch-project#361)

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

* Add observability visualization to notebooks  (opensearch-project#351)

* added observability viz support to notes

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

* updated tests, clone para, zeppelin parser

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

* updated observability viz links & cypress

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

* updated tests

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

* removed inputType, merged both viz options

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

* resolved merge conflict

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

* updated links, adaptors, tests

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

* removed unused files, updated workflow

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

* updated UI dateformat for observability viz

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

* updated jest timeout

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

* updated notebook tests

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

* Add .whitesource configuration file (opensearch-project#365)

Co-authored-by: whitesource-for-github-com[bot] <50673670+whitesource-for-github-com[bot]@users.noreply.github.com>

* CVE fix:json-schema, gson & glob-parent (opensearch-project#368)

* CVE fix:json-schema, gson & glob-parent

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

* updated yarn.lock

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

* Update Release Notes 1.2.4 (opensearch-project#370)

* CVE fix:json-schema, gson & glob-parent

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

* updated yarn.lock

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

* Update Release Notes 1.2.4

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

* jcenter removed from gradle.build (opensearch-project#374)

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

* Guava package update (opensearch-project#404)

* updating guava to 31.0.1

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

* revise version name

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

* disable save button, eslint

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

* disable save button

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

* hide panel list

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

* removed comments

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

* removed unused deps

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

Co-authored-by: Shenoy Pratik <[email protected]>
Co-authored-by: Joshua Li <[email protected]>
Co-authored-by: whitesource-for-github-com[bot] <50673670+whitesource-for-github-com[bot]@users.noreply.github.com>
@mengweieric mengweieric deleted the support-modular-explorer branch January 5, 2023 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants