Commit Graph

90 Commits (7a5092efb760ff26ce2fc482f90cd79f6b502e7d)

Author SHA1 Message Date
Abhay Chaurasiya 82be04d7f2
remove legacy import comments from remaining packages (#31933)
2 weeks ago
Matthieu MOREL a02a5713de
chore: fix elseif and ifElseChain issues from gocritic (#32289)
3 weeks ago
Matthieu MOREL 16787d65f5 feat(linters): add new revive rules for better code quality
3 weeks ago
Matthieu MOREL 96b315f188 chore: fix emptyStringTest, nestingReduce and singleCaseSwitch checks issues from gocritic
4 weeks ago
Terry Howe 26ada49c1a Update pkg/registry/client.go
1 month ago
kimsm28 ee181f4570 fix typos in withScopeHint function comment
1 month ago
kimsm28 530e728ea9 fix typo, remove unnecessary code, fix to avoid to use the assertion in http hanlder
1 month ago
kimsungmin1 301e3a12d5 fix scope when helm push to a registry that use token auth
1 month ago
Terry Howe 59b57c5c31
Merge pull request #31885 from mmorel-35/whitespace
2 months ago
Debasish Mohanty 85bf56ea82
docs(registry): fix incorrect and improve clarity of comments in client.go
4 months ago
Matthieu MOREL 1e0f702f00 chore: fix whitespace linter
5 months ago
Matthieu MOREL dc0e3f10c3 chore(pkg): fix perfsprint linter issues part 6
5 months ago
Pedro Tôrres d983696e35
fix pulling charts from OCI indices
6 months ago
Terry Howe 5f3c617940
chore: add warning for registry login with namespace
9 months ago
Terry Howe 0f6e14dfd3
chore: fix various warnings to reduce noise
10 months ago
Terry Howe 917822cfca
refactor: remove unused err from pkg/registry/client.go
10 months ago
Benoit Tigeot 5595c0d005
Prevent failing helm push on ghcr.io using standard GET auth token flow
11 months ago
Scott Rigby 7d22bb25fa Plugin OCI installer
11 months ago
Matt Farina 0f1b410f14
Merge pull request #31165 from mattfarina/content-cache
12 months ago
Matt Farina 6ac2c34689
Initial addition of content based cache
12 months ago
Eric Stroczynski e1e23d2af1 fix: set repo authorizer in registry.Client.Resolve()
12 months ago
Matt Farina de9ea4d1e3
Merge pull request #30992 from TerryHowe/force-oath-v4
12 months ago
Evans Mungai 0943d032a7
Merge branch 'main' into em/fix-username-password
12 months ago
Evans Mungai 9e1cbbebcb
fix linting warning
1 year ago
Evans Mungai 5e6a411c1f
fix: use username and password if provided
1 year ago
Matheus Pimenta 802e09038c
pkg/registry: Login option for passing TLS config in memory
1 year ago
Terry Howe f55c462a79
fix: force bearer oauth for everything
1 year ago
Terry Howe 47980159b3
fix: user username password for login
1 year ago
Scott Rigby 4023c3b5ff
Merge pull request #30917 from TerryHowe/oci-transport-debugging
1 year ago
Terry Howe 6ab7aa3612 fix: legacy docker support broken for login
1 year ago
Terry Howe 5fe7a87138 fix: add debug logging to oci transport
1 year ago
Robert Sirchia b7e127dd6b
amending missed line to delete
1 year ago
Robert Sirchia 937c533e37
forward porting 30902
1 year ago
Benoit Tigeot f939f6145f
Prevent fetching newReference again as we have in calling method
1 year ago
Benoit Tigeot 875e149d6b
Prevent failure when resolving version tags in oras memory store
1 year ago
Justen Stall 3877ec9049
fix golangci-lint issues
1 year ago
Justen Stall 280a9ddbdb
Merge branch 'main' into stdlib-errors-2
1 year ago
Matt Farina 2e6437beb5
Merge pull request #30684 from twz123/remove-clientoptresolver
1 year ago
linghuying fc476f7235 chore: make function comment match function name
1 year ago
Tom Wieczorek 835ff78f48
Remove ClientOptResolver from OCI Client
1 year ago
Matt Farina 61d3eca55c
Move pkg/chart to pkg/chart/v2 to prepare for v3 charts
1 year ago
Terry Howe 5a7046b9bf chore(oci): upgrade to ORAS v2
2 years 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
George Jenkins 76ba8a4b9f naming is hard
2 years ago
George Jenkins 6dfaf955ee Shadow ORAS remote.Client interface
2 years ago
Scott Rigby 28770bfc1d
Merge pull request #12588 from rynowak/rynowak/override-authorizer
2 years ago
Ryan Nowak 1ab264cb7d
Make the authorizer and registry authorizer configurable
2 years ago
Justen Stall 63cf42a843
fix: replace "github.com/pkg/errors" with stdlib "errors" package
2 years ago