manager
manager copied to clipboard
Akamai's Cloud Manager is an open-source, single-page application designed as the primary frontend interface for interacting with the Linode API. It is entrusted by hundreds of thousands of customers...
## Description 📝 This PR fixes the issue of debouncing is not happening for the instances of DebouncedSearchTextField component. ## Changes 🔄 List any change relevant to the reviewer. -...
## Description 📝 Add Cypress tests to verify the flow to generate compliant firewalls in the Linode Create form. This flow can also be initiated from the banners in `FirewallLanding`...
## Description 📝 Refactor Cypress test to the flow of creating Linode through CLI. ## Major Changes 🔄 - Refactor Cypress test that creates Linode through CLI. ## How to...
## Description 📝 - Updates Linode Create v2 to be in parity with Linode Create v1 when it comes to a restricted user creating a Linode in an EU region...
## Description 📝 - Updates TypeScript and Vitest 📦 - Remove `npm-run-all` and `postinstall` because we don't use them 🗑️ - I wanted to update just Typescript initially, but I...
## Description 📝 `const toasts: Toasts = { ... }` should be moved to the event directory and map to event messages already defined in our new factory ## Changes...
## Description 📝 Created new drawer for managing volume tags, action menu for the volume row updated. ## Changes 🔄 - Removed "Show Config" button from the volume table row...
## Description 📝 Makes a number of minor tweaks for Image Service Gen2 GA ## Changes 🔄 - Uses the term "Replicas" instead of "Regions" ✏️ - Only shows regions...
## Description 📝 Added a new CloudPulseDashboardWithFilters component which has the capability to build the filters needed in service provider page as well as the dashboard. This component will be...
## Description 📝 In the `CreditCardSchema` validation, the `expiry_year` field has a test to ensure the expiration year is 2 or 4 digits. The test function takes a `value` parameter,...