-
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
Provide visibility based rendering as part of the view api #7241
Provide visibility based rendering as part of the view api #7241
Conversation
Current Playwright Test Results Summary✅ 162 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 11/20/2023 05:18:42pm UTC)
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Tagging in Notebooks @addinit Tags persist across reload
Retry 1 • Initial Attempt |
0% (0)0 / 57 runsfailed over last 7 days |
3.51% (2)2 / 57 runsflaked over last 7 days |
📄 functional/plugins/notebook/restrictedNotebook.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Restricted Notebook with a page locked and with an embed @addinit Disallows embeds to be deleted if page locked @addinit
Retry 1 • Initial Attempt |
1.69% (1)1 / 59 runfailed over last 7 days |
61.02% (36)36 / 59 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 |
3.61% (3)3 / 83 runsfailed over last 7 days |
62.65% (52)52 / 83 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 |
3.33% (2)2 / 60 runsfailed over last 7 days |
25% (15)15 / 60 runsflaked over last 7 days |
📄 functional/plugins/notebook/notebookSnapshots.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Snapshot image tests Can drop an image onto a notebook and create a new entry
Retry 1 • Initial Attempt |
1.67% (1)1 / 60 runfailed over last 7 days |
70% (42)42 / 60 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 11/20/2023 05:18:42pm UTC)
Run Details
Running Workflow e2e-couchdb on Github Actions
Commit: ecd6bb9
Started: 11/20/2023 05:11:16pm 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 1 • Initial Attempt |
0% (0)0 / 33 runsfailed over last 7 days |
15.15% (5)5 / 33 runsflaked over last 7 days |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #7241 +/- ##
===========================================
- Coverage 56.04% 41.87% -14.18%
===========================================
Files 654 417 -237
Lines 26227 12997 -13230
Branches 2527 0 -2527
===========================================
- Hits 14700 5442 -9258
+ Misses 10829 7555 -3274
+ Partials 698 0 -698
... and 520 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
…-part-of-the-view-api
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.
Looks good overall, just a suggestion about the signature for show()
…-part-of-the-view-api
* first draft * in preview mode, just show it * fix unit tests
Closes #7235
Describe your changes:
When showing a View, pass an optional function that Views can use to call
requestAnimationFrame
only when the View is visible.All Submissions:
Author Checklist
Reviewer Checklist