manager icon indicating copy to clipboard operation
manager copied to clipboard

upcoming: [UIE-9780] - Add new API endpoints, types and queries for Rโ€ฆ

Open tanushree-akamai opened this issue 1 month ago โ€ข 1 comments

Resource Locking feature(RESPROT2)

Description ๐Ÿ“

Added new API endpoints, types, and queries for Resource Locking feature

Changes ๐Ÿ”„

Added new endpoints (API v4 beta): GET /v4beta/locks GET /v4beta/locks/{lock_id} POST /v4beta/locks DELETE /v4beta/locks/{lock_id}

Introduced new types: LockEntity LockType CreateLockPayload ResourceLock

Added required queries: useLocksQuery useLockQuery useCreateLockMutation useDeleteLockMutation

Scope ๐Ÿšข

Upon production release, changes in this PR will be visible to:

  • [ ] All customers
  • [ ] Some customers (e.g. in Beta or Limited Availability)
  • [x] No customers / Not applicable

How to test ๐Ÿงช

Confirm changes match API spec (API spec - added in the parent ticket)

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 โœ…

  • [x] All tests and CI checks are passing
  • [x] TypeScript compilation succeeded without errors
  • [x] Code passes all linting rules

tanushree-akamai avatar Dec 10 '25 14:12 tanushree-akamai

Looks like some tests and typescript typecheck is failing for some reason

bnussman-akamai avatar Dec 10 '25 14:12 bnussman-akamai

Cloud Manager UI test results

:tada: 830 passing tests on test run #3 โ†—๏ธŽ

:x: Failing:white_check_mark: Passing:arrow_right_hook: Skipped:clock1: Duration
0 Failing830 Passing11 Skipped35m 30s

linode-gh-bot avatar Dec 17 '25 12:12 linode-gh-bot