Adam Reese
|
2dd4744d23
|
ref(pkg/kube): extract wait logic from install/update
This change adds a new method for waiting for kubernetes resources.
Signed-off-by: Adam Reese <adam@reese.io>
|
6 years ago |
Michelle Noorali
|
ceab13e9a1
|
fix test command, move test to test run subcmd
Signed-off-by: Michelle Noorali <michellemolu@gmail.com>
|
6 years ago |
Adam Reese
|
895e9192d4
|
feat(*): use vanity import helm.sh/helm
Signed-off-by: Adam Reese <adam@reese.io>
|
6 years ago |
Matthew Fisher
|
2571dbf82f
|
ref: remove pkg/helm, pkg/hapi, pkg/tiller
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
|
6 years ago |
Adam Reese
|
f791421fab
|
feat(Makefile): add formatting target
Signed-off-by: Adam Reese <adam@reese.io>
|
6 years ago |
Adam Reese
|
b4ed1de6b8
|
ref(*): kubernetes v1.12 support
Signed-off-by: Adam Reese <adam@reese.io>
|
6 years ago |
Adam Reese
|
4f26b658d8
|
change copyright to "Copyright The Helm Authors"
|
6 years ago |
Adam Reese
|
726e3c41be
|
feat(*): print stacktrace on error with debug enabled
|
7 years ago |
Adam Reese
|
3b9596c6ab
|
ref(*): convert const types to strings
|
7 years ago |
Adam Reese
|
c19a4ec704
|
fix(tests): fix race in releasetesting test
|
7 years ago |
Adam Reese
|
1e2e65ce54
|
ref(pkg/releasetesting): simplify test setup
|
7 years ago |
Adam Reese
|
c5151fb7b3
|
ref(*): cleanup timestamps in tests
|
7 years ago |
Adam Reese
|
c5a76deba3
|
ref(*): use go conventions for naming types
|
7 years ago |
Adam Reese
|
36536d77ba
|
ref(*): remove protobuf any type
|
7 years ago |
Adam Reese
|
91a6ebfed5
|
ref(*): remove protobuf timestamps
|
7 years ago |
Adam Reese
|
6345f04190
|
ref(hapi): convert protobuf to go types
|
7 years ago |
Adam Reese
|
8f58c9efdc
|
ref(*): refactor release testing
|
7 years ago |
Adam Reese
|
496ca54183
|
ref(*): bypass grpc for helm client
|
7 years ago |
Adam Reese
|
62804848c6
|
ref(pkg/tiller): refactor out imports of pkg/helm
|
7 years ago |
Arash Deshmeh
|
4fcf69bc52
|
fix(helm): fix the output leak to stdout during build by tests under pkg/releasetesting,
by redirecting output from mock clients.
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
|
7 years ago |
Adam Reese
|
a31e3b8fe1
|
ref(*): kubernetes v1.9 support (#3234)
|
7 years ago |
Michelle Noorali
|
a53c29aee7
|
Merge pull request #2425 from michelleN/helm-test-error-codes
fix(*): return non-zero exit code on test failure
|
8 years ago |
Michelle Noorali
|
488ca6fdd8
|
fix(*): return non-zero exit code on test failure
* resolves #2089
|
8 years ago |
Sushil Kumar
|
61c3a44dc3
|
Fixed issues reported by test-style
|
8 years ago |
Michelle Noorali
|
e52746cbef
|
ref(*): remove error if no tests found on test cmd
* resolves #1973
|
8 years ago |
Michelle Noorali
|
6a062e45b7
|
featt(*): add support for test-failure hook
resolves #1927
|
8 years ago |
Vaughn Dice
|
4a57b01a47
|
feat(helm): add cleanup flag to test command
|
8 years ago |
Michelle Noorali
|
538e8297ef
|
ref(*): add namespace info to failing test msg
* also cleanup comments
|
8 years ago |
Michelle Noorali
|
bf9ae52e1c
|
ref(*): change test hook to be test-success
|
8 years ago |
Michelle Noorali
|
e95a0570ad
|
chore(pkg/releasetesting): add test_suite tests
* and comments
|
8 years ago |
Michelle Noorali
|
e132191275
|
ref(pkg/): refactor helm test logic
pulled logic out in pkg/releasetesting
|
8 years ago |