Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
1105 Внедрение механизмов обеспечения безопасности цепочки поставки программных проектов
Legacy
scanned-projects
helm
Commits
96258e3b
Unverified
Commit
96258e3b
authored
5 years ago
by
Matthew Fisher
Committed by
GitHub
5 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #5669 from mortent/UpdateProtoTypes
fix(helm): Regenerate go types from proto
parents
609e3ace
072cd6af
Changes
18
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
cmd/helm/version.go
+1
-1
cmd/helm/version.go
pkg/proto/hapi/chart/chart.pb.go
+35
-30
pkg/proto/hapi/chart/chart.pb.go
pkg/proto/hapi/chart/config.pb.go
+64
-13
pkg/proto/hapi/chart/config.pb.go
pkg/proto/hapi/chart/metadata.pb.go
+84
-31
pkg/proto/hapi/chart/metadata.pb.go
pkg/proto/hapi/chart/template.pb.go
+36
-8
pkg/proto/hapi/chart/template.pb.go
pkg/proto/hapi/release/hook.pb.go
+44
-37
pkg/proto/hapi/release/hook.pb.go
pkg/proto/hapi/release/info.pb.go
+43
-15
pkg/proto/hapi/release/info.pb.go
pkg/proto/hapi/release/release.pb.go
+45
-18
pkg/proto/hapi/release/release.pb.go
pkg/proto/hapi/release/status.pb.go
+41
-11
pkg/proto/hapi/release/status.pb.go
pkg/proto/hapi/release/test_run.pb.go
+47
-15
pkg/proto/hapi/release/test_run.pb.go
pkg/proto/hapi/release/test_suite.pb.go
+42
-12
pkg/proto/hapi/release/test_suite.pb.go
pkg/proto/hapi/rudder/rudder.pb.go
+398
-132
pkg/proto/hapi/rudder/rudder.pb.go
pkg/proto/hapi/services/tiller.pb.go
+662
-229
pkg/proto/hapi/services/tiller.pb.go
pkg/proto/hapi/version/version.pb.go
+31
-18
pkg/proto/hapi/version/version.pb.go
pkg/storage/driver/cfgmaps_test.go
+3
-4
pkg/storage/driver/cfgmaps_test.go
pkg/storage/driver/mock_test.go
+10
-0
pkg/storage/driver/mock_test.go
pkg/storage/driver/secrets_test.go
+3
-4
pkg/storage/driver/secrets_test.go
pkg/version/version_test.go
+10
-2
pkg/version/version_test.go
with
1599 additions
and
580 deletions
+1599
-580
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets