-
Notifications
You must be signed in to change notification settings - Fork 391
Release v1.132.0 - staging → master #11249
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
Conversation
#11149) * Increase CSS specifity of strong & b for safari * Added changeset: Faux bold in Safari with <strong /> & <b /> tags * Indentation
…ance page (#11099) * change: [M3-8373] - Fixed unexpected heading spacing on Account Maintenance page * Added changeset: Align table headers in Account Maintenance page * change: M3-8373 - removed unused classes
…roken (#11144) * initial work * fix more ui * add changeset * fix padding on preview paper * feedback @mjac0bs * fix top padding @harsh-akamai --------- Co-authored-by: Banks Nussman <[email protected]>
* Move `Tooltip` component to UI package and update usages * Add deprecation annotation * Move story to ui package and delete original component definition * Fix unit test @dwiley-akamai
…11142) * only-export-components fro routes * cleanup * moar cleanup * Added changeset: `only-export-components` for Tanstack routes
* only run is workflow_run is successful * changeset * Update .github/workflows/coverage_comment.yml Co-authored-by: Mariah Jacobs <[email protected]> --------- Co-authored-by: Mariah Jacobs <[email protected]>
…ers for dbass and fixed label fallback for service-type label (#11150) * Merge pull request #39 from ACLPManager/feature/dbass_aiven_fetch_aclp upcoming: [DI-21520] - Added default xFilter for fetching aiven clusters for dbass * Added changeset: Add default xfilter for DBasS aiven clusters fetch in resource selection component * upcoming: [DI-21520] - Add platform filter for jwe token fetch for aiven clusters in DBasS * upcoming: [DI-21520] - PR Comments * upcoming: [DI-21520] - PR Comments * upcoming: [DI-21520] - PR Comments --------- Co-authored-by: venkatmano-akamai <[email protected]>
* Move `IconButton` to UI package * Added changeset: IconButton component * Added changeset: Tooltip component and story * Update Tooltip changeset
…ed users (#11137) * Restrict access to Database Create page for restricted users * updated DatabaseCreate tests * Added notice for restricted users on Database Create page * Fix * Added changeset: Database create page form being enabled for restricted users * Addressed PR comments
…ected. (#11147) * change: [M3-8461] Improve validation error when a backup is not selected. * Added changeset: Improve validation error when a backup is not selected * Change Schema file to Improve validation error when a backup is not selected.
…y" table with dark theme. (#11111) * change: [M3-8442] - Remove Double border on "Billing & Payment History" table with dark theme * Added changeset: Remove Double border on Billing * Remove the use of useTheme Hook * refactor: [M3-8442] - Remove Double border on "Billing & Payment History" table without using theme.
* initial refactor * clean up more * finish clean up * small clean up * small clean up * small clean up * handle case where user does not have a timezone * add changeset and improve commit * add changeset --------- Co-authored-by: Banks Nussman <[email protected]>
* update and clean up node types * small fix and add changesets --------- Co-authored-by: Banks Nussman <[email protected]>
…ACL (#11176) * fix lke-create tests, move copy checks to unit tests * Added changeset: Add unit tests to declutter LKE ACL cypress tests, fix lke-create.spec.ts failures
… values with colorTokens (#11165) * Replace one off hardcoded black and white colors values with colorTokens * Added changeset: Replace one off hardcoded black and white color values with colorTokens * Clean up...
… and refactor design tokens (#11171) * Add global fontTokens and spacingTokens to theme * Refactor design tokens * Added changeset: Add global `font` and `spacing` tokens to theme and refactor design tokens * Refactor chart and interaction tokens
…r to migrating `Paper` (#11159)
…/B testing in API CLI tools Modal (#11156) * unit test coverage for HostNameTableCell * Revert "unit test coverage for HostNameTableCell" This reverts commit b274baf. * chore: [M3-8662] - Update Github Actions actions (#11009) * update actions * add changeset --------- Co-authored-by: Banks Nussman <[email protected]> * Remove feature flag, tracking events used for A/B testing in API CLI Tools Modal * Added changeset: Remove feature flag, tracking events used for A/B testing in API CLI tools Modal * PR feedback - @mjac0bs --------- Co-authored-by: Banks Nussman <[email protected]> Co-authored-by: Banks Nussman <[email protected]>
* Initial commit - console errors and low hanging fruits * Renaming and moving things * Small clanup * One ImageSelect to rule them all * One ImageSelect to rule them all * fixing e2e tests * save progress * cleanup * cleanup * post rebase fix * fix the console errors with autocomplete * sorting and ordering * Added changeset: Consolidate ImageSelect components * feedback @bnussman-akamai * fix rebase gone wrong * feedback @coliu-akamai
…11163) * move Box to linode/ui part 1 * remove old story * Added changeset: `Box` component from `manager` to `ui` package, part 1 * move box into its own package in ui package
* move box to ui package part 2 * consolidate double imports to linode/ui * Added changeset: `Box` component from `manager` to `ui` package, part 2 * missed box import
* initial improvements * fix logic and comment * update the cypress test now that the UI has less friction * add changeset * reintroduce validation check @abailly-akamai --------- Co-authored-by: Banks Nussman <[email protected]>
…1080) ## Description 📝 More products are getting added to Cloud Manager, so we need to make sure our side navigation menu can accommodate them. This PR introduces collapsible Product families into the side nav to allow more products to be shown while also giving users the ability to hide/show relevant families. Additionally, individual product icons have been removed in favor of Product family icons Note: The Monitor product family icon is still in discussion. Create menu dropdown will be updated in M3-8728. ## Changes 🔄 - Product nav links have been moved inside an accordion except for Managed - The default state for the accordions is expanded - Collapsed accordions are saved to preferences so state is maintained - Individual product icons have been removed, only product families will have icons - Empty state landing pages have been updated accordingly - When the side menu is collapsed, only product family icons are displayed - Hovering over the side menu while it is in the collapsed state will expand the menu with all the items - The active product family icon will be green Code clean up: - Removed old unused prefetch code 🧹 - Migrated styles to Styled components - Moved PrimaryLink to its own component ## How to test 🧪 ### Verification steps (How to verify changes) - Pull this PR locally and check different states of the side nav menu - To test Managed, you can use the MSW to set Managed to enabled
…11190) * Mock DBaaS v2 feature flag to be disabled * Remove feature flag mock, hourly price assertion * Added changeset: Allow DBaaS resize test to pass when DBaaS v2 is enabled --------- Co-authored-by: Joe D'Amore <[email protected]>
* change: [UIE-8220] - Settings text update * change: [UIE-8220] - fix tests, update text * change: [UIE-8220] - fix e2e tests --------- Co-authored-by: mpolotsk <[email protected]>
* refactor: [M3-8652] - TextField component cleanup before migration * Remove comment * Suffix text * Added changeset: Refactor TextField component --------- Co-authored-by: Jaalah Ramos <[email protected]>
* Add vitest workspace configuration * Added changeset: Add vitest workspace configuration * Remove vitest from package devDependencies and add search package * Update docs and add watch command @bnussman-akamai
…ss dimensions in ACLP charts (#11225) * upcoming: [DI-18419] - chart post processing for missing timestamps * upcoming: [DI-21811] - Code corrections and refactoring * upcoming: [DI-21811] - Code corrections and refactoring * upcoming: [DI-21811] - Code corrections and refactoring * upcoming: [DI-21811] - Added changeset * upcoming: [DI-21811] - comment updates * upcoming: [DI-21811] - comment updates * upcoming: [DI-21811] - comment updates * upcoming: [DI-21811] - comment updates * upcoming: [DI-21811] - early returns for empty array --------- Co-authored-by: vmangalr <[email protected]>
* upcoming: [DI-21814] - DBaaS instances order by label * upcoming: [DI-21814] - Added changeset * DI-21814: use map for better readability and optimisations --------- Co-authored-by: vmangalr <[email protected]>
…table (#11232) * feat: [UIE-8193] - Tooltip for Create/Resize Database table * feat: [UIE-8193] - Tooltip context for small screens
…xisted before we enabled IPACL (in other words: disabled by default) (#11234) Co-authored-by: Talmai Oliveira <[email protected]>
* spread containerProps sx * spread props.sx as well whoops
…ype` that is `null` (#11247) * don't fetch when `type` is an empty string * fix and changelog entry --------- Co-authored-by: Banks Nussman <[email protected]>
Release v1.132.0 - `release` → `staging`
|
Coverage Report: ✅ |
Cloud Manager UI test results🔺 1 failing test on test run #1 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: yarn cy:run -s "cypress/e2e/core/linodes/linode-config.spec.ts" |
|||||||||||||||||
jdamore-linode
left a comment
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.
Confirmed test failure is not a concern for a release -- this and the Linode Clone test have been flaky and this was a typical instance of that, not indicative of a bug or user facing issue.
Cloud Manager E2E
|
||||||||||||||||||||||||||||
| Project |
Cloud Manager E2E
|
| Branch Review |
master
|
| Run status |
|
| Run duration | 27m 30s |
| Commit |
|
| Committer | Hana Xu |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
6
|
|
|
2
|
|
|
0
|
|
|
445
|
| View all changes introduced in this branch ↗︎ | |
Cloud Manager
Added:
Changed:
.env.examplecypress warning (#11202)Fixed:
<strong />&<b />tags (#11149)Coverage CommentGHA running on drafts (#11161)typeofnullis selected (#11247)Tech Stories:
only-export-componentsfor Tanstack routes (#11142)@types/nodeto20.17.0(#11157)cypress_containerizedDocker Compose service (#11177)nodejs-cloud-managerDockerfile target (#11177)formiktoreact-hook-formforSubnetCreateDrawer(#11195)Tests:
lke-create.spec.tsfailures (#11176)Upcoming Features:
borderRadius = 0(#11169)fontandspacingtokens to theme and refactor design tokens (#11171)APIv4 - v0.130.0
Added:
Removed:
Tech Stories:
@types/nodedependency (#11157)Upcoming Features:
Validation - v0.56.0
Tech Stories:
@types/nodedependency (#11157)UI - v0.3.0
Added:
FormControl,FormHelperText,Input,InputAdornment, andInputLabelfrommanagertouipackage (#11159)Boxcomponent frommanagertouipackage, part 1 (#11163)Boxcomponent frommanagertouipackage, part 2 (#11164)Paperfrommanagertouipackage (#11183)Tech Stories:
@types/nodedependency (#11157)Upcoming Features: