-
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.129.0 - release → staging #11006
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
…" and "purpose:dcTesting" (#10915) * tag cypress tests * Added changeset: Tag cypress tests by adding the method:e2e and purpose:dcTesting * Update cy.tag
…Volume" checkbox is checked (#10929)
…ility (#10934) * update storybook to take care of tar vulnerability * Added changeset: Update storybook to take care of tar vulnerability
* refactor: [M3-6908] - Replace react-select in Profile * Update PhoneVerification styles * Comment out styles * Updates to Autocomplete to allow custom styles for PopperComponent * Reapply updates to CreateAPITokenDrawer * Add changeset * Revert changes to TimezoneForm * Fix more styling issues and mobile view * Fix broken unit tests in CreateAPITokenDrawer * Fix broken unit test in TimezoneForm * Fix e2e test in Billing * Fix failing e2e and console errors mentioned in PR review * Fix styling issues from PR review * Fix selected option highlight in Question Component * Fix failing test, ui bug, and 3rd party auth bug
…e A/B Test (#10906) * unit test coverage for HostNameTableCell * Revert "unit test coverage for HostNameTableCell" This reverts commit b274baf. * Create feature flag for DX tools A/B testing * Add data attributes for DX tools for tracking * Update Actions.test.tsx * Test flag * Add classname * Add event emitters to the LD from DX tools * update with correct keys * Destructure tabs * code cleanup * Add event emitter to Integration and SDK tab resources. * Add go and python code snippets * Add Linode CLI Tab Selection * Remove old ab test code * Cleanup conditionals * Add changeset * Revert "Merge branch 'linode:develop' into develop" This reverts commit bfed239, reversing changes made to 342fd96. * Reapply "Merge branch 'linode:develop' into develop" This reverts commit 9e54b55. --------- Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com>
…#10908) * fix: [M3-7574] - Fix missing label for user permission radio btns * Add changeset
* feat: [UIE-8054] - DBaaS enhancements 1 * UIE-8002 feat(DBaaS): New/Existing Customer Landing Page * UIE-8002 feat(DBaaS): Landing Page with feature flag * Added changeset: Add Landing Page for V2 * Added changeset: Add Landing Page and update Empty-State Landing page for DBaaS V2 * feat: [UIE-8002] - Review fix: refactoring and variable renaming * feat: [UIE-8002] - Review fix: change capability for region select --------- Co-authored-by: Conal Ryan <corya@akamai.com>
* add missing `srSpeak` utility * Added changeset: Scrollbar showing briefly on Splash Screen --------- Co-authored-by: Banks Nussman <banks@nussman.us>
Release v1.128.0 - staging → master
…lignment fix: [M3-8161] - Fix misaligned DNS banner text
…og components (#10917) * Add unit tests for dialog and deletiondialog components * Added changeset: Add unit tests for Dialog and DeletionDialog components * Clean up... * Fix typo
## Description 📝 Fixes the focus area for tooltips to be a circle rather than an oval as before. ## How to test 🧪 Verify textfield tooltips' focus areas render as a circle and otherwise work as before.
…10903) * upcoming: [DI-20709] - CSS updates for widget level filters * upcoming: [DI-20709] - ES lint fixes * upcoming: [DI-20709] - Added comments * upcoming: [DI-20709] - Added changeset * upcoming: [DI-20709] - Color updates for zoomer component with use them hook * upcoming: [DI-20585] - CSS changes * upcoming: [DI-20585] - Removed unused values and imports * upcoming: [DI-20585] - Removed unused values and imports * upcoming: [DI-20585] - Use common utils * upcoming: [DI-20585] - Comment updates * upcoming: [DI-20585] - Remove any * upcoming: [DI-20585] - Removing height and adjusting width. Removed divider in widget * upcoming: [DI-20585] - Removed placeholder on selection and UT updates * upcoming: [DI-20585] - UT updates * upcoming: [DI-20585] - Using form control for width of filters * upcoming: [DI-20585] - Alignment fix * upcoming: [DI-20585] - PR comments * upcoming: [DI-20585] - PR comments * upcoming: [DI-20585] - Updated code syntax for handling small size screens * upcoming: [DI-20585] - CamelCase for properties * upcoming: [DI-20585] - Style to sx --------- Co-authored-by: vmangalr <vmangalr@akamai.com>
…e currently signed in user's username (#10947) * update the profile cache manually rather than doing an invalidation * Added changeset: Flickering on the user profile page when updating the currently signed in user's username --------- Co-authored-by: Banks Nussman <banks@nussman.us>
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.0 to 3.1.3. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.1.0...3.1.3) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Clean up, clean up * Remove missed clean up on Profile Details page * Add changeset * Use 'Akamai' instead of 'Linode' username for sys events * Update unit tests
* initial commit: eslintrc rule * use eslint-plugin-cloud-manager * Documentation * Added changeset: Mark formik as deprecated * feedback @coliu-akamai
…10945) * quick eslint fixes * unit tests for nb passive check and delete dialog * starting tests for NodeBalancerConfigNode * nodebalancerconfignode tests * update tests in config panel to account for active check component * unit test for NodeBalancerCreate to confirm it renders * Added changeset: Add unit tests for rest of NodeBalancers package * Update packages/manager/src/features/NodeBalancers/NodeBalancerConfigNode.test.tsx Co-authored-by: Dajahi Wiley <114682940+dwiley-akamai@users.noreply.github.com> * Update packages/manager/src/features/NodeBalancers/NodeBalancerCreate.test.tsx Co-authored-by: Dajahi Wiley <114682940+dwiley-akamai@users.noreply.github.com> --------- Co-authored-by: Dajahi Wiley <114682940+dwiley-akamai@users.noreply.github.com>
* updates dompurify to get rid of the dependabot alert * Added changeset: Update dompurify package to resolve dependabot security alerts * oh jspdf update just came out * update changeset
* remove extra 2 * use `<LinkButton />` * fix imports * make `<LinkButton />` focusable by keyboard * Added changeset: Linode IPv6 Range rDNS typo * clean up --------- Co-authored-by: Banks Nussman <banks@nussman.us>
* fix apache spark slug * Added changeset: Fix Marketplace Apache Spark Cluster URL slug to point to correct documentation * revise changeset
* bump vite and vite related packages * update other packages * changeset * update yarn.lock
…og until color is changed (#10963) * Disable Save button until color is changed * Update unit test * Added changeset: Disable 'Save' button in Change Avatar Color dialog until color is changed * Update test coverage
* unit test coverage for HostNameTableCell * Revert "unit test coverage for HostNameTableCell" This reverts commit b274baf. * Copy updates in Create with CLI modal * Added changeset: Copy updates in Create with CLI modal * Update packages/manager/src/features/Linodes/LinodesCreate/ApiAwarenessModal/ApiAwarenessModal.tsx Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com> * Update create-linode-view-code-snippet.spec.ts --------- Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>
…e Service Gen2 (#10986) * make copy update on image upload * update tests * Added changeset: Update Image Upload dropzone copy as part of Image Service Gen2 * update image pricing `$.10/GB` ➡️ `-zsh.10/GB` --------- Co-authored-by: Banks Nussman <banks@nussman.us>
* fix: [UIE-8146] - DBaaS V2 bug fix * Add changesets for apiv4 and validation packages * Update packages/manager/.changeset/pr-10980-fixed-1726845381695.md * fix: [UIE-8146] - review fix --------- Co-authored-by: mjac0bs <mjacobs@akamai.com> Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>
…ry API call, remove custom label (#10988)
* round 1 of deleting stuff * round 2 of deleting stuff * round 3 of deleting stuff * round 4 of deleting stuff * fix up one click app tests * fix unit test * Added changeset: Remove Linode Create v1 * remove `.only()` * get test working * clean up unused utils and lodash packages --------- Co-authored-by: Banks Nussman <banks@nussman.us>
…red Autocomplete (#11001) * Fix ConfigSelect uncontrolled Autocomplete warning * Added changeset: Crash when switching between Linodes in Volume Create page * Remove changeset
* unit test coverage for HostNameTableCell * Revert "unit test coverage for HostNameTableCell" This reverts commit b274baf. * fix: [UIE-8152] - DBaaS V2 Resize: disable shared plans tab for 2-nodes cluster * Added changeset: Enabled Shared CPU tab for 2-nodes Database Cluster Resize --------- Co-authored-by: cpathipa <119517080+cpathipa@users.noreply.github.com>
* initial commit: new banner and flag value * Copy update * Update link * Added changeset: GPUv2 Plan Selection Egress Banner * feedback @bnussman-akamai * fix plan selection test
coliu-akamai
requested review from
jdamore-linode,
carrillo-erik and
cpathipa
and removed request for
a team
September 25, 2024 19:51
Coverage Report: ✅ |
Cloud Manager E2E Run #6578
Run Properties:
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
Passed #6578
|
Run duration | 25m 18s |
Commit |
a6bd924a95: feat: [M3-8581] - GPUv2 Plan Selection Egress Banner (#10956)
|
Committer | Alban Bailly |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
3
|
Pending |
2
|
Skipped |
0
|
Passing |
408
|
View all changes introduced in this branch ↗︎ |
AzureLatte
previously approved these changes
Sep 26, 2024
dwiley-akamai
approved these changes
Sep 26, 2024
hana-akamai
approved these changes
Sep 26, 2024
carrillo-erik
approved these changes
Sep 26, 2024
jdamore-linode
approved these changes
Sep 26, 2024
AzureLatte
approved these changes
Sep 26, 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-09-30] - v1.129.0
Added:
Changed:
Fixed:
replication_type
in v2createPayload
(#10980)Removed:
AddNewLink
component, replacing instances withButton
(#10966)Tech Stories:
husky
to latest (#10990)Tests:
AccountActivationLanding
component (#10966)nodebalancers-create-in-complex-form.spec.ts
(#10981)Upcoming Features:
APIv4 [2024-09-30] - v0.127.0
Changed:
replication_type
andreplication_commit_type
optional in MySQL and Postgres interfaces (#10980)Fixed:
standby
field inDatabaseHosts
interface (#10989)Upcoming Features:
Validation [2024-09-30] - v0.53.0
Changed:
replication_type
andreplication_commit_type
optional indatabases.schema.ts
(#10980)