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
c87a902b
Commit
c87a902b
authored
8 years ago
by
Brian
Committed by
GitHub
8 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1274 from fibonacci1729/feat/history
feat(helm/cmd): support for retrieving release history
parents
ea66d66d
e9dd302a
No related merge requests found
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
_proto/hapi/services/tiller.proto
+16
-0
_proto/hapi/services/tiller.proto
cmd/helm/helm.go
+1
-0
cmd/helm/helm.go
cmd/helm/helm_test.go
+4
-0
cmd/helm/helm_test.go
cmd/helm/history.go
+107
-0
cmd/helm/history.go
cmd/helm/history_test.go
+82
-0
cmd/helm/history_test.go
cmd/tiller/release_history.go
+58
-0
cmd/tiller/release_history.go
cmd/tiller/release_history_test.go
+116
-0
cmd/tiller/release_history_test.go
pkg/helm/client.go
+30
-0
pkg/helm/client.go
pkg/helm/interface.go
+1
-0
pkg/helm/interface.go
pkg/helm/option.go
+14
-0
pkg/helm/option.go
pkg/proto/hapi/services/tiller.pb.go
+134
-62
pkg/proto/hapi/services/tiller.pb.go
pkg/storage/storage.go
+12
-0
pkg/storage/storage.go
pkg/storage/storage_test.go
+31
-0
pkg/storage/storage_test.go
with
606 additions
and
62 deletions
+606
-62
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