Commit Graph

77 Commits (copilot/important-issues-review)

Author SHA1 Message Date
Matthieu MOREL 96b315f188 chore: fix emptyStringTest, nestingReduce and singleCaseSwitch checks issues from gocritic
1 month ago
Matthieu MOREL 07259ecc86 chore: fix several checks issues from gocritic
1 month ago
Matthieu MOREL 1e0f702f00 chore: fix whitespace linter
5 months ago
Matthieu MOREL e31a078e6e
chore: enable modernize linter (#31860)
5 months ago
Evans Mungai ee018608f6
fix: handle OCI digest algorithm prefix in chart downloader (#31601)
6 months ago
Terry Howe b26ec6b09e
Merge pull request #31566 from TerryHowe/fix-test-concurrency-download-index
6 months ago
Joe Julian 14e0b8f970
Merge pull request #31128 from orgads/win-parallel
6 months ago
Matthieu MOREL 4330bdea04 fix(pkg): errorlint linter
6 months ago
Orgad Shaneh 76eb37c01a fix(downloader): safely handle concurrent file writes on Windows
6 months ago
megha1906 e71a29ce4f chore: fix typo in pkg/downloader/chart_downloader.go
9 months ago
Terry Howe 64bae717c5
fxi: test concurrency download index
9 months ago
Mads Jensen 380abe2b16 Remove two redundant if-checks.
9 months ago
Matt Farina 52267ee74b Move repo package to versioned directory
12 months ago
Scott Rigby e814ff3c38
Remove unnecessary file i/o operations from signing and verifying
12 months ago
Matt Farina fea6d8eb04
Updating to tested content cache
12 months ago
Matt Farina 6ac2c34689
Initial addition of content based cache
1 year ago
Carlos Sanchez 4e483d36bd fix: prevent panic when ChartDownloader.getOciURI
1 year ago
Justen Stall 280a9ddbdb
Merge branch 'main' into stdlib-errors-2
1 year ago
Matt Farina f65eaf35ce
Merge pull request #12690 from TerryHowe/oci-install-digest
2 years ago
Matt Farina 2236294119 Updating to helm.sh/helm/v4
2 years ago
Matt Farina 4dd2a7d626
Merge branch 'main' into oci-install-digest
2 years ago
Justen Stall 63cf42a843
fix: replace "github.com/pkg/errors" with stdlib "errors" package
2 years ago
Terry Howe d2b94f6200 fix: make ORAS reference private
2 years ago
Terry Howe ad9fb68fa3 feat: allow installation by OCI digest
2 years ago
Matt Clegg fff3547f9c
ISSUE-9507: ADD `application/gzip,application/octet-stream` accept header when downloading chart
2 years ago
Matt Farina 50c22ed7f9
Bump the Go version
3 years ago
Philipp Stehle dfb25e13de harmonize URL reference resolving
4 years ago
Mathieu Parent d9e5bbc09d Fix URL with encoded path support for ChartDownloader
4 years ago
Andrew Block 0677a156bc
Limits need to call tag API when explicit version specified
5 years ago
Thomas Runyon 353d74e967 refactor internal/experimental/registry to pkg/registry
5 years ago
Scott Rigby ee382eb169
Remove unneeded assignment
5 years ago
Andrew Block 1a9cb93551
Handling name of OCI file
5 years ago
Andrew Block 23989f9e24
Updates to chart downloader
5 years ago
Scott Rigby ba4020770e
Fix linting
5 years ago
Scott Rigby 4d50526a2b
Move OCI tag semver range logic from OCIGetter to ChartDownloader
5 years ago
Josh Dolitsky a38f56c692
Merge branch 'main' of github.com:helm/helm into hip-6
5 years ago
Josh Dolitsky 230e37ca52
remove hardcoded oci strings, add constant/util
5 years ago
Matt Farina 4e2e4084ed
Fix the url being set by WithURL on the getters
5 years ago
Matt Farina 17ed9c4cd3
tweak basic handling
5 years ago
Peter Engelbert 3ad08f3ea9 Implement `helm pull` for OCI registries
6 years ago
Raphaël 984d2ac767
fix: write index.yaml file atomically (#7954)
6 years ago
Martin Hickey aef7b1dca2
Merge pull request #7720 from misha-ridge/atomic-charts-cache
6 years ago
James McElwain bf5c0ae7f4 fix(install): correct append tls config.
7 years ago
Mikhail Gusarov b864fcd0f4 Make the charts cache safe in presence of several Helm instances
7 years ago
James McElwain e9bf446fa8 fix(install): use ca file for install (#7140)
7 years ago
Andreas Stenius 0f0aa6b432
chart_downloader: avoid overriding TLS options from command flags when not setup in repo config.
7 years ago
Andreas Stenius d6c13616fa
chart_downloader: add TLS client config to options from repo config. (#7055)
7 years ago
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
7 years ago
Adam Reese fe92480ab4
fix(cmd/helm): user friendly error message when repos are not configured
7 years ago
Adam Reese b6fdd8783b
feat(cmd/helm): remove need for helm init command
7 years ago