@kici-dev/orchestrator 0.1.16 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent/dispatcher.d.ts +27 -1
- package/dist/agent/host-roster-reaper.d.ts +42 -0
- package/dist/agent/host-roster.d.ts +110 -0
- package/dist/agent/registry.d.ts +65 -2
- package/dist/app.d.ts +3 -0
- package/dist/approvals/apply-decision.d.ts +11 -1
- package/dist/cache/pending-inits.d.ts +5 -0
- package/dist/cli/api-client.d.ts +11 -0
- package/dist/cli/commands/host.d.ts +13 -0
- package/dist/cli/commands/local-hook.d.ts +15 -0
- package/dist/cli/commands/local-trigger.d.ts +24 -0
- package/dist/cli/commands/remote-source.d.ts +17 -0
- package/dist/cli/commands/shared/versioned-upgrade.d.ts +37 -0
- package/dist/cli/kici-admin.d.ts +13 -0
- package/dist/cli/service/compose.d.ts +2 -1
- package/dist/cli/service/index.d.ts +2 -2
- package/dist/cli/service/instance/manifest.d.ts +12 -0
- package/dist/cli/service/instance/resolve.d.ts +12 -2
- package/dist/cli/service/launchd.d.ts +4 -1
- package/dist/cli/service/platform-detect.d.ts +5 -0
- package/dist/cli/service/systemd.d.ts +2 -1
- package/dist/cli/service/types.d.ts +37 -0
- package/dist/cli/service/windows.d.ts +2 -1
- package/dist/cli.js +1340 -198
- package/dist/cluster/coordinator.d.ts +5 -1
- package/dist/config/schema.d.ts +4 -0
- package/dist/config/types.d.ts +9 -0
- package/dist/config.d.ts +6 -4
- package/dist/dashboard/handler.d.ts +26 -2
- package/dist/dashboard/needs-edges.d.ts +13 -0
- package/dist/db/migrations/035_pending_workflow_contexts.d.ts +11 -0
- package/dist/db/migrations/036_attestations.d.ts +15 -0
- package/dist/db/migrations/037_generic_sources_provider_type_local.d.ts +19 -0
- package/dist/db/migrations/038_remote_sources.d.ts +14 -0
- package/dist/db/migrations/039_host_roster.d.ts +19 -0
- package/dist/db/migrations/040_runsonall_pin.d.ts +4 -0
- package/dist/db/migrations/041_wave_gated.d.ts +4 -0
- package/dist/db/migrations/042_dispatch_queue_patterns.d.ts +4 -0
- package/dist/db/types.d.ts +144 -10
- package/dist/diagnostics/fleet-collector.d.ts +1 -1
- package/dist/entry-helpers.d.ts +7 -29
- package/dist/environments/held-runs.d.ts +33 -0
- package/dist/index.js +1 -0
- package/dist/lockfile-redos-guard.d.ts +19 -0
- package/dist/metrics/prometheus.d.ts +17 -2
- package/dist/metrics/scheduled-jobs.d.ts +2 -2
- package/dist/orchestrator-core.d.ts +94 -1
- package/dist/pipeline/dispatch-matched-workflow.d.ts +60 -2
- package/dist/pipeline/install-secrets-resolver.d.ts +32 -5
- package/dist/pipeline/needs-scheduler.d.ts +12 -10
- package/dist/pipeline/pending-workflow-context.d.ts +44 -0
- package/dist/pipeline/processor.d.ts +31 -4
- package/dist/pipeline/remote-source-store.d.ts +21 -0
- package/dist/pipeline/resume-workflow.d.ts +26 -0
- package/dist/pipeline/wave-scheduler.d.ts +60 -0
- package/dist/providers/local/index.d.ts +33 -0
- package/dist/providers/local/local-source-config.d.ts +17 -0
- package/dist/providers/{internal → local}/lock-file-fetcher.d.ts +6 -6
- package/dist/providers/{internal → local}/normalizer.d.ts +28 -28
- package/dist/providers/{internal → local}/repo-url-builder.d.ts +6 -6
- package/dist/queue/job-queue.d.ts +61 -2
- package/dist/reporting/execution-tracker.d.ts +61 -0
- package/dist/routes/admin-events.d.ts +3 -4
- package/dist/routes/uploads.d.ts +36 -26
- package/dist/server.js +53755 -50888
- package/dist/sources/build-platform-sources.d.ts +4 -2
- package/dist/stale-detector/stale-run-detector.d.ts +14 -1
- package/dist/standalone.js +17234 -15725
- package/dist/webhook/generic-sources-listener.d.ts +4 -0
- package/dist/webhook/generic-sources.d.ts +37 -11
- package/dist/webhook/register-source-bundle.d.ts +14 -4
- package/dist/ws/agent-handler.d.ts +17 -0
- package/dist/ws/dashboard-dispatch-guard.d.ts +21 -0
- package/dist/ws/dashboard-env-handler.d.ts +13 -1
- package/dist/ws/oidc-token-relay.d.ts +59 -0
- package/dist/ws/platform-client.d.ts +30 -1
- package/dist/ws/test-relay-handlers.d.ts +112 -0
- package/installer-image-digests.json +3 -3
- package/package.json +22 -22
- package/sbom.spdx.json +3228 -6633
- package/dist/providers/internal/index.d.ts +0 -32
- package/dist/routes/test-trigger.d.ts +0 -41
- package/dist/ws/observer-handler.d.ts +0 -42
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { AppConfig } from '../config.js';
|
|
2
1
|
import type { SourceManager } from './source-manager.js';
|
|
3
2
|
import type { ProviderSource } from '../entry-helpers.js';
|
|
4
3
|
/** One active generic-webhook routing-key row (subset consumed here). */
|
|
@@ -7,6 +6,9 @@ export interface GenericRoutingKeyRow {
|
|
|
7
6
|
provider_type: string;
|
|
8
7
|
name: string;
|
|
9
8
|
has_git_config: boolean;
|
|
9
|
+
/** Raw `git_config` JSONB — used to check a local source's per-row
|
|
10
|
+
* `repoBasePath` reachability before advertising its routing key. */
|
|
11
|
+
git_config: string | Record<string, unknown> | null;
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
12
14
|
* Build the full provider-source list the orchestrator advertises to the
|
|
@@ -22,5 +24,5 @@ export interface GenericRoutingKeyRow {
|
|
|
22
24
|
* The generic-row loader is injected (rather than taking a `db`) so the merge
|
|
23
25
|
* logic is unit-testable without a live database.
|
|
24
26
|
*/
|
|
25
|
-
export declare function buildPlatformProviderSources(sourceManager: Pick<SourceManager, 'getSources'>, loadGenericRows: () => Promise<GenericRoutingKeyRow[]
|
|
27
|
+
export declare function buildPlatformProviderSources(sourceManager: Pick<SourceManager, 'getSources'>, loadGenericRows: () => Promise<GenericRoutingKeyRow[]>): Promise<ProviderSource[]>;
|
|
26
28
|
//# sourceMappingURL=build-platform-sources.d.ts.map
|
|
@@ -22,7 +22,7 @@ import type { CheckRunReporter } from '../reporting/check-run-reporter.js';
|
|
|
22
22
|
import type { ScalerManager } from '../scaler/manager.js';
|
|
23
23
|
import type { Dispatcher } from '../agent/dispatcher.js';
|
|
24
24
|
import type { AgentRegistry } from '../agent/registry.js';
|
|
25
|
-
import type { HeldRunStore } from '../environments/held-runs.js';
|
|
25
|
+
import type { HeldRunStore, ReleaseSignal } from '../environments/held-runs.js';
|
|
26
26
|
import type { StepApprovalBridge } from '../approvals/step-approval-bridge.js';
|
|
27
27
|
import type { AccessLogWriter } from '../audit/access-log.js';
|
|
28
28
|
export interface StaleRunDetectorDeps {
|
|
@@ -42,6 +42,12 @@ export interface StaleRunDetectorDeps {
|
|
|
42
42
|
stepApprovalBridge?: StepApprovalBridge;
|
|
43
43
|
/** Fail a whole run when a job/workflow-scoped approval hold expires. Optional. */
|
|
44
44
|
failRun?: (runId: string, reason: string) => Promise<void>;
|
|
45
|
+
/**
|
|
46
|
+
* Resume a workflow whose install-gate wait-timer hold has elapsed. Wired to
|
|
47
|
+
* the same `resumeWorkflow` path as reviewer approvals. Optional -- if not
|
|
48
|
+
* set, wait-timer workflow holds are not auto-released.
|
|
49
|
+
*/
|
|
50
|
+
onWorkflowRelease?: (signal: ReleaseSignal) => Promise<void>;
|
|
45
51
|
/** Access-log writer for the orchestrator audit stream. Optional -- if not set, expiry audit rows (`held_run.expire`) are skipped. */
|
|
46
52
|
accessLogWriter?: AccessLogWriter;
|
|
47
53
|
}
|
|
@@ -57,9 +63,16 @@ export declare class StaleRunDetector {
|
|
|
57
63
|
private readonly heldRunStore?;
|
|
58
64
|
private readonly stepApprovalBridge?;
|
|
59
65
|
private readonly failRun?;
|
|
66
|
+
private readonly onWorkflowRelease?;
|
|
60
67
|
private readonly accessLogWriter?;
|
|
61
68
|
private interval;
|
|
62
69
|
constructor(deps: StaleRunDetectorDeps);
|
|
70
|
+
/**
|
|
71
|
+
* Release workflow install-gate wait-timer holds whose timer has elapsed.
|
|
72
|
+
* Runs BEFORE `expireOverdueHolds` so a wait hold resumes the workflow rather
|
|
73
|
+
* than being failed by the expire-and-fail sweep.
|
|
74
|
+
*/
|
|
75
|
+
private releaseDueWaitHolds;
|
|
63
76
|
/**
|
|
64
77
|
* Expire overdue approval holds. Routes each overdue hold by scope BEFORE the
|
|
65
78
|
* bulk status flip: step-scoped holds notify the waiting agent (which fails
|