-
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.127.0 - staging → master #10875
Commits on Aug 16, 2024
-
upcoming: [M3-8306] - Hide CORS and SSL for OBJ Gen2 (#10776)
Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com> Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 02d51cb - Browse repository at this point
Copy the full SHA 02d51cbView commit details
Commits on Aug 19, 2024
-
change: [M3-6843] - Move manual snapshot error message to snapshot co…
…nfirmation dialog (#10791) * move error to confirmation dialogue * reset errors when closing dialogue * Added changeset: Move manual snapshot error message from Linode Backups page to snapshot confirmation dialogue * fix typo + add tests * slight update to error message test * address feedback
Configuration menu - View commit details
-
Copy full SHA for bb375ff - Browse repository at this point
Copy the full SHA bb375ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0083246 - Browse repository at this point
Copy the full SHA 0083246View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7341d16 - Browse repository at this point
Copy the full SHA 7341d16View commit details
Commits on Aug 20, 2024
-
upcoming: [M3-8301] - Updated Bucket Rate Limits (#10790)
Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ad2405f - Browse repository at this point
Copy the full SHA ad2405fView commit details -
test: [M3-8149] - Add test for Linode create error flows (#10761)
* Add test for Linode create error flows * Added changeset: Add test for Linode create error flows * update after review
Configuration menu - View commit details
-
Copy full SHA for dd19e75 - Browse repository at this point
Copy the full SHA dd19e75View commit details -
upcoming: [DI-20204] - Added Interface type setup, query updates and …
…enhanced preferences type for upcoming Cloudpulsecustomselect component (#10769) Co-authored-by: vmangalr <vmangalr@akamai.com>
Configuration menu - View commit details
-
Copy full SHA for 9f0138e - Browse repository at this point
Copy the full SHA 9f0138eView commit details -
change: [M3-8456] - Update LISH experience based on feedback (#10789)
* revert lish changes based on feedback * add chanegsets --------- Co-authored-by: Banks Nussman <banks@nussman.us>
Configuration menu - View commit details
-
Copy full SHA for 4a9839b - Browse repository at this point
Copy the full SHA 4a9839bView commit details -
feat: [M3-8336] - Improve support ticket form pre-population and fiel…
…d labels (#10745) * Pass form payload fields to support ticket form * Display Linode plan label; fix ticket title regression * Display LKE plan label(s) * Clean up; fix type not being passed in create flow v1 * Fix console error for uncontrolled value; fix validation bug * Update test * Improve the entity type labeling * Update test to handle dynamic entity type label * Fix default value ordering * Added changeset: Improve support ticket form pre-population and field labels
Configuration menu - View commit details
-
Copy full SHA for 81082b0 - Browse repository at this point
Copy the full SHA 81082b0View commit details
Commits on Aug 21, 2024
-
refactor: [M3-8459] - Remove
patch-package
package (#10800)* remove `patch-package` package * Added changeset: Remove `patch-package` package --------- Co-authored-by: Banks Nussman <banks@nussman.us>
Configuration menu - View commit details
-
Copy full SHA for bc77b01 - Browse repository at this point
Copy the full SHA bc77b01View commit details
Commits on Aug 22, 2024
-
upcoming: [M3-8187] - Add useRegionQuery and cleanup bucket landing p…
…age (#10801) Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com> Co-authored-by: Connie Liu <139280159+coliu-akamai@users.noreply.github.com> Co-authored-by: Banks Nussman <115251059+bnussman-akamai@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8812d33 - Browse repository at this point
Copy the full SHA 8812d33View commit details -
test: [M3-8458] - Fix StackScripts pagination test failure (#10811)
* Filter StackScripts response data similarly to Cloud to fix content assertion failure * Rename `smoke-community-stackscrips.spec.ts` to `smoke-community-stackscripts.spec.ts` * Added changeset: Resolve StackScripts pagination test failure
Configuration menu - View commit details
-
Copy full SHA for d703bf6 - Browse repository at this point
Copy the full SHA d703bf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6a372a - Browse repository at this point
Copy the full SHA f6a372aView commit details -
build(deps): Bump axios from 1.6.8 to 1.7.4 (#10799)
Bumps [axios](https://github.com/axios/axios) from 1.6.8 to 1.7.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.6.8...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a443515 - Browse repository at this point
Copy the full SHA a443515View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e92770 - Browse repository at this point
Copy the full SHA 7e92770View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3104637 - Browse repository at this point
Copy the full SHA 3104637View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 15e3506 - Browse repository at this point
Copy the full SHA 15e3506View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43366ac - Browse repository at this point
Copy the full SHA 43366acView commit details -
upcoming: [M3-8305] - Display Endpoint Type alongside each endpoint h…
…ostname in Regions Column & Hostnames Drawers (#10796)
Configuration menu - View commit details
-
Copy full SHA for fbf256a - Browse repository at this point
Copy the full SHA fbf256aView commit details -
feat: [UIE-8054] - DBaaS enhancements 1 (#10786)
* feat: [UIE-8054] - DBaaS enhancements 1 * Added changeset: Update DBaaS menu item with V1 or V2 capability, add mock data * Review comments * feature flag * review comments * review comments * review comments * review comments
Configuration menu - View commit details
-
Copy full SHA for b665964 - Browse repository at this point
Copy the full SHA b665964View commit details -
fix: [M3-8477] - Event handlers making a proportional number of GET r…
…equests to the number of incoming events (#10824) * wrap invalidate queries * Added changeset: Event handlers making a proportional number of GET requests to the number of incoming events * add cypress test that would have caught bug * link PR for context --------- Co-authored-by: Banks Nussman <banks@nussman.us>
Configuration menu - View commit details
-
Copy full SHA for 484e6f6 - Browse repository at this point
Copy the full SHA 484e6f6View commit details -
change: [M3-8210] - Storybook nav organization POC (#10809)
## Description 📝 POC to clean up the side nav in Storybook by reorganizing the hierarchy/component stories, and making the logo smaller ## Changes 🔄 List any change relevant to the reviewer. - Smaller Akamai logo - Add `Icons` and `Foundations` section - Move `Design System` section to the top - Move relevant components to the new sections and consolidate related components into folders ## How to test 🧪 ### Verification steps (How to verify changes) - Pull this PR locally and run `yarn storybook` - Compare to https://design.linode.com/
Configuration menu - View commit details
-
Copy full SHA for fa04d90 - Browse repository at this point
Copy the full SHA fa04d90View commit details -
change: [M3-8384] - Update storybook to fix dependency vulnerabilities (
#10827) * Update storybook * Added changeset: Update storybook to fix IP package vulnerability
Configuration menu - View commit details
-
Copy full SHA for 9334669 - Browse repository at this point
Copy the full SHA 9334669View commit details
Commits on Aug 26, 2024
-
test: [M3-8463] - Add unit tests for CheckoutBar component (#10818)
* Add test cases for CheckoutBar component * Added changeset: Add unit test cases for CheckoutBar component * Remove unnecessary closing tags from components with no children * Add test coverage for onDeploy method * Refactor: Importing type with import type
Configuration menu - View commit details
-
Copy full SHA for 2e1fed9 - Browse repository at this point
Copy the full SHA 2e1fed9View commit details -
test: [M3-7479] - Add test for Linode VPC config not recommended noti…
…ces (#10781) * Add Linode VPC config not recommended notices * Added changeset: Add test for Linode VPC config not recommended notices
Configuration menu - View commit details
-
Copy full SHA for 4f29734 - Browse repository at this point
Copy the full SHA 4f29734View commit details -
change: [M3-8383] - Packages updates and resolution for braces vulner…
…ability (#10830) * packages updates and resolution for braces * Added changeset: Dependencies updates and resolution for `braces` package vulnerability * update lint-staged in other packages
Configuration menu - View commit details
-
Copy full SHA for ff631ef - Browse repository at this point
Copy the full SHA ff631efView commit details -
test: [M3-8098] - Refactor StackScript create test to be resilient to…
… Image deprecations (#10788) * Refactor StackScript create test to be resilient to Image deprecations * Added changeset: Refactor StackScript create test to be resilient to Image deprecations
Configuration menu - View commit details
-
Copy full SHA for 6d76d2c - Browse repository at this point
Copy the full SHA 6d76d2cView commit details -
change: [M3-8382] - Update jsdom to remove WS package vulnerability (#…
…10829) * Update jsdom * Added changeset: Update jsdom to remove WS package vulnerability
Configuration menu - View commit details
-
Copy full SHA for 6821a56 - Browse repository at this point
Copy the full SHA 6821a56View commit details -
test: [M3-7852] - Use test weights for Jenkins/Cypress parallelization (
#10310) * Allow test weights files to be generated when running Cypress tests * Allow test weights file to be read when distributing Cypress tests across multiple runners * Document `CY_TEST_SPLIT_RUN_WEIGHTS` and `CY_TEST_GENWEIGHTS`
Configuration menu - View commit details
-
Copy full SHA for 6cb89c6 - Browse repository at this point
Copy the full SHA 6cb89c6View commit details
Commits on Aug 27, 2024
-
change: [M3-8493] - update browserlist to latest version (#10836)
* Update browserlist-db * remove browserslist ie specification * replace with not-dead * Added changeset: Update browserlist to latest version
Configuration menu - View commit details
-
Copy full SHA for 4d35ab7 - Browse repository at this point
Copy the full SHA 4d35ab7View commit details -
fix: [M3-7760] - Create SSH key drawer hidden by Rebuild Linode dialog (
#10833) * increase z-index of SSH drawer * Added changeset: CreateSSHKeyDrawer being hidden by Rebuild Linode dialog * add changeset - new commit to run e2e tests
Configuration menu - View commit details
-
Copy full SHA for 9514b2c - Browse repository at this point
Copy the full SHA 9514b2cView commit details -
test: [M3-8478] - Fix Cypress StackScript Linode deploy test flake (#…
…10826) * Add account availability intercept util * Scroll desired autocomplete item into view * Improve region selection in StackScript Linode deploy test, improve StackScript input speed * Added changeset: Resolve StackScript Linode deploy test flake
Configuration menu - View commit details
-
Copy full SHA for e893f16 - Browse repository at this point
Copy the full SHA e893f16View commit details -
upcoming: [DI-20348] - Changes for Adding CloudPulseCustomSelect comp…
…onent and Integration (#10807) * upcoming: [DI-20348] - Changes for CloudPulseCustomSelect components and its Integration * upcoming: [DI-20348] - Added changeset * upcoming: [DI-20348] - Code refactoring changes * upcoming: [DI-20348] - Code refactoring and method optimisations * upcoming: [DI-20348] - Simplify code logic * upcoming: [DI-20348] - More refactoring * upcoming: [DI-20348] - Error message fix * upcoming: [DI-20348] - Simplify checks * upcoming: [DI-20348] - UT's for cloudpulsecustom select * upcoming: [DI-20348] - UT updates * upcoming: [DI-20348] - PR comments changes * upcoming: [DI-20348] - Simple names for functions * upcoming: [DI-20348] - JSDoc comments fix * upcoming: [DI-20348] - Lint issue fix * upcoming: [DI-20348] - code simplification * upcoming: [DI-20348] - PR comments and changeset updates * upcoming: [DI-20348] - ESlint issue fixes across files * upcoming: [DI-20348] - ESlint issue fixes across files * upcoming: [DI-20348] - formatting serverhandler * upcoming: [DI-20348] - Test names updates --------- Co-authored-by: vmangalr <vmangalr@akamai.com>
Configuration menu - View commit details
-
Copy full SHA for f26a99e - Browse repository at this point
Copy the full SHA f26a99eView commit details -
change: [M3-8439] - Tag form events in Linode Create v2 (#10840)
* Add all form events to v2 except errors * Add form error and form submit events * Clean up comments * Add missing link and form event to TwoStepRegion; add test coverage * Add missing form event on Getting Started docs link * Clean up from LCv1 * Fix Region, Plan, and CLI button events * Fix double fire on Region; fix formSubmit on OS * Added changeset: Tag Linode Create v2 with form events * Address feedback: remove spread and properly tag CLI button * Address feedback: use hook to keep index file clean
Configuration menu - View commit details
-
Copy full SHA for 0162e80 - Browse repository at this point
Copy the full SHA 0162e80View commit details -
upcoming: [M3-8308] - Add bucket rate limit info to Object Storage Bu…
…cket Details drawer (#10821) * upcoming: [M3-8308] - Add bucket rate limit info to bucket details drawer * Added changeset: Add bucket rate limit info to Object Storage Bucket Details drawer * refactor: [8308] - typo fix * refactor: [M3-8308] - Renamed data-testid
Configuration menu - View commit details
-
Copy full SHA for 218b009 - Browse repository at this point
Copy the full SHA 218b009View commit details -
refactor: [M3-8184] - Improve local Storybook performance (#10762)
## Description 📝 Performance optimizations for running Storybook locally The main culprit is using `react-docgen-typescript`; it's parsing every file for docgen info. The package is also [no longer being maintained](styleguidist/react-docgen-typescript#494) (the last release was in [end of 2021](https://github.com/styleguidist/react-docgen-typescript/releases)). - There's a faster docgen library that Storybook 8 uses, `react-docgen`, however we're missing a lot of typing by using that since it's using a shallower analysis. - The solution I ended up at was to keep `react-docgen-typescript`, but tighten the scope on what files are parsed for the docgen (Components and Features only). And to also disable `allowSyntheticDefaultImports` and `esModuleInterop` per the [Storybook MUI docs ](https://storybook.js.org/recipes/@mui/material#4-use-material-ui-prop-types-for-better-controls-and-docs) The time from first paint to Intro loaded on my Intel i7 2019 MBP went from `over 1 minute` to `30s` 🎉 ## How to test 🧪 ### Reproduction steps (How to reproduce the issue, if applicable) - On the develop branch, run Storybook locally and time the time it takes from first paint to Intro loaded ### Verification steps (How to verify changes) - Pull down this branch, run Storybook locally and the time from first paint to Intro loaded should be shorter than develop - The should be no regressions in the typing and loading of stories compared to https://design.linode.com/
Configuration menu - View commit details
-
Copy full SHA for 429ed60 - Browse repository at this point
Copy the full SHA 429ed60View commit details -
fix: [M3-8453] - Update error text color in confirmation dialogs to u…
…se theme, refactor styling (#10828) * fix error text color in dialog + add tests/refactor styling * Added changeset: Error text color in confirmation dialogs from being hardcoded to using the theme color * address feedback
Configuration menu - View commit details
-
Copy full SHA for a0e1148 - Browse repository at this point
Copy the full SHA a0e1148View commit details -
test: [M3-8486] - Allow using Cypress region selection helpers with m…
…ock regions (#10832) * Allow region select helpers to find mock region options, improve docs * Added changeset: Allow region select helpers to be used with mock data
Configuration menu - View commit details
-
Copy full SHA for fb5cb06 - Browse repository at this point
Copy the full SHA fb5cb06View commit details
Commits on Aug 28, 2024
-
upcoming: [M3-8378] - Add Bucket Management
Properties
Tab for Obje……ct Storage Gen2 (#10797) * Add and init Properties tab setup for obj gen 2 * Fix hostname text alignments for smaller screens * Clean up.. * Add Styled Action Panel and some cleanup.. * Add notice for success and error events * Update todo comments * Update todo comment * Clean up.. * Add set default rate limit logic * Passing endpointType prop to BucketProperties * Add label for bucket rate limit * Added changeset: Enhance bucket management Properties Tab for object storage gen2 * Update changeset file * Add logic to disable save button * Add loading for the hostname in properites tab * Use location and history hooks for BucketBreadcrumb * formating... * Refactor code to integrate React Hook Form * Clean up... * Fix padding rule for StyledActionsPanel * Replace component with for support links * Add feature flag to Properties tab * Add title to SupportLink * Resolve Merge conficts and formatting... * Refactor: Remove useWatch and access rateLimit value directly from field.value * Refactoring... * Fix flag check to use 'objectStorageGen2?.enabled' instead of 'objectStorageGen2' * Remove some filtering by passing down bucket * Update packages/manager/.changeset/pr-10795-upcoming-features-1724084768188.md Co-authored-by: Hana Xu <115299789+hana-linode@users.noreply.github.com> --------- Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com> Co-authored-by: Jaalah Ramos <125309814+jaalah-akamai@users.noreply.github.com> Co-authored-by: Hana Xu <115299789+hana-linode@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 812843a - Browse repository at this point
Copy the full SHA 812843aView commit details -
change: [M3-8075] - "Create Volume" button text changed to "Add Volum…
…e". (#10808) * change: [M3-8075] - "Create Volume" button text changed to "Add Volume". * Update packages/manager/.changeset/pr-10808-changed-1724315097131.md * Fix failure on create-volume.spec.ts and do some clean up --------- Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com> Co-authored-by: mjac0bs <mjacobs@akamai.com>
Configuration menu - View commit details
-
Copy full SHA for 638289a - Browse repository at this point
Copy the full SHA 638289aView commit details -
fix: [M3-8466] - Improve validation rules for create bucket schema (#…
…10842) * Add more validation to our create bucket schema * Added changeset: Error validation for letter casing now correctly appears for labels. * Fix changeset --------- Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6c9ad93 - Browse repository at this point
Copy the full SHA 6c9ad93View commit details -
test: [M3-8432] - Cypress integration test for Object Storage Gen2: E…
…0 endpoint, some additional unit tests (#10774) * starting unit tests for obj storage * bucket rate limit table unit tests * integration test for endpoint e0 * spacing disappeared? * create new folder for objStorage gen2 cypress tests * fixed test statement.. * Added changeset: Added cypress test for Object Storage Gen2 Create flow for endpoint type E0, added unit tests for new Gen2 components * update comments for test * include testid * ignore previous comment, updated flags for integration test * initial feedback pass * feedback additional pass * update flags, brb figuring out using mocks instead of intercepts * use mocks instead of intercepts * address feedback * reset mocks before tests * using waitfor instead? * unskip test/updates * additional checks on unit test @jaalah-akamai * server.boundary ?? * add additional timeout to waitFor * skipping bucket table tests - bit more investigating than I thought
Configuration menu - View commit details
-
Copy full SHA for 14b0243 - Browse repository at this point
Copy the full SHA 14b0243View commit details -
fix: [M3-8500] - Restricted users without account access unable to cr…
…eate Linodes on Linode Create v2 (#10846) * initial fix * Added changeset: Restricted users without account access unable to create Linodes on Linode Create v2 --------- Co-authored-by: Banks Nussman <banks@nussman.us>
Configuration menu - View commit details
-
Copy full SHA for fb93fa5 - Browse repository at this point
Copy the full SHA fb93fa5View commit details -
fix: [M3-8467] - Improve validation rules for create bucket schema (#…
…10847) * More validation * Update packages/validation/.changeset/pr-10842-fixed-1724786185430.md Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com> * Review updates --------- Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com> Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 38eabf3 - Browse repository at this point
Copy the full SHA 38eabf3View commit details -
fix: [M3-8492] - Create Linode Firewall warning not appearing (#10838)
* Simplify type for `firewall_id` field * Use `undefined` instead of -1 for no firewall selection * Remove redundant `useEffect` * Tweaks * Undo changes to validation package * Added changeset: Firewall warning not appearing in Create Linode flow * Added changeset: Remove `null` from `CreateLinodeRequest.firewall_id` * Fix `validateDOMNesting` warning * Fix `firewallOverride` in CLI payload * Re-add null to `firewall_id` * Remove debug
Configuration menu - View commit details
-
Copy full SHA for 2c891f9 - Browse repository at this point
Copy the full SHA 2c891f9View commit details
Commits on Aug 29, 2024
-
fix: [M3-7305] - Correct Object Storage folder links containing speci…
…al characters (#10822) * Add Intellij IDEA module files to .gitignore. * fix: [M3-7305] - Correct Object Storage folder links containing special characters. * Added changeset: Correct Object Storage folder links containing special characters. * fix: [M3-7305] - code review comment applied: table explicit declaration replaced with wrapWithTableBody * fix: [M3-7305] - corrected import for TableRowProps. * Update packages/manager/.changeset/pr-10819-fixed-1724404332335.md Co-authored-by: cpathipa <119517080+cpathipa@users.noreply.github.com> * Update packages/manager/src/features/ObjectStorage/BucketDetail/FolderTableRow.test.tsx Co-authored-by: cpathipa <119517080+cpathipa@users.noreply.github.com> * fix typo --------- Co-authored-by: cpathipa <119517080+cpathipa@users.noreply.github.com> Co-authored-by: Alban Bailly <abailly@akamai.com>
Configuration menu - View commit details
-
Copy full SHA for a169d1d - Browse repository at this point
Copy the full SHA a169d1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94be125 - Browse repository at this point
Copy the full SHA 94be125View commit details -
Configuration menu - View commit details
-
Copy full SHA for def0778 - Browse repository at this point
Copy the full SHA def0778View commit details
Commits on Sep 3, 2024
-
change: increased block storage max volume size to 16TB (#10865)
* new: increased block storage max volume size to 16TB * Update changelogs --------- Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2986d19 - Browse repository at this point
Copy the full SHA 2986d19View commit details -
Configuration menu - View commit details
-
Copy full SHA for cec1df4 - Browse repository at this point
Copy the full SHA cec1df4View commit details -
Merge pull request #10854 from linode/release-v1.127.0
Release v1.127.0 - release → staging
Configuration menu - View commit details
-
Copy full SHA for 0ef5ee7 - Browse repository at this point
Copy the full SHA 0ef5ee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffa43bb - Browse repository at this point
Copy the full SHA ffa43bbView commit details -
Merge pull request #10876 from jaalah-akamai/staging-update
fix: cherry-picked our changes to feature flag rate limit text
Configuration menu - View commit details
-
Copy full SHA for cb5267e - Browse repository at this point
Copy the full SHA cb5267eView commit details