Commit Graph

144 Commits (b9232c7853dafa6554f7f974a07bbbd8b6e015e4)

Author SHA1 Message Date
kimsm28 b9232c7853 fix variable naming requestUrl -> requestURL
5 months ago
kimsm28 504e26956a fix typo, remove unnecessary code, fix to avoid to use the assertion in http hanlder
5 months ago
kimsungmin1 e6ac04c9a7
change suite.Nil, suite.NotNill to more proper function(suite.NoError, suite.Error)
7 months ago
kimsungmin1 eaff192cd5 change client_scope_test.go to use httptest
8 months ago
kimsungmin1 2dc1ee9496
pull from upstream to resolve conflict, change registry_test.go file to use token auth registry
10 months ago
Terry Howe 3b2fd17799
chore: rename test registry
10 months ago
Terry Howe cf811bb11f
chore: registry utils clean up
11 months ago
Terry Howe 3e1dd9a5dc
chore: remove pkg/time which is no longer needed
11 months ago
kimsungmin1 6d3278cf5f fix typo
11 months ago
kimsungmin1 8cbde7b1d4 Merge branch 'main' of https://github.com/helm/helm into main-fix-push-scope
11 months ago
Scott Rigby 78cf5470d1
Merge pull request #31199 from TerryHowe/fix-flaky-registry-data-race
11 months ago
Matt Farina fc22b6df31
Merge pull request #31222 from benoittgt/30987-ghcr-io
11 months ago
Matt Farina 52267ee74b Move repo package to versioned directory
11 months ago
Benoit Tigeot 5595c0d005
Prevent failing helm push on ghcr.io using standard GET auth token flow
11 months ago
Scott Rigby 9ea35da0d0
[HIP-0026] Plugin packaging, signing, and verification (#31176)
11 months ago
kimsungmin1 77e9a1d19b remove freeport dependency
11 months ago
kimsungmin1 8bf1eac684 add newline in license header
11 months ago
kimsungmin1 86a808e3c7 fix scope when helm push to a registry that use token auth
11 months ago
Terry Howe ce97a2449e
fix: move mockdns to packge level
11 months ago
Terry Howe 6273f9b38e
fix: flaky registry data race on mockdns close
11 months ago
Scott Rigby fd41fdd9c9 New registry plugin func GetPluginName. Re-use regsitry.reference
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
Scott Rigby 29d12ba09e
Merge pull request #31156 from estroz/fix-resolve-client
12 months ago
cuiweixie 04cb1bad67 pkg/register: refactor to use atomic.Uint64
12 months ago
Matt Farina 6ac2c34689
Initial addition of content based cache
12 months ago
Matt Farina 3726d01c5c
Merge pull request #31132 from joemicky/main
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
joemicky fab70472af refactor: replace []byte(fmt.Sprintf) with fmt.Appendf
12 months ago
Matt Farina 523d0b305e
Merge pull request #31076 from matheuscscp/registry-tls-memory
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
Mikel Olasagasti Uranga 7007d4d485 chore(deps): remove phayes/freeport module
1 year ago
Matheus Pimenta 802e09038c
pkg/registry: Login option for passing TLS config in memory
1 year ago
Terry Howe 250ce7b5dc
chore: improve OCI debug logging
1 year ago
Terry Howe 82bc9adcc2
fix: test teardown dns data race
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 e8c1acf228
Merge pull request #30809 from mmorel-35/usetesting
1 year ago
Scott Rigby 4023c3b5ff
Merge pull request #30917 from TerryHowe/oci-transport-debugging
1 year ago
Matthieu MOREL 56a2bb4188 chore: enable usetesting linter
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
Matt Farina 0c91649ec8
Merge pull request #30871 from gjenkins8/gjenkins/test_registry_localhost
1 year ago