-
Notifications
You must be signed in to change notification settings - Fork 364
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
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
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
Add Cypress Firewall e2e Create/Delete tests
…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
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>
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
…d" notices appear at once (#9036)
* 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
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>
3 flaky tests on run #3269 ↗︎
Details:
linodes/rescue-linode.spec.ts • 1 flaky test
volumes/create-volume.smoke.spec.ts • 1 flaky test
account/default-payment-method.spec.ts • 1 flaky test
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
Co-authored-by: Banks Nussman <banks@nussman.us>
mjac0bs
approved these changes
May 1, 2023
cpathipa
approved these changes
May 1, 2023
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.
[2023-05-01] - v1.92.0
Added:
Changed:
<RegionSelect />
more dynamic #8996Fixed:
Tech Stories:
Components > CircleProgress
refactor: [M3-6302] - MUIv5 Migration - Components > CircleProgress #9028Components > StatusIcon
refactor: [M3-6396] - MUIv5 Migration - Components > StatusIcon #9014Components > TagsInput, TagsPanel
refactor: [M3-6414, M3-6415] - MUIv5 Migration - Components > TagsInput, TagsPanel #8995Components > Dialog
refactor: [M3-6319] - MUI v5 Migration - Components > Dialog #9020Components > DeletionDialog
refactor: [M3-6318] - MUI v5 - Components > DeletionDialog #9047Components > Currency
refactor: [M3-6309] - SRC > Components > Currency #9030Components > DisplayPrice
refactor: [M3-6322] - SRC > Components > DisplayPrice #9022Components > CreateLinodeDisabled
refactor: [M3-6308] - MUI v5 Migration -Components > CreateLinodeDisabled
#9015Components > DateTimeDisplay, DebouncedSearchTextField
refactor: [M3-6316, M3-6317] MUI v5 Migration - Components > DateTimeDisplay, DebouncedSearchTextField #9007Components > ConfirmationDialog
refactor: [M3-6305] - MUI v5 Migration SRC > Components > ConfirmationDialog #9016Components > CopyTooltip
refactor: [M3-6307] - MUIv5 Migration - SRC > Components > CopyTooltip #9040Components > CheckoutBar
refactor: [M3-6300] - MUI v5 Migration -Components > CheckoutBar
#9051Components > CreateLinodeDisabled
refactor: [M3-6308] - MUI v5 Migration -Components > CreateLinodeDisabled
#9015Components > ColorPalette
refactor: [M3-6303] - SRC > Components > ColorPalette #9013Components > Tile
refactor: [M3-6417] - SRC > Components > Tile #9001Components > TagsInput, TagsPanel
refactor: [M3-6414, M3-6415] - MUIv5 Migration - Components > TagsInput, TagsPanel #8995Components > DismissibleBanner
refactor: [M3-6321] – MUI v5 Migration -Components > DismissibleBanner
#8998Components > SupportLink, TextTooltip
refactor: [M3-6397, M3-6416] - MUI v5 Migration - Components > SupportLink, TextTooltip #8993Components > Toggle
refactor: [M3-6418] - MUI v5 Migration - Components > Toggle #8990Components > SplashScreen
refactor: [M3-6394] – MUI v5 Migration -Components > SplashScreen
#8994ConditionalWrapper
refactor: [M3-6304] - MUI v5 Migration -ConditionalWrapper
#9002README.md
fix:README.md
Validation Version Badge Label #9011<Select />
component refactor: [M3-6478] - Make<Select />
type safe #8986