manager icon indicating copy to clipboard operation
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...

Results 231 manager issues
Sort by recently updated
recently updated
newest added

## 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...

Work in Progress
Enhancement

## โœจ 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?**

Work in Progress

## Description Generate a Jest coverage report when running the CI workflow via GitHub Actions and save it as an artifact.

Do Not Merge

## 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 ![Screen Shot 2022-08-04 at 1 47 41 PM](https://user-images.githubusercontent.com/6440455/182916881-5f4a0744-8d0c-4c4e-9a5b-f1f38305c8ed.jpg) ## ๐Ÿงช How to test - Test...

Work in Progress

## 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...