-
Notifications
You must be signed in to change notification settings - Fork 361
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
Release v1.132.0 - release
→ staging
#11220
Merged
Merged
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
#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 <banks@nussman.us>
* 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 <114685994+mjac0bs@users.noreply.github.com> --------- Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>
…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 <chk-Venkatesh@outlook.com>
* 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 <banks@nussman.us>
* update and clean up node types * small fix and add changesets --------- Co-authored-by: Banks Nussman <banks@nussman.us>
…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 <banks@nussman.us> * 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 <115251059+bnussman-akamai@users.noreply.github.com> Co-authored-by: Banks Nussman <banks@nussman.us>
* 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 <banks@nussman.us>
…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 <jdamore@linode.com>
* change: [UIE-8220] - Settings text update * change: [UIE-8220] - fix tests, update text * change: [UIE-8220] - fix e2e tests --------- Co-authored-by: mpolotsk <mpolotsk@akamai.com>
* refactor: [M3-8652] - TextField component cleanup before migration * Remove comment * Suffix text * Added changeset: Refactor TextField component --------- Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com>
* 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 <vmangalr@akamai.com>
Coverage Report: ✅ |
* 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 <vmangalr@akamai.com>
…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 <toliveir@akamai.com>
* spread containerProps sx * spread props.sx as well whoops
hana-akamai
previously approved these changes
Nov 12, 2024
coliu-akamai
previously approved these changes
Nov 12, 2024
Just saw there's another fix coming in, re-requesting myself |
…ype` that is `null` (#11247) * don't fetch when `type` is an empty string * fix and changelog entry --------- Co-authored-by: Banks Nussman <banks@nussman.us>
hana-akamai
dismissed stale reviews from coliu-akamai and themself
via
November 12, 2024 18:53
185ece4
bnussman-akamai
approved these changes
Nov 12, 2024
coliu-akamai
approved these changes
Nov 12, 2024
jdamore-linode
approved these changes
Nov 12, 2024
Cloud Manager UI test results🎉 445 passing tests on test run #13 ↗︎
|
hana-akamai
approved these changes
Nov 12, 2024
Cloud Manager E2E Run #6810
Run Properties:
|
Project |
Cloud Manager E2E
|
Branch Review |
staging
|
Run status |
Passed #6810
|
Run duration | 27m 06s |
Commit |
060af91511: Merge pull request #11220 from linode/release-v1.132.0
|
Committer | Hana Xu |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
4
|
Pending |
2
|
Skipped |
0
|
Passing |
445
|
View all changes introduced in this branch ↗︎ |
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.
Cloud Manager
Added:
Changed:
.env.example
cypress warning (#11202)Fixed:
<strong />
&<b />
tags (#11149)Coverage Comment
GHA running on drafts (#11161)Tech Stories:
only-export-components
for Tanstack routes (#11142)@types/node
to20.17.0
(#11157)cypress_containerized
Docker Compose service (#11177)nodejs-cloud-manager
Dockerfile target (#11177)formik
toreact-hook-form
forSubnetCreateDrawer
(#11195)Tests:
lke-create.spec.ts
failures (#11176)Upcoming Features:
borderRadius = 0
(#11169)font
andspacing
tokens to theme and refactor design tokens (#11171)APIv4 - v0.130.0
Added:
Removed:
Tech Stories:
@types/node
dependency (#11157)Upcoming Features:
Validation - v0.56.0
Tech Stories:
@types/node
dependency (#11157)UI - v0.3.0
Added:
FormControl
,FormHelperText
,Input
,InputAdornment
, andInputLabel
frommanager
toui
package (#11159)Box
component frommanager
toui
package, part 1 (#11163)Box
component frommanager
toui
package, part 2 (#11164)Paper
frommanager
toui
package (#11183)Tech Stories:
@types/node
dependency (#11157)Upcoming Features: