-
Notifications
You must be signed in to change notification settings - Fork 367
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.109.0 - release
→ staging
#10030
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
* pagination story * update comments and tests * changeset * fix page arg not taking effect * Update packages/manager/src/components/PaginationControls/PaginationControls.stories.tsx Co-authored-by: Banks Nussman <115251059+bnussman-akamai@users.noreply.github.com> * update import --------- Co-authored-by: Banks Nussman <115251059+bnussman-akamai@users.noreply.github.com>
… Forms (#9975) * add context to select options * fix aglb e2e tests * Added changeset: Improve AGLB selects and other UX --------- Co-authored-by: Banks Nussman <banks@nussman.us>
…ld endpoints (#9977) * WIP * Allow unrestricted parent users to access the new endpoints * Clean up comments * Mock company names, not person names, for child accounts * Revert unintended change * Add changeset * Add mock expiry
Release v1.108.0 - staging → master
* update vite and vitest major versions * try to get e2es to run * get eslint to run * correct path * bump versions for vitest bug --------- Co-authored-by: Banks Nussman <banks@nussman.us>
…nds instead of Milliseconds (#9969) * use seconds, disabled save if no changes were made in edit mode * Added changeset: Change AGLB Rule Session Stickiness unit from milliseconds to seconds * add unit tests --------- Co-authored-by: Banks Nussman <banks@nussman.us>
* add lint step for Cloud Manager * don't lint storybook build js and fix eslint error * try linting all packages * clean up strings * add changesets --------- Co-authored-by: Banks Nussman <banks@nussman.us>
* only build code needed to run the unit tests * Added changeset: Speed up code coverage Github Actions jobs by skipping Cloud Manager build --------- Co-authored-by: Banks Nussman <banks@nussman.us>
* add paper and table * working flow * improve UX * add testing * Added changeset: Add AGLB Service Target Section to Full Create Flow * feedback @mjac0bs * more feedback (hide CA for not https and add tooltip) @mjac0bs * Update packages/validation/src/loadbalancers.schema.ts Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com> * make stepper clickable * clean up and hook up `Add Another Configuration` * add filtering --------- Co-authored-by: Banks Nussman <banks@nussman.us> Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>
…flows (#9955) * Create mockDeleteLoadBalancer and mockDeleteLoadBalancerError * Deletes Loadbalancer from landing page * Deletes Loadbalancer from Settings tab * code cleanup * Added changeset: Add integration test for AGLB Load Balancer delete flows. * Validate error handling while deleting loadbalancer * PR - feedback
refactor: [M3-7542] - TagsInput & TagsPanel Storybook v7 Stories
Co-authored-by: Banks Nussman <banks@nussman.us>
…te (#9995) * test: [M3-7470] - Add Cypress test for Volumes landing page empty state * Add changeset
#9983) ## Description 📝 This PR is part of a bigger effort to replace chart.js with the more modern Recharts. ## Changes 🔄 List any change relevant to the reviewer. - Replace the NodeBalancer details page charts with Recharts - Refactor code to use one AreaChart component ## How to test 🧪 ### Prerequisites (How to setup test environment) - Have a NodeBalancer that's been running for a while ### Verification steps (How to verify changes) - Go to the Network tab of a NodeBalancer that's been running for a while - Confirm the updated UI and that there are no regressions in the graph, units, etc - Confirm there are no regressions in the Linode Network Transfer History chart from the refactoring
* Initial commit - save work * Replace long list with tooltip content * Test part 1 * Test part 1 * Test part 2 * Delete packages/manager/src/features/Linodes/LinodesCreate/VlanAvailabilityNotice.tsx * Added changeset: VLAN availability text on Linode Create
* stories * add tests * Added changeset: Radio and TextField v7 storybook migrations
* finish migration with codemod * remove commit * rewrite enzyme test * fix: kubernetes node pool drawer width @coliu-akamai * fix order styles are applied to fix secret download icon * clean up * change `Learn More` to `Learn more` * make MetricsDisplay look a lot less broken * Added changeset: Complete @mui/styles to tss-react migration and remove @mui/styles * fix Linode and NodeBalancer summaries * make Node Pool Drawer width match production * fix longview to the best of my ability * So long old `Grid`s --------- Co-authored-by: Banks Nussman <banks@nussman.us> Co-authored-by: Alban Bailly <abailly@akamai.com>
* added an empty object to all useAccount instances * Added changeset: Add setHeaders to GET account/ endpoint * fix query enable so that it accepts all types of users * added unit test but is failing * added unit tests but failing * added server.use * fixed unit tests * removed unit test and made useAccount param optional * fixed error in useInitialRequests * swapped useAccount to useProfile * Update pr-9987-upcoming-features-1702333742297.md * reverted changes to useAccount * Use this to test PR * reverted test code * Use this to test PR * reverted test commit * addressed optional param feedback * Added changeset: Add setHeaders to GET profile/ endpoint * Update changeset from upcomming feature to added * potential fix for e2e test fails * potential e2e test fix
…#9982) * converted stories and added test * moving around a lot of stuff for better organization?? * update imports * stories * tests * changeset, additional comments * feedback pass 1 * feedback round 2
* test: [M3-7464] - Add Cypress test FW landing page empty state * Add changeset
…counts (#10014) * Add company name and username by user type to top menu * Feature flag the menu change * Add WIP unit tests * Add unit test cases for different user types * Clean up * Clean up 2 * Add changeset * Fix ticket # typo in comment * Improve styling * Clean up 3 * Address feedback: clean up axios header token arg
… Region ID eg ('us-east') (#9976) * upcoming: [M3-7423] - Show regions instead of clusterIds in Create Drawer * Revert "upcoming: [M3-7423] - Show regions instead of clusterIds in Create Drawer" This reverts commit be7305b. * Create Regions field for Create Bucket Drawer * Test coverage BucketRegions * Update CreateBucketSchema. * Update object-storage types for create bucket flow * Add CreateBucketDrawerObjMultiCluster * Add OBJ Multi-Cluster account level capability * Update ObjectStorageLanding.tsx * Added changeset: Create Bucket flow - Able to choose a single Compute Region ID eg ('us-east') * Update packages/api-v4/src/object-storage/types.ts Co-authored-by: Dajahi Wiley <114682940+dwiley-akamai@users.noreply.github.com> * Update packages/manager/.changeset/pr-9976-upcoming-features-1702579922373.md Co-authored-by: Dajahi Wiley <114682940+dwiley-akamai@users.noreply.github.com> * Update packages/manager/src/features/ObjectStorage/BucketLanding/CreateBucketDrawerObjMultiCluster.tsx Co-authored-by: Dajahi Wiley <114682940+dwiley-akamai@users.noreply.github.com> * Update packages/manager/src/features/ObjectStorage/BucketLanding/BucketRegions.tsx Co-authored-by: Dajahi Wiley <114682940+dwiley-akamai@users.noreply.github.com> * PR - Feedback - sorted alphabetically * PR - feedback - rename file name and decouple styles. * Update formatRegion.ts * Update types.ts * Resolve duplicated keys console errors when MSW enabled. * adjust tests * Update Cypress tests * Show required label for Autocomplete field. --------- Co-authored-by: Dajahi Wiley <114682940+dwiley-akamai@users.noreply.github.com>
bnussman-akamai
requested review from
cliu-akamai,
carrillo-erik and
cpathipa
and removed request for
a team
January 3, 2024 22:33
1 flaky test on run #5532 ↗︎
Details:
cypress/e2e/core/linodes/linode-config.spec.ts • 1 flaky test
Review all test suite changes for PR #10030 ↗︎ |
abailly-akamai
previously approved these changes
Jan 4, 2024
jdamore-linode
previously approved these changes
Jan 4, 2024
carrillo-erik
approved these changes
Jan 4, 2024
cpathipa
previously approved these changes
Jan 8, 2024
carrillo-erik
previously approved these changes
Jan 8, 2024
…y PAT creation (#10040) * fix profile query keys * add extra bug fix * Fix loading state for User Permissions page * fix two factor invalidation * use `null` insted of empty object * Fix error for RO PAT creation --------- Co-authored-by: Banks Nussman <banks@nussman.us> Co-authored-by: mjac0bs <mjacobs@akamai.com>
bnussman-akamai
dismissed stale reviews from carrillo-erik, cpathipa, jdamore-linode, and abailly-akamai
via
January 8, 2024 19:42
e66fcf6
abailly-akamai
approved these changes
Jan 8, 2024
mjac0bs
approved these changes
Jan 8, 2024
jdamore-linode
approved these changes
Jan 8, 2024
cpathipa
approved these changes
Jan 8, 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.
Cloud Manager
[2024-01-08] - v1.109.0
Changed:
None
for all scopes when creating Personal Access Tokens (#9992)Fixed:
Tech Stories:
Tests:
CreditCard.test.tsx
failing unit test triggered by new year (#10023)Upcoming Features:
child_account
oauth scope to Personal Access Token drawers (#9992)API-v4
[2024-01-08] - v0.107.0
Added:
headers
togetProfile
function (#9987)Tech Stories:
Validation
[2024-01-08] - v0.37.0
Tech Stories: