-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Tooltips] Fixes for dictionary objects and self-referential objects #6916
Conversation
…child, handle yamcs aggregate telemetry, and fix how identifiers are passed in
…nto bugfix/issue-6810
Current Playwright Test Results Summary✅ 136 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 08/17/2023 04:18:11pm UTC)
|
|
2 Test Cases Affected |
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Restricted Notebook with a page locked and with an embed @addinit Allows embeds to be deleted if page unlocked @addinit
Retry 1 • Initial Attempt |
0% (0)0 / 149 runsfailed over last 7 days |
43.62% (65)65 / 149 runsflaked over last 7 days |
Restricted Notebook with a page locked and with an embed @addinit Disallows embeds to be deleted if page locked @addinit
Retry 1 • Initial Attempt |
0% (0)0 / 148 runsfailed over last 7 days |
41.22% (61)61 / 148 runsflaked over last 7 days |
📄 functional/plugins/imagery/exampleImagery.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Example Imagery Object Can use independent time conductor to change time
Retry 2 • Retry 1 • Initial Attempt |
4% (6)6 / 150 runsfailed over last 7 days |
6.67% (10)10 / 150 runsflaked over last 7 days |
📄 functional/planning/timelist.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Time List Create a Time List, add a single Plan to it and verify all the activities are displayed with no milliseconds
Retry 1 • Initial Attempt |
0% (0)0 / 180 runsfailed over last 7 days |
55.56% (100)100 / 180 runsflaked over last 7 days |
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 08/17/2023 04:18:11pm UTC)
Run Details
Running Workflow e2e-couchdb on Github Actions
Commit: a364f2f
Started: 08/17/2023 02:33:43pm UTC
⚠️ Flakes
📄 functional/plugins/displayLayout/displayLayout.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Display Layout When multiple plots are contained in a layout, we only ask for annotations once @couchdb
Retry 2 • Retry 1 • Initial Attempt |
11.67% (7)7 / 60 runsfailed over last 7 days |
26.67% (16)16 / 60 runsflaked over last 7 days |
Codecov Report
@@ Coverage Diff @@
## master #6916 +/- ##
==========================================
- Coverage 48.31% 46.88% -1.44%
==========================================
Files 643 643
Lines 25700 25706 +6
Branches 2509 2509
==========================================
- Hits 12417 12052 -365
- Misses 12804 13174 +370
- Partials 479 480 +1
*This pull request uses carry forward flags. Click here to find out more.
... and 54 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
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.
Smoke tested this and seems to work well! I've left some suggestions mostly around increasing readability. I think we should also leave some comments throughout the function detailing what it's doing. Great work!
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. Great work!
} | ||
telemetryPath.unshift(pathObject.name); | ||
}); | ||
telemetryPath = telemetryPathObjects |
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.
beautiful!
…6916) * Fix getTelemetryPath to handle cases where parent is the same as the child, handle yamcs aggregate telemetry, and fix how identifiers are passed in * Cleanup getTelemetryPath * Switch to filter instead of forEach * Get path item names * Remove tooltips on scroll of tree * Remove handing for scroll * Allow break-words * Cleanup
…referential objects (#6950) [Tooltips] Fixes for dictionary objects and self-referential objects (#6916) * Fix getTelemetryPath to handle cases where parent is the same as the child, handle yamcs aggregate telemetry, and fix how identifiers are passed in * Cleanup getTelemetryPath * Switch to filter instead of forEach * Get path item names * Remove tooltips on scroll of tree * Remove handing for scroll * Allow break-words * Cleanup
Closes #6810
All Submissions:
Author Checklist
Reviewer Checklist