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

Release v1.113.0 – stagingmaster #10209

Merged
merged 42 commits into from
Feb 20, 2024
Merged

Release v1.113.0 – stagingmaster #10209

merged 42 commits into from
Feb 20, 2024

Conversation

dwiley-akamai
Copy link
Contributor

Cloud Manager

[2024-02-20] - v1.113.0

Added:

  • Feb 2024 Marketplace apps (#10149)

Changed:

  • Improve Linode Graph X Axis Labels when viewing historic data (#10186)

Fixed:

Tech Stories:

  • Clean up DC Get Well feature flag logic (#10146)
  • Clean up regionDropdown feature flag (#10148)
  • Update react-router-dom in preparation for React 18 (#10154)
  • Remove Enzyme (#10160)
  • Update Luxon (#10163)
  • Update launchdarkly-react-client-sdk (#10165)
  • Add analytics event for breadcrumb label edit icon on Linode details page (#10183)

Tests:

  • Add integration test coverage for Account Login History (#10125)
  • Add integration test to check proxy user disabled username/email field (#10139)
  • Add Cypress tests for OBJ Multicluster access key operations (#10144)
  • Fix billing contact Cypress test by narrowing element selection scope (#10150)
  • Update Cypress tests to use "default" user_type for non-parent/child/proxy users (#10176)
  • Fix Button enabled assertions (#10142)

Upcoming Features:

APIv4

[2024-02-20] - v0.110.0

Upcoming Features:

  • Update /account and /profile UserType from null to "default" (#10176)

abailly-akamai and others added 30 commits January 31, 2024 17:11
…10132)

* Adjust EditableText styling

* Added changeset: EditableText interaction styling
…e` (#10102)

Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com>
Co-authored-by: Banks Nussman <115251059+bnussman-akamai@users.noreply.github.com>
Co-authored-by: mjac0bs <mjacobs@akamai.com>
* Save progress

* Wrap up interceptor logic

* Added changeset: Unit tests Button enabled assertions
…ic (#10146)

* Cleanup feature flag data

* Added changeset: DC Get Well - Cleanup/Remove feature flag logic
* upcoming: [M3-7622]: Start working on shell for PG select

* Remove boilerplate and map data flow

* testing something new

* placement group select label

* Add logic to filter PGs based on region and error messages

* refactor placement group and region logic

* Change error message logic

* Fix init state bug and add unit tests

* Refactor based on PR feedback

* Remove Notice component from select component

* Update unit test

* Remove redundant utils file

* Add changeset

* Improve and cleanup PR

* Remove comments and local state for errorText

* Refactor

* Remove value prop

* Add tooltip icon and change no options message

---------

Co-authored-by: Alban Bailly <abailly@akamai.com>
* Resolve failure by narrowing text selection to billing contact section and drawer
* Initial commit - save work

* Post rebase fixes

* Formatting and styling

* Cleanup and sorting improvements

* Cleanup and sorting improvements

* Adding unit tests

* Cleanup

* Added changeset: Placement GroupLinode List

* Simplify logic - avoid useEffect

* Feedback
* remove `regionDropdown` feature flag

* Added changeset: Clean up `regionDropdown` feature flag

* improve placeholder @mjac0bs

---------

Co-authored-by: Banks Nussman <banks@nussman.us>
…t 18 (#10154)

* update `react-router-dom` and `@types/react-router-dom` and fix type changes

* Added changeset: Update `react-router-dom` in preparation for React 18

---------

Co-authored-by: Banks Nussman <banks@nussman.us>
…abled (#10118)

* upcoming: [M3-7696] - Edit Access key Drawer - Save Edit Access key Drawer - Fix save button is disabled.

* Remove unused imports

* Added changeset: Edit Access key Drawer - Fix Save button is disabled.

* code cleanup

* Update utils.ts

* PR - feedback

* PR feedback - @abailly-akamai

* Update packages/manager/.changeset/pr-10118-upcoming-features-1706544516803.md

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

* PR - feedback - @DevDW

* Remove error when regions are selected.

---------

Co-authored-by: Dajahi Wiley <114682940+dwiley-akamai@users.noreply.github.com>
* rewrite many enzyme tests

* re add `FromStackScriptContent.test.tsx`

* re-add `StackScriptCreate.test.tsx`

* remove pagey because it is not used

* remove unused type

* finish refactoring last few enzyme tests

* update docs and remove enzyme packages

* re-add missing dependency

* re-add missing dependency

* Added changeset: Remove Enzyme

---------

Co-authored-by: Banks Nussman <banks@nussman.us>
…l field (#10139)

* M3-7689: Add test to check proxy user disabled username/email field

* fix comments

* fix comments

* Added changeset: Add test to check proxy user disabled username/email field
… Add a Node Pool drawers (#10157)

* Allow -zsh LKE prices without error notices in Resize Pool and Add Pool drawers

* Fix loading spinner displaying above what was supposed to be loading

* Fix conditional to render notice if either price is invalid

* Add test coverage

* Added changeset: Hide error notices for /bin/sh regions for LKE Resize and Add Node Pools

* Fix changeset wording

* Address feedback: use invalid price util
…awer (#10161)

* Remove error indicator for Linodes in $0 regions

* Fix $0 total price display issue

* Cover $0 pricing cases in Cypress backup tests

* Add BackupLinodeRow tests to account for error states and $0 regions

* Add unit tests for BackupDrawer component
* Saving work

* Responsive changes

* Query invalidation improvement

* Improve add IP drawer

* Improve add IP drawer: styling

* Added changeset: Allow IPv6 ranges transfers

* Feedback

* Cleanup comment
* Add unit tests for MigrationPricing component

* Accounting for $0 prices in MigrationPricing component
…ns with $0 price (#10153)

* Fix error when enabling backups for Linodes in regions with $0 price

* Add unit tests for EnableBackupsDialog

---------

Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>
… experience (#10125)

* Show warning and hide table for restricted users

* Factory, mock endpoint, and WIP integration test for Login History

* Finish tests; add aria labels to table and status icon

* Add changesets

* Fix typo in factory

* Address feedback: fix restricted access to match prod (any restricted user)
#10165)

* update and refactor

* use exact version

* Added changeset: Update `launchdarkly-react-client-sdk`

* fix eslint warnings

---------

Co-authored-by: Banks Nussman <banks@nussman.us>
…key management (#10144)

* Add QA data attribute for selection list component

* Add tests for OBJ multi cluster access key edit and create flows
* Improve add IP drawer

* Initial commit - save work

* Post rebase fixes

* Cleanup and sorting improvements

* Cleanup and sorting improvements

* Adding unit tests

* Cleanup

* Added changeset: Placement GroupLinode List

* Save progress

* Save progress

* Save progress

* saving work

* wrap up

* Cleanup and tests

* Post rebase diff fix

* Text fix and cleanup

* Better querying

* Added changeset: Add AssignLinodesToPlacementGroup drawer

* Better test

* Fix typo

* Feedback

* Ooops await
* upcoming: [M3-7611] - PlacementGroups Summary

* Add notice for non-compliant placement groups

* formatting

* PR feedback

* Add changeset

* Remove stale code block from test

* Move notice component into summary panel

* Add PR feedback changes

* Fix failing test

* Add check for tooltip in unit test

* Remove comment
* update luxon and fix breaking changes

* update luxon and fix breaking changes

* remove `chartjs-adapter-luxon`

* Added changeset: Update Luxon

* use exact versions

---------

Co-authored-by: Banks Nussman <banks@nussman.us>
* rename react query queries folder

* rename aclb factory

* rename api-v4 folder

* update msw handlers

* update api endpoint in api-v4 calls

* update cypress interceptors

* update unit test api endpoint mock urls

* update todo comments

* fix breadcrumb on the full create flow summary page

---------

Co-authored-by: Banks Nussman <banks@nussman.us>
* fix bundle analyse script

* Added changeset: Bundle analyze script

* bunx for the win!
Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com>
mjac0bs and others added 12 commits February 13, 2024 08:08
…pe` instead of null (#10176)

* Update apiv4 user_type types

* Update user_type in factories

* Update e2e tests for default user_type

* Update components and utils

* Update unit tests

* Remove an unnecessary mocked request in test

* Add changesets
…y users (#10152)


Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com>
Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>
* Save work

* Build modal logic

* wrap up modal

* cleanup

* Add test

* Added changeset: Add unassign linode from Placement Group modal

* Feedback

* Feedback
Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com>
Co-authored-by: Hussain Khalil <122488130+hkhalil-akamai@users.noreply.github.com>
Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>
…#10149)

## Description 📝
Contains assets and entries for new OCAs, NATS Single Node and JupyterLab Notebook.

## Changes  🔄
List any change relevant to the reviewer.
updates oneClickApps.ts

---------

Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>
Co-authored-by: Hana Xu <hxu@akamai.com>
…istoric data (#10186)

* use different time format for historic view

* Added changeset: Improve Linode Graph X Axis Labels when viewing historic data

* add comment

* Update packages/manager/src/features/Linodes/LinodesDetail/LinodeSummary/LinodeSummary.tsx

Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>

---------

Co-authored-by: Banks Nussman <banks@nussman.us>
Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>
…page for analytics (#10183)

* Tag breadcrumb edit icon on Linode Details page for analytics

* Added changeset: Add analytics event for breadcrumb label edit icon on Linode details page

* Track linode label update on details page and settings tab

* Update prop name to follow convention
* Initial commit: save work

* Handle MSW regions

* Use new hook to get data

* Cleanup and test fix

* Added changeset: Placement Groups limits updates

* Change "compliant" to "is_compliant"

* feedback
…e two Users & Grants tables (#10192)


Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com>
Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>
…ilter` (#10196)

* fix filter for pending table

* clean up and comment

* Added changeset: Account Maintenance Pending Table - Incorrect `X-Filter`

---------

Co-authored-by: Banks Nussman <banks@nussman.us>
Release v1.113.0 - `release` → `staging`
@dwiley-akamai dwiley-akamai added the Release Cloud Manager releases label Feb 20, 2024
@dwiley-akamai dwiley-akamai self-assigned this Feb 20, 2024
@dwiley-akamai dwiley-akamai requested review from a team as code owners February 20, 2024 18:21
Copy link
Contributor

@mjac0bs mjac0bs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, pending tests complete and are passing.

Copy link

Coverage Report:
Base Coverage: 81.28%
Current Coverage: 81.26%

@dwiley-akamai dwiley-akamai merged commit 3dc7512 into master Feb 20, 2024
40 checks passed
@jaalah-akamai jaalah-akamai added Off-Cycle Release Off-Cycle Release and removed Off-Cycle Release Off-Cycle Release labels Feb 24, 2024
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.