Yagnesh Mistry
b66ae7493f
add comment to indicate source of fs.go
...
Signed-off-by: Yagnesh Mistry <ysh@live.in>
5 years ago
Yagnesh Mistry
465870a22e
Move third_party/fs to internal/third_party/fs and update scripts/validate-license.sh
...
Signed-off-by: Yagnesh Mistry <ysh@live.in>
5 years ago
Yagnesh Mistry
7786caa6b0
Move fs to third_party/dep and include full bsd license text
...
Signed-off-by: Yagnesh Mistry <ysh@live.in>
5 years ago
Brice Rising
394ba588b9
Fix url for bsd license
...
Signed-off-by: Brice Rising <brice.rising@slalom.com>
5 years ago
Brice Rising
16852f04d9
Fix linting issues
...
Signed-off-by: Brice Rising <brice.rising@slalom.com>
5 years ago
Brice Rising
45d723359e
Switch BSD license in fsutil package to dep project license
...
Signed-off-by: Brice Rising <brice.rising@slalom.com>
5 years ago
Brice Rising
5ab89c9794
Copy approach done in another project for using bsd license
...
I found another package that took code from a BSD licensed open source project. I copied their approach for reusing that license.
Signed-off-by: Brice Rising <brice.rising@slalom.com>
5 years ago
Brice Rising
55ea698784
Add Apache License line to fsutil
...
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>
5 years ago
Brice Rising
3d78e6a1b2
Run gofmt -s -w using official golang docker image
...
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>
5 years ago
Brice Rising
c292ba5c8f
Run gofmt -s on fs_test
...
Neeted to run formatting on fs_test.go
Signed-off-by: Brice Rising <brice.rising@slalom.com>
5 years ago
Brice Rising
aacffe5fb2
Remove dead code
...
Unused var was in fs.go. Removed it.
Signed-off-by: Brice Rising <brice.rising@slalom.com>
5 years ago
Brice Rising
3d15ec7125
Fix style issues
...
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>
5 years ago
Brice Rising
3469c9a17c
Skip inaccessible file tests for root
...
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>
5 years ago
Brice Rising
60bd2a56fd
Remove dep/internal/test dependency
...
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>
5 years ago
Brice Rising
51dbd7c1a6
Removed unused methods from fs package
...
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>
5 years ago
Brice Rising
94d87ef95d
Fix rename for helm dep upgrade
...
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 (5b1fe9e6d8/internal/fs/fs.go (L103-L118)
) that works in docker.
Signed-off-by: Brice Rising <brice.rising@slalom.com>
5 years ago
Matthew Fisher
f573de088e
Merge pull request #6724 from bacongobbler/update-ci-helm2
...
fix(ci): only build Helm 2 off a tag
5 years ago
Matthew Fisher
50b838f9d3
fix(ci): only build Helm 2 off a tag
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Martin Hickey
7ca75251d6
Set output format when install flag on helm upgrade ( #6722 )
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
5 years ago
Matt Farina
9668ad4d90
Merge pull request #6698 from tao12345666333/update-to-go-1.13.3
...
Upgrade to go 1.13.3 (CVE-2019-17596)
5 years ago
Jintao Zhang
30bccea707
Upgrade to golang 1.13.3
...
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
5 years ago
Matthew Fisher
1ea5b84890
Merge pull request #6667 from yisiqi/recommend-helm-nexus
...
Recommend helm nexus plugin
5 years ago
Yi Siqi
c7841da9ad
Update related.md
...
Signed-off-by: Yi Siqi <yisq@me.com>
5 years ago
Matthew Fisher
52a3cdb8e4
Merge pull request #6694 from bacongobbler/fix-6682-helm2
...
fix(cmd): acquire file lock on repository.lock
5 years ago
Matthew Fisher
0a2d58457a
fix(cmd): acquire file lock on repository.lock
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
07c17133fd
Merge pull request #6671 from brennerm/ignore-coveralls-internal-errors
...
ignore coveralls internal server errors
5 years ago
Max Brenner
6570541f64
ignore coveralls internal server errors
...
Signed-off-by: Max Brenner <xamrennerb@gmail.com>
5 years ago
Matthew Fisher
f1d4d15b37
Merge pull request #6654 from bacongobbler/fix-6643
...
fix(kube): fix race condition
5 years ago
Matthew Fisher
33bb88851d
fix(kube): fix race condition
...
.Get() calls perform() on a list of infos, populating two shared maps. perform() now concurrently calls the ResourceActorFunc concurrently based on GVK, causing a data race condition in .Get()
This fixes that condition by locking the function to ensure these functions run serially for Helm 2 to fix the data race condition. This has since been optimized in Helm 3 so it's no longer an issue.
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
c0c2270fa2
Merge pull request #6637 from bacongobbler/bump-version-2.15
...
bump version to v2.15
5 years ago
Matthew Fisher
17027a1271
Merge pull request #6638 from bacongobbler/add-from-script-guide
...
Add from script guide
5 years ago
Matthew Fisher
82a52ed349
ref(README): update wording on using the From Script guide
...
- remove note on GCP (belongs in the Distribution Guide)
- clean up capitalization
- clarify wording
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
7afbddfba2
bump version to v2.15
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
14841258e0
Merge pull request #6590 from hickeyma/refactor-chart-create
...
Update Ingress API group in scaffold chart
5 years ago
Matthew Fisher
024f168bdf
Merge pull request #6612 from bacongobbler/rebase-6167
...
feat(test): add `--logs` to `helm test`
5 years ago
ConnorBrereton
79a8ca1576
Commit for PR #6429
...
Fixed linking alignment error in README.
Signed-off-by: ConnorBrereton <breretonconnor@gmail.com>
5 years ago
Matthew Fisher
9b9dcebea8
fix(kube): watch events from a matching pod
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
66e0c0b44d
Merge pull request #6620 from beautytiger/dev-191009-file_mode
...
fix file mode,it should be octal expressed
5 years ago
Guangming Wang
ecf9afbe06
fix file mode,it should be octal expressed
...
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
5 years ago
Martin Hickey
146f4315d3
Update Ingress API group in scaffold chart
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
5 years ago
Karuppiah Natarajan
519ccac294
fix repo url being decoded while downloading repo index ( #6060 )
...
Signed-off-by: Karuppiah Natarajan <karuppiah7890@gmail.com>
5 years ago
Matthew Fisher
91356c81eb
fix style
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
ca7a719c96
rebase from master, regenerate proto files
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Jeff Knurek
ef5d4e652c
change GetPodLogs to return io.Reader instead of string
...
well, more specifically returns an io.ReadCloser (giving the consumer more capabilities)
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
5 years ago
Jeff Knurek
7f2e0c535c
return error is client not set
...
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
5 years ago
Jeff Knurek
71cbbe4217
DOC: update documentation for helm test --logs
...
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
5 years ago
Jeff Knurek
a2e8b188c2
TEST: add some rudimentary test code for helm test logs
...
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
5 years ago
Jeff Knurek
6529abe85f
TEST: cleanup code
...
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
5 years ago
Jeff Knurek
b94608388e
TEST: add option to dump logs during helm test
...
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
5 years ago
Matthew Fisher
fb2cbb0019
Merge pull request #6578 from bacongobbler/fix-3442
...
fix(helm): Accept dependency in requirements.yaml from charts directory
5 years ago