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 📝 Proof of concept to use test weights when distributing tests across containers to improve the efficiency of our Jenkins runs. Always annoys me when I see one...
## Description 📝 When running tests locally on `develop`, I'm getting anywhere between 3-8 failures each run. We additionally had a flaky unit test in CI during our last release...
Hi team, In general, we call `setToken()` and then an endpoint, like: ``` public async getKubeVersions() { setToken(linodeToken); return await getKubernetesVersions(); } ``` The issue is we call the endpoints...
## Description 📝 Enables LKE events (from apinext) to become highlighted as valid events on CM. ## Changes 🔄 Added new messages ## Target release date 🗓️ Not sure of...
## Description 📝 Adds a test to confirm the populated state of the Placement Group landing page. Specifically, confirms that each Placement Group is listed as expected and that non-compliance...
## Description 📝 Adds a Cypress integration test for basic Placement Group create flow. It confirms that a Placement Group can be created from the landing page, that the outgoing...
## Description 📝 This PR adds a new `DiskEncryption` component that will be used (with some coming modifications) in the Linode Create, Linode Rebuild, and LKE Create flows. ## Target...
# Cloud Manager ## [2024-05-06] - v1.118.1 ### Upcoming Features: - Use 'edge'-class plans in edge regions ([#10441](https://github.com/linode/manager/pull/10441)) # API-v4 ## [2024-05-06] - v0.116.0 ### Added: - 'edge' Linode type...
## Description 📝 - Adds the "Create using Command Line" button to the new Linode Create flow 🎉 ## Preview 📷  ## How...
## Description 📝 - Adds the distribution icon to the new ImageSelect on the new Linode Create flow 🖼️ - Add unit test to ensure Icon renders ## Preview 📷...