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 ๐ - The goal of this PR is to decrease friction when inputting a Credit Card's expiration date - Support more formats - Allow user to submit form...
## โจ Description - Use `tsup` for building `@linode/api-v4` and `@linode/validation` ## ๐ Details - Deprecates `yarn up` in favor of `yarn dev` - Runs a dev server for `@linode/validation`...
## Description **What does this PR do?** ## How to test **What are the steps to reproduce the issue or verify the changes?** **How do I run relevant unit tests?**
## Description Generate a Jest coverage report when running the CI workflow via GitHub Actions and save it as an artifact.
## Description **What does this PR do?** This is a small tweak that changes the way Cypress reads environment variables on startup. Currently, only the `.env` file gets read. This...
## โจ Description - Merges the Marketplace UI refinement project into `develop` ## ๐ท Preview  ## ๐งช How to test - Test...
## Description - When an app is passed as a query param for Linode creation, scroll to the selected app in the list - This helps clearly show users what...
## Description Removes `__data__/types.ts` and updates the files (mostly tests) that used it accordingly by bringing back `cachedData/types.json` (see https://github.com/linode/manager/pull/7777/files) to use instead. ## How to test Ensure that `yarn...
## Description **What does this PR do?** This PR adds the capability to run Cypress via Docker, which will later be used to run Cypress in Jenkins. Because this was...
## Description ๐ - Cleans up props of all components - Removes `React.FC` where it is unnecessary ## Why โ - https://medium.com/raccoons-group/why-you-probably-shouldnt-use-react-fc-to-type-your-react-components-37ca1243dd13 - This will improve readability of our code...