manager
manager copied to clipboard
refactor: [M3-9379] - Move networktransfer queries
Description ๐
Migrates network transfer queries, as well as all dependencies, under the @linode/queries package.
Changes ๐
- Creates new
networktransfer/directory in the@linode/queriespackage with the following structure:
types/
|__ index.ts
|__ networktransfer.ts
|__ requests.ts
- Updates import paths throughout
packages/manager.
How to test ๐งช
- Rely on e2e tests and CI pipeline to ensure changes do not break the application.
- No changes to the UI as a result of this PR.
Verification steps
- Verify that the types feature works as expected.
- Verify that other major flows continue to work as expected.
Author Checklists
As an Author, to speed up the review process, I considered ๐ค
๐ Doing a self review โ Our contribution guidelines ๐ค Splitting feature into small PRs โ Adding a changeset ๐งช Providing/improving test coverage ๐ Removing all sensitive information from the code and PR description ๐ฉ Using a feature flag to protect the release ๐ฃ Providing comprehensive reproduction steps ๐ Providing or updating our documentation ๐ Scheduling a pair reviewing session ๐ฑ Providing mobile support โฟ Providing accessibility support
- [ ] I have read and considered all applicable items listed above.
As an Author, before moving this PR from Draft to Open, I confirmed โ
- [ ] All unit tests are passing
- [ ] TypeScript compilation succeeded without errors
- [ ] Code passes all linting rules
Cloud Manager UI test results
:tada: 664 passing tests on test run #4 โ๏ธ
| :x: Failing | :white_check_mark: Passing | :arrow_right_hook: Skipped | :clock1: Duration |
0 Failing | 664 Passing | 4 Skipped | 152m 3s |