chore(rest-api): Migrate AllocationConstraint and Domain DAOs to use param structs#2363
chore(rest-api): Migrate AllocationConstraint and Domain DAOs to use param structs#2363nvlitagaki wants to merge 4 commits into
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
🔐 TruffleHog Secret Scan✅ No secrets or credentials found! Your code has been scanned for 700+ types of secrets and credentials. All clear! 🎉 🕐 Last updated: 2026-06-10 17:27:44 UTC | Commit: 17f970d |
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
🌿 Preview your docs: https://nvidia-preview-pull-request-2363.docs.buildwithfern.com/infra-controller |
🔍 Container Scan Summary
Per-CVE detail lives in the per-service |
Description
This refactor updates the AllocationConstraint and Domain DAOs to use more convenient structs for parameters rather than accepting a ton of different params.
Type of Change
Related Issues (Optional)
Breaking Changes
Testing
Additional Notes