Commit Graph

107 Commits (df3332e61acf9fea88376102ae3372bf7e6d23b6)

Author SHA1 Message Date
Matt Butcher 5f6269d008
fix: fixes for Go 1.14 (#7848)
5 years ago
Mateusz Szostok 71fa47f576 fix(repo/search): fix helm repo search command to display proper versions
5 years ago
Guangming Wang ecf9afbe06 fix file mode,it should be octal expressed
5 years ago
Karuppiah Natarajan 519ccac294 fix repo url being decoded while downloading repo index (#6060)
5 years ago
Matthew Fisher 3b51dfbdbc
Merge pull request #3478 from hypnoglow/expose-repofile-get
5 years ago
tuanvcw 268695813b Fix typos in various places (#5360)
6 years ago
liaoj f5986db184 fix: helm fetch wrong version chart (#4850)
6 years ago
JoeWrightss 9e18364fea Fix some spelling errors in comment (#5246)
6 years ago
Luke Hoban 75b4afaa33 Allow missing trailing '/' in --repo url (#4956)
6 years ago
Matthew Fisher 97465abda0
fix(windows): fix unit tests on Windows (#4897)
6 years ago
Tomas Restrepo 152fdaf5ba Only propagate query string if refURL is relative to baseURL
6 years ago
Tomas Restrepo db69200152 Propagate query string arguments in repository URL to absolute chart URL
6 years ago
Matthew Fisher 2d77db11fa change copyright to "Copyright The Helm Authors"
6 years ago
Igor Zibarev a8db3be02b ref(helm): expose Get for repository file
7 years ago
Matthew Fisher d9395bcc06
remove need for type reflection
7 years ago
eyalbe4 c2fa72ebcd Fix for - Downloader plugins not used when downloading new repo's index.yaml #3938
7 years ago
adshmh 1a55161a53 Fix several golint warnings (#3756)
7 years ago
Eyal Ben Moshe b6335b7dfe Authentication support for remote charts repositories (#3206)
7 years ago
Mitchel Humpherys 6de70254fd feat(repo): Add test for non-existent repo path
7 years ago
Mitchel Humpherys 7417f09293 feat(repo): Improve error message for missing repositories.yaml
7 years ago
Christoph Hösler 98e0bd2ecb refactor: rename function and improve error messages
7 years ago
Christoph Hösler af9190f956 feature: let FindChartInRepoURL return absolute chart URLs
7 years ago
Taylor Thomas d4ccef7ba7 Merge pull request #2999 from bonifaido/getterConstructor-err
7 years ago
Michal Cwienczek dad8c6f644 Fix #2937 - helm always appends /index.yaml at the end of URL (#2988)
7 years ago
Nandor Kracser a28e5dd2b3 fix(helm): invoking getterConstructor returns downstream error now
7 years ago
Matthew Fisher 9d1db2851e Revert "Write repo file using atomicfile"
7 years ago
Michelle Noorali 84bb77f183 Merge pull request #1997 from AmandaCameron/issue/1401
7 years ago
Amanda Cameron 415e52bf55 Add support for sub-directory scanning as in issue #1401
7 years ago
Nandor Kracser 9f963c84b4 Redefine the err variable in NewChartRepository, otherwise errors might slip through
7 years ago
Raphael Badin 965cb7fd1c Write repo file using atomicfile
8 years ago
Sushil Kumar d5fd75fe61 Updated StartLocalServerForTests to be private method
8 years ago
Sushil Kumar dce9d88c25 Added tests for --repo flag for helm fetch command
8 years ago
Sushil Kumar 2a5ab59895 Updated defer delete call
8 years ago
Sushil Kumar d13b134ffb Implements --repo flag to commands fetch, install, inspect, upgrade
8 years ago
Matt Butcher bd02f39384
ref(getter): flatten the getter package tree
8 years ago
Shane Starcher 7150fc3d9e bug(helm) - install/upgrade/search semver constraint support
8 years ago
Gergo Huszty b4ca198cc6 Pluggable downloaders. Closes #2093, #2094.
8 years ago
Matt Butcher ba6c55c987
fix(helm): add 'skip-refresh' flag to 'helm init'
8 years ago
John Welsh e42f39a114 Forgot gofmt
8 years ago
John Welsh f4486d4858 fix(helm): Don't assume index.yaml is sorted
8 years ago
Sushil Kumar cfd041eed5 Added unit tests
8 years ago
libesz 0537b08779 helmpath goes under /pkg/helm/
8 years ago
libesz 024fc5c806 Fixing pkg->cmd call by moving helmpath under /pkg
8 years ago
Matt Butcher 4829fad3a3
fix(helm): fix broken cache paths in repositories
8 years ago
Anton Galitsyn f8a261f277 use old naming
8 years ago
Anton Galitsyn 685e730ba8 create repo.Getter interface
8 years ago
Anton Galitsyn 89ab7555db Get http.Client from referenced repository
8 years ago
Anton Galitsyn b0e7a43b5b Construct http.Client for repositories from config, add TLS support
8 years ago
Adam Reese 0c6b6d1c62 fix(*): correct file permissions on source files
8 years ago
Matt Butcher 48c1ba5355 Merge pull request #1545 from mattfarina/feat/1543-charts-domain-change
8 years ago