Commit Graph

6408 Commits (44423fb2ca59547968b1028427b5ea0c3176d5a8)
 

Author SHA1 Message Date
Kally Fox f9b1445b63
refactor: use os instead of ioutil's ReadDir
4 years ago
Josh Dolitsky 8202ccd699
Remove LoginResult/LogoutResult types
4 years ago
Josh Dolitsky 7605db034d
Use setup-go v2
4 years ago
Josh Dolitsky 2f63045f25
Add build-pr github actions workflow
4 years ago
Josh Dolitsky 593eac8876
Merge branch 'main' of github.com:helm/helm into hip-6
4 years ago
Matt Farina 21251378b4
Merge pull request #9870 from mattfarina/fix-9859
4 years ago
Matt Farina 8855488272
Merge pull request #9736 from cndoit18/fix-issue-9348
4 years ago
Adam Reese 53263c6fb7
feat(linter): check for nested resource-policy annotations
4 years ago
Adam Reese 862e2b255c
Merge pull request #9916 from adamreese/fix/golangci-timout
4 years ago
Adam Reese d1da9e757e
fix(ci-lint): increase timeout for golangci-lint
4 years ago
小龙同学 cf0c6fed51
fix(doc): fix kube client interface doc. (#9882)
4 years ago
Stephane Moser c6c4157c43 Move locks from global var to the structs
4 years ago
Stephane Moser 660183d659 Add test for atomic upgrade and install when it is interrupted
4 years ago
Stephane Moser 2fa339b25d Add test for Upgrade Release Interrupted
4 years ago
Stephane Moser 3434053d38 Hande SIGINT in install command
4 years ago
Stephane Moser d7833eb2b0 Refactor logic
4 years ago
Stephane Moser 027cea48bf Handle SIGTERM
4 years ago
Josh Dolitsky 4884ca0059
revert change related to reading prov file
4 years ago
Josh Dolitsky ec84339d44
return errors directly, less lines of code
4 years ago
Josh Dolitsky fc98f2e6a3
add checkOCI helper method
4 years ago
Josh Dolitsky a38f56c692
Merge branch 'main' of github.com:helm/helm into hip-6
4 years ago
Matt Farina eb99434597
Merge pull request #9871 from mattfarina/logging-for-creds
4 years ago
Josh Dolitsky 230e37ca52
remove hardcoded oci strings, add constant/util
4 years ago
Matt Farina 385fcae1ba
Adding test for user/pass without repo on Helm install
4 years ago
Josh Dolitsky bfa5036a1a
consolidate registry source files
4 years ago
Josh Dolitsky 4d948b4a06
return err directly from pusher.Push
4 years ago
Josh Dolitsky faf7fc5efd
use version.GetUserAgent
4 years ago
Josh Dolitsky 31588e7908
do not re-use err
4 years ago
Josh Dolitsky 1809cc0509
Merge branch 'main' of github.com:helm/helm into hip-6
4 years ago
Matt Farina 4e2e4084ed
Fix the url being set by WithURL on the getters
4 years ago
Matt Farina aeb94798f0
Set Helm as manager for managedFields
4 years ago
Martin Hickey ae8e88e0d9
Merge pull request #9862 from longkai/refine-http-req
4 years ago
longkai 0d9ebc7885 refactor(getter): refine http GET request
4 years ago
Josh Dolitsky 56028e8d0d
modify helm push help text
4 years ago
Josh Dolitsky 1fe2024be3
Merge branch 'main' of github.com:helm/helm into hip-6
4 years ago
Adam Reese fa558f7843
Merge pull request #9828 from cvila84/dep-tls-config
4 years ago
Josh Dolitsky 4ed8e77026
remove tmp path in case it exists
4 years ago
Josh Dolitsky e5b03c73f0
do not update oci-based repos
4 years ago
Josh Dolitsky e856df8a54
provide hint if attempting to push directory
4 years ago
Josh Dolitsky 04d2da3637
return friendly error if missing scheme
4 years ago
Josh Dolitsky 3e17c1a7ef
remove action errors assuming CLI
4 years ago
Josh Dolitsky 35fdc688cd
remove the --with-prov option
4 years ago
Josh Dolitsky eba63beab1
move experimental actions to new internal package
4 years ago
Josh Dolitsky 8f60ee76a5
resolve golint errors
4 years ago
Josh Dolitsky 24a216d3b2
move pkg/uploader, pkg/pusher to internal
4 years ago
Josh Dolitsky 4073e4d118
inline data fetching for pull result
4 years ago
Josh Dolitsky dd7bc40bc4
one-line JSON unmarshall
4 years ago
Josh Dolitsky 817ac8ff9f
do not wrap single imports/vars
4 years ago
Christophe VILA 8232a76aef use TLS client information from repo config when downloading a chart
4 years ago
Mathieu Parent dbb4eb6b75 Ensure RawPath match Path when resolving reference
4 years ago