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
5618afe3
Commit
5618afe3
authored
8 years ago
by
Matt Butcher
Committed by
GitHub
8 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1922 from larryrensing/feat/list-namespaces
feat(*): add --namespace flag to 'helm list'
parents
e29b5e42
574a7a5a
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
_proto/hapi/services/tiller.proto
+2
-0
_proto/hapi/services/tiller.proto
cmd/helm/helm_test.go
+10
-3
cmd/helm/helm_test.go
cmd/helm/list.go
+7
-2
cmd/helm/list.go
cmd/helm/list_test.go
+11
-1
cmd/helm/list_test.go
pkg/helm/helm_test.go
+3
-0
pkg/helm/helm_test.go
pkg/helm/option.go
+7
-0
pkg/helm/option.go
pkg/proto/hapi/services/tiller.pb.go
+2
-0
pkg/proto/hapi/services/tiller.pb.go
pkg/storage/driver/cfgmaps_test.go
+14
-10
pkg/storage/driver/cfgmaps_test.go
pkg/storage/driver/memory_test.go
+4
-4
pkg/storage/driver/memory_test.go
pkg/storage/driver/mock_test.go
+13
-12
pkg/storage/driver/mock_test.go
pkg/storage/driver/records_test.go
+6
-6
pkg/storage/driver/records_test.go
pkg/tiller/release_server.go
+17
-0
pkg/tiller/release_server.go
pkg/tiller/release_server_test.go
+42
-0
pkg/tiller/release_server_test.go
with
138 additions
and
38 deletions
+138
-38
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