Commit Graph

59 Commits (revert-toml-change)

Author SHA1 Message Date
findnature ac8d2f9aed refactor: use slices.Contains to simplify code
5 months ago
Justen Stall 280a9ddbdb
Merge branch 'main' into stdlib-errors-2
5 months ago
Benoit Tigeot a9b7732367
could remove embedded field X from selector
6 months ago
Robert Sirchia 3a19576377
making changes as requested by matt
7 months ago
Robert Sirchia 848c134e0c
fixing error messages
7 months ago
Robert Sirchia c2e6ed8ae5
fixing build error
7 months ago
Robert Sirchia 8887d01791
fixing issues with my PR
7 months ago
Robert Sirchia c36bc25fb1
fixing missing attributes
7 months ago
Robert Sirchia 1ad79a2bb7
converting inline log to slog
7 months ago
wangjingcun 8b8cc94822 Use a more direct and less error-prone return value
8 months ago
Matt Farina 35a9ead998
Ensuring the file paths are clean prior to passing to securejoin
8 months ago
Matt Farina 2236294119 Updating to helm.sh/helm/v4
9 months ago
Justen Stall 6aa19b8c92
more error wrapping uses
10 months ago
Justen Stall 63cf42a843
fix: replace "github.com/pkg/errors" with stdlib "errors" package
10 months ago
Matt Farina 847369c184
Update to Go 1.21 for builds
2 years ago
Eng Zer Jun 2ceebffc77
test: replace `ensure.TempDir` with `t.TempDir`
2 years ago
Matt Farina 4e7e939f19
Updating the Go version in go.mod
3 years ago
Philipp Stehle 965f8591e7 improve error message on plugin install
3 years ago
cui fliter 09d3f31358 fix a few function names on comments
3 years ago
Eng Zer Jun 2e3e22a003
test: use `T.TempDir` to create temporary test directory
4 years ago
yxxhero 133c227331 add unittest
4 years ago
yxxhero 90fa4c962a fix HELM PLUGINS behavior another_way
4 years ago
Ma Xinjian 1aa6e928ce Cleanup tempfiles introduced by unit tests under pkg/
5 years ago
Matthew Fisher 6eeec4a002
switched to stricter YAML parsing on plugin metadata files
5 years ago
Matt Butcher e2da16f514
improve the HTTP detection for tar archives
5 years ago
Matt Butcher b6bbe4f08b
Improve the extractor and add tests (#8317)
5 years ago
Matt Farina 512544b9ab
Fixing PAX Header handling (#8086)
5 years ago
Liu Ming e1aaf995a6 refactor: alter constant `pluginFileName` to `PluginFileName`
5 years ago
Adam Reese 1cdd0a2048
fix(pkg/plugin): copy plugins directly to the data directory (#7962)
6 years ago
Josh Soref 02ad2b1187 Spelling (#7258)
6 years ago
Taylor Thomas fca14bcb76 feat(plugin): Ports file mode preservation for tarballs from v3
6 years ago
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
6 years ago
Matt Farina 967f4fed42
Update dependencies
6 years ago
Adam Reese 1779ad5302
ref(cmd/helm): remove init command
6 years ago
Adam Reese b6fdd8783b
feat(cmd/helm): remove need for helm init command
6 years ago
Matthew Fisher c728611e5a
feat(cli): support XDG base directory specification
6 years ago
Matthew Fisher e410a03c74
ref(getter): introduce Options for passing in getter parameters
6 years ago
Adam Reese 895e9192d4
feat(*): use vanity import helm.sh/helm
7 years ago
Matthew Fisher 2571dbf82f
ref: remove pkg/helm, pkg/hapi, pkg/tiller
7 years ago
Adam Reese f791421fab
feat(Makefile): add formatting target
7 years ago
Adam Reese 4f26b658d8
change copyright to "Copyright The Helm Authors"
7 years ago
Adam Reese 726e3c41be
feat(*): print stacktrace on error with debug enabled
7 years ago
Adam Reese c50813af54
ref(*): remove local repository (dead code)
8 years ago
Adam Reese 496ca54183
ref(*): bypass grpc for helm client
8 years ago
Adam Reese fa611fe285
fix(plugins): support installing plugins by relative path (#3568)
8 years ago
Adam Reese c314e2e2f1
fix(plugins): support newer git (#3571)
8 years ago
oilbeater 0764d95a03 defer in loop may cause resource leak
8 years ago
Johan Lyheden 4831089500 Add tests to HTTPInstaller, update plugin documentation
8 years ago
Johan Lyheden f1a08adb41 Update to comply with linter rules and gofmt
8 years ago
Johan Lyheden d43d5ab452 Add plugin installer from http archive
8 years ago