-
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
Table performance paging #7399
Table performance paging #7399
Conversation
…rformance mode, respect size option in swgs
Current Playwright Test Results Summary✅ 138 Passing - ❌ 4 Failing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 01/23/2024 02:27:05am UTC) ❌ Failures📄 functional/plugins/displayLayout/displayLayout.e2e.spec.js • 1 FailureTest Case Results
📄 functional/plugins/imagery/exampleImagery.e2e.spec.js • 1 FailureTest Case Results
📄 functional/clearDataAction.e2e.spec.js • 1 FailureTest Case Results
📄 functional/plugins/flexibleLayout/flexibleLayout.e2e.spec.js • 1 FailureTest Case Results
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Verify tooltips display tooltip path for telemetry table names
Retry 1 • Initial Attempt |
0% (0)0 / 7 runsfailed over last 7 days |
42.86% (3)3 / 7 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 Allows embeds to be deleted if page unlocked @addinit
Retry 1 • Initial Attempt |
0% (0)0 / 8 runsfailed over last 7 days |
75% (6)6 / 8 runsflaked over last 7 days |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #7399 +/- ##
==========================================
- Coverage 55.98% 55.90% -0.09%
==========================================
Files 662 662
Lines 26304 26394 +90
Branches 2551 2563 +12
==========================================
+ Hits 14727 14756 +29
- Misses 10868 10925 +57
- Partials 709 713 +4
*This pull request uses carry forward flags. Click here to find out more.
... and 9 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
…e can go back to the most recent rows for all remaining items and repopulate the table if necessary
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.
Added a bit of bondo and sanded:
- Fixed alignment and button classing.
- Changed button labeling.
- Added button title.
- Footer now always displayed, has more compact layout.
LGTM!
…llections, table row collections will only limit what they return in getRows, handling sorting when in different modes
const removeCount = this.boundedTelemetry.length - size; | ||
const removed = this.boundedTelemetry.splice(0, removeCount); | ||
|
||
this.emit('remove', removed); |
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.
Nice, this is a simple way of enforcing size with a small change
return; | ||
} | ||
|
||
this.telemetryMode = mode; |
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.
Spacing is a little weird here. Did prettier demand it?
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.
yea on autosave
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.
thats how i would have wrote it... hehe
Created #7419 to followup on e2e tests next sprint. |
partial-close: #7268 (items 1)
Describe your changes:
All Submissions:
Author Checklist
type:
label? Note: this is not necessarily the same as the original issue.Reviewer Checklist