Skip to content
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

staging → master for v1.92.0 #9070

Merged
merged 64 commits into from
May 1, 2023
Merged

staging → master for v1.92.0 #9070

merged 64 commits into from
May 1, 2023

Conversation

bnussman-akamai
Copy link
Member

@bnussman-akamai bnussman-akamai commented May 1, 2023

[2023-05-01] - v1.92.0

Added:

Changed:

Fixed:

Tech Stories:

dwiley-akamai and others added 30 commits April 13, 2023 09:03
clean up and modernization of the `<Toggle />` component
---------

Co-authored-by: Banks Nussman <banks@nussman.us>
…tLink, TextTooltip (#8993)

* Modernize SupportLink component: update props name, use named export

* Run codemod on TextTooltip, use named export, update props name
…ut, TagsPanel (#8995)

## Description 📝
- Migrate/modernize TagsPanel component from JSS to tss-react (Emotion)
- Modernize TagsInput since it had no styles to migrate
- Use named exports instead of default
- Fix BetaChip story not rendering

## How to test 🧪
- Check places in the app where TagsInput and TagsPanel are used
- Check that the TagsInput, TagsPanel, and BetaChip story renders in Storybook
…9000)

Clears the Kubernetes Delete Dialog when re-opending so that the dialog input is empty the next time it is opened

---------

Co-authored-by: Banks Nussman <banks@nussman.us>
In preparation for adding new datacenters in new regions, we want our region select component to work dynamically with the API as much as possible

---------

Co-authored-by: Banks Nussman <banks@nussman.us>
drastically improves the type safety and DX of the `<Select />` component

---------

Co-authored-by: Banks Nussman <banks@nussman.us>
Co-authored-by: Banks Nussman <banks@nussman.us>
…8997)

* fix: [M3-6472] - [Marketplace] One Click Cluster - UDF Caching issue

* PR feedback

* Update packages/manager/src/features/StackScripts/UserDefinedFieldsPanel/FieldTypes/UserDefinedSelect.tsx

Co-authored-by: Banks Nussman <115251059+bnussman-akamai@users.noreply.github.com>

* PR feedback

* Update CHANGELOG.md

---------

Co-authored-by: Banks Nussman <115251059+bnussman-akamai@users.noreply.github.com>
…perlink-events

fix: [M3-6430] - Event entities should only be linked for true labels
…regex-firewall

fix: [M3-6442] - Inefficient firewall custom ports regex
## Description 📝
- Migrate StatusIcon component from JSS to styled components (Emotion)
- Use named export instead of default

## How to test 🧪
- Check places in the app where StatusIcon is used
- Ensure that the StatusIcon story renders in Storybook
Fixes the `README.md` badge for validation thatsaid api-v4 on accident. This updates the badge to show the correct label

---------

Co-authored-by: Banks Nussman <banks@nussman.us>
Styles clean up for <DisplayPrice />, Also includes some related clean ups and removal of unused test selector

Co-authored-by: Banks Nussman <banks@nussman.us>
bnussman-akamai and others added 21 commits April 20, 2023 14:11
Updates Vite, Storybook, tsup, and related dependencies

---------

Co-authored-by: Banks Nussman <banks@nussman.us>
…Display, DebouncedSearchTextField (#9007)

* Pull in latest develop

* Fix DateTimeDisplayProps export

* Run codemod on DebouncedSearchTextField

* Modernize DebouncedSearchTextField export, props interface

* Use styled component

* Remove important

* Address PR feedback

* Add changelog entry

* Prevent search icon from turning blue on hover
…ed as HTML (#9032)

Fixes DOM text reinterpreted as HTML by using Braintree's sanitize-url because it already is already baked into our repo in the ExternalLink component

Co-authored-by: Banks Nussman <banks@nussman.us>
Cleans up the <Currency /> component and also cleans up some components that consume the <Currency /> component

---------

Co-authored-by: Banks Nussman <banks@nussman.us>
* Add AA launch scripts and DCR on tracked events

* Update satellite.track function to use generic, single identifier

* Update launch script src assignment with logic for additional envs

* Use a single env var from Jenkins

* Disable tracking on custom events in Adobe for now

* Cleanup

* Only append Adobe Analytics script with valid url

* Update conditional check for Adobe env var

* Add changelog entry

* Remove DCR since PR #9004 exists

* Modify useScript hook to allow optional script location

* Add env var to example env file

* Remove events sending search queries

* Remove entity labels from events
* Wrap EnhancedSelect menu list in div with `data-qa-autocomplete-popper` attribute

* Use autocompletePopper UI helper to interact with obj ACL select
* M3-6248: Add Cypress Firewall e2e Update tests
* Minor changes based on comments
Fixes firewallRuleEditor.test.ts failing caused by changes in test: [M3-6248] - Add Cypress Firewall e2e Update tests #9017

---------

Co-authored-by: Banks Nussman <banks@nussman.us>
Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com>
Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com>
Clean up files in packages/manager/src/assets/ and packages/manager/src/utilities/

---------

Co-authored-by: Banks Nussman <banks@nussman.us>
## Description 📝
Add warning text to the Migrate Linode dialog when migrating from a Data Center that supports Metadata to a Data Center that doesn't

## How to test 🧪
- Turn on the MSW and migrate a Linode from a Metadata supported DC (London, UK) to a Non-Metadata supported DC (any other DC).
-  You should see the warning notice update with an additional bullet. Reopening the Dialog should clear the additional bullet
- You should _not_ see the additional bullet when Migrating from a Non-Metadata supported DC to a supported Metadata DC
* feat: [M3-5561] - Add Private IP checkbox when cloning a Linode

* Revert "feat: [M3-5561] - Add Private IP checkbox when cloning a Linode"

This reverts commit 0e2bc37.

* feat: [M3-5561] - Add Private IP checkbox when cloning a Linode

* Update AddonsPanel.tsx

* use named exports

* Add unit test coverage

* PR feedback

* PR feedback
#9040)

* refactor: [M3-6307] - MUIv5 Migration - SRC > Components > CopyTooltip

* Update packages/manager/src/components/CopyTooltip/CopyTooltip.stories.mdx

Co-authored-by: Banks Nussman <115251059+bnussman-akamai@users.noreply.github.com>

* Update CHANGELOG.md

---------

Co-authored-by: Banks Nussman <115251059+bnussman-akamai@users.noreply.github.com>
… VLANs (#9053)

* refactor: [M3-6307] - MUIv5 Migration - SRC > Components > CopyTooltip

* Update packages/manager/src/components/CopyTooltip/CopyTooltip.stories.mdx

Co-authored-by: Banks Nussman <115251059+bnussman-akamai@users.noreply.github.com>

* Update CHANGELOG.md

* fix: [M3-6510] - modifying Configuration Profile in Cloud breaks with VLANs

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Dajahi Wiley <114682940+dwiley-akamai@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Banks Nussman <115251059+bnussman-akamai@users.noreply.github.com>

* Add missing type id for Interface

* PR feedback

---------

Co-authored-by: Banks Nussman <115251059+bnussman-akamai@users.noreply.github.com>
Co-authored-by: Dajahi Wiley <114682940+dwiley-akamai@users.noreply.github.com>
Updates PayPal and Braintree dependencies

---------

Co-authored-by: Banks Nussman <banks@nussman.us>
@bnussman-akamai bnussman-akamai added the Release Cloud Manager releases label May 1, 2023
@bnussman-akamai bnussman-akamai self-assigned this May 1, 2023
@cypress
Copy link

cypress bot commented May 1, 2023

3 flaky tests on run #3269 ↗︎

0 151 3 0 Flakiness 3

Details:

Update `CHANGELOG.md`
Project: Cloud Manager E2E Commit: 5e36234ac0
Status: Passed Duration: 20:27 💡
Started: May 1, 2023 8:05 PM Ended: May 1, 2023 8:26 PM
Flakiness  linodes/rescue-linode.spec.ts • 1 flaky test

View Output Video

Test Artifacts
Rescue Linodes > Cannot reboot a provisioning Linode into rescue mode Output Screenshots Video
Flakiness  volumes/create-volume.smoke.spec.ts • 1 flaky test

View Output Video

Test Artifacts
volumes > creates volume from linode details Output Screenshots Video
Flakiness  account/default-payment-method.spec.ts • 1 flaky test

View Output Video

Test Artifacts
Default Payment Method > makes google pay default Output Screenshots Video

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

bnussman-akamai and others added 2 commits May 1, 2023 15:13
@bnussman-akamai bnussman-akamai merged commit 39cb5c5 into master May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release Cloud Manager releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.