-
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
ImageryView 🖼️ + IndependentTimeConductor ⏰ #6791
ImageryView 🖼️ + IndependentTimeConductor ⏰ #6791
Conversation
…uld-support-showing-more-images-than-the-conductor-bounds-1
…iew-should-support-showing-more-images-than-the-conductor-bounds-1
Current Playwright Test Results Summary✅ 55 Passing - ❌ 4 Failing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 07/15/2023 06:28:23am UTC) ❌ Failures📄 functional/plugins/plot/logPlot.e2e.spec.js • 1 FailureTest Case Results
📄 functional/planning/timelist.e2e.spec.js • 1 FailureTest Case Results
📄 functional/notification.e2e.spec.js • 1 FailureTest Case Results
📄 functional/plugins/imagery/exampleImagery.e2e.spec.js • 1 FailureTest Case Results
|
|
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 / 144 runsfailed over last 7 days |
2.78% (4)4 / 144 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 / 144 runsfailed over last 7 days |
2.78% (4)4 / 144 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 Mouse Wheel to zoom in and out of latest image
Retry 1 • Initial Attempt |
0.54% (1)1 / 185 runfailed over last 7 days |
76.76% (142)142 / 185 runsflaked over last 7 days |
Codecov Report
@@ Coverage Diff @@
## mode-dropdown #6791 +/- ##
=================================================
- Coverage 45.70% 45.56% -0.15%
=================================================
Files 408 408
Lines 12493 12500 +7
=================================================
- Hits 5710 5695 -15
- Misses 6783 6805 +22
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
…iew-should-support-showing-more-images-than-the-conductor-bounds-1
…iew-should-support-showing-more-images-than-the-conductor-bounds-1
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.
Couple questions and changes! Nice work!
if (this.timeContext) { | ||
hasClock = this.timeContext.clock(); | ||
return this.timeContext.isRealTime(); |
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.
Independent time contexts and the global time context have an identical interface, so this code shouldn't care which one it's dealing with.
…iew-should-support-showing-more-images-than-the-conductor-bounds-1
Waiting on Time Conductor PR
Closes #6434
Describe your changes:
Adds the Independent Time Conductor to the ImageryView. Fixes TelemetryCollection to respond properly to time conductor changes.
All Submissions:
Author Checklist
Reviewer Checklist