Migrate pipelines queries to Drizzle #140
Labels
backend
Issue with the app-server package
enhancement
New feature or request
frontend
Requires work in the frontend package
good first issue
Good for newcomers
help wanted
Extra attention is needed
Migrate get pipelines, create pipeline, rename pipeline, delete pipeline, update pipeline version, commit pipeline version, set target pipeline, etc. from app-server (routes/pipelines.rs and db/pipelines/*) directly to calling drizzle from the next routes in /api/projects/[projectId]/pipelines.
Be careful not to remove some db queries that are used by other parts of backend, e.g. get pipeline version graph for pipeline run requests.
The text was updated successfully, but these errors were encountered: