forked from linode/manager
-
Notifications
You must be signed in to change notification settings - Fork 0
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
merging latest changes from linode:develop #40
Merged
santoshp210-akamai
merged 35 commits into
santoshp210-akamai:feature/list-alert-definition-landing-page
from
linode:develop
Dec 6, 2024
Merged
merging latest changes from linode:develop #40
santoshp210-akamai
merged 35 commits into
santoshp210-akamai:feature/list-alert-definition-landing-page
from
linode:develop
Dec 6, 2024
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
fix: [APL-417] - changed APL name to Akamai App Platform
Co-authored-by: Banks Nussman <115251059+bnussman-akamai@users.noreply.github.com>
Release v1.132.2 - `staging` β `master`
* Add linter rules for naming convention * Add rules for typeLike * Add rules for destrctured variables * Added changeset: Linter rules for naming convention * Added changeset: Linter rules for naming convention
β¦presentation (#11311) * change: [UIE-8228] - DBaaS Resize GA: Enable Downsizing, update node presentation * Added changeset: DBaaS Resize GA: Enable Downsizing (horizontal and vertical), enable 'Shared' tab, updated node presentation * clean up unit test * try to fix flake * revert changes --------- Co-authored-by: Banks Nussman <banks@nussman.us>
β¦r flow (#11322) * Display new Cluster Type panel in create flow when LKE-E is enabled * Disable LKE-E card without the account capability * Require feature enablement to create LKE-E cluster * Fix divider margin * Change placement of tooltip * Improve responsive styling * Update useIsLkeEnterpriseEnabled hook test coverage * Add test coverage to lke-create.spec.ts * Add changeset * Fix top margin of docs link * Use the correct accountbeta query for the ClusterTypePanel * clean up --------- Co-authored-by: Hana Xu <hxu@akamai.com>
β¦m`) to `ui` package (#11314)
* KubeConfigDrawer * KubeControlPlaneACLDrawer * HistoryDrawer * feedback @bnussman-akamai * feedback @bnussman-akamai * Fix passing data * Update e2e lke update suite for better label * fix maybe flaky DB test
* test: [M3-8546] - Add unit tests for DialogTitle component * Added changeset: unit test cases for `DialogTitle` component * Fix capitalization nitpicks in test file * update changeset `Type` and `Description`
* Add new assertions for linode backup tests * Update comments * Added changeset: Add new assertions for linode backup tests * update changeset comment
β¦ load (#11356) * Dont pass -1 as default * Added changeset: LinodeCreate OS Panel fetches region with -1 on page load
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 6.0.5 to 6.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/v6.0.6/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v6.0.5...v6.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
β¦ dimensions (#11242) * Customizing radio button sizes * Added a sample * Reverted sample * Updated sizes for medium and small radio buttons * Added changeset * Wrapped radio icons in SvgIcon & added font sizes to themes/light.ts * fixes * linting fix
* bump recharts to ^2.14.1 * Added changeset: Bump recharts to ^2.14.1
β¦elerated plans (#11363) * update link + add region availability banner * Added changeset: Docs link and region availability notice for Accelerated compute plans * update plan-selection tests due (new banner added)
β¦XR request (#11361) * Change sanitized url path string to match UXR request * Added changeset: Change Pendo sanitized URL path string
* Fix regression with AppBar * feedback @mjac0bs
## Description π LKE-Enterprise will not be available in all regions. It will be available in limited DCs initially, then expanded to all core DCs. We want to clearly communicate to users why they cannot select the same DCs for LKE-E as we offer for LKE. ## Changes π - Filter region select by the `Kubernetes Enterprise` capability if LKE-E is selected & show tooltip ## How to test π§ͺ ### Prerequisites (How to setup test environment) - Ensure you have the LKE-E customer tag on your account (see Project Tracker) - Point to the development environment ### Verification steps (How to verify changes) - [ ] Go to http://localhost:3000/kubernetes/create - [ ] When LKE standard cluster type is selected, all regions with the Kubernetes capability are displayed. - [ ] When the LKE enterprise cluster type is selected, regions are filtered display only those with the Kubernetes Enterprise capability. - [ ] A tooltip is displayed next to the region select that explains the reason for the limited list. - [ ] When the lkeEnterprise feature is disabled, no region tooltip is visible. - [ ] Confirm test coverage passes ``` yarn cy:run -s "cypress/e2e/core/kubernetes/lke-create.spec.ts" ```
* feat: [M3-8953] - OBJ Gen2 Updates * Add changeset * fix duplicate buckets landing page, may rework * Update e2e tests * Remove redundant beforeEach * Small adjustment to request * fix access keys e2e test * Fix bucket-create-gen2.spec.ts failing tests @linode/frontend-sdet * E2E review updates @cliu-akamai @AzureLatte * Fix issue where properties content was overriding SSL for non-gen2 capability users @coliu-akamai * Remove CORS from object drawers @bnussman-akamai * Update packages/manager/.changeset/pr-11355-upcoming-features-1733237339445.md Co-authored-by: Dajahi Wiley <114682940+dwiley-akamai@users.noreply.github.com> * Update packages/manager/.changeset/pr-11355-upcoming-features-1733237339445.md Co-authored-by: Dajahi Wiley <114682940+dwiley-akamai@users.noreply.github.com> * Remove double copy icon @dwiley-akamai * Add changesets * Update packages/manager/src/features/ObjectStorage/AccessKeyLanding/AccessKeyTable/HostNameTableCell.tsx Co-authored-by: Banks Nussman <115251059+bnussman-akamai@users.noreply.github.com> * Pluralize the regions * Fix E2E based in pluralize * Fix unit tests * Fix e2e from removing toggle --------- Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com> Co-authored-by: Connie Liu <coliu@akamai.com> Co-authored-by: Dajahi Wiley <114682940+dwiley-akamai@users.noreply.github.com> Co-authored-by: Banks Nussman <115251059+bnussman-akamai@users.noreply.github.com>
β¦#11293) * fix: [M3-8740] - Convert Object Storage size from GiB to GB in frontend * Added changeset: Convert Object Storage bucket sizes from `GiB` to `GB` in the frontend * refactor: [M3-8740] - Convert Object Storage size from GiB to GB in frontend * Change comment description
β¦x defaultDB for legacy instances (#11371) * feat: [UIE-8269], [UIE-8290] - DBaaS: Access Controls text update, fix defaultDB for legacy instances * feat: [UIE-8269], [UIE-8290] - refactoring * feat: [UIE-8269], [UIE-8290] - fix e2e test * Added changeset: DBaaS : Updated copy, placeholders, and button text in Access Controls, fixed default DB value for legacy instances
* update hookform resolvers and try to fix schema issues * fix import * fix acl regression * revert linode create resolver change --------- Co-authored-by: Banks Nussman <banks@nussman.us>
β¦gacy flow (#11300) * fix: [M3-8912] - Create support ticket for bucket created through legacy flow * Added changeset: Create support ticket for buckets created through legacy flow
* test: [M3-8758]- Flake flaky test * Added changeset: Fix `delete-volume.spec.ts` flaky test
santoshp210-akamai
merged commit Dec 6, 2024
291fadb
into
santoshp210-akamai:feature/list-alert-definition-landing-page
8 checks passed
Coverage Report: β |
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.
Description π
Highlight the Pull Request's context and intentions.
Changes π
List any change(s) relevant to the reviewer.
Target release date ποΈ
Please specify a release date (and environment, if applicable) to guarantee timely review of this PR. If exact date is not known, please approximate and update it as needed.
Preview π·
Include a screenshot or screen recording of the change.
π Use the Mask Sensitive Data setting for security.
π‘ Use
<video src="" />
tag when including recordings in table.How to test π§ͺ
Prerequisites
(How to setup test environment)
Reproduction steps
(How to reproduce the issue, if applicable)
Verification steps
(How to verify changes)
Author Checklists
As an Author, to speed up the review process, I considered π€
π Doing a self review
β Our contribution guidelines
π€ Splitting feature into small PRs
β Adding a changeset
π§ͺ Providing/improving test coverage
π Removing all sensitive information from the code and PR description
π© Using a feature flag to protect the release
π£ Providing comprehensive reproduction steps
π Providing or updating our documentation
π Scheduling a pair reviewing session
π± Providing mobile support
βΏ Providing accessibility support
As an Author, before moving this PR from Draft to Open, I confirmed β
Commit message and pull request title format standards
<commit type>: [JIRA-ticket-number] - <description>
Commit Types:
feat
: New feature for the user (not a part of the code, or ci, ...).fix
: Bugfix for the user (not a fix to build something, ...).change
: Modifying an existing visual UI instance. Such as a component or a feature.refactor
: Restructuring existing code without changing its external behavior or visual UI. Typically to improve readability, maintainability, and performance.test
: New tests or changes to existing tests. Does not change the production code.upcoming
: A new feature that is in progress, not visible to users yet, and usually behind a feature flag.Example:
feat: [M3-1234] - Allow user to view their login history