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
58c05f87
Commit
58c05f87
authored
8 years ago
by
Michelle Noorali
Browse files
Options
Download
Patches
Plain Diff
feat(*): stream helm test messages to client
parent
d46d63a8
No related merge requests found
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
_proto/hapi/release/test_run.proto
+3
-2
_proto/hapi/release/test_run.proto
_proto/hapi/release/test_suite.proto
+7
-4
_proto/hapi/release/test_suite.proto
_proto/hapi/services/tiller.proto
+2
-3
_proto/hapi/services/tiller.proto
cmd/helm/release_testing.go
+12
-14
cmd/helm/release_testing.go
pkg/helm/client.go
+35
-7
pkg/helm/client.go
pkg/helm/interface.go
+1
-1
pkg/helm/interface.go
pkg/proto/hapi/release/hook.pb.go
+2
-2
pkg/proto/hapi/release/hook.pb.go
pkg/proto/hapi/release/test_result.pb.go
+0
-85
pkg/proto/hapi/release/test_result.pb.go
pkg/proto/hapi/release/test_run.pb.go
+94
-0
pkg/proto/hapi/release/test_run.pb.go
pkg/proto/hapi/release/test_suite.pb.go
+29
-19
pkg/proto/hapi/release/test_suite.pb.go
pkg/proto/hapi/services/tiller.pb.go
+53
-34
pkg/proto/hapi/services/tiller.pb.go
pkg/tiller/environment/environment.go
+5
-0
pkg/tiller/environment/environment.go
pkg/tiller/environment/environment_test.go
+6
-0
pkg/tiller/environment/environment_test.go
pkg/tiller/release_server.go
+10
-10
pkg/tiller/release_server.go
pkg/tiller/release_testing.go
+83
-27
pkg/tiller/release_testing.go
with
342 additions
and
208 deletions
+342
-208
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