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
Merge upstream #44
Merged
santoshp210-akamai
merged 68 commits into
santoshp210-akamai:alerts-listing-show-details-integration-branch
from
venkymano-akamai:merge_upstream
Dec 10, 2024
Merged
Merge upstream #44
santoshp210-akamai
merged 68 commits into
santoshp210-akamai:alerts-listing-show-details-integration-branch
from
venkymano-akamai:merge_upstream
Dec 10, 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`
* fix test flakes * fix test flakes * add changeset --------- Co-authored-by: Banks Nussman <banks@nussman.us>
…ge (linode#11296) * migrate Toggle to linode/ui * add changesets * move global tokens back to original place (more clarity)
* Remove recently added camelCase rule * Added changeset: Recently added camelCase rule * Added changeset: Recently added camelCase rule * Added changeset: Recently added camelCase rule * Reverting camelCase rule for ui package
…spec.ts` (linode#11323) * cypress test for plans panel * update tests to account for feature flag * add test for w/o account capability, update tests based on banners * Added changeset: Add tests for accelerated plans in `plan-selection.spec.ts` * update comment
…for resources component (linode#11309) * upcoming: [DI-21119] - Handle jwe token limit in ACLP UI * upcoming: [DI-21119] - small fix * upcoming: [DI-21119] - Wait issue & preferences fix, UTs updated * upcoming: [DI-21119] - Comments updated * upcoming: [DI-21119] - Small fix * upcoming: [DI-21119] - Small fix * upcoming: [DI-21119] - PR comments * upcoming: [DI-21119] - Resources call restored and minor updates * upcoming: [DI-21119] - Sanity fixes * upcoming: [DI-21119] - Fallback fix for undefined token * upcoming: [DI-21119] - sorting for payload * upcoming: [DI-21999] - Bug fix for resource limit selection * upcoming: [DI-21999] - Test case update for resource component bug fix * upcoming: [DI-21119] - linting fix * upcoming: [DI-21119] - Added changeset * upcoming: [DI-21119] - Updated changeset description Co-authored-by: Harsh Shankar Rao <hrao@akamai.com> --------- Co-authored-by: Harsh Shankar Rao <hrao@akamai.com>
) * upcoming: [DI-21842] - Updated logic to handle 1 xAxisTickCount * upcoming: [DI-21842] - Updated legends height * upcoming: [DI-21842] - Removed legends height breakpoint * added changeset * upcoming: [DI-21842] - Round y-axis value to 2 digits * upcoming: [DI-21842] - Updated y-axis margin * upcoming: [DI-21842] - Updated top margin to graph
…e#11327) * accelerated linode * update comment explanation * remove .only oops * fix comment typo * Added changeset: Add test to create a mock accelerated Linode * update comments
…de#11261) * Initial commit: new types * Introducing logic to the PG linode row * update linode status * invalidation and improved UI * Added changeset: Improve Placement Groups UI during Linode Migrations * Added changeset: Placement Groups migrations Types * Update packages/manager/src/features/Linodes/MigrateLinode/ConfigureForm.tsx Co-authored-by: Connie Liu <139280159+coliu-akamai@users.noreply.github.com> * Update packages/manager/src/features/Linodes/MigrateLinode/ConfigureForm.tsx Co-authored-by: Connie Liu <139280159+coliu-akamai@users.noreply.github.com> --------- Co-authored-by: Connie Liu <139280159+coliu-akamai@users.noreply.github.com>
…alert form (linode#11331) * upcoming: [DI-21694] - Added the Resources Select component, UT for that, converted few variables from snake case to camel case * upcoming: [DI-21694] - Added memoization to the resources fetching method * upcoming: [DI-21694] - Rendering resources component before Severity * Added changeset: ResourceMultiSelect component, along with UT. Changed case for few variables and properties * upcoming: [DI-21694] - Removed the styling for the Autocomplete in ResourceMultiSelect and modified and added few properties for the Alert interfaces as per the latest API-spec * upcoming: [DI-21694] - Addressed the review changes: Made the values dynamic in the Unit Test, replaced the variable name from serviceWatcher to serviceTypeWatcher, added comment addressing need for useEffect() * upcoming: [DI-21694] - Addressed the review changes: Changed the Label to Clusters in case of Database service type
* test: [M3-8547] - Add unit tests for `DocsLink` component * Added changeset: unit test cases for `DocsLink` component
…s, Table rows and added the GET api endpoint and mockServer for fetching alert definitions
…11337) * 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
…or the AlertListing Table and minor changes
…presentation (linode#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>
…ses, unabbreviated UT to Unit Tests in changeset
…r flow (linode#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 (linode#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
* bump recharts to ^2.14.1 * Added changeset: Bump recharts to ^2.14.1
…elerated plans (linode#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 (linode#11361) * Change sanitized url path string to match UXR request * Added changeset: Change Pendo sanitized URL path string
* Fix regression with AppBar * feedback @mjac0bs
…#11348) ## 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" ```
…e#11355) * 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>
…linode#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
…he TableHead Row, Replaced referencing colors directly and used theme styling for colors
…x defaultDB for legacy instances (linode#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
…11349) * 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>
…er AlertListingTableLabelMap, used shorthand
…gacy flow (linode#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
merging latest changes from linode/develop
…inode#11351) * Add aria-describedby to TextField with helper text * Always some ID * cleanup * add coverage * Added changeset: aria-describedby to TextField with helper text * cleanup * feedback @hkhalil-akamai
* nested JSON flags * fix overflow * Styling updates * save progress * save progress * Fix types * Wrapping up account customization * form improvements profile * cleanup * Added changeset: Dev Tools fixes and improvements * fix flake * feedback @jaalah-akamai
…4 type (linode#11369) * use query key factory * add changesets --------- Co-authored-by: Banks Nussman <banks@nussman.us>
Bumps [@eslint/plugin-kit](https://github.com/eslint/rewrite) from 0.2.0 to 0.2.4. - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json) - [Commits](eslint/rewrite@core-v0.2.0...plugin-kit-v0.2.4) --- updated-dependencies: - dependency-name: "@eslint/plugin-kit" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* remove `reselect` dependency * add changeset * fix changeset message --------- Co-authored-by: Banks Nussman <banks@nussman.us>
…de#11354) * upcoming: [DI-20929] - Added labels parameter to global filter change handlers * upcoming: [DI-20929] - Added cloudpulse applied filter * upcoming: [DI-20929] - Added test cases * upcoming: [DI-20929] - updated failing test cases * upcoming: [DI-22221] - Fixed console error * upcoming: [DI-20929] - Added changeset * upcoming: [DI-20929] - Updated changeset * upcoming: [DI-20929] - Updated import libraries * upcomign: [DI-20929] - Updated types * upcomign: [DI-20929] - Updated types * upcoming: [DI-20929] - Updated styles for dark theme * upcoming: [DI-20929] - Updated styling * upcoming: [DI-20929 ] - Eslint issue fixed * upcoming: [DI-20929] - updated function order * upcoming: [DI-20929] - Improve code readability
…e_upstream # Conflicts: # packages/manager/src/factories/cloudpulse/alerts.ts
…om:santoshp210-akamai/manager into merge_upstream # Conflicts: # packages/api-v4/src/cloudpulse/alerts.ts # packages/api-v4/src/cloudpulse/types.ts # packages/manager/src/factories/cloudpulse/alerts.ts # packages/manager/src/features/CloudPulse/Alerts/AlertsLanding/AlertsDefinitionLanding.tsx # packages/manager/src/mocks/serverHandlers.ts # packages/manager/src/queries/cloudpulse/alerts.ts # packages/manager/src/queries/cloudpulse/queries.ts
santoshp210-akamai
merged commit Dec 10, 2024
9f6e5fa
into
santoshp210-akamai:alerts-listing-show-details-integration-branch
16 of 20 checks passed
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.
No description provided.