manager icon indicating copy to clipboard operation
manager copied to clipboard

refactor: [M3-9379] - Move networktransfer queries

Open cpathipa opened this issue 7 months ago โ€ข 1 comments

Description ๐Ÿ“

Migrates network transfer queries, as well as all dependencies, under the @linode/queries package.

Changes ๐Ÿ”„

  • Creates new networktransfer/ directory in the @linode/queries package 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

cpathipa avatar Jun 13 '25 18:06 cpathipa

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 Failing664 Passing4 Skipped152m 3s

linode-gh-bot avatar Jun 17 '25 17:06 linode-gh-bot