@trebired/git-host 3.0.0 → 3.1.1
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/CHANGELOG.md +11 -0
- package/README.md +1 -1
- package/dist/api/forge/actions/filters.d.ts +10 -0
- package/dist/api/forge/actions/filters.d.ts.map +1 -0
- package/dist/api/forge/actions/filters.js +63 -0
- package/dist/api/forge/actions/filters.js.map +1 -0
- package/dist/api/forge/actions/run.d.ts +8 -0
- package/dist/api/forge/actions/run.d.ts.map +1 -0
- package/dist/api/forge/actions/run.js +129 -0
- package/dist/api/forge/actions/run.js.map +1 -0
- package/dist/api/forge/actions.d.ts +3 -12
- package/dist/api/forge/actions.d.ts.map +1 -1
- package/dist/api/forge/actions.js +2 -216
- package/dist/api/forge/actions.js.map +1 -1
- package/dist/api/forge/handler.js +1 -1
- package/dist/api/forge/handler.js.map +1 -1
- package/dist/api/forge/runtime.js +1 -1
- package/dist/api/forge/runtime.js.map +1 -1
- package/dist/api/forge/socket.js +1 -1
- package/dist/api/forge/socket.js.map +1 -1
- package/dist/api/handler/response.d.ts.map +1 -1
- package/dist/api/handler/response.js +55 -1
- package/dist/api/handler/response.js.map +1 -1
- package/dist/api/handler/runtime.js +1 -1
- package/dist/api/handler/runtime.js.map +1 -1
- package/dist/api/handler.js +1 -1
- package/dist/api/handler.js.map +1 -1
- package/dist/api/socket/server.js +1 -1
- package/dist/api/socket/server.js.map +1 -1
- package/dist/core/actions/expressions/read.d.ts +7 -0
- package/dist/core/actions/expressions/read.d.ts.map +1 -0
- package/dist/core/actions/expressions/read.js +148 -0
- package/dist/core/actions/expressions/read.js.map +1 -0
- package/dist/core/actions/expressions/tokenize.d.ts +4 -0
- package/dist/core/actions/expressions/tokenize.d.ts.map +1 -0
- package/dist/core/actions/expressions/tokenize.js +112 -0
- package/dist/core/actions/expressions/tokenize.js.map +1 -0
- package/dist/core/actions/expressions/types.d.ts +38 -0
- package/dist/core/actions/expressions/types.d.ts.map +1 -0
- package/dist/core/actions/expressions/types.js +2 -0
- package/dist/core/actions/expressions/types.js.map +1 -0
- package/dist/core/actions/expressions.d.ts +2 -9
- package/dist/core/actions/expressions.d.ts.map +1 -1
- package/dist/core/actions/expressions.js +2 -256
- package/dist/core/actions/expressions.js.map +1 -1
- package/dist/core/actions/normalize/finalize.d.ts +7 -0
- package/dist/core/actions/normalize/finalize.d.ts.map +1 -0
- package/dist/core/actions/normalize/finalize.js +70 -0
- package/dist/core/actions/normalize/finalize.js.map +1 -0
- package/dist/core/actions/normalize/shared.d.ts +19 -0
- package/dist/core/actions/normalize/shared.d.ts.map +1 -0
- package/dist/core/actions/normalize/shared.js +289 -0
- package/dist/core/actions/normalize/shared.js.map +1 -0
- package/dist/core/actions/normalize.d.ts +1 -3
- package/dist/core/actions/normalize.d.ts.map +1 -1
- package/dist/core/actions/normalize.js +2 -354
- package/dist/core/actions/normalize.js.map +1 -1
- package/dist/core/actions/release_assets.d.ts.map +1 -1
- package/dist/core/actions/release_assets.js.map +1 -1
- package/dist/core/actions/runner/launch.d.ts.map +1 -1
- package/dist/core/actions/runner/launch.js +12 -8
- package/dist/core/actions/runner/launch.js.map +1 -1
- package/dist/core/archive/commit.d.ts +6 -0
- package/dist/core/archive/commit.d.ts.map +1 -0
- package/dist/core/archive/commit.js +34 -0
- package/dist/core/archive/commit.js.map +1 -0
- package/dist/core/archive/context.d.ts +32 -0
- package/dist/core/archive/context.d.ts.map +1 -0
- package/dist/core/archive/context.js +61 -0
- package/dist/core/archive/context.js.map +1 -0
- package/dist/core/archive/generation.d.ts +11 -0
- package/dist/core/archive/generation.d.ts.map +1 -0
- package/dist/core/archive/generation.js +62 -0
- package/dist/core/archive/generation.js.map +1 -0
- package/dist/core/archive/links.d.ts +5 -0
- package/dist/core/archive/links.d.ts.map +1 -0
- package/dist/core/archive/links.js +62 -0
- package/dist/core/archive/links.js.map +1 -0
- package/dist/core/archive/open.d.ts +15 -0
- package/dist/core/archive/open.d.ts.map +1 -0
- package/dist/core/archive/open.js +159 -0
- package/dist/core/archive/open.js.map +1 -0
- package/dist/core/archive/read.d.ts +19 -0
- package/dist/core/archive/read.d.ts.map +1 -0
- package/dist/core/archive/read.js +62 -0
- package/dist/core/archive/read.js.map +1 -0
- package/dist/core/archive/resolve.d.ts +8 -0
- package/dist/core/archive/resolve.d.ts.map +1 -0
- package/dist/core/archive/resolve.js +67 -0
- package/dist/core/archive/resolve.js.map +1 -0
- package/dist/core/archive/shared.d.ts +50 -0
- package/dist/core/archive/shared.d.ts.map +1 -0
- package/dist/core/archive/shared.js +119 -0
- package/dist/core/archive/shared.js.map +1 -0
- package/dist/core/archive.d.ts +2 -18
- package/dist/core/archive.d.ts.map +1 -1
- package/dist/core/archive.js +16 -556
- package/dist/core/archive.js.map +1 -1
- package/dist/core/create/git/forge/base_methods.d.ts +5 -0
- package/dist/core/create/git/forge/base_methods.d.ts.map +1 -0
- package/dist/core/create/git/forge/base_methods.js +59 -0
- package/dist/core/create/git/forge/base_methods.js.map +1 -0
- package/dist/core/create/git/forge/context.d.ts +38 -0
- package/dist/core/create/git/forge/context.d.ts.map +1 -0
- package/dist/core/create/git/forge/context.js +174 -0
- package/dist/core/create/git/forge/context.js.map +1 -0
- package/dist/core/create/git/forge/fork_methods.d.ts +5 -0
- package/dist/core/create/git/forge/fork_methods.d.ts.map +1 -0
- package/dist/core/create/git/forge/fork_methods.js +133 -0
- package/dist/core/create/git/forge/fork_methods.js.map +1 -0
- package/dist/core/create/git/forge/release_methods.d.ts +5 -0
- package/dist/core/create/git/forge/release_methods.d.ts.map +1 -0
- package/dist/core/create/git/forge/release_methods.js +116 -0
- package/dist/core/create/git/forge/release_methods.js.map +1 -0
- package/dist/core/create/git/forge/shared.d.ts +9 -0
- package/dist/core/create/git/forge/shared.d.ts.map +1 -0
- package/dist/core/create/git/forge/shared.js +80 -0
- package/dist/core/create/git/forge/shared.js.map +1 -0
- package/dist/core/create/git/forge/social_methods.d.ts +5 -0
- package/dist/core/create/git/forge/social_methods.d.ts.map +1 -0
- package/dist/core/create/git/forge/social_methods.js +31 -0
- package/dist/core/create/git/forge/social_methods.js.map +1 -0
- package/dist/core/create/git/forge.d.ts.map +1 -1
- package/dist/core/create/git/forge.js +10 -594
- package/dist/core/create/git/forge.js.map +1 -1
- package/dist/core/create/git/host.d.ts.map +1 -1
- package/dist/core/create/git/host.js +139 -114
- package/dist/core/create/git/host.js.map +1 -1
- package/dist/core/create_git_host/remote_methods.d.ts.map +1 -1
- package/dist/core/create_git_host/remote_methods.js +92 -97
- package/dist/core/create_git_host/remote_methods.js.map +1 -1
- package/dist/core/forge_actions/job/release_asset.d.ts +17 -0
- package/dist/core/forge_actions/job/release_asset.d.ts.map +1 -0
- package/dist/core/forge_actions/job/release_asset.js +62 -0
- package/dist/core/forge_actions/job/release_asset.js.map +1 -0
- package/dist/core/forge_actions/job/steps.d.ts +37 -0
- package/dist/core/forge_actions/job/steps.d.ts.map +1 -0
- package/dist/core/forge_actions/job/steps.js +228 -0
- package/dist/core/forge_actions/job/steps.js.map +1 -0
- package/dist/core/forge_actions/runtime/api.d.ts +26 -0
- package/dist/core/forge_actions/runtime/api.d.ts.map +1 -0
- package/dist/core/forge_actions/runtime/api.js +210 -0
- package/dist/core/forge_actions/runtime/api.js.map +1 -0
- package/dist/core/forge_actions/runtime/engine.d.ts +25 -0
- package/dist/core/forge_actions/runtime/engine.d.ts.map +1 -0
- package/dist/core/forge_actions/runtime/engine.js +28 -0
- package/dist/core/forge_actions/runtime/engine.js.map +1 -0
- package/dist/core/forge_actions/runtime/job/execute.d.ts +19 -0
- package/dist/core/forge_actions/runtime/job/execute.d.ts.map +1 -0
- package/dist/core/forge_actions/runtime/job/execute.js +191 -0
- package/dist/core/forge_actions/runtime/job/execute.js.map +1 -0
- package/dist/core/forge_actions/runtime/job/step/execute.d.ts +7 -0
- package/dist/core/forge_actions/runtime/job/step/execute.d.ts.map +1 -0
- package/dist/core/forge_actions/runtime/job/step/execute.js +176 -0
- package/dist/core/forge_actions/runtime/job/step/execute.js.map +1 -0
- package/dist/core/forge_actions/runtime/queue.d.ts +11 -0
- package/dist/core/forge_actions/runtime/queue.d.ts.map +1 -0
- package/dist/core/forge_actions/runtime/queue.js +144 -0
- package/dist/core/forge_actions/runtime/queue.js.map +1 -0
- package/dist/core/forge_actions/runtime/run/execute.d.ts +9 -0
- package/dist/core/forge_actions/runtime/run/execute.d.ts.map +1 -0
- package/dist/core/forge_actions/runtime/run/execute.js +191 -0
- package/dist/core/forge_actions/runtime/run/execute.js.map +1 -0
- package/dist/core/forge_actions/runtime/types.d.ts +24 -0
- package/dist/core/forge_actions/runtime/types.d.ts.map +1 -0
- package/dist/core/forge_actions/runtime/types.js +2 -0
- package/dist/core/forge_actions/runtime/types.js.map +1 -0
- package/dist/core/forge_actions/runtime_support.d.ts +57 -0
- package/dist/core/forge_actions/runtime_support.d.ts.map +1 -0
- package/dist/core/forge_actions/runtime_support.js +276 -0
- package/dist/core/forge_actions/runtime_support.js.map +1 -0
- package/dist/core/forge_actions/shared.d.ts +92 -0
- package/dist/core/forge_actions/shared.d.ts.map +1 -0
- package/dist/core/forge_actions/shared.js +204 -0
- package/dist/core/forge_actions/shared.js.map +1 -0
- package/dist/core/forge_actions.d.ts +17 -24
- package/dist/core/forge_actions.d.ts.map +1 -1
- package/dist/core/forge_actions.js +33 -1479
- package/dist/core/forge_actions.js.map +1 -1
- package/dist/core/git_forge/storage_memory/actions.d.ts +5 -0
- package/dist/core/git_forge/storage_memory/actions.d.ts.map +1 -0
- package/dist/core/git_forge/storage_memory/actions.js +155 -0
- package/dist/core/git_forge/storage_memory/actions.js.map +1 -0
- package/dist/core/git_forge/storage_memory/adapter.d.ts +4 -0
- package/dist/core/git_forge/storage_memory/adapter.d.ts.map +1 -0
- package/dist/core/git_forge/storage_memory/adapter.js +118 -0
- package/dist/core/git_forge/storage_memory/adapter.js.map +1 -0
- package/dist/core/git_forge/storage_memory/state.d.ts +27 -0
- package/dist/core/git_forge/storage_memory/state.d.ts.map +1 -0
- package/dist/core/git_forge/storage_memory/state.js +53 -0
- package/dist/core/git_forge/storage_memory/state.js.map +1 -0
- package/dist/core/git_forge/storage_memory.d.ts +1 -3
- package/dist/core/git_forge/storage_memory.d.ts.map +1 -1
- package/dist/core/git_forge/storage_memory.js +1 -352
- package/dist/core/git_forge/storage_memory.js.map +1 -1
- package/dist/core/inspect/history.d.ts +13 -0
- package/dist/core/inspect/history.d.ts.map +1 -0
- package/dist/core/inspect/history.js +176 -0
- package/dist/core/inspect/history.js.map +1 -0
- package/dist/core/inspect/linguist.d.ts +12 -0
- package/dist/core/inspect/linguist.d.ts.map +1 -0
- package/dist/core/inspect/linguist.js +128 -0
- package/dist/core/inspect/linguist.js.map +1 -0
- package/dist/core/inspect/search_archive.d.ts +16 -0
- package/dist/core/inspect/search_archive.d.ts.map +1 -0
- package/dist/core/inspect/search_archive.js +88 -0
- package/dist/core/inspect/search_archive.js.map +1 -0
- package/dist/core/inspect/shared.d.ts +5 -0
- package/dist/core/inspect/shared.d.ts.map +1 -0
- package/dist/core/inspect/shared.js +47 -0
- package/dist/core/inspect/shared.js.map +1 -0
- package/dist/core/inspect/tree_blob.d.ts +16 -0
- package/dist/core/inspect/tree_blob.d.ts.map +1 -0
- package/dist/core/inspect/tree_blob.js +80 -0
- package/dist/core/inspect/tree_blob.js.map +1 -0
- package/dist/core/inspect.d.ts +3 -46
- package/dist/core/inspect.d.ts.map +1 -1
- package/dist/core/inspect.js +3 -546
- package/dist/core/inspect.js.map +1 -1
- package/dist/core/inspection/analysis.d.ts +4 -0
- package/dist/core/inspection/analysis.d.ts.map +1 -0
- package/dist/core/inspection/analysis.js +25 -0
- package/dist/core/inspection/analysis.js.map +1 -0
- package/dist/core/inspection/shared.d.ts +18 -0
- package/dist/core/inspection/shared.d.ts.map +1 -0
- package/dist/core/inspection/shared.js +112 -0
- package/dist/core/inspection/shared.js.map +1 -0
- package/dist/core/inspection/snapshots.d.ts +6 -0
- package/dist/core/inspection/snapshots.d.ts.map +1 -0
- package/dist/core/inspection/snapshots.js +270 -0
- package/dist/core/inspection/snapshots.js.map +1 -0
- package/dist/core/inspection/target.d.ts +4 -0
- package/dist/core/inspection/target.d.ts.map +1 -0
- package/dist/core/inspection/target.js +97 -0
- package/dist/core/inspection/target.js.map +1 -0
- package/dist/core/inspection/tree.d.ts +6 -0
- package/dist/core/inspection/tree.d.ts.map +1 -0
- package/dist/core/inspection/tree.js +103 -0
- package/dist/core/inspection/tree.js.map +1 -0
- package/dist/core/inspection.d.ts +6 -10
- package/dist/core/inspection.d.ts.map +1 -1
- package/dist/core/inspection.js +6 -592
- package/dist/core/inspection.js.map +1 -1
- package/dist/http/handler.d.ts.map +1 -1
- package/dist/http/handler.js +158 -134
- package/dist/http/handler.js.map +1 -1
- package/dist/ssh/server/audit.js +3 -3
- package/dist/ssh/server/audit.js.map +1 -1
- package/dist/ssh/server.d.ts.map +1 -1
- package/dist/ssh/server.js +172 -244
- package/dist/ssh/server.js.map +1 -1
- package/dist/types/forge/workflows/actions.d.ts +70 -0
- package/dist/types/forge/workflows/actions.d.ts.map +1 -0
- package/dist/types/forge/workflows/actions.js +3 -0
- package/dist/types/forge/workflows/actions.js.map +1 -0
- package/dist/types/forge/workflows/definition.d.ts +115 -0
- package/dist/types/forge/workflows/definition.d.ts.map +1 -0
- package/dist/types/forge/workflows/definition.js +2 -0
- package/dist/types/forge/workflows/definition.js.map +1 -0
- package/dist/types/forge/workflows/runs.d.ts +184 -0
- package/dist/types/forge/workflows/runs.d.ts.map +1 -0
- package/dist/types/forge/workflows/runs.js +2 -0
- package/dist/types/forge/workflows/runs.js.map +1 -0
- package/dist/types/forge/workflows.d.ts +3 -360
- package/dist/types/forge/workflows.d.ts.map +1 -1
- package/{bin → native}/git-host-actions-runner-darwin-arm64 +0 -0
- package/{bin → native}/git-host-actions-runner-darwin-x64 +0 -0
- package/{bin → native}/git-host-actions-runner-linux-arm64-gnu +0 -0
- package/{bin → native}/git-host-actions-runner-linux-x64-gnu +0 -0
- package/package.json +62 -10
- package/dist/frontend/js/utils/text.d.ts +0 -2
- package/dist/frontend/js/utils/text.d.ts.map +0 -1
- package/dist/frontend/js/utils/text.js +0 -4
- package/dist/frontend/js/utils/text.js.map +0 -1
- /package/{bin → native}/.gitkeep +0 -0
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import type { GitForgeActor } from "../activity.js";
|
|
2
|
+
type GitForgeWorkflowTriggerKind = "manual" | "push" | "release.create" | "release.update" | "tag.create" | (string & {});
|
|
3
|
+
type GitForgeWorkflowSchema = "gha-subset-v1" | "legacy-shell-v1";
|
|
4
|
+
type GitForgeWorkflowDispatchInputType = "boolean" | "string";
|
|
5
|
+
type GitForgeWorkflowDispatchInput = {
|
|
6
|
+
default?: boolean | string;
|
|
7
|
+
description?: string;
|
|
8
|
+
name: string;
|
|
9
|
+
required?: boolean;
|
|
10
|
+
type: GitForgeWorkflowDispatchInputType;
|
|
11
|
+
};
|
|
12
|
+
type GitForgeWorkflowDispatchTrigger = {
|
|
13
|
+
inputs?: GitForgeWorkflowDispatchInput[];
|
|
14
|
+
};
|
|
15
|
+
type GitForgeWorkflowPushTrigger = {
|
|
16
|
+
branches?: string[];
|
|
17
|
+
tags?: string[];
|
|
18
|
+
};
|
|
19
|
+
type GitForgeWorkflowTriggers = {
|
|
20
|
+
push?: GitForgeWorkflowPushTrigger;
|
|
21
|
+
workflow_dispatch?: GitForgeWorkflowDispatchTrigger;
|
|
22
|
+
};
|
|
23
|
+
type GitForgeWorkflowPermissions = Record<string, string>;
|
|
24
|
+
type GitForgeWorkflowConcurrency = {
|
|
25
|
+
cancel_in_progress?: boolean;
|
|
26
|
+
group: string;
|
|
27
|
+
};
|
|
28
|
+
type GitForgeWorkflowStep = {
|
|
29
|
+
env?: Record<string, string>;
|
|
30
|
+
id?: string;
|
|
31
|
+
kind?: "shell";
|
|
32
|
+
name: string;
|
|
33
|
+
run: string;
|
|
34
|
+
shell?: string;
|
|
35
|
+
};
|
|
36
|
+
type GitForgeWorkflowJobStep = {
|
|
37
|
+
env?: Record<string, string>;
|
|
38
|
+
id?: string;
|
|
39
|
+
if?: string;
|
|
40
|
+
kind?: "shell" | "uses";
|
|
41
|
+
name?: string;
|
|
42
|
+
run?: string;
|
|
43
|
+
shell?: string;
|
|
44
|
+
uses?: string;
|
|
45
|
+
with?: Record<string, boolean | number | string>;
|
|
46
|
+
};
|
|
47
|
+
type GitForgeWorkflowJobMatrix = {
|
|
48
|
+
include?: Array<Record<string, boolean | number | string>>;
|
|
49
|
+
values: Record<string, Array<boolean | number | string>>;
|
|
50
|
+
};
|
|
51
|
+
type GitForgeWorkflowJobStrategy = {
|
|
52
|
+
matrix?: GitForgeWorkflowJobMatrix;
|
|
53
|
+
};
|
|
54
|
+
type GitForgeWorkflowJob = {
|
|
55
|
+
env?: Record<string, string>;
|
|
56
|
+
id: string;
|
|
57
|
+
if?: string;
|
|
58
|
+
name: string;
|
|
59
|
+
needs?: string[];
|
|
60
|
+
runs_on: string[];
|
|
61
|
+
steps: GitForgeWorkflowJobStep[];
|
|
62
|
+
strategy?: GitForgeWorkflowJobStrategy;
|
|
63
|
+
};
|
|
64
|
+
type GitForgeWorkflowSource = {
|
|
65
|
+
branches?: string[];
|
|
66
|
+
env?: Record<string, string>;
|
|
67
|
+
tags?: string[];
|
|
68
|
+
};
|
|
69
|
+
type GitForgeWorkflow = {
|
|
70
|
+
concurrency?: GitForgeWorkflowConcurrency;
|
|
71
|
+
definition_path: string;
|
|
72
|
+
enabled: boolean;
|
|
73
|
+
env?: Record<string, string>;
|
|
74
|
+
id: string;
|
|
75
|
+
jobs: GitForgeWorkflowJob[];
|
|
76
|
+
name: string;
|
|
77
|
+
on?: GitForgeWorkflowTriggers;
|
|
78
|
+
origin: "file";
|
|
79
|
+
permissions?: GitForgeWorkflowPermissions;
|
|
80
|
+
repository_id: string;
|
|
81
|
+
schema: GitForgeWorkflowSchema;
|
|
82
|
+
slug: string;
|
|
83
|
+
source?: GitForgeWorkflowSource;
|
|
84
|
+
steps: GitForgeWorkflowStep[];
|
|
85
|
+
supported_uses: string[];
|
|
86
|
+
trigger: GitForgeWorkflowTriggerKind;
|
|
87
|
+
};
|
|
88
|
+
type CreateGitForgeWorkflowInput = {
|
|
89
|
+
actor: GitForgeActor;
|
|
90
|
+
enabled?: boolean;
|
|
91
|
+
env?: Record<string, string>;
|
|
92
|
+
jobs?: GitForgeWorkflowJob[];
|
|
93
|
+
name: string;
|
|
94
|
+
on?: GitForgeWorkflowTriggers;
|
|
95
|
+
permissions?: GitForgeWorkflowPermissions;
|
|
96
|
+
slug?: string;
|
|
97
|
+
source?: GitForgeWorkflowSource;
|
|
98
|
+
steps?: GitForgeWorkflowStep[];
|
|
99
|
+
trigger?: GitForgeWorkflowTriggerKind;
|
|
100
|
+
};
|
|
101
|
+
type UpdateGitForgeWorkflowInput = {
|
|
102
|
+
actor: GitForgeActor;
|
|
103
|
+
enabled?: boolean;
|
|
104
|
+
env?: Record<string, string>;
|
|
105
|
+
jobs?: GitForgeWorkflowJob[];
|
|
106
|
+
name?: string;
|
|
107
|
+
on?: GitForgeWorkflowTriggers;
|
|
108
|
+
permissions?: GitForgeWorkflowPermissions;
|
|
109
|
+
slug?: string;
|
|
110
|
+
source?: GitForgeWorkflowSource;
|
|
111
|
+
steps?: GitForgeWorkflowStep[];
|
|
112
|
+
trigger?: GitForgeWorkflowTriggerKind;
|
|
113
|
+
};
|
|
114
|
+
export type { CreateGitForgeWorkflowInput, GitForgeWorkflow, GitForgeWorkflowConcurrency, GitForgeWorkflowDispatchInput, GitForgeWorkflowDispatchInputType, GitForgeWorkflowDispatchTrigger, GitForgeWorkflowJob, GitForgeWorkflowJobMatrix, GitForgeWorkflowJobStep, GitForgeWorkflowJobStrategy, GitForgeWorkflowPermissions, GitForgeWorkflowPushTrigger, GitForgeWorkflowSchema, GitForgeWorkflowSource, GitForgeWorkflowStep, GitForgeWorkflowTriggers, GitForgeWorkflowTriggerKind, UpdateGitForgeWorkflowInput, };
|
|
115
|
+
//# sourceMappingURL=definition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"definition.d.ts","sourceRoot":"","sources":["../../../../src/types/forge/workflows/definition.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"definition.js","sourceRoot":"","sources":["../../../../src/types/forge/workflows/definition.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
import type { MaybePromise } from "../../common.js";
|
|
2
|
+
import type { GitRepositorySummary } from "../../repository.js";
|
|
3
|
+
import type { GitForgeActor } from "../activity.js";
|
|
4
|
+
import type { GitForgeRelease } from "../releases.js";
|
|
5
|
+
import type { GitForgeSocialState } from "../social_forks.js";
|
|
6
|
+
import type { GitForgeWorkflow, GitForgeWorkflowTriggerKind } from "./definition.js";
|
|
7
|
+
type GitForgeWorkflowRunner = {
|
|
8
|
+
capabilities?: string[];
|
|
9
|
+
host: string;
|
|
10
|
+
id: string;
|
|
11
|
+
kind: string;
|
|
12
|
+
labels?: string[];
|
|
13
|
+
platform_version?: string;
|
|
14
|
+
};
|
|
15
|
+
type GitForgeWorkflowRunStatus = "cancelled" | "failed" | "queued" | "running" | "skipped" | "starting" | "success";
|
|
16
|
+
type GitForgeWorkflowRun = {
|
|
17
|
+
branch: string | null;
|
|
18
|
+
commit_hash: string;
|
|
19
|
+
concurrency_cancel_in_progress?: boolean;
|
|
20
|
+
concurrency_group?: string | null;
|
|
21
|
+
created_at: string;
|
|
22
|
+
created_by: string;
|
|
23
|
+
current_job?: string | null;
|
|
24
|
+
current_job_id?: string | null;
|
|
25
|
+
current_step: string | null;
|
|
26
|
+
current_step_index: number | null;
|
|
27
|
+
execution_context?: Record<string, unknown>;
|
|
28
|
+
finished_at: string | null;
|
|
29
|
+
id: string;
|
|
30
|
+
ref: string;
|
|
31
|
+
release_id?: string | null;
|
|
32
|
+
repository_id: string;
|
|
33
|
+
runner?: GitForgeWorkflowRunner | null;
|
|
34
|
+
started_at: string | null;
|
|
35
|
+
status: GitForgeWorkflowRunStatus;
|
|
36
|
+
summary: string;
|
|
37
|
+
trigger_context?: Record<string, unknown>;
|
|
38
|
+
trigger_kind: GitForgeWorkflowTriggerKind;
|
|
39
|
+
workflow_id: string;
|
|
40
|
+
};
|
|
41
|
+
type GitForgeWorkflowRunJobStatus = "cancelled" | "failed" | "queued" | "running" | "skipped" | "success";
|
|
42
|
+
type GitForgeWorkflowRunJob = {
|
|
43
|
+
current_step: string | null;
|
|
44
|
+
current_step_index: number | null;
|
|
45
|
+
finished_at: string | null;
|
|
46
|
+
id: string;
|
|
47
|
+
index: number;
|
|
48
|
+
job_id: string;
|
|
49
|
+
matrix?: Record<string, boolean | number | string>;
|
|
50
|
+
name: string;
|
|
51
|
+
needs?: string[];
|
|
52
|
+
run_id: string;
|
|
53
|
+
runner?: GitForgeWorkflowRunner | null;
|
|
54
|
+
runs_on: string[];
|
|
55
|
+
started_at: string | null;
|
|
56
|
+
status: GitForgeWorkflowRunJobStatus;
|
|
57
|
+
summary: string;
|
|
58
|
+
};
|
|
59
|
+
type GitForgeWorkflowRunStepStatus = "cancelled" | "failed" | "queued" | "running" | "skipped" | "success";
|
|
60
|
+
type GitForgeWorkflowRunStep = {
|
|
61
|
+
command: string;
|
|
62
|
+
exit_code: number | null;
|
|
63
|
+
finished_at: string | null;
|
|
64
|
+
id: string;
|
|
65
|
+
index: number;
|
|
66
|
+
job_run_id?: string | null;
|
|
67
|
+
kind: "shell" | "uses";
|
|
68
|
+
metadata?: Record<string, unknown>;
|
|
69
|
+
name: string;
|
|
70
|
+
output_preview: string;
|
|
71
|
+
run_id: string;
|
|
72
|
+
started_at: string | null;
|
|
73
|
+
status: GitForgeWorkflowRunStepStatus;
|
|
74
|
+
uses?: string | null;
|
|
75
|
+
};
|
|
76
|
+
type GitForgeWorkflowRunArtifact = {
|
|
77
|
+
created_at: string;
|
|
78
|
+
file_count: number;
|
|
79
|
+
id: string;
|
|
80
|
+
job_run_id: string;
|
|
81
|
+
name: string;
|
|
82
|
+
path: string;
|
|
83
|
+
repository_id: string;
|
|
84
|
+
run_id: string;
|
|
85
|
+
size: number;
|
|
86
|
+
step_id?: string | null;
|
|
87
|
+
};
|
|
88
|
+
type GitForgeWorkflowRunEventType = "artifact.downloaded" | "artifact.uploaded" | "job.finished" | "job.heartbeat" | "job.output" | "job.started" | "release_asset.published" | "run.accepted" | "run.cancelled" | "run.cancellation_requested" | "run.failed" | "run.finished" | "run.status" | "step.finished" | "step.heartbeat" | "step.output" | "step.started";
|
|
89
|
+
type GitForgeWorkflowRunEvent = {
|
|
90
|
+
artifact_id?: string;
|
|
91
|
+
artifact_name?: string;
|
|
92
|
+
chunk?: string;
|
|
93
|
+
command?: string;
|
|
94
|
+
created_at: string;
|
|
95
|
+
id: string;
|
|
96
|
+
job_id?: string;
|
|
97
|
+
job_name?: string;
|
|
98
|
+
job_run_id?: string;
|
|
99
|
+
metadata?: Record<string, unknown>;
|
|
100
|
+
repository_id: string;
|
|
101
|
+
run_id: string;
|
|
102
|
+
sequence: number;
|
|
103
|
+
status?: GitForgeWorkflowRunStatus | GitForgeWorkflowRunJobStatus | GitForgeWorkflowRunStepStatus;
|
|
104
|
+
step_id?: string;
|
|
105
|
+
step_index?: number;
|
|
106
|
+
step_name?: string;
|
|
107
|
+
stream?: "stderr" | "stdout";
|
|
108
|
+
summary?: string;
|
|
109
|
+
type: GitForgeWorkflowRunEventType;
|
|
110
|
+
workflow_id: string;
|
|
111
|
+
};
|
|
112
|
+
type GitForgeWorkflowFilters = {
|
|
113
|
+
enabled?: boolean;
|
|
114
|
+
query?: string;
|
|
115
|
+
trigger?: GitForgeWorkflowTriggerKind | GitForgeWorkflowTriggerKind[];
|
|
116
|
+
};
|
|
117
|
+
type GitForgeWorkflowRunFilters = {
|
|
118
|
+
actor?: string;
|
|
119
|
+
branch?: string;
|
|
120
|
+
createdAfter?: string;
|
|
121
|
+
createdBefore?: string;
|
|
122
|
+
query?: string;
|
|
123
|
+
ref?: string;
|
|
124
|
+
status?: GitForgeWorkflowRunStatus | GitForgeWorkflowRunStatus[];
|
|
125
|
+
triggerKind?: GitForgeWorkflowTriggerKind | GitForgeWorkflowTriggerKind[];
|
|
126
|
+
workflowId?: string;
|
|
127
|
+
};
|
|
128
|
+
type GitForgeWorkflowRunJobFilters = {
|
|
129
|
+
jobId?: string;
|
|
130
|
+
status?: GitForgeWorkflowRunJobStatus | GitForgeWorkflowRunJobStatus[];
|
|
131
|
+
};
|
|
132
|
+
type GitForgeWorkflowRunStepFilters = {
|
|
133
|
+
jobRunId?: string;
|
|
134
|
+
status?: GitForgeWorkflowRunStepStatus | GitForgeWorkflowRunStepStatus[];
|
|
135
|
+
};
|
|
136
|
+
type GitForgeWorkflowRunArtifactFilters = {
|
|
137
|
+
jobRunId?: string;
|
|
138
|
+
name?: string;
|
|
139
|
+
};
|
|
140
|
+
type GitForgeWorkflowRunEventFilters = {
|
|
141
|
+
afterSequence?: number;
|
|
142
|
+
limit?: number;
|
|
143
|
+
};
|
|
144
|
+
type GitForgeWorkflowExecutionContext = {
|
|
145
|
+
actor?: Record<string, unknown>;
|
|
146
|
+
env?: Record<string, string>;
|
|
147
|
+
metadata?: Record<string, unknown>;
|
|
148
|
+
secrets?: Record<string, string>;
|
|
149
|
+
};
|
|
150
|
+
type RunGitForgeWorkflowInput = {
|
|
151
|
+
actor: GitForgeActor;
|
|
152
|
+
branch?: string;
|
|
153
|
+
commitHash?: string;
|
|
154
|
+
env?: Record<string, string>;
|
|
155
|
+
executionContext?: GitForgeWorkflowExecutionContext;
|
|
156
|
+
inputs?: Record<string, boolean | string>;
|
|
157
|
+
ref?: string;
|
|
158
|
+
secrets?: Record<string, string>;
|
|
159
|
+
triggerContext?: Record<string, unknown>;
|
|
160
|
+
};
|
|
161
|
+
type CancelGitForgeWorkflowRunInput = {
|
|
162
|
+
actor: GitForgeActor;
|
|
163
|
+
};
|
|
164
|
+
type GitForgeWorkflowRunSocketSubscription = {
|
|
165
|
+
close: () => void;
|
|
166
|
+
};
|
|
167
|
+
type GitForgeRepositoryOverview = {
|
|
168
|
+
activity_count: number;
|
|
169
|
+
fork_count: number;
|
|
170
|
+
latest_release: GitForgeRelease | null;
|
|
171
|
+
release_count: number;
|
|
172
|
+
repository: GitRepositorySummary;
|
|
173
|
+
social: GitForgeSocialState;
|
|
174
|
+
};
|
|
175
|
+
type GitForgeActionsExecutionContextResolver = (input: {
|
|
176
|
+
actor: GitForgeActor;
|
|
177
|
+
repositoryId: string;
|
|
178
|
+
runInput: RunGitForgeWorkflowInput;
|
|
179
|
+
triggerContext: Record<string, unknown>;
|
|
180
|
+
triggerKind: GitForgeWorkflowTriggerKind;
|
|
181
|
+
workflow: GitForgeWorkflow;
|
|
182
|
+
}) => MaybePromise<GitForgeWorkflowExecutionContext | null | undefined>;
|
|
183
|
+
export type { CancelGitForgeWorkflowRunInput, GitForgeActionsExecutionContextResolver, GitForgeRepositoryOverview, GitForgeWorkflowExecutionContext, GitForgeWorkflowFilters, GitForgeWorkflowRun, GitForgeWorkflowRunner, GitForgeWorkflowRunArtifact, GitForgeWorkflowRunArtifactFilters, GitForgeWorkflowRunEvent, GitForgeWorkflowRunEventFilters, GitForgeWorkflowRunEventType, GitForgeWorkflowRunFilters, GitForgeWorkflowRunJob, GitForgeWorkflowRunJobFilters, GitForgeWorkflowRunJobStatus, GitForgeWorkflowRunSocketSubscription, GitForgeWorkflowRunStatus, GitForgeWorkflowRunStep, GitForgeWorkflowRunStepFilters, GitForgeWorkflowRunStepStatus, RunGitForgeWorkflowInput, };
|
|
184
|
+
//# sourceMappingURL=runs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"runs.d.ts","sourceRoot":"","sources":["../../../../src/types/forge/workflows/runs.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"runs.js","sourceRoot":"","sources":["../../../../src/types/forge/workflows/runs.ts"],"names":[],"mappings":""}
|