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

cherry-pick(#7052): Allow Data Visualization in inspector based on current selection #7062

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

akhenry
Copy link
Contributor

@akhenry akhenry commented Sep 15, 2023

Cherry pick #7052 to address #7041

* visualize data in inspector per selection

---------

Co-authored-by: Khalid Adil <[email protected]>
Co-authored-by: John Hill <[email protected]>
@deploysentinel
Copy link

deploysentinel bot commented Sep 15, 2023

Current Playwright Test Results Summary

✅ 14 Passing

Run may still be in progress, this comment will be updated as current testing workflow or job completes...

(Last updated on 09/15/2023 07:45:06pm UTC)

Run Details

Running Workflow e2e-couchdb on Github Actions

Commit: 2ff77e2

Started: 09/15/2023 07:39:34pm UTC

View Detailed Build Results


Current Playwright Test Results Summary

✅ 138 Passing - ⚠️ 2 Flaky

Run may still be in progress, this comment will be updated as current testing workflow or job completes...

(Last updated on 09/15/2023 07:45:06pm UTC)

Run Details

Running Job e2e-stable on CircleCI

Commit: 2ff77e2

Started: 09/15/2023 07:38:31pm UTC

⚠️ Flakes

📄   functional/plugins/conditionSet/conditionSet.e2e.spec.js • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Basic Condition Set Use ConditionSet should output blank instead of the default value
Retry 2Retry 1Initial Attempt
0% (0) 0 / 5 runs
failed over last 7 days
20% (1) 1 / 5 run
flaked over last 7 days

📄   functional/plugins/plot/autoscale.e2e.spec.js • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Autoscale User can set autoscale with a valid range @snapshot
Retry 1Initial Attempt
0% (0) 0 / 65 runs
failed over last 7 days
3.08% (2) 2 / 65 runs
flaked over last 7 days

View Detailed Build Results


@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

❗ No coverage uploaded for pull request base (release/3.0.2@b923af8). Click here to learn what that means.
The diff coverage is n/a.

@@               Coverage Diff                @@
##             release/3.0.2    #7062   +/-   ##
================================================
  Coverage                 ?   55.27%           
================================================
  Files                    ?      651           
  Lines                    ?    25854           
  Branches                 ?     2527           
================================================
  Hits                     ?    14290           
  Misses                   ?    10873           
  Partials                 ?      691           
Flag Coverage Δ *Carryforward flag
e2e-full 42.07% <0.00%> (?) Carriedforward from f705bf9
e2e-stable 57.11% <0.00%> (?)
unit 48.79% <0.00%> (?)

*This pull request uses carry forward flags. Click here to find out more.


Continue to review full report in Codecov by Sentry.

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

@ozyx ozyx changed the title Allow Data Visualization in inspector based on current selection (#7052) cherry-pick(#7052): Allow Data Visualization in inspector based on current selection Sep 15, 2023
<select class="c-inspector__data-pivot-range-selector" v-model="selectedDataRangeIndex">
<option
v-for="(dataRange, index) in descendingDataRanges"
:key="index"
Copy link
Contributor

Choose a reason for hiding this comment

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

key should be something else than index, preferably an id or something with the dataRange object

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for that feedback @evenstensberg! This was already merged to master with the existing code, and this PR is cherry-picking into a release that we're cutting this week. I'll leave the code as-is for now, but we'll definitely work to get this cleaned up in master. Thank you for your help!

@khalidadil khalidadil self-requested a review September 18, 2023 21:12
@khalidadil khalidadil merged commit 4f559fd into release/3.0.2 Sep 18, 2023
@khalidadil khalidadil deleted the cherry-pick-7052 branch September 18, 2023 22:12
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.

4 participants