Skip to content

Commit c78fb7e

Browse files
authored
feat: Azure Devops Pipeline support (#276)
Signed-off-by: Daniel Liszka <[email protected]>
1 parent 0945ae9 commit c78fb7e

File tree

26 files changed

+639
-72
lines changed

26 files changed

+639
-72
lines changed

app/artifact-cas/api/cas/v1/resource.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/artifact-cas/api/cas/v1/status.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/cli/api/attestation/v1/crafting_state.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/cli/internal/action/workflow_run_list.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ func humanizedRunnerType(in v1.CraftingSchema_Runner_RunnerType) string {
115115
return "GitHub"
116116
case *v1.CraftingSchema_Runner_GITLAB_PIPELINE.Enum():
117117
return "GitLab"
118+
case *v1.CraftingSchema_Runner_AZURE_PIPELINE.Enum():
119+
return "Azure Pipeline"
118120
default:
119121
return "Unspecified"
120122
}

app/controlplane/api/controlplane/v1/auth.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controlplane/api/controlplane/v1/cas_backends.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controlplane/api/controlplane/v1/cas_credentials.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controlplane/api/controlplane/v1/context.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controlplane/api/controlplane/v1/integrations.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controlplane/api/controlplane/v1/org_metrics.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)