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.112.0 - release β†’ staging #10174

Closed
wants to merge 27 commits into from
Closed

Conversation

cpathipa
Copy link
Contributor

Description πŸ“

Changelog

[2024-02-12] - v1.112.0

Fixed:

  • EditableText interaction styling (#10132)
  • Unit tests Button enabled assertions (#10142)
  • Error when enabling backups for Linodes in regions with $0 pricing (#10153)
  • Allow IPv6 ranges transfers (#10156)
  • Error notices for $0 regions in LKE Resize and Add Node Pools drawers (#10157)
  • Error in Enable All Backups drawer when one or more Linode is in a $0 region (#10161)
  • Display $0.00 prices in Linode Migration dialog (#10166)

Tech Stories:

  • DC Get Well - Cleanup/Remove feature flag logic (#10146)
  • Clean up regionDropdown feature flag (#10148)
  • Update react-router-dom in preparation for React 18 (#10154)
  • Remove Enzyme (#10160)
  • Update launchdarkly-react-client-sdk (#10165)

Tests:

  • Add integration test coverage for Account Login History (#10125)
  • Add 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)

Upcoming Features:

  • Create Placement Groups Select component (#10100)
  • Cleanup files to use profile to get user_type (#10102)
  • "Save" button in Edit Access Key drawer disabled unless field values are changed (#10118)
  • Add Placement Group Linodes List (#10123)
  • Improve restricted access Login History experience for child and restricted users (#10125)
  • Add AssignLinodesToPlacementGroup drawer (#10140)

abailly-akamai and others added 26 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>
Release v1.111.0 - staging β†’ master
* 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
@cpathipa cpathipa requested review from a team as code owners February 12, 2024 15:14
@cpathipa cpathipa requested review from jdamore-linode and removed request for a team February 12, 2024 15:14
@cpathipa cpathipa requested review from dwiley-akamai and hana-akamai and removed request for a team February 12, 2024 15:14
@cpathipa cpathipa self-assigned this Feb 12, 2024
@cpathipa cpathipa added the Release β†’ Staging Pre-Release: Release β†’ Staging label Feb 12, 2024
@cpathipa
Copy link
Contributor Author

Closing this PR, Since we are only releasing VPC IPV4.

@cpathipa cpathipa closed this Feb 12, 2024
@cpathipa cpathipa deleted the release-v1.112.0 branch February 12, 2024 15:21
Copy link

github-actions bot commented Feb 12, 2024

Coverage Report: ❌
Base Coverage: 81.15%
Current Coverage: 81.13%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release β†’ Staging Pre-Release: Release β†’ Staging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants