-
Notifications
You must be signed in to change notification settings - Fork 364
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
fix: [UIE-8259] dbaas landing paginator disappears when pageSize is less than the number of instances #11275
Merged
cpathipa
merged 1 commit into
linode:develop
from
smans-akamai:UIE-8263-dbaas-landing-paginator-fix
Nov 20, 2024
Merged
fix: [UIE-8259] dbaas landing paginator disappears when pageSize is less than the number of instances #11275
cpathipa
merged 1 commit into
linode:develop
from
smans-akamai:UIE-8263-dbaas-landing-paginator-fix
Nov 20, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
smans-akamai
requested review from
dwiley-akamai and
harsh-akamai
and removed request for
a team
November 18, 2024 20:18
…ess than the number of instances
smans-akamai
force-pushed
the
UIE-8263-dbaas-landing-paginator-fix
branch
from
November 18, 2024 20:21
939211d
to
412400d
Compare
Coverage Report: ✅ |
Cloud Manager UI test results🔺 1 failing test on test run #2 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: yarn cy:run -s "cypress/e2e/core/linodes/migrate-linode.spec.ts" |
bnussman-akamai
added
Bug
Fixes for regressions or bugs
DBaaS
Relates to Database as a Service
labels
Nov 18, 2024
cpathipa
requested review from
cpathipa
and removed request for
harsh-akamai
November 18, 2024 21:15
cpathipa
approved these changes
Nov 19, 2024
cpathipa
added
Approved
Multiple approvals and ready to merge!
Add'tl Approval Needed
Waiting on another approval!
and removed
Approved
Multiple approvals and ready to merge!
labels
Nov 19, 2024
bnussman-akamai
approved these changes
Nov 19, 2024
dwiley-akamai
approved these changes
Nov 19, 2024
cpathipa
added
Approved
Multiple approvals and ready to merge!
and removed
Add'tl Approval Needed
Waiting on another approval!
labels
Nov 20, 2024
Cloud Manager E2E Run #6852
Run Properties:
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
Failed #6852
|
Run duration | 27m 17s |
Commit |
8aa154583b: fix: [UIE-8259] dbaas landing paginator disappears when pageSize is less than th...
|
Committer | smans-akamai |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
1
|
Flaky |
1
|
Pending |
2
|
Skipped |
0
|
Passing |
452
|
View all changes introduced in this branch ↗︎ |
Tests for review
cypress/e2e/core/objectStorage/object-storage.e2e.spec.ts • 1 failed test
Test | Artifacts | |
---|---|---|
object storage end-to-end tests > can create and delete object storage buckets |
Screenshots
Video
|
cypress/e2e/core/linodes/resize-linode.spec.ts • 1 flaky test
Test | Artifacts | |
---|---|---|
resize linode > resizes a linode by increasing size when offline: cold migration |
Screenshots
Video
|
This was referenced Dec 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description 📝
DbaaS landing page table paginator disappears when the pageSize is less than the number of instances retrieved from the backend. This prevents users from being able to view the additional instances that would be displayed on the following pages.
Changes 🔄
Target release date 🗓️
12/10/2024
Preview 📷
How to test 🧪
Prerequisites
Reproduction steps
Verification steps
As an Author, I have considered 🤔
As an Author, before moving this PR from Draft to Open, I confirmed ✅