mirror of
https://github.com/unraid/api.git
synced 2026-05-01 04:31:31 -05:00
f5724abffb
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced API capabilities with improved GraphQL interfaces for remote access, parity checks, notifications, and virtual machine controls. - Introduction of dynamic remote access settings and refined online status and service monitoring. - New `ParityCheckMutationsResolver` for managing parity check operations through GraphQL. - **Refactor** - Consolidated and renamed internal types and schema definitions to improve consistency and performance. - Removed deprecated legacy schemas to streamline the API. - Updated import paths for various types to reflect new module structures. - **Chore** - Updated environment configurations and test setups to support the new logging and configuration mechanisms. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
11 lines
308 B
Plaintext
11 lines
308 B
Plaintext
---
|
|
description:
|
|
globs: api/*
|
|
alwaysApply: false
|
|
---
|
|
|
|
* pnpm ONLY
|
|
* always run scripts from api/package.json unless requested
|
|
* prefer adding new files to the nest repo located at api/src/unraid-api/ instead of the legacy code
|
|
* Test suite is VITEST, do not use jest
|
|
* Prefer to not mock simple dependencies |