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 📝 Added label for all ACLP Global filters using filter config ## Changes 🔄 1. Modify name property in FilterConfig with appropriate values 2. Consume name property and...
As per documentation getLinodes endpoint is capable of handling 500 requests per page at maximum so I used it like this" `const instances = await getLinodes({ page: 1, pageSize: 500...
## Description 📝 Highlight the Pull Request's context and intentions. ## Changes 🔄 List any change relevant to the reviewer. - ... - ... ## Target release date 🗓️ Please...
## Description 📝 - automatically reconnect weblish sessions that have disconnected - … unless it fails rapidly (more than 3 times in a 1 minute window) - … in which...
## Description 📝 Moves the `Tooltip` component to the `@linode/ui` package and updates existing imports. Keeping the existing `Tooltip` in the *src/components* directory with a new `@deprecated` annotation until Storybook...
## Description 📝 Highlight the Pull Request's context and intentions. ## Changes 🔄 List any change relevant to the reviewer. - ... - ... ## Preview 📷 **Include a screenshot...
## Description 📝 To prevent unauthorized access to specific flows and provide clearer guidance, we aim to restrict entry to users without the required permissions. Here, we are restricting users...
## Description 📝 DBaaS create encourage users to add IP allow_list ## Changes 🔄 - Access Controls are now wrapped in a radio button group - User has to explicitly...
## Description 📝 Follow-up to https://github.com/linode/manager/pull/11092 -- move `inputMaxWidth` into `Theme` so we can reference it as `theme.inputMaxWidth` as opposed to exporting & importing the `inputMaxWidth` variable ## Changes 🔄...
## Description 📝 Enables creation of LKE clusters with IP ACLS; enables updates of already migrated clusters ## Changes 🔄 - Adds new UI components - adds respective library calls...