- 31 Oct, 2019 9 commits
-
-
Brice Rising authored
This is probably not the correct apporach to using bsd licensed code under an apache license. Signed-off-by: Brice Rising <brice.rising@slalom.com> (cherry picked from commit 55ea6987841b240ce65d6e7231ddb8046b4369c0)
-
Brice Rising authored
For some reason, gofmt -s -w produced a different result than running gofmt on my host os Signed-off-by: Brice Rising <brice.rising@slalom.com> (cherry picked from commit 3d78e6a1b2d0a6cf25c024894a2dda4bd92a956d)
-
Brice Rising authored
Neeted to run formatting on fs_test.go Signed-off-by: Brice Rising <brice.rising@slalom.com> (cherry picked from commit c292ba5c8ff4748ee78fbd21af441a173e28aab2)
-
Brice Rising authored
Unused var was in fs.go. Removed it. Signed-off-by: Brice Rising <brice.rising@slalom.com> (cherry picked from commit aacffe5fb2870f686f5bf620c13fc63ff4552f2d)
-
Brice Rising authored
Our style settings don't like underscores in variable names, so I switched to camel case. Also, err was unused in some places, so I made an error a fail condition for some test. Signed-off-by: Brice Rising <brice.rising@slalom.com> (cherry picked from commit 3d15ec7125bff4a43f4da57225c88c086cbdf108)
-
Brice Rising authored
Root can access all files, so the tests for inaccessible files were failing. Now we will skip these tests when running as root. Signed-off-by: Brice Rising <brice.rising@slalom.com> (cherry picked from commit 3469c9a17c3a78164b8160c3c2bb60063d829457)
-
Brice Rising authored
Recreated the features of the test package in dep that were necessary to run the tests in the fs package. Signed-off-by: Brice Rising <brice.rising@slalom.com> (cherry picked from commit 60bd2a56fdde72c26e29a2350d5cdee215f3e928)
-
Brice Rising authored
The fs package tests are going to be a lot of work to get working without the internal test package used by golang/dep, so I removed all of the unused ones by this project to make the work easier. Signed-off-by: Brice Rising <brice.rising@slalom.com> (cherry picked from commit 51dbd7c1a6dd1704059e9248221e78e269158cfd)
-
Brice Rising authored
helm dependency upgrade wasn't working on certain file system because it assumes that os.rename is available. Since rename isn't available for subfolders in docker containers, I ripped a fallback rename strategy from dep (https://github.com/golang/dep/blob/5b1fe9e6d89372487d0aac78d9c5362a517857e7/internal/fs/fs.go#L103-L118) that works in docker. Signed-off-by: Brice Rising <brice.rising@slalom.com> (cherry picked from commit 94d87ef95db922c23ee9fff0a1808482635dcd6a)
-
- 30 Oct, 2019 4 commits
-
-
Matt Farina authored
Signed-off-by: Matt Farina <matt@mattfarina.com>
-
Matt Farina authored
Update language on search usage
-
Matt Farina authored
This is a followup to PR #6780 that implements some discussed language changes. Signed-off-by: Matt Farina <matt@mattfarina.com>
-
Matt Farina authored
fix(repo/search): fix helm repo search command to display proper versions
-
- 29 Oct, 2019 6 commits
-
-
Matt Farina authored
Fix error when loading irregular files
-
Matt Farina authored
Signed-off-by: Matt Farina <matt@mattfarina.com>
-
Adam Reese authored
ref(glide.yaml): kubernetes 1.16.2
-
Adam Reese authored
Signed-off-by: Adam Reese <adam@reese.io>
-
Adam Reese authored
Signed-off-by: Adam Reese <adam@reese.io>
-
Adam Reese authored
Signed-off-by: Adam Reese <adam@reese.io>
-
- 25 Oct, 2019 2 commits
-
-
Taylor Thomas authored
fix(wait): Removes ingress checks
-
Taylor Thomas authored
Closes #6751 After doing some more digging, I found out that updating the status of an `Ingress` object is completely optional. Because of this, Helm cannot support ingresses with the `--wait` flag because there is no standard way to identify that they are ready Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
-
- 24 Oct, 2019 1 commit
-
-
Mateusz Szostok authored
Introduce the `--devel` flag for `helm repo search` command. `helm repo search` - searches only for stable releases, prerelease versions will be skip `helm repo search --devel` - searches for releases and prereleases (alpha, beta, and release candidate releases) `helm repo search --version 1.0.0 - searches for release in version 1.0.0 Signed-off-by: Mateusz Szostok <szostok.mateusz@gmail.com>
-
- 23 Oct, 2019 3 commits
-
-
Matt Farina authored
fix silent lint ignore for non existing packaged charts
-
Martin Hickey authored
Update to the checklist of things encountered during patch release. Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
-
Karuppiah Natarajan authored
Signed-off-by: Karuppiah Natarajan <karuppiah7890@gmail.com>
-
- 22 Oct, 2019 3 commits
-
-
Matthew Fisher authored
fix(sympath): walk symbolic links one once
-
Matthew Fisher authored
Reverted changes introduced in #6010
-
Oleg Sidorov authored
This commit reverts changes introduced in #6010 due to a massive regression reported in #6708. An attempt to fix the problem in https://github.com/helm/helm/pull/6709 seems to be unreasonably clumzy and hacky, therefore reverting the offensive change seems to be the most pragmatic solution. This reverts commits: * 70cd32c4. * 9014bd9c. Signed-off-by: Oleg Sidorov <me@whitebox.io>
-
- 21 Oct, 2019 3 commits
-
-
Matthew Fisher authored
fix(ci): only build Helm 2 off a tag
-
Matthew Fisher authored
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
Martin Hickey authored
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
-
- 18 Oct, 2019 5 commits
-
-
Matthew Fisher authored
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
Matt Farina authored
Upgrade to go 1.13.3 (CVE-2019-17596)
-
Jintao Zhang authored
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
-
Matthew Fisher authored
Recommend helm nexus plugin
-
Yi Siqi authored
Signed-off-by: Yi Siqi <yisq@me.com>
-
- 17 Oct, 2019 3 commits
-
-
Matthew Fisher authored
fix(cmd): acquire file lock on repository.lock
-
Matthew Fisher authored
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
Matthew Fisher authored
ignore coveralls internal server errors
-
- 15 Oct, 2019 1 commit
-
-
Max Brenner authored
Signed-off-by: Max Brenner <xamrennerb@gmail.com>
-