Commit Graph

302 Commits (main)

Author SHA1 Message Date
Matt Farina 3726d01c5c
Merge pull request #31132 from joemicky/main
1 year ago
joemicky 762ef3ee80 refactor: omit unnecessary reassignment
1 year ago
joemicky fab70472af refactor: replace []byte(fmt.Sprintf) with fmt.Appendf
1 year ago
Robert Sirchia d7d072b7f6
Merge commit from fork
1 year ago
Matt Farina 69efc0d4fb
Handle messy index files
1 year ago
Mikel Olasagasti Uranga 7007d4d485 chore(deps): remove phayes/freeport module
1 year ago
Artem Vdovin 118d0eb697 add concurrency test on write & load index file
1 year ago
Artem Vdovin 314bd19d11 update writing index files to writeAtomicFile
1 year ago
jingchanglu 2da734d0b2 chore: fix typo in pkg/repo/chartrepo.go
1 year ago
Artem Vdovin 351bb78ee5 fix index concurrency
1 year ago
Matthieu MOREL 56a2bb4188 chore: enable usetesting linter
1 year ago
Matt Farina f043faf0a3
Merge pull request #30862 from OmriSteiner/fix-absolute-uri
1 year ago
Matthieu MOREL 157f0ba10a chore: enable thelper
1 year ago
Omri Steiner c47c8fc868 fix: correctly concat absolute URIs in repo cache
1 year ago
Matthieu MOREL 77a267dacf chore: enable usestdlibvars linter
1 year ago
Justen Stall 4905a61026
Merge branch 'main' into stdlib-errors-2
1 year ago
Stephen Murray 1682895636 ref(helm): Export Chart Not Found error
1 year ago
Justen Stall 280a9ddbdb
Merge branch 'main' into stdlib-errors-2
1 year ago
Matt Farina a842140ef6
Merge pull request #13578 from gjenkins8/rm_chart_repo_load_func
1 year ago
Benoit Tigeot a9b7732367
could remove embedded field X from selector
1 year ago
Matt Farina ab9f0c80b5
Merge pull request #30603 from robertsirc/converting-to-slog
1 year ago
Robert Sirchia 3a19576377
making changes as requested by matt
1 year ago
George Jenkins e354dd296d
Merge branch 'main' into rm_chart_repo_load_func
1 year ago
Robert Sirchia 848c134e0c
fixing error messages
1 year ago
Robert Sirchia f50547bf51
changing error to warn as requested by Matt
1 year ago
Robert Sirchia c36bc25fb1
fixing missing attributes
1 year ago
Robert Sirchia 1ad79a2bb7
converting inline log to slog
1 year ago
Robert Sirchia a11f4c0026
changing info to error
1 year ago
Robert Sirchia 48f03d316b
changing from log to slog
1 year ago
Matt Farina 61d3eca55c
Move pkg/chart to pkg/chart/v2 to prepare for v3 charts
1 year ago
Matt Farina 5c0deec327
Moving chartutil to chart/util
1 year ago
George Jenkins 2caca2b167 remove `ChartPaths[]`
2 years ago
George Jenkins 17bc0b3845 refactor: Remove ChartRepository Load() function
2 years ago
George Jenkins 234d171da5 Cleanup repotest Server constructors
2 years ago
George Jenkins 3253059438
Merge pull request #13535 from helm/refactor_tlsutil
2 years ago
George Jenkins 547f49abf6
Merge pull request #13579 from gjenkins8/rm_chart_repo_find_repo_dups
2 years ago
George Jenkins 814ede5427
Merge pull request #13656 from gjenkins8/repotest_server_localhost
2 years ago
Terry Howe 5a7046b9bf chore(oci): upgrade to ORAS v2
2 years ago
George Jenkins c68e345663 fix: Bind repotest server to `localhost`
2 years ago
George Jenkins 0ce267d907 more options
2 years ago
George Jenkins 7ea1d1df66 refactor: Remove duplicate `FindChartIn*RepoURL` funcs
2 years ago
Matt Farina 2236294119 Updating to helm.sh/helm/v4
2 years ago
George Jenkins e3e84343d2 refactor: tlsutil use options pattern
2 years ago
Justen Stall 63cf42a843
fix: replace "github.com/pkg/errors" with stdlib "errors" package
2 years ago
Matt Farina 145d12f82f
Merge pull request #13177 from bb-Ricardo/main
2 years ago
ricardo.bartels@telekom.de cdbef2b7d1
Revering change unrelated to issue #13176
2 years ago
Nathan Baulch ef85fa7f2d
Grammar fixes
2 years ago
Nathan Baulch ff9dd262e3
Fix typos
2 years ago
ricardo.bartels@telekom.de af13b0d8dc adds tests for handling of Helm index with broken chart versions #13176
2 years ago
ricardo.bartels@telekom.de 154b477554 improves handling of Helm index with broken helm chart versions #13176
2 years ago
Robert Sirchia d58d7b3762 Fixing all the linting errors
2 years ago
Matt Farina 764557c470
Some fixes
3 years ago
George Jenkins 8d19bcb78a add error messages
3 years ago
George Jenkins 68294fdae0 Fix: Ignore alias validation error for index load
3 years ago
Matt Farina 847369c184
Update to Go 1.21 for builds
3 years ago
Matt Farina 5a1475ee36
Merge pull request #11294 from Juneezee/test/t.TempDir
3 years ago
Eng Zer Jun 2ceebffc77
test: replace `ensure.TempDir` with `t.TempDir`
3 years ago
Hidde Beydals 2544aa23a3
cmd: support generating index in JSON format
3 years ago
Hidde Beydals e21c9cf7e2
repo: detect JSON and unmarshal efficiently
3 years ago
Matt Farina 1c4885fce7
Merge pull request #11501 from imanushin/add-test-for-exact-version
3 years ago
Joe Julian d7805e68ae
Merge pull request #11455 from ksankeerth/dev-11451
3 years ago
Matt Farina 4e7e939f19
Updating the Go version in go.mod
3 years ago
Matt Farina 50c22ed7f9
Bump the Go version
3 years ago
Andrew Block 08593c8dd6
Added support for insecure OCI registries
4 years ago
Jakub Warczarek 2fa7b3d1b7 Fix User-Agent header in requests made by Helm
4 years ago
Matt Farina 71ef5f477b
Merge pull request #11524 from sap-contributions/harmonize-url-reference-resolving
4 years ago
Matt Farina 5a8e91a010
Merge pull request #11604 from xishengcai/patch-1
4 years ago
caixisheng c8890e971e
Update chartrepo.go
4 years ago
Martin Hickey 256e976331 Update repo handling
4 years ago
Philipp Stehle dfb25e13de harmonize URL reference resolving
4 years ago
Igor Manushin 203f31d57b Add exact version test. See also #7563
4 years ago
shankeerthan-kasilingam 33121a80ff strict file permissions of repository.yaml
4 years ago
Matt Farina 90a25751bd
Merge pull request #11172 from crenshaw-dev/cleanup-after-find-chart
4 years ago
Martin Hickey ae828ce0ee Fix code style
4 years ago
CI c1bf99c0eb Merge remote-tracking branch 'origin/main' into cleanup-after-find-chart
4 years ago
CI 3b19ddeb56 one defer
4 years ago
CI 781ddba690 don't change r.CachePath
4 years ago
Matt Farina b3aa0b4118
Fixing x509 test on darwin
4 years ago
CI cd76fcd805 avoid adding new public function
4 years ago
CI 32a41fcfac fix tests
4 years ago
CI 24fa3d910d fix: clean up temp files in FindChartInAuthAndTLSAndPassRepoURL (#11171)
4 years ago
Soule BA 42a04c76a4
make token caching an opt in feature
4 years ago
Markus Lehtonen 7a08426869 repo: fix repo merge unit test
4 years ago
Eng Zer Jun 2e3e22a003
test: use `T.TempDir` to create temporary test directory
5 years ago
Thomas Runyon 353d74e967 refactor internal/experimental/registry to pkg/registry
5 years ago
Josh Dolitsky 0121f6a328
Merge branch 'main' of github.com:helm/helm into hip-6
5 years ago
Matthew Fisher 8d8a27ed1f
Merge pull request #9980 from schra/feat/password-stdin
5 years ago
John Howard 82a2abf512 Update oras-go to v0.4.0
5 years ago
Matthew Fisher 92bd9558e5
Merge pull request #9998 from bacongobbler/distribution-v3
5 years ago
André Schröder 2131f4cba8 [fix concern] implement test
5 years ago
Martin Hickey d83dd95cae
Merge pull request #9774 from yxxhero/fix_msg_when_index_yaml_empty
5 years ago
Matthew Fisher 4801818f7c
Switch to distribution v3
5 years ago
Nicolas De Loof 663c569887 Migrate to oras-go library
5 years ago
Josh Dolitsky 30a8ce5986
Reverse DependingChart test logic, add debug logs
5 years ago
Josh Dolitsky d296ddf026
Merge branch 'main' of github.com:helm/helm into hip-6
5 years ago
Josh Dolitsky 8202ccd699
Remove LoginResult/LogoutResult types
5 years ago
Mathieu Parent dbb4eb6b75 Ensure RawPath match Path when resolving reference
5 years ago
Josh Dolitsky cd27cf660f
Merge branch 'main' of github.com:helm/helm into hip-6
5 years ago
Matt Farina 17ed9c4cd3
tweak basic handling
5 years ago
Josh Dolitsky 00985cad6b
Implement changes proposed in HIP 6
5 years ago