Skip to content
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

feat(command): new develop validate-plugin flag --all #448

Merged
merged 1 commit into from
May 8, 2022
Merged

feat(command): new develop validate-plugin flag --all #448

merged 1 commit into from
May 8, 2022

Conversation

xavier-hou
Copy link
Member

Summary

Key Points

  • This is a breaking change.
  • Documentation (new or existing) is updated.

Description

  1. Add --all flag to command dtm develop validate-plugin to validate all existing plugins.
  2. Add a new function ValidatePlugins which will call function ValidatePlugin(old name is Validate).

Related Issues

#443

Screenshots

image

{22-05-07 14:23}hxc-macbook-air:devstream@main✗✗✗✗✗✗ hxc% ./dtm develop validate-plugin --all 
2022-05-07 14:24:31 ℹ [INFO]  Validate all plugins.
2022-05-07 14:24:31 ℹ [INFO]  Render template files finished.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/argocd/argocd.go.
2022-05-07 14:24:31 ✖ [ERROR]  stat internal/pkg/plugin/argocd/argocd.go: no such file or directory
2022-05-07 14:24:31 ✔ [SUCCESS]  Plugin <argocd> passed validation.
2022-05-07 14:24:31 ℹ [INFO]  Validate all files finished.
2022-05-07 14:24:31 ℹ [INFO]  Render template files finished.
2022-05-07 14:24:31 ✔ [SUCCESS]  Plugin <argocdapp> passed validation.
2022-05-07 14:24:31 ℹ [INFO]  Validate all files finished.
2022-05-07 14:24:31 ℹ [INFO]  Render template files finished.
2022-05-07 14:24:31 ✔ [SUCCESS]  Plugin <devlake> passed validation.
2022-05-07 14:24:31 ℹ [INFO]  Validate all files finished.
2022-05-07 14:24:31 ℹ [INFO]  Render template files finished.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/github-repo-scaffolding-golang/github-repo-scaffolding-golang.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/github-repo-scaffolding-golang/create.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/github-repo-scaffolding-golang/delete.go.
2022-05-07 14:24:31 ✖ [ERROR]  stat internal/pkg/plugin/github-repo-scaffolding-golang/: no such file or directory
stat internal/pkg/plugin/github-repo-scaffolding-golang/: no such file or directory
stat internal/pkg/plugin/github-repo-scaffolding-golang/: no such file or directory
2022-05-07 14:24:31 ✔ [SUCCESS]  Plugin <github-repo-scaffolding-golang> passed validation.
2022-05-07 14:24:31 ℹ [INFO]  Validate all files finished.
2022-05-07 14:24:31 ℹ [INFO]  Render template files finished.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/githubactions-golang/githubactions-golang.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/githubactions-golang/create.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/githubactions-golang/delete.go.
2022-05-07 14:24:31 ✖ [ERROR]  stat internal/pkg/plugin/githubactions-golang/: no such file or directory
stat internal/pkg/plugin/githubactions-golang/: no such file or directory
stat internal/pkg/plugin/githubactions-golang/: no such file or directory
2022-05-07 14:24:31 ✔ [SUCCESS]  Plugin <githubactions-golang> passed validation.
2022-05-07 14:24:31 ℹ [INFO]  Validate all files finished.
2022-05-07 14:24:31 ℹ [INFO]  Render template files finished.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/githubactions-nodejs/githubactions-nodejs.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/githubactions-nodejs/create.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/githubactions-nodejs/delete.go.
2022-05-07 14:24:31 ✖ [ERROR]  stat internal/pkg/plugin/githubactions-nodejs/: no such file or directory
stat internal/pkg/plugin/githubactions-nodejs/: no such file or directory
stat internal/pkg/plugin/githubactions-nodejs/: no such file or directory
2022-05-07 14:24:31 ✔ [SUCCESS]  Plugin <githubactions-nodejs> passed validation.
2022-05-07 14:24:31 ℹ [INFO]  Validate all files finished.
2022-05-07 14:24:31 ℹ [INFO]  Render template files finished.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/githubactions-python/githubactions-python.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/githubactions-python/create.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/githubactions-python/delete.go.
2022-05-07 14:24:31 ✖ [ERROR]  stat internal/pkg/plugin/githubactions-python/: no such file or directory
stat internal/pkg/plugin/githubactions-python/: no such file or directory
stat internal/pkg/plugin/githubactions-python/: no such file or directory
2022-05-07 14:24:31 ✔ [SUCCESS]  Plugin <githubactions-python> passed validation.
2022-05-07 14:24:31 ℹ [INFO]  Validate all files finished.
2022-05-07 14:24:31 ℹ [INFO]  Render template files finished.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/gitlab-repo-scaffolding-golang/gitlab-repo-scaffolding-golang.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/gitlab-repo-scaffolding-golang/create.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/gitlab-repo-scaffolding-golang/delete.go.
2022-05-07 14:24:31 ✖ [ERROR]  stat internal/pkg/plugin/gitlab-repo-scaffolding-golang/: no such file or directory
stat internal/pkg/plugin/gitlab-repo-scaffolding-golang/: no such file or directory
stat internal/pkg/plugin/gitlab-repo-scaffolding-golang/: no such file or directory
2022-05-07 14:24:31 ✔ [SUCCESS]  Plugin <gitlab-repo-scaffolding-golang> passed validation.
2022-05-07 14:24:31 ℹ [INFO]  Validate all files finished.
2022-05-07 14:24:31 ℹ [INFO]  Render template files finished.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/gitlabci-generic/gitlabci-generic.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/gitlabci-generic/create.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/gitlabci-generic/delete.go.
2022-05-07 14:24:31 ✖ [ERROR]  stat internal/pkg/plugin/gitlabci-generic/: no such file or directory
stat internal/pkg/plugin/gitlabci-generic/: no such file or directory
stat internal/pkg/plugin/gitlabci-generic/: no such file or directory
2022-05-07 14:24:31 ✔ [SUCCESS]  Plugin <gitlabci-generic> passed validation.
2022-05-07 14:24:31 ℹ [INFO]  Validate all files finished.
2022-05-07 14:24:31 ℹ [INFO]  Render template files finished.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/gitlabci-golang/gitlabci-golang.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/gitlabci-golang/create.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/gitlabci-golang/delete.go.
2022-05-07 14:24:31 ✖ [ERROR]  stat internal/pkg/plugin/gitlabci-golang/: no such file or directory
stat internal/pkg/plugin/gitlabci-golang/: no such file or directory
stat internal/pkg/plugin/gitlabci-golang/: no such file or directory
2022-05-07 14:24:31 ✔ [SUCCESS]  Plugin <gitlabci-golang> passed validation.
2022-05-07 14:24:31 ℹ [INFO]  Validate all files finished.
2022-05-07 14:24:31 ℹ [INFO]  Render template files finished.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/hashicorp-vault/hashicorp-vault.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/hashicorp-vault/create.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/hashicorp-vault/delete.go.
2022-05-07 14:24:31 ✖ [ERROR]  stat internal/pkg/plugin/hashicorp-vault/: no such file or directory
stat internal/pkg/plugin/hashicorp-vault/: no such file or directory
stat internal/pkg/plugin/hashicorp-vault/: no such file or directory
2022-05-07 14:24:31 ✔ [SUCCESS]  Plugin <hashicorp-vault> passed validation.
2022-05-07 14:24:31 ℹ [INFO]  Validate all files finished.
2022-05-07 14:24:31 ℹ [INFO]  Render template files finished.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/helm-generic/helm-generic.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/helm-generic/create.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/helm-generic/delete.go.
2022-05-07 14:24:31 ✖ [ERROR]  stat internal/pkg/plugin/helm-generic/: no such file or directory
stat internal/pkg/plugin/helm-generic/: no such file or directory
stat internal/pkg/plugin/helm-generic/: no such file or directory
2022-05-07 14:24:31 ✔ [SUCCESS]  Plugin <helm-generic> passed validation.
2022-05-07 14:24:31 ℹ [INFO]  Validate all files finished.
2022-05-07 14:24:31 ℹ [INFO]  Render template files finished.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/jenkins/jenkins.go.
2022-05-07 14:24:31 ✖ [ERROR]  stat internal/pkg/plugin/jenkins/jenkins.go: no such file or directory
2022-05-07 14:24:31 ✔ [SUCCESS]  Plugin <jenkins> passed validation.
2022-05-07 14:24:31 ℹ [INFO]  Validate all files finished.
2022-05-07 14:24:31 ℹ [INFO]  Render template files finished.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/jira-github-integ/jira-github-integ.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/jira-github-integ/create.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/jira-github-integ/delete.go.
2022-05-07 14:24:31 ✖ [ERROR]  stat internal/pkg/plugin/jira-github-integ/: no such file or directory
stat internal/pkg/plugin/jira-github-integ/: no such file or directory
stat internal/pkg/plugin/jira-github-integ/: no such file or directory
2022-05-07 14:24:31 ✔ [SUCCESS]  Plugin <jira-github-integ> passed validation.
2022-05-07 14:24:31 ℹ [INFO]  Validate all files finished.
2022-05-07 14:24:31 ℹ [INFO]  Render template files finished.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/kube-prometheus/kube-prometheus.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/kube-prometheus/create.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/kube-prometheus/delete.go.
2022-05-07 14:24:31 ✖ [ERROR]  stat internal/pkg/plugin/kube-prometheus/: no such file or directory
stat internal/pkg/plugin/kube-prometheus/: no such file or directory
stat internal/pkg/plugin/kube-prometheus/: no such file or directory
2022-05-07 14:24:31 ✔ [SUCCESS]  Plugin <kube-prometheus> passed validation.
2022-05-07 14:24:31 ℹ [INFO]  Validate all files finished.
2022-05-07 14:24:31 ℹ [INFO]  Render template files finished.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/openldap/openldap.go.
2022-05-07 14:24:31 ✖ [ERROR]  stat internal/pkg/plugin/openldap/openldap.go: no such file or directory
2022-05-07 14:24:31 ✔ [SUCCESS]  Plugin <openldap> passed validation.
2022-05-07 14:24:31 ℹ [INFO]  Validate all files finished.
2022-05-07 14:24:31 ℹ [INFO]  Render template files finished.
2022-05-07 14:24:31 ✔ [SUCCESS]  Plugin <trello> passed validation.
2022-05-07 14:24:31 ℹ [INFO]  Validate all files finished.
2022-05-07 14:24:31 ℹ [INFO]  Render template files finished.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/trello-github-integ/trello-github-integ.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/trello-github-integ/create.go.
2022-05-07 14:24:31 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/trello-github-integ/delete.go.
2022-05-07 14:24:31 ✖ [ERROR]  stat internal/pkg/plugin/trello-github-integ/: no such file or directory
stat internal/pkg/plugin/trello-github-integ/: no such file or directory
stat internal/pkg/plugin/trello-github-integ/: no such file or directory
2022-05-07 14:24:31 ✔ [SUCCESS]  Plugin <trello-github-integ> passed validation.
2022-05-07 14:24:31 ℹ [INFO]  Validate all files finished.
{22-05-07 14:25}hxc-macbook-air:devstream@main hxc% ./dtm develop validate-plugin --all
2022-05-07 14:25:55 ℹ [INFO]  Validate all plugins.
2022-05-07 14:25:55 ℹ [INFO]  Render template files finished.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/argocd/argocd.go.
2022-05-07 14:25:55 ✖ [ERROR]  stat internal/pkg/plugin/argocd/argocd.go: no such file or directory
2022-05-07 14:25:55 ✔ [SUCCESS]  Plugin <argocd> passed validation.
2022-05-07 14:25:55 ℹ [INFO]  Validate all files finished.
2022-05-07 14:25:55 ℹ [INFO]  Render template files finished.
2022-05-07 14:25:55 ✔ [SUCCESS]  Plugin <argocdapp> passed validation.
2022-05-07 14:25:55 ℹ [INFO]  Validate all files finished.
2022-05-07 14:25:55 ℹ [INFO]  Render template files finished.
2022-05-07 14:25:55 ✔ [SUCCESS]  Plugin <devlake> passed validation.
2022-05-07 14:25:55 ℹ [INFO]  Validate all files finished.
2022-05-07 14:25:55 ℹ [INFO]  Render template files finished.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/github-repo-scaffolding-golang/github-repo-scaffolding-golang.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/github-repo-scaffolding-golang/create.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/github-repo-scaffolding-golang/delete.go.
2022-05-07 14:25:55 ✖ [ERROR]  stat internal/pkg/plugin/github-repo-scaffolding-golang/: no such file or directory
stat internal/pkg/plugin/github-repo-scaffolding-golang/: no such file or directory
stat internal/pkg/plugin/github-repo-scaffolding-golang/: no such file or directory
2022-05-07 14:25:55 ✔ [SUCCESS]  Plugin <github-repo-scaffolding-golang> passed validation.
2022-05-07 14:25:55 ℹ [INFO]  Validate all files finished.
2022-05-07 14:25:55 ℹ [INFO]  Render template files finished.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/githubactions-golang/githubactions-golang.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/githubactions-golang/create.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/githubactions-golang/delete.go.
2022-05-07 14:25:55 ✖ [ERROR]  stat internal/pkg/plugin/githubactions-golang/: no such file or directory
stat internal/pkg/plugin/githubactions-golang/: no such file or directory
stat internal/pkg/plugin/githubactions-golang/: no such file or directory
2022-05-07 14:25:55 ✔ [SUCCESS]  Plugin <githubactions-golang> passed validation.
2022-05-07 14:25:55 ℹ [INFO]  Validate all files finished.
2022-05-07 14:25:55 ℹ [INFO]  Render template files finished.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/githubactions-nodejs/githubactions-nodejs.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/githubactions-nodejs/create.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/githubactions-nodejs/delete.go.
2022-05-07 14:25:55 ✖ [ERROR]  stat internal/pkg/plugin/githubactions-nodejs/: no such file or directory
stat internal/pkg/plugin/githubactions-nodejs/: no such file or directory
stat internal/pkg/plugin/githubactions-nodejs/: no such file or directory
2022-05-07 14:25:55 ✔ [SUCCESS]  Plugin <githubactions-nodejs> passed validation.
2022-05-07 14:25:55 ℹ [INFO]  Validate all files finished.
2022-05-07 14:25:55 ℹ [INFO]  Render template files finished.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/githubactions-python/githubactions-python.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/githubactions-python/create.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/githubactions-python/delete.go.
2022-05-07 14:25:55 ✖ [ERROR]  stat internal/pkg/plugin/githubactions-python/: no such file or directory
stat internal/pkg/plugin/githubactions-python/: no such file or directory
stat internal/pkg/plugin/githubactions-python/: no such file or directory
2022-05-07 14:25:55 ✔ [SUCCESS]  Plugin <githubactions-python> passed validation.
2022-05-07 14:25:55 ℹ [INFO]  Validate all files finished.
2022-05-07 14:25:55 ℹ [INFO]  Render template files finished.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/gitlab-repo-scaffolding-golang/gitlab-repo-scaffolding-golang.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/gitlab-repo-scaffolding-golang/create.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/gitlab-repo-scaffolding-golang/delete.go.
2022-05-07 14:25:55 ✖ [ERROR]  stat internal/pkg/plugin/gitlab-repo-scaffolding-golang/: no such file or directory
stat internal/pkg/plugin/gitlab-repo-scaffolding-golang/: no such file or directory
stat internal/pkg/plugin/gitlab-repo-scaffolding-golang/: no such file or directory
2022-05-07 14:25:55 ✔ [SUCCESS]  Plugin <gitlab-repo-scaffolding-golang> passed validation.
2022-05-07 14:25:55 ℹ [INFO]  Validate all files finished.
2022-05-07 14:25:55 ℹ [INFO]  Render template files finished.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/gitlabci-generic/gitlabci-generic.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/gitlabci-generic/create.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/gitlabci-generic/delete.go.
2022-05-07 14:25:55 ✖ [ERROR]  stat internal/pkg/plugin/gitlabci-generic/: no such file or directory
stat internal/pkg/plugin/gitlabci-generic/: no such file or directory
stat internal/pkg/plugin/gitlabci-generic/: no such file or directory
2022-05-07 14:25:55 ✔ [SUCCESS]  Plugin <gitlabci-generic> passed validation.
2022-05-07 14:25:55 ℹ [INFO]  Validate all files finished.
2022-05-07 14:25:55 ℹ [INFO]  Render template files finished.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/gitlabci-golang/gitlabci-golang.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/gitlabci-golang/create.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/gitlabci-golang/delete.go.
2022-05-07 14:25:55 ✖ [ERROR]  stat internal/pkg/plugin/gitlabci-golang/: no such file or directory
stat internal/pkg/plugin/gitlabci-golang/: no such file or directory
stat internal/pkg/plugin/gitlabci-golang/: no such file or directory
2022-05-07 14:25:55 ✔ [SUCCESS]  Plugin <gitlabci-golang> passed validation.
2022-05-07 14:25:55 ℹ [INFO]  Validate all files finished.
2022-05-07 14:25:55 ℹ [INFO]  Render template files finished.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/hashicorp-vault/hashicorp-vault.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/hashicorp-vault/create.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/hashicorp-vault/delete.go.
2022-05-07 14:25:55 ✖ [ERROR]  stat internal/pkg/plugin/hashicorp-vault/: no such file or directory
stat internal/pkg/plugin/hashicorp-vault/: no such file or directory
stat internal/pkg/plugin/hashicorp-vault/: no such file or directory
2022-05-07 14:25:55 ✔ [SUCCESS]  Plugin <hashicorp-vault> passed validation.
2022-05-07 14:25:55 ℹ [INFO]  Validate all files finished.
2022-05-07 14:25:55 ℹ [INFO]  Render template files finished.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/helm-generic/helm-generic.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/helm-generic/create.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/helm-generic/delete.go.
2022-05-07 14:25:55 ✖ [ERROR]  stat internal/pkg/plugin/helm-generic/: no such file or directory
stat internal/pkg/plugin/helm-generic/: no such file or directory
stat internal/pkg/plugin/helm-generic/: no such file or directory
2022-05-07 14:25:55 ✔ [SUCCESS]  Plugin <helm-generic> passed validation.
2022-05-07 14:25:55 ℹ [INFO]  Validate all files finished.
2022-05-07 14:25:55 ℹ [INFO]  Render template files finished.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/jenkins/jenkins.go.
2022-05-07 14:25:55 ✖ [ERROR]  stat internal/pkg/plugin/jenkins/jenkins.go: no such file or directory
2022-05-07 14:25:55 ✔ [SUCCESS]  Plugin <jenkins> passed validation.
2022-05-07 14:25:55 ℹ [INFO]  Validate all files finished.
2022-05-07 14:25:55 ℹ [INFO]  Render template files finished.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/jira-github-integ/jira-github-integ.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/jira-github-integ/create.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/jira-github-integ/delete.go.
2022-05-07 14:25:55 ✖ [ERROR]  stat internal/pkg/plugin/jira-github-integ/: no such file or directory
stat internal/pkg/plugin/jira-github-integ/: no such file or directory
stat internal/pkg/plugin/jira-github-integ/: no such file or directory
2022-05-07 14:25:55 ✔ [SUCCESS]  Plugin <jira-github-integ> passed validation.
2022-05-07 14:25:55 ℹ [INFO]  Validate all files finished.
2022-05-07 14:25:55 ℹ [INFO]  Render template files finished.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/kube-prometheus/kube-prometheus.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/kube-prometheus/create.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/kube-prometheus/delete.go.
2022-05-07 14:25:55 ✖ [ERROR]  stat internal/pkg/plugin/kube-prometheus/: no such file or directory
stat internal/pkg/plugin/kube-prometheus/: no such file or directory
stat internal/pkg/plugin/kube-prometheus/: no such file or directory
2022-05-07 14:25:55 ✔ [SUCCESS]  Plugin <kube-prometheus> passed validation.
2022-05-07 14:25:55 ℹ [INFO]  Validate all files finished.
2022-05-07 14:25:55 ℹ [INFO]  Render template files finished.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/openldap/openldap.go.
2022-05-07 14:25:55 ✖ [ERROR]  stat internal/pkg/plugin/openldap/openldap.go: no such file or directory
2022-05-07 14:25:55 ✔ [SUCCESS]  Plugin <openldap> passed validation.
2022-05-07 14:25:55 ℹ [INFO]  Validate all files finished.
2022-05-07 14:25:55 ℹ [INFO]  Render template files finished.
2022-05-07 14:25:55 ✔ [SUCCESS]  Plugin <trello> passed validation.
2022-05-07 14:25:55 ℹ [INFO]  Validate all files finished.
2022-05-07 14:25:55 ℹ [INFO]  Render template files finished.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/trello-github-integ/trello-github-integ.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/trello-github-integ/create.go.
2022-05-07 14:25:55 ✖ [ERROR]  Failed to validate: internal/pkg/plugin/trello-github-integ/delete.go.
2022-05-07 14:25:55 ✖ [ERROR]  stat internal/pkg/plugin/trello-github-integ/: no such file or directory
stat internal/pkg/plugin/trello-github-integ/: no such file or directory
stat internal/pkg/plugin/trello-github-integ/: no such file or directory
2022-05-07 14:25:55 ✔ [SUCCESS]  Plugin <trello-github-integ> passed validation.
2022-05-07 14:25:55 ℹ [INFO]  Validate all files finished.

Other Information

Any other information that is important to this PR.

@IronCore864 IronCore864 requested a review from daniel-hutao May 7, 2022 09:37
@daniel-hutao daniel-hutao merged commit 6d6745e into devstream-io:main May 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants