Skip to content

Deployment dependencies: API endpoints to manage dependencies #1078

@adityachoudhari26

Description

@adityachoudhari26

Sub-issue of #1067.

Add API endpoints so users can declare and manage dependency edges between deployments. The deployment_dependency table exists and the workspace-engine consumes it (#1077), but there is currently no way to write to it from the API.

Needed:

  • Set / update / remove a dependency edge (deploymentId, dependencyDeploymentId, versionSelector).
  • List dependencies for a deployment.

Should follow the existing API conventions (tRPC for the web app, REST for external integrations).

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions