forked from openshift-pipelines/pipelines-as-code
-
Notifications
You must be signed in to change notification settings - Fork 4
[bot] Update next from openshift-pipelines/pipelines-as-code to 8401181426b8c3fc3883cf20dc817443acdd2513 #1171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
github-actions
wants to merge
1
commit into
next
Choose a base branch
from
actions/update/sources-next
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5c5ec79 to
3a18a45
Compare
221d018 to
9fc3062
Compare
40b2122 to
705f1e8
Compare
$ git diff --stat 8401181426b8c3fc3883cf20dc817443acdd2513..3c453676968454dd6a72f987b19a9946f6aa3327
.cursor/rules/architecture.mdc | 9 +
.cursor/rules/code-formatting.mdc | 11 +
.cursor/rules/dependencies.mdc | 10 +
.cursor/rules/documentation.mdc | 10 +
.cursor/rules/e2e-testing.mdc | 9 +
.cursor/rules/git-commit-format.mdc | 153 +
.cursor/rules/jira-formatting.mdc | 30 +
.cursor/rules/pre-commit.mdc | 9 +
.cursor/rules/srvkp-jira-bug-template.mdc | 23 +
.cursor/rules/srvkp-jira-template.mdc | 66 +
.cursor/rules/testing-quality.mdc | 14 +
.cursor/rules/useful-commands.mdc | 18 +
.github/pull_request_template.md | 97 +-
.github/workflows/container.yaml | 13 +-
.github/workflows/e2e.yaml | 357 +
.github/workflows/kind-e2e-tests.yaml | 135 -
.gitignore | 4 +
.golangci.yml | 24 +
.goreleaser.yml | 38 +-
.markdownlint.json | 13 +-
.pre-commit-config.yaml | 4 +-
.tekton/boussole.yaml | 25 +-
.tekton/doc.yaml | 8 +-
.tekton/generate-coverage-release.yaml | 29 +-
.tekton/go.yaml | 15 +-
.tekton/issue-create.yaml | 105 +
.tekton/jira.yaml | 142 +
.tekton/linter.yaml | 151 +-
.tekton/pr-ci.yaml | 145 +
.tekton/stepactions/git-clone.yaml | 223 +
.tekton/tasks/cache-fetch.yaml | 100 +
.tekton/tasks/cache-upload.yaml | 115 +
.vale.ini | 4 +-
.vale/styles/PaaC/Paac.yml | 10 +-
.vale/styles/RedHat/CaseSensitiveTerms.yml | 7 +-
.vale/styles/RedHat/Definitions.yml | 13 +-
.vale/styles/RedHat/GitLinks.yml | 3 +-
.vale/styles/RedHat/HeadingPunctuation.yml | 8 +-
.vale/styles/RedHat/Hyphens.yml | 8 +-
.vale/styles/RedHat/PascalCamelCase.yml | 19 +-
.vale/styles/RedHat/SimpleWords.yml | 1 -
.vale/styles/RedHat/Slash.yml | 84 +-
.vale/styles/RedHat/Spelling.yml | 111 +-
.vale/styles/RedHat/TermsErrors.yml | 10 +-
.vale/styles/RedHat/TermsSuggestions.yml | 5 +-
.vale/styles/RedHat/TermsWarnings.yml | 3 +
.vale/styles/RedHat/Using.yml | 2 +-
.yamllint | 1 +
AGENTS.md | 22 +
CLAUDE.md | 1 +
Makefile | 24 +-
README.md | 466 +-
config/300-repositories.yaml | 557 +-
config/302-pac-configmap.yaml | 89 +-
config/400-controller.yaml | 12 +-
config/401-controller-service.yaml | 16 +-
config/500-watcher.yaml | 2 +
config/600-webhook.yaml | 2 +
docs/content/ALLVERSIONS | 2 +-
docs/content/VERSION | 2 +-
docs/content/_index.md | 6 +-
docs/content/docs/blog/release-osp-1.15.md | 6 +-
...g-pac-git-auth-secret-to-avoid-rate-limiting.md | 102 +
docs/content/docs/dev/_index.md | 159 +-
docs/content/docs/guide/authoringprs.md | 70 +-
docs/content/docs/guide/cleanups.md | 8 +-
docs/content/docs/guide/cli.md | 158 +-
docs/content/docs/guide/customparams.md | 18 +-
docs/content/docs/guide/gitops_commands.md | 221 +-
docs/content/docs/guide/incoming_webhook.md | 188 +-
docs/content/docs/guide/llm-analysis.md | 504 +
docs/content/docs/guide/matchingevents.md | 197 +-
docs/content/docs/guide/openapi-schema.md | 136 +
docs/content/docs/guide/policy.md | 4 +-
docs/content/docs/guide/privaterepo.md | 8 +-
docs/content/docs/guide/repositorycrd.md | 90 +-
docs/content/docs/guide/resolver.md | 203 +-
docs/content/docs/guide/running.md | 123 +-
docs/content/docs/guide/statuses.md | 22 +-
docs/content/docs/install/bitbucket_cloud.md | 25 +-
...bitbucket_server.md => bitbucket_datacenter.md} | 26 +-
docs/content/docs/install/getting-started.md | 59 +-
docs/content/docs/install/github_apps.md | 41 +-
docs/content/docs/install/github_webhook.md | 78 +-
docs/content/docs/install/gitlab.md | 65 +-
.../docs/install/global_repositories_setting.md | 2 +-
docs/content/docs/install/installation.md | 69 +-
docs/content/docs/install/kubernetes.md | 16 +-
docs/content/docs/install/logging.md | 102 +
docs/content/docs/install/metrics.md | 22 +-
docs/content/docs/install/operator_installation.md | 21 +-
docs/content/docs/install/overview.md | 29 +-
docs/content/docs/install/second_controller.md | 147 +-
docs/content/docs/install/settings.md | 297 +-
docs/layouts/_default/index.json | 4 +
docs/layouts/shortcodes/support_matrix.html | 6 +-
.../images/bitbucket-cloud-username-settings.png | Bin 0 -> 265385 bytes
...ng => bitbucket-data-center-create-webhook.png} | Bin
.../git-api-usage-metrics-prometheus-query.png | Bin 0 -> 127525 bytes
.../images/gitlab-gitops-comment-on-commit.png | Bin 0 -> 146483 bytes
docs/static/images/gitlab-pipelines-tab.png | Bin 0 -> 504244 bytes
.../images/report-error-comment-on-bad-yaml.png | Bin 0 -> 99247 bytes
docs/static/images/vscode-openapi-schema.png | Bin 0 -> 276783 bytes
go.mod | 193 +-
go.sum | 418 +-
hack/add-llm-coauthor.sh | 671 +
hack/dev/e2e-cleanups | 3 +-
hack/dev/kind/install.sh | 34 +-
hack/gh-workflow-ci.sh | 136 +-
hack/mirror-pr.sh | 261 +
hack/pr-ci/README.md | 142 +
hack/pr-ci/pyproject.toml | 21 +
hack/pr-ci/src/pr_ci/comments.py | 90 +
hack/pr-ci/src/pr_ci/config.py | 106 +
hack/pr-ci/src/pr_ci/gemini.py | 185 +
hack/pr-ci/src/pr_ci/github.py | 193 +
hack/pr-ci/src/pr_ci/jira.py | 315 +
hack/pr-ci/src/pr_ci/linter.py | 359 +
hack/pr-ci/src/pr_ci/main.py | 561 +
hack/pr-ci/src/pr_ci/pr_data.py | 80 +
hack/pr-ci/src/pr_ci/utils.py | 46 +
hack/pr-ci/uv.lock | 521 +
hack/update-golden.sh | 10 +-
hack/update-schemas.sh | 156 +
pkg/acl/owners.go | 8 +-
pkg/acl/regexp.go | 2 +-
pkg/acl/regexp_test.go | 25 +
pkg/action/patch.go | 2 +-
pkg/action/patch_test.go | 10 +-
pkg/adapter/adapter.go | 22 +-
pkg/adapter/adapter_test.go | 8 +-
pkg/adapter/incoming.go | 130 +-
pkg/adapter/incoming_test.go | 333 +-
pkg/adapter/sinker.go | 118 +-
pkg/adapter/sinker_test.go | 630 +
pkg/apis/incoming/incoming.go | 2 +-
pkg/apis/incoming/incoming_test.go | 2 +-
pkg/apis/pipelinesascode/keys/keys.go | 75 +-
pkg/apis/pipelinesascode/register.go | 1 +
pkg/apis/pipelinesascode/v1alpha1/types.go | 215 +-
pkg/apis/pipelinesascode/v1alpha1/types_llm.go | 155 +
.../v1alpha1/zz_generated.deepcopy.go | 1 -
pkg/cel/cel.go | 61 +-
pkg/cel/cel_test.go | 13 +-
pkg/changedfiles/changedfiles.go | 7 +-
pkg/cli/browser/browser.go | 5 +-
pkg/cli/color.go | 16 +-
pkg/cli/prompt/prompt.go | 8 +-
pkg/cli/prompt/stubber.go | 8 +-
pkg/cli/status/status.go | 2 +-
pkg/cli/webhook/github.go | 2 +-
pkg/cmd/tknpac/bootstrap/bootstrap.go | 6 +-
pkg/cmd/tknpac/bootstrap/bootstrap_test.go | 187 +-
pkg/cmd/tknpac/bootstrap/github.go | 15 +-
pkg/cmd/tknpac/bootstrap/install.go | 19 +-
pkg/cmd/tknpac/bootstrap/kubestuff.go | 2 +-
pkg/cmd/tknpac/bootstrap/route.go | 6 +-
pkg/cmd/tknpac/bootstrap/web.go | 11 +-
pkg/cmd/tknpac/cel/bitbucketcloud.go | 10 +
pkg/cmd/tknpac/cel/bitbucketdatacenter.go | 10 +
pkg/cmd/tknpac/cel/cel.go | 748 +
pkg/cmd/tknpac/cel/cel_test.go | 1778 ++
pkg/cmd/tknpac/cel/gitea.go | 10 +
pkg/cmd/tknpac/cel/github.go | 15 +
pkg/cmd/tknpac/cel/gitlab.go | 10 +
pkg/cmd/tknpac/cel/parser.go | 681 +
pkg/cmd/tknpac/cel/parser_test.go | 448 +
pkg/cmd/tknpac/cel/templates/help.tmpl | 107 +
pkg/cmd/tknpac/completion/completion.go | 3 +-
pkg/cmd/tknpac/create/repository.go | 2 +-
pkg/cmd/tknpac/create/root.go | 4 +-
.../TestGenerateTemplate-WithGitInfo.golden | 10 +-
.../TestGenerateTemplate-WithoutGitInfo.golden | 10 +-
pkg/cmd/tknpac/deleterepo/delete.go | 2 +-
pkg/cmd/tknpac/deleterepo/root.go | 4 +-
pkg/cmd/tknpac/describe/describe_test.go | 2 +-
pkg/cmd/tknpac/describe/templates/describe.tmpl | 2 +-
...TestDescribe-live_run_and_repository_run.golden | 4 +-
.../TestDescribe-multiple_repo_status.golden | 2 +-
pkg/cmd/tknpac/generate/generate.go | 77 +-
pkg/cmd/tknpac/generate/generate_test.go | 53 +-
pkg/cmd/tknpac/generate/template.go | 2 +-
pkg/cmd/tknpac/generate/templates/generic.yaml | 10 +-
pkg/cmd/tknpac/generate/templates/go.yaml | 10 +-
pkg/cmd/tknpac/generate/templates/java.yaml | 10 +-
pkg/cmd/tknpac/generate/templates/nodejs.yaml | 10 +-
pkg/cmd/tknpac/generate/templates/python.yaml | 10 +-
pkg/cmd/tknpac/info/globbing_test.go | 2 +-
pkg/cmd/tknpac/info/install.go | 2 +-
pkg/cmd/tknpac/info/templates/info.tmpl | 2 +-
pkg/cmd/tknpac/list/list.go | 11 +-
pkg/cmd/tknpac/list/list_test.go | 18 +-
pkg/cmd/tknpac/logs/logs.go | 6 +-
pkg/cmd/tknpac/resolve/basic_auth_secret.go | 4 +-
pkg/cmd/tknpac/resolve/resolve.go | 18 +-
pkg/cmd/tknpac/root.go | 6 +-
pkg/configutil/config.go | 2 +-
pkg/consoleui/interface_test.go | 2 +-
pkg/consoleui/openshift.go | 13 +-
pkg/consoleui/openshift_test.go | 26 +-
pkg/consoleui/tektondashboard.go | 6 +-
pkg/consoleui/tektondashboard_test.go | 2 +-
pkg/customparams/customparams.go | 33 +-
pkg/customparams/customparams_test.go | 38 +-
pkg/customparams/standard.go | 12 +-
pkg/customparams/standard_test.go | 41 +-
pkg/errors/errors.go | 9 +
pkg/events/emit.go | 28 +-
pkg/events/emit_test.go | 95 +-
pkg/formatting/age.go | 14 +-
pkg/formatting/emoji.go | 10 +-
pkg/formatting/repository_test.go | 4 +-
pkg/formatting/starting.go | 15 +-
.../templates/pipelinerunstatus_markdown.tmpl | 17 +
pkg/formatting/templates/queuing.go.tmpl | 2 +-
pkg/formatting/templates/queuing.markdown.go.tmpl | 1 +
pkg/formatting/templates/starting.go.tmpl | 2 +-
pkg/formatting/templates/starting.markdown.go.tmpl | 5 +
.../v1alpha1/generated_expansion.go | 2 +-
.../typed/pipelinesascode/v1alpha1/repository.go | 12 +-
.../v1alpha1/expansion_generated.go | 4 +-
.../listers/pipelinesascode/v1alpha1/repository.go | 4 +-
pkg/git/git.go | 12 +-
pkg/hub/artifacthub.go | 154 +
pkg/hub/artifacthub_test.go | 580 +
pkg/hub/get.go | 78 +-
pkg/hub/get_test.go | 102 +-
pkg/hub/hub.go | 49 +
pkg/hub/hub_test.go | 110 +
pkg/hub/tektonhub.go | 129 +
pkg/hub/types.go | 41 -
pkg/hub/vars/types.go | 8 +
pkg/kubeinteraction/events.go | 2 +-
pkg/kubeinteraction/labels.go | 1 -
pkg/kubeinteraction/pod_logs.go | 2 +-
pkg/kubeinteraction/status/task_status.go | 17 +-
pkg/kubeinteraction/status/task_status_test.go | 136 +
pkg/llm/analyzer.go | 372 +
pkg/llm/analyzer_test.go | 522 +
pkg/llm/context/assembler.go | 392 +
pkg/llm/context/assembler_test.go | 475 +
pkg/llm/factory.go | 249 +
pkg/llm/factory_test.go | 427 +
pkg/llm/ltypes/types.go | 62 +
pkg/llm/orchestrator.go | 92 +
pkg/llm/output_handler.go | 76 +
pkg/llm/output_handler_test.go | 4 +
pkg/llm/providers/common.go | 129 +
pkg/llm/providers/common_test.go | 503 +
pkg/llm/providers/gemini/client.go | 273 +
pkg/llm/providers/gemini/client_test.go | 496 +
pkg/llm/providers/openai/client.go | 270 +
pkg/llm/providers/openai/client_test.go | 613 +
pkg/matcher/annotation_matcher.go | 137 +-
pkg/matcher/annotation_matcher_test.go | 460 +-
pkg/matcher/annotation_tasks_install.go | 26 +-
pkg/matcher/annotation_tasks_install_test.go | 153 +-
pkg/matcher/cel.go | 28 +-
pkg/matcher/errors.go | 74 +
pkg/matcher/repo_runinfo_matcher.go | 62 +-
pkg/matcher/repo_runinfo_matcher_test.go | 406 +
pkg/metrics/metrics.go | 64 +-
pkg/opscomments/comments.go | 12 +-
pkg/opscomments/comments_test.go | 92 +-
pkg/params/cli.go | 2 +-
pkg/params/config_sync.go | 6 +-
pkg/params/info/controller_info_test.go | 43 +-
pkg/params/info/events.go | 27 +-
pkg/params/info/info_test.go | 10 +-
pkg/params/info/kube.go | 2 +-
pkg/params/info/kube_test.go | 55 +
pkg/params/install_test.go | 98 +
pkg/params/settings/config.go | 55 +-
pkg/params/settings/config_test.go | 149 +-
pkg/params/settings/convert.go | 65 -
pkg/params/settings/convert_test.go | 192 -
pkg/params/settings/default.go | 73 +-
pkg/params/settings/default_test.go | 84 +-
pkg/params/triggertype/types.go | 6 +-
pkg/params/version/version.txt | 2 +-
pkg/pipelineascode/cancel_pipelineruns.go | 79 +-
pkg/pipelineascode/cancel_pipelineruns_test.go | 527 +-
pkg/pipelineascode/client_setup.go | 98 +
pkg/pipelineascode/client_setup_test.go | 733 +
pkg/pipelineascode/errors.go | 67 +
pkg/pipelineascode/errors_test.go | 217 +
pkg/pipelineascode/match.go | 232 +-
pkg/pipelineascode/match_test.go | 333 +-
pkg/pipelineascode/pipelineascode.go | 125 +-
pkg/pipelineascode/pipelineascode_startpr_test.go | 1071 +
pkg/pipelineascode/pipelineascode_test.go | 204 +-
pkg/pipelineascode/secret.go | 2 +-
pkg/pipelineascode/template_test.go | 10 +-
pkg/pipelineascode/testdata/no_tekton_dir/.gitkeep | 1 +
.../testdata/pending_pipelinerun/.tekton/run.yaml | 17 +
.../.tekton/run.yaml | 2 +-
pkg/policy/policy.go | 2 +-
pkg/provider/bitbucketcloud/acl.go | 4 +-
pkg/provider/bitbucketcloud/acl_test.go | 2 +-
pkg/provider/bitbucketcloud/bitbucket.go | 78 +-
pkg/provider/bitbucketcloud/bitbucket_test.go | 123 +-
pkg/provider/bitbucketcloud/detect_test.go | 2 +-
pkg/provider/bitbucketcloud/parse_payload.go | 4 +-
pkg/provider/bitbucketcloud/parse_payload_test.go | 2 +-
pkg/provider/bitbucketcloud/test/bbcloudtest.go | 5 +-
pkg/provider/bitbucketcloud/types/types.go | 1 +
pkg/provider/bitbucketdatacenter/acl.go | 117 +
.../acl_test.go | 80 +-
.../bitbucketdatacenter.go} | 277 +-
.../bitbucketdatacenter_test.go} | 271 +-
.../detect.go | 20 +-
.../detect_test.go | 25 +-
.../parse_payload.go | 25 +-
.../parse_payload_test.go | 373 +-
.../test/test.go | 143 +-
.../bitbucketdatacenter/test/test_types.go | 110 +
pkg/provider/bitbucketdatacenter/types/types.go | 199 +
pkg/provider/bitbucketserver/acl.go | 166 -
pkg/provider/bitbucketserver/pagination.go | 56 -
pkg/provider/bitbucketserver/test/test_types.go | 24 -
pkg/provider/bitbucketserver/types/types.go | 51 -
pkg/provider/gitea/acl.go | 10 +-
pkg/provider/gitea/acl_test.go | 16 +-
pkg/provider/gitea/gitea.go | 123 +-
pkg/provider/gitea/gitea_test.go | 250 +-
pkg/provider/gitea/parse_payload.go | 2 +-
pkg/provider/gitea/webhook.go | 2 +-
pkg/provider/github/acl.go | 34 +-
pkg/provider/github/acl_test.go | 163 +-
pkg/provider/github/app/token.go | 113 +-
pkg/provider/github/app/token_test.go | 203 +-
pkg/provider/github/detect.go | 4 +-
pkg/provider/github/detect_test.go | 13 +-
pkg/provider/github/github.go | 216 +-
pkg/provider/github/github_test.go | 745 +-
pkg/provider/github/parse_payload.go | 264 +-
pkg/provider/github/parse_payload_test.go | 577 +-
pkg/provider/github/profiler.go | 149 +
pkg/provider/github/profiler_test.go | 353 +
pkg/provider/github/repository.go | 41 +-
pkg/provider/github/repository_test.go | 147 +-
pkg/provider/github/scope_test.go | 8 +-
pkg/provider/github/status.go | 103 +-
pkg/provider/github/status_test.go | 88 +-
.../github/testdata/tree/notektondir/.gitignore | 4 +
.../github/testdata/tree/tektondirisfile/.tekton | 0
pkg/provider/gitlab/README.md | 3 +-
pkg/provider/gitlab/acl.go | 93 +-
pkg/provider/gitlab/acl_test.go | 554 +-
pkg/provider/gitlab/detect.go | 52 +-
pkg/provider/gitlab/detect_test.go | 61 +
pkg/provider/gitlab/gitlab.go | 311 +-
pkg/provider/gitlab/gitlab_test.go | 899 +-
pkg/provider/gitlab/parse_payload.go | 165 +-
pkg/provider/gitlab/parse_payload_test.go | 328 +-
pkg/provider/gitlab/test/test.go | 128 +-
pkg/provider/interface.go | 3 +
pkg/provider/metrics/metrics.go | 24 +
pkg/provider/metrics/metrics_test.go | 60 +
pkg/provider/provider.go | 103 +-
pkg/provider/provider_test.go | 100 +-
pkg/reconciler/controller.go | 9 +-
pkg/reconciler/controller_test.go | 3 +-
pkg/reconciler/emit_metrics.go | 2 +-
pkg/reconciler/emit_metrics_test.go | 18 +-
pkg/reconciler/event.go | 16 +-
pkg/reconciler/reconciler.go | 124 +-
pkg/reconciler/reconciler_test.go | 190 +-
pkg/reconciler/status.go | 12 +-
pkg/reconciler/status_test.go | 1 +
...onciler_ReconcileKind-failed_pipelinerun.golden | 2 +-
...nciler_ReconcileKind-success_pipelinerun.golden | 2 +-
pkg/resolve/remote.go | 44 +-
pkg/resolve/remote_test.go | 165 +-
pkg/resolve/resolve.go | 57 +-
pkg/resolve/resolve_test.go | 214 +-
.../testdata/pipelinerun-with-a-clustertasks.yaml | 28 -
.../remote-pipeline-with-relative-tasks-1.yaml | 31 +
.../remote-pipeline-with-relative-tasks.yaml | 31 +
pkg/secrets/basic_auth.go | 4 +-
pkg/secrets/types/types.go | 1 +
pkg/sort/pipelinerun_test.go | 234 +-
pkg/sort/repository_status_test.go | 2 +-
pkg/sync/priority_queue.go | 4 +-
pkg/sync/semaphore.go | 6 +-
pkg/sync/semaphore_test.go | 177 +
pkg/templates/templating.go | 19 +-
pkg/templates/templating_test.go | 292 +-
pkg/test/cli/cobra.go | 3 +-
pkg/test/github/github.go | 2 +-
pkg/test/http/http.go | 11 +-
pkg/test/kubernetestint/kubernetesint.go | 11 +-
pkg/test/metrics/metrics.go | 18 +
pkg/test/nonoai/README.md | 15 +
pkg/test/nonoai/deployment.yaml | 32 +
pkg/test/nonoai/main.go | 436 +
pkg/test/nonoai/responses.json | 18 +
pkg/test/provider/testwebvcs.go | 23 +-
pkg/test/tekton/genz.go | 13 +-
pkg/webhook/validation.go | 9 +
release.k8s.yaml | 754 +-
release.yaml | 760 +-
samples/repository-incoming-webhook.yml | 8 +-
samples/repository-llm.yaml | 311 +
test/README.md | 190 +-
test/bitbucket_cloud_pullrequest_test.go | 7 +-
...bitbucket_datacenter_dynamic_variables_test.go} | 11 +-
...o => bitbucket_datacenter_pull_request_test.go} | 27 +-
...h_test.go => bitbucket_datacenter_push_test.go} | 5 +-
test/gitea_access_control_test.go | 16 +-
test/gitea_gitops_commands_test.go | 8 +-
test/gitea_llm_test.go | 68 +
test/gitea_params_test.go | 24 +-
test/gitea_results_annotation_test.go | 1 -
test/gitea_test.go | 238 +-
test/github_config_maxkeepruns_test.go | 9 +-
test/github_incoming_test.go | 215 +-
...thub_pullrequest_concurrency_multiplepr_test.go | 40 +-
test/github_pullrequest_concurrency_test.go | 14 +-
test/github_pullrequest_oktotest_test.go | 5 +-
test/github_pullrequest_privaterepository_test.go | 3 +-
test/github_pullrequest_rerequest_test.go | 5 +-
test/github_pullrequest_retest_test.go | 138 +-
test/github_pullrequest_test.go | 307 +-
test/github_pullrequest_test_comment_test.go | 7 +-
test/github_push_retest_test.go | 15 +-
test/github_push_test.go | 1 -
...e_token_to_list_of_private_public_repos_test.go | 5 +-
test/github_skip_ci_test.go | 144 +
test/github_tag_gitops_test.go | 132 +
test/github_tkn_pac_cli_test.go | 13 +-
test/gitlab_delete_tag_event_test.go | 15 +-
test/gitlab_incoming_webhook_test.go | 54 +-
test/gitlab_merge_request_test.go | 634 +-
test/gitlab_oktotest_thread_reply_test.go | 94 +
test/gitlab_push_gitops_command_test.go | 257 +
test/invalid_event_test.go | 3 +-
test/pkg/bitbucketcloud/crd.go | 2 +-
test/pkg/bitbucketcloud/pr.go | 6 +-
test/pkg/bitbucketcloud/setup.go | 20 +-
.../crd.go | 4 +-
.../{bitbucketserver => bitbucketdatacenter}/pr.go | 4 +-
.../setup.go | 40 +-
test/pkg/gitea/crd.go | 2 +-
test/pkg/gitea/scm.go | 20 +-
test/pkg/gitea/setup.go | 31 +-
test/pkg/gitea/test.go | 63 +-
test/pkg/github/crd.go | 5 +-
test/pkg/github/instrumentation.go | 296 +
test/pkg/github/instrumentation_test.go | 91 +
test/pkg/github/pr.go | 27 +-
test/pkg/github/setup.go | 53 +-
test/pkg/github/tag.go | 46 +
test/pkg/gitlab/crd.go | 6 +-
test/pkg/gitlab/setup.go | 34 +-
test/pkg/options/options.go | 3 +
test/pkg/payload/send.go | 2 +-
test/pkg/repository/global.go | 2 +-
test/pkg/repository/update.go | 22 +
test/pkg/scm/scm.go | 4 +-
test/pkg/setup/setup.go | 33 +
test/pkg/wait/logs.go | 2 +-
test/pkg/wait/wait.go | 28 +-
test/repo_validation_test.go | 1 -
test/repository_webhook_test.go | 1 -
.../TestGiteaErrorSnippetCustomLines.golden | 7 +
test/testdata/TestGiteaGlobalRepoParams.golden | 1 +
.../testdata/TestGiteaGlobalRepoUseLocalDef.golden | 1 +
...tation-pipelinerun-on-comment-annotation.golden | 3 +-
test/testdata/TestGiteaOnCommentAnnotation.golden | 5 +-
.../TestGithubSecondPullRequestBadYaml.golden | 6 +
test/testdata/always-good-pipelinerun.yaml | 19 +
test/testdata/bad-converts-good-pipelinerun.yaml | 19 +
test/testdata/failures/bad-pipelinerun.yaml | 11 +
test/testdata/failures/pipeline-validation.yaml | 28 +
.../testdata/failures/pipelinerun-invalid-cel.yaml | 17 +
test/testdata/gitea-llm-comment.golden | 7 +
test/testdata/params.yaml | 1 +
test/testdata/pipeline_with_tekton_params.yaml | 19 +
test/testdata/pipelinerun-error-snippet.yaml | 11 +-
test/testdata/pipelinerun-hub-task-not-found.yaml | 16 +
.../pipelinerun-hub-task-version-not-found.yaml | 16 +
test/testdata/pipelinerun-match-push-pullr.yaml | 19 +
...q-3.yaml => pipelinerun-multi-hub-tasks-1.yaml} | 27 +-
test/testdata/pipelinerun-multi-hub-tasks-2.yaml | 37 +
.../pipelinerun-on-comment-annotation.yaml | 3 +-
test/testdata/pipelinerun-on-tag.yaml | 20 +
.../pipelinerun-remote-pipeline-from-hub.yaml | 12 +
test/testdata/pipelinerun-stepactions.yaml | 2 +-
test/testdata/pipelinerun-with-yq-4.yaml | 63 -
.../pipelinerun_remote_task_annotations.yaml | 4 +-
test/testdata/pipelinerun_with_tekton_params.yaml | 12 +
test/testdata/randomcrd.yaml | 6 +
vendor/cel.dev/expr/.bazelversion | 2 +
vendor/cel.dev/expr/.gitattributes | 2 +
vendor/cel.dev/expr/.gitignore | 2 +
vendor/cel.dev/expr/BUILD.bazel | 34 +
vendor/cel.dev/expr/CODE_OF_CONDUCT.md | 25 +
vendor/cel.dev/expr/CONTRIBUTING.md | 32 +
vendor/cel.dev/expr/GOVERNANCE.md | 43 +
.../klauspost/compress => cel.dev/expr}/LICENSE | 104 +-
vendor/cel.dev/expr/MAINTAINERS.md | 13 +
vendor/cel.dev/expr/MODULE.bazel | 74 +
vendor/cel.dev/expr/README.md | 71 +
vendor/cel.dev/expr/WORKSPACE | 145 +
vendor/cel.dev/expr/WORKSPACE.bzlmod | 0
vendor/cel.dev/expr/checked.pb.go | 1432 +
vendor/cel.dev/expr/cloudbuild.yaml | 9 +
vendor/cel.dev/expr/eval.pb.go | 487 +
vendor/cel.dev/expr/explain.pb.go | 236 +
vendor/cel.dev/expr/regen_go_proto.sh | 9 +
.../expr/regen_go_proto_canonical_protos.sh | 10 +
vendor/cel.dev/expr/syntax.pb.go | 1633 +
vendor/cel.dev/expr/value.pb.go | 653 +
vendor/code.gitea.io/gitea/modules/json/json.go | 6 +
.../gitea/modules/structs/activity.go | 7 +-
.../gitea/modules/structs/git_blob.go | 10 +-
vendor/code.gitea.io/gitea/modules/structs/hook.go | 134 +-
.../code.gitea.io/gitea/modules/structs/issue.go | 28 +-
.../gitea/modules/structs/miscellaneous.go | 10 +-
vendor/code.gitea.io/gitea/modules/structs/org.go | 9 +
.../code.gitea.io/gitea/modules/structs/package.go | 4 +-
vendor/code.gitea.io/gitea/modules/structs/pull.go | 45 +-
vendor/code.gitea.io/gitea/modules/structs/repo.go | 43 +-
.../gitea/modules/structs/repo_actions.go | 158 +
.../gitea/modules/structs/repo_branch.go | 34 +
.../gitea/modules/structs/repo_collaborator.go | 1 +
.../gitea/modules/structs/repo_file.go | 11 +
.../gitea/modules/structs/repo_tag.go | 32 +-
.../code.gitea.io/gitea/modules/structs/secret.go | 7 +
.../gitea/modules/structs/settings.go | 1 +
.../gitea/modules/structs/user_app.go | 38 +-
.../gitea/modules/structs/user_key.go | 1 +
.../gitea/modules/structs/variable.go | 12 +
vendor/code.gitea.io/sdk/gitea/admin_cron.go | 3 +-
vendor/code.gitea.io/sdk/gitea/admin_user.go | 9 +-
vendor/code.gitea.io/sdk/gitea/attachment.go | 5 +-
vendor/code.gitea.io/sdk/gitea/client.go | 50 +-
vendor/code.gitea.io/sdk/gitea/git_hook.go | 6 +-
vendor/code.gitea.io/sdk/gitea/hook.go | 36 +-
vendor/code.gitea.io/sdk/gitea/httpsign.go | 35 +-
vendor/code.gitea.io/sdk/gitea/issue.go | 3 +-
vendor/code.gitea.io/sdk/gitea/issue_comment.go | 3 +-
vendor/code.gitea.io/sdk/gitea/issue_label.go | 9 +-
vendor/code.gitea.io/sdk/gitea/issue_milestone.go | 6 +-
vendor/code.gitea.io/sdk/gitea/issue_reaction.go | 6 +-
vendor/code.gitea.io/sdk/gitea/issue_stopwatch.go | 9 +-
vendor/code.gitea.io/sdk/gitea/issue_timeline.go | 44 +
.../code.gitea.io/sdk/gitea/issue_tracked_time.go | 6 +-
vendor/code.gitea.io/sdk/gitea/notifications.go | 6 +-
vendor/code.gitea.io/sdk/gitea/oauth2.go | 2 +-
vendor/code.gitea.io/sdk/gitea/org.go | 6 +-
vendor/code.gitea.io/sdk/gitea/org_action.go | 146 +-
vendor/code.gitea.io/sdk/gitea/org_member.go | 3 +-
vendor/code.gitea.io/sdk/gitea/org_team.go | 24 +-
vendor/code.gitea.io/sdk/gitea/package.go | 3 +-
vendor/code.gitea.io/sdk/gitea/pull.go | 2 +-
vendor/code.gitea.io/sdk/gitea/pull_review.go | 15 +-
vendor/code.gitea.io/sdk/gitea/release.go | 6 +-
vendor/code.gitea.io/sdk/gitea/repo.go | 140 +-
vendor/code.gitea.io/sdk/gitea/repo_action.go | 86 +
.../sdk/gitea/repo_action_variable.go | 13 +
vendor/code.gitea.io/sdk/gitea/repo_branch.go | 31 +
.../sdk/gitea/repo_branch_protection.go | 3 +-
.../code.gitea.io/sdk/gitea/repo_collaborator.go | 6 +-
vendor/code.gitea.io/sdk/gitea/repo_commit.go | 15 +
vendor/code.gitea.io/sdk/gitea/repo_file.go | 7 +-
vendor/code.gitea.io/sdk/gitea/repo_key.go | 3 +-
vendor/code.gitea.io/sdk/gitea/repo_migrate.go | 8 +-
vendor/code.gitea.io/sdk/gitea/repo_mirror.go | 31 +
vendor/code.gitea.io/sdk/gitea/repo_stars.go | 6 +-
vendor/code.gitea.io/sdk/gitea/repo_tag.go | 3 +-
.../code.gitea.io/sdk/gitea/repo_tag_protection.go | 124 +
vendor/code.gitea.io/sdk/gitea/repo_team.go | 6 +-
vendor/code.gitea.io/sdk/gitea/repo_topics.go | 9 +-
vendor/code.gitea.io/sdk/gitea/repo_tree.go | 24 +-
vendor/code.gitea.io/sdk/gitea/secret.go | 2 +
vendor/code.gitea.io/sdk/gitea/user_app.go | 6 +-
vendor/code.gitea.io/sdk/gitea/user_email.go | 3 +-
vendor/code.gitea.io/sdk/gitea/user_follow.go | 8 +-
vendor/code.gitea.io/sdk/gitea/user_gpgkey.go | 3 +-
vendor/code.gitea.io/sdk/gitea/user_key.go | 4 +-
vendor/code.gitea.io/sdk/gitea/version.go | 3 +-
vendor/github.com/42wim/httpsig/.travis.yml | 3 +
vendor/github.com/42wim/httpsig/LICENSE | 29 +
vendor/github.com/42wim/httpsig/README.md | 115 +
vendor/github.com/42wim/httpsig/algorithms.go | 550 +
vendor/github.com/42wim/httpsig/digest.go | 120 +
vendor/github.com/42wim/httpsig/httpsig.go | 356 +
vendor/github.com/42wim/httpsig/signing.go | 334 +
vendor/github.com/42wim/httpsig/verifying.go | 184 +
vendor/github.com/PuerkitoBio/goquery/README.md | 24 +-
vendor/github.com/PuerkitoBio/goquery/expand.go | 2 +-
vendor/github.com/PuerkitoBio/goquery/iteration.go | 14 +
vendor/github.com/PuerkitoBio/goquery/property.go | 13 +-
vendor/github.com/PuerkitoBio/goquery/utilities.go | 21 +-
.../bradleyfalzon/ghinstallation/v2/.golangci.yml | 37 +
.../bradleyfalzon/ghinstallation/v2/transport.go | 2 +-
.../github.com/cert-manager/cert-manager/LICENSE | 201 +
.../github.com/cert-manager/cert-manager/LICENSES | 200 +
.../cert-manager/cert-manager/pkg/apis/acme/doc.go | 22 +
.../cert-manager/pkg/apis/acme/v1/const.go | 22 +
.../cert-manager/pkg/apis/acme/v1/doc.go | 20 +
.../cert-manager/pkg/apis/acme/v1/register.go | 58 +
.../cert-manager/pkg/apis/acme/v1/types.go | 57 +
.../pkg/apis/acme/v1/types_challenge.go | 146 +
.../cert-manager/pkg/apis/acme/v1/types_issuer.go | 812 +
.../cert-manager/pkg/apis/acme/v1/types_order.go | 245 +
.../pkg/apis/acme/v1/zz_generated.deepcopy.go | 1058 +
.../cert-manager/pkg/apis/certmanager/doc.go | 23 +
.../cert-manager/pkg/apis/certmanager/v1/const.go | 48 +
.../cert-manager/pkg/apis/certmanager/v1/doc.go | 21 +
.../pkg/apis/certmanager/v1/generic_issuer.go | 85 +
.../pkg/apis/certmanager/v1/register.go | 62 +
.../cert-manager/pkg/apis/certmanager/v1/types.go | 310 +
.../pkg/apis/certmanager/v1/types_certificate.go | 746 +
.../certmanager/v1/types_certificaterequest.go | 249 +
.../pkg/apis/certmanager/v1/types_issuer.go | 437 +
.../apis/certmanager/v1/zz_generated.deepcopy.go | 1201 +
.../cert-manager/cert-manager/pkg/apis/meta/doc.go | 22 +
.../cert-manager/pkg/apis/meta/v1/doc.go | 21 +
.../cert-manager/pkg/apis/meta/v1/register.go | 51 +
.../cert-manager/pkg/apis/meta/v1/types.go | 79 +
.../pkg/apis/meta/v1/zz_generated.deepcopy.go | 71 +
vendor/github.com/chzyer/readline/.gitignore | 1 +
vendor/github.com/chzyer/readline/.travis.yml | 8 +
vendor/github.com/chzyer/readline/CHANGELOG.md | 58 +
.../go-bitbucket-v1 => chzyer/readline}/LICENSE | 5 +-
vendor/github.com/chzyer/readline/README.md | 114 +
vendor/github.com/chzyer/readline/ansi_windows.go | 249 +
vendor/github.com/chzyer/readline/complete.go | 285 +
.../github.com/chzyer/readline/complete_helper.go | 165 +
.../github.com/chzyer/readline/complete_segment.go | 82 +
vendor/github.com/chzyer/readline/history.go | 330 +
vendor/github.com/chzyer/readline/operation.go | 537 +
vendor/github.com/chzyer/readline/password.go | 33 +
.../chzyer/readline/rawreader_windows.go | 125 +
vendor/github.com/chzyer/readline/readline.go | 338 +
vendor/github.com/chzyer/readline/remote.go | 475 +
vendor/github.com/chzyer/readline/runebuf.go | 629 +
vendor/github.com/chzyer/readline/runes.go | 223 +
vendor/github.com/chzyer/readline/search.go | 164 +
vendor/github.com/chzyer/readline/std.go | 197 +
vendor/github.com/chzyer/readline/std_windows.go | 9 +
vendor/github.com/chzyer/readline/term.go | 123 +
vendor/github.com/chzyer/readline/term_bsd.go | 29 +
vendor/github.com/chzyer/readline/term_linux.go | 33 +
.../github.com/chzyer/readline/term_nosyscall6.go | 32 +
vendor/github.com/chzyer/readline/term_unix.go | 24 +
vendor/github.com/chzyer/readline/term_windows.go | 171 +
vendor/github.com/chzyer/readline/terminal.go | 254 +
vendor/github.com/chzyer/readline/utils.go | 311 +
vendor/github.com/chzyer/readline/utils_unix.go | 83 +
vendor/github.com/chzyer/readline/utils_windows.go | 41 +
vendor/github.com/chzyer/readline/vim.go | 176 +
vendor/github.com/chzyer/readline/windows_api.go | 152 +
vendor/github.com/cloudevents/sdk-go/v2/alias.go | 1 +
.../cloudevents/sdk-go/v2/client/client.go | 13 +-
.../cloudevents/sdk-go/v2/event/content_type.go | 12 +
.../cloudevents/sdk-go/v2/event/datacodec/codec.go | 59 +
.../cloudevents/sdk-go/v2/event/event_marshal.go | 19 +-
.../cloudevents/sdk-go/v2/event/event_unmarshal.go | 17 +-
.../sdk-go/v2/event/eventcontext_v03.go | 2 +-
.../cloudevents/sdk-go/v2/event/eventcontext_v1.go | 2 +-
.../cloudevents/sdk-go/v2/event/extensions.go | 2 +-
.../cloudevents/sdk-go/v2/protocol/doc.go | 2 +-
.../cloudevents/sdk-go/v2/protocol/http/options.go | 52 +
.../sdk-go/v2/protocol/http/protocol.go | 25 +-
.../sdk-go/v2/protocol/http/protocol_lifecycle.go | 4 +-
vendor/github.com/coreos/go-oidc/v3/oidc/jose.go | 15 +
vendor/github.com/coreos/go-oidc/v3/oidc/jwks.go | 29 +-
vendor/github.com/coreos/go-oidc/v3/oidc/oidc.go | 52 +-
vendor/github.com/coreos/go-oidc/v3/oidc/verify.go | 106 +-
.../github.com/emicklei/go-restful/v3/.travis.yml | 13 -
.../github.com/emicklei/go-restful/v3/CHANGES.md | 9 +-
vendor/github.com/emicklei/go-restful/v3/README.md | 3 +-
vendor/github.com/emicklei/go-restful/v3/curly.go | 50 +-
.../emicklei/go-restful/v3/custom_verb.go | 34 +-
vendor/github.com/emicklei/go-restful/v3/doc.go | 42 +-
vendor/github.com/emicklei/go-restful/v3/jsr311.go | 19 +-
vendor/github.com/emicklei/go-restful/v3/route.go | 2 +
vendor/github.com/evanphx/json-patch/v5/merge.go | 26 +-
vendor/github.com/evanphx/json-patch/v5/patch.go | 120 +-
vendor/github.com/fxamacker/cbor/v2/README.md | 607 +-
vendor/github.com/fxamacker/cbor/v2/bytestring.go | 27 +
vendor/github.com/fxamacker/cbor/v2/cache.go | 25 +-
vendor/github.com/fxamacker/cbor/v2/common.go | 9 +
vendor/github.com/fxamacker/cbor/v2/decode.go | 425 +-
vendor/github.com/fxamacker/cbor/v2/doc.go | 51 +-
vendor/github.com/fxamacker/cbor/v2/encode.go | 442 +-
vendor/github.com/fxamacker/cbor/v2/encode_map.go | 10 +-
.../fxamacker/cbor/v2/encode_map_go117.go | 60 -
.../github.com/fxamacker/cbor/v2/omitzero_go124.go | 8 +
.../fxamacker/cbor/v2/omitzero_pre_go124.go | 8 +
vendor/github.com/fxamacker/cbor/v2/simplevalue.go | 29 +
vendor/github.com/fxamacker/cbor/v2/stream.go | 4 +-
.../github.com/fxamacker/cbor/v2/structfields.go | 18 +-
vendor/github.com/fxamacker/cbor/v2/tag.go | 48 +-
.../gfleury/go-bitbucket-v1/CONTRIBUTORS | 8 -
.../github.com/gfleury/go-bitbucket-v1/README.md | 227 -
.../gfleury/go-bitbucket-v1/api_client.go | 424 -
.../gfleury/go-bitbucket-v1/api_request.go | 18 -
.../gfleury/go-bitbucket-v1/api_response.go | 770 -
.../gfleury/go-bitbucket-v1/configuration.go | 75 -
.../gfleury/go-bitbucket-v1/default_api.go | 14800 ----------
.../github.com/gfleury/go-bitbucket-v1/webhook.go | 57 -
vendor/github.com/go-jose/go-jose/v3/jwe.go | 5 +-
vendor/github.com/go-jose/go-jose/v3/jws.go | 5 +-
vendor/github.com/go-jose/go-jose/v4/.gitignore | 2 +
vendor/github.com/go-jose/go-jose/v4/.golangci.yml | 53 +
vendor/github.com/go-jose/go-jose/v4/.travis.yml | 33 +
vendor/github.com/go-jose/go-jose/v4/CHANGELOG.md | 96 +
.../github.com/go-jose/go-jose/v4/CONTRIBUTING.md | 9 +
vendor/github.com/go-jose/go-jose/v4/LICENSE | 202 +
vendor/github.com/go-jose/go-jose/v4/README.md | 106 +
vendor/github.com/go-jose/go-jose/v4/SECURITY.md | 13 +
vendor/github.com/go-jose/go-jose/v4/asymmetric.go | 595 +
.../go-jose/go-jose/v4/cipher/cbc_hmac.go | 196 +
.../go-jose/go-jose/v4/cipher/concat_kdf.go | 75 +
.../go-jose/go-jose/v4/cipher/ecdh_es.go | 86 +
.../go-jose/go-jose/v4/cipher/key_wrap.go | 109 +
vendor/github.com/go-jose/go-jose/v4/crypter.go | 599 +
vendor/github.com/go-jose/go-jose/v4/doc.go | 25 +
vendor/github.com/go-jose/go-jose/v4/encoding.go | 228 +
.../mergo => go-jose/go-jose/v4/json}/LICENSE | 1 -
.../github.com/go-jose/go-jose/v4/json/README.md | 13 +
.../github.com/go-jose/go-jose/v4/json/decode.go | 1216 +
.../github.com/go-jose/go-jose/v4/json/encode.go | 1197 +
.../github.com/go-jose/go-jose/v4/json/indent.go | 141 +
.../github.com/go-jose/go-jose/v4/json/scanner.go | 623 +
.../github.com/go-jose/go-jose/v4/json/stream.go | 484 +
vendor/github.com/go-jose/go-jose/v4/json/tags.go | 44 +
vendor/github.com/go-jose/go-jose/v4/jwe.go | 382 +
vendor/github.com/go-jose/go-jose/v4/jwk.go | 823 +
vendor/github.com/go-jose/go-jose/v4/jws.go | 422 +
vendor/github.com/go-jose/go-jose/v4/opaque.go | 147 +
vendor/github.com/go-jose/go-jose/v4/shared.go | 531 +
vendor/github.com/go-jose/go-jose/v4/signing.go | 505 +
vendor/github.com/go-jose/go-jose/v4/symmetric.go | 517 +
vendor/github.com/go-logr/logr/.golangci.yaml | 16 +-
.../go-openapi/jsonpointer/.golangci.yml | 120 +-
vendor/github.com/go-openapi/jsonpointer/errors.go | 18 +
.../github.com/go-openapi/jsonpointer/pointer.go | 392 +-
.../go-openapi/jsonreference/.golangci.yml | 120 +-
.../go-openapi/jsonreference/reference.go | 69 +-
vendor/github.com/go-openapi/swag/.golangci.yml | 120 +-
vendor/github.com/go-openapi/swag/README.md | 168 +-
vendor/github.com/go-openapi/swag/cmdutils/LICENSE | 202 +
.../go-openapi/swag/cmdutils/cmd_utils.go | 24 +
vendor/github.com/go-openapi/swag/cmdutils/doc.go | 16 +
.../github.com/go-openapi/swag/cmdutils_iface.go | 22 +
vendor/github.com/go-openapi/swag/conv/LICENSE | 202 +
vendor/github.com/go-openapi/swag/conv/convert.go | 172 +
.../go-openapi/swag/conv/convert_types.go | 79 +
vendor/github.com/go-openapi/swag/conv/doc.go | 26 +
vendor/github.com/go-openapi/swag/conv/format.go | 39 +
vendor/github.com/go-openapi/swag/conv/sizeof.go | 17 +
.../go-openapi/swag/conv/type_constraints.go | 40 +
vendor/github.com/go-openapi/swag/conv_iface.go | 497 +
vendor/github.com/go-openapi/swag/convert.go | 208 -
vendor/github.com/go-openapi/swag/convert_types.go | 730 -
vendor/github.com/go-openapi/swag/doc.go | 79 +-
.../github.com/go-openapi/swag/fileutils/LICENSE | 202 +
vendor/github.com/go-openapi/swag/fileutils/doc.go | 21 +
.../go-openapi/swag/{ => fileutils}/file.go | 2 +-
.../go-openapi/swag/{ => fileutils}/path.go | 8 +-
.../github.com/go-openapi/swag/fileutils_iface.go | 44 +
.../github.com/go-openapi/swag/initialism_index.go | 202 -
vendor/github.com/go-openapi/swag/json.go | 312 -
vendor/github.com/go-openapi/swag/jsonname/LICENSE | 202 +
vendor/github.com/go-openapi/swag/jsonname/doc.go | 16 +
.../go-openapi/swag/jsonname/name_provider.go | 149 +
.../github.com/go-openapi/swag/jsonname_iface.go | 35 +
.../github.com/go-openapi/swag/jsonutils/LICENSE | 202 +
.../github.com/go-openapi/swag/jsonutils/concat.go | 100 +
vendor/github.com/go-openapi/swag/jsonutils/doc.go | 18 +
.../github.com/go-openapi/swag/jsonutils/json.go | 80 +
.../go-openapi/swag/jsonutils/ordered_map.go | 199 +
.../github.com/go-openapi/swag/jsonutils_iface.go | 76 +
vendor/github.com/go-openapi/swag/loading/LICENSE | 202 +
vendor/github.com/go-openapi/swag/loading/doc.go | 16 +
.../github.com/go-openapi/swag/loading/errors.go | 26 +
vendor/github.com/go-openapi/swag/loading/json.go | 22 +
.../go-openapi/swag/{ => loading}/loading.go | 75 +-
.../github.com/go-openapi/swag/loading/options.go | 136 +
vendor/github.com/go-openapi/swag/loading/yaml.go | 48 +
vendor/github.com/go-openapi/swag/loading_iface.go | 102 +
.../go-openapi/swag/{ => mangling}/BENCHMARK.md | 48 +-
vendor/github.com/go-openapi/swag/mangling/LICENSE | 202 +
vendor/github.com/go-openapi/swag/mangling/doc.go | 36 +
.../go-openapi/swag/mangling/initialism_index.go | 268 +
.../go-openapi/swag/mangling/name_lexem.go | 197 +
.../go-openapi/swag/mangling/name_mangler.go | 381 +
.../github.com/go-openapi/swag/mangling/options.go | 161 +
.../github.com/go-openapi/swag/mangling/pools.go | 134 +
.../go-openapi/swag/{ => mangling}/split.go | 366 +-
.../go-openapi/swag/mangling/string_bytes.go | 22 +
vendor/github.com/go-openapi/swag/mangling/util.go | 129 +
.../github.com/go-openapi/swag/mangling_iface.go | 80 +
vendor/github.com/go-openapi/swag/name_lexem.go | 93 -
vendor/github.com/go-openapi/swag/netutils/LICENSE | 202 +
vendor/github.com/go-openapi/swag/netutils/doc.go | 16 +
.../go-openapi/swag/{ => netutils}/net.go | 8 +-
.../github.com/go-openapi/swag/netutils_iface.go | 24 +
vendor/github.com/go-openapi/swag/string_bytes.go | 8 -
.../github.com/go-openapi/swag/stringutils/LICENSE | 202 +
.../swag/stringutils/collection_formats.go | 85 +
.../github.com/go-openapi/swag/stringutils/doc.go | 16 +
.../go-openapi/swag/stringutils/strings.go | 34 +
.../go-openapi/swag/stringutils_iface.go | 45 +
.../github.com/go-openapi/swag/typeutils/LICENSE | 202 +
vendor/github.com/go-openapi/swag/typeutils/doc.go | 16 +
.../github.com/go-openapi/swag/typeutils/types.go | 59 +
.../github.com/go-openapi/swag/typeutils_iface.go | 23 +
vendor/github.com/go-openapi/swag/util.go | 364 -
vendor/github.com/go-openapi/swag/yaml.go | 481 -
.../github.com/go-openapi/swag/yamlutils/LICENSE | 202 +
vendor/github.com/go-openapi/swag/yamlutils/doc.go | 16 +
.../swag/yamlutils/errors.go} | 22 +-
.../go-openapi/swag/yamlutils/ordered_map.go | 210 +
.../github.com/go-openapi/swag/yamlutils/yaml.go | 233 +
.../github.com/go-openapi/swag/yamlutils_iface.go | 31 +
vendor/github.com/golang-jwt/jwt/v4/parser.go | 36 +-
vendor/github.com/google/cel-go/cel/BUILD.bazel | 15 +-
vendor/github.com/google/cel-go/cel/decls.go | 97 +-
vendor/github.com/google/cel-go/cel/env.go | 278 +-
vendor/github.com/google/cel-go/cel/folding.go | 60 +-
vendor/github.com/google/cel-go/cel/inlining.go | 2 +-
vendor/github.com/google/cel-go/cel/io.go | 191 +-
vendor/github.com/google/cel-go/cel/library.go | 477 +-
vendor/github.com/google/cel-go/cel/macro.go | 30 +-
vendor/github.com/google/cel-go/cel/optimizer.go | 16 +-
vendor/github.com/google/cel-go/cel/options.go | 245 +-
vendor/github.com/google/cel-go/cel/program
https://github.com/openshift-pipelines/pipelines-as-code/compare/8401181426b8c3fc3883cf20dc817443acdd2513..3c453676968454dd6a72f987b19a9946f6aa3327
2b4f66c to
943a0de
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.