refactor: remove deprecated GitLab wrapper module and related code
This commit is contained in:
@@ -12,7 +12,7 @@ import type { ToolContext } from "../types.js";
|
||||
import fs from "node:fs/promises";
|
||||
import path from "node:path";
|
||||
import { readProjects, writeProjects, emptyWorkerState } from "../projects.js";
|
||||
import { resolveRepoPath } from "../utils.js";
|
||||
import { resolveRepoPath } from "../projects.js";
|
||||
import { createProvider } from "../task-managers/index.js";
|
||||
import { log as auditLog } from "../audit.js";
|
||||
import { DEV_TIERS, QA_TIERS } from "../tiers.js";
|
||||
|
||||
@@ -16,7 +16,7 @@ import { log as auditLog } from "../audit.js";
|
||||
import { dispatchTask } from "../dispatch.js";
|
||||
import { type StateLabel } from "../task-managers/task-manager.js";
|
||||
import { createProvider } from "../task-managers/index.js";
|
||||
import { resolveRepoPath } from "../utils.js";
|
||||
import { resolveRepoPath } from "../projects.js";
|
||||
import {
|
||||
deactivateWorker,
|
||||
getProject,
|
||||
|
||||
Reference in New Issue
Block a user