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
1d6202d8
Commit
1d6202d8
authored
8 years ago
by
Ville Aikas
Committed by
GitHub
8 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1126 from vaikas-google/master
first cut of version on client and server
parents
730988fe
09e6af46
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
_proto/Makefile
+10
-3
_proto/Makefile
_proto/hapi/services/tiller.proto
+13
-0
_proto/hapi/services/tiller.proto
_proto/hapi/version/version.proto
+26
-0
_proto/hapi/version/version.proto
cmd/helm/helm.go
+1
-0
cmd/helm/helm.go
cmd/helm/helm_test.go
+9
-0
cmd/helm/helm_test.go
cmd/helm/version.go
+34
-8
cmd/helm/version.go
cmd/tiller/release_server.go
+6
-0
cmd/tiller/release_server.go
pkg/chartutil/values_test.go
+1
-1
pkg/chartutil/values_test.go
pkg/helm/client.go
+14
-0
pkg/helm/client.go
pkg/helm/interface.go
+1
-0
pkg/helm/interface.go
pkg/helm/option.go
+10
-1
pkg/helm/option.go
pkg/proto/hapi/chart/metadata.pb.go
+23
-31
pkg/proto/hapi/chart/metadata.pb.go
pkg/proto/hapi/services/tiller.pb.go
+116
-54
pkg/proto/hapi/services/tiller.pb.go
pkg/proto/hapi/version/version.pb.go
+56
-0
pkg/proto/hapi/version/version.pb.go
pkg/version/version.go
+28
-1
pkg/version/version.go
versioning.mk
+4
-2
versioning.mk
with
352 additions
and
101 deletions
+352
-101
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