Commit Graph

3917 Commits (543b94d673a4aafbd142dc3bd249eacb25b44b6a)

Author SHA1 Message Date
kimsungmin1 d539556a8d
Potential fix for pull request finding
4 weeks ago
kimsm28 503acff975 fix(registry): resolve golangci-lint issues in token-auth tests
4 weeks ago
kimsm28 3cbee7e935 fix(registry): use plain-http registry in token-auth scope test
4 weeks ago
Terry Howe 26ada49c1a Update pkg/registry/client.go
4 weeks ago
kimsm28 9b7a70f0ca test: improve client_scope_test.go to avoid data races and brittle assertions
4 weeks ago
kimsm28 ee181f4570 fix typos in withScopeHint function comment
4 weeks ago
kimsm28 1f0a728496 fix registry test failures by adjusting DockerRegistryHost and auth server listener management
4 weeks ago
kimsm28 8883c9cc70 fix variable naming requestUrl -> requestURL
4 weeks ago
kimsm28 530e728ea9 fix typo, remove unnecessary code, fix to avoid to use the assertion in http hanlder
4 weeks ago
kimsungmin1 26e5071f66 change suite.Nil, suite.NotNill to more proper function(suite.NoError, suite.Error)
4 weeks ago
kimsungmin1 8c8d6e3262 change client_scope_test.go to use httptest
4 weeks ago
kimsungmin1 9d77ccd46d fix typo
4 weeks ago
kimsungmin1 fc743b2a1b remove freeport dependency
4 weeks ago
kimsungmin1 319e06cda3 add newline in license header
4 weeks ago
kimsungmin1 301e3a12d5 fix scope when helm push to a registry that use token auth
4 weeks ago
Terry Howe 188d331dc3
Merge pull request #32259 from gjenkins8/refactor/testify-pkg-cli
1 month ago
George Jenkins 144246cd28
Potential fix for pull request finding
1 month ago
Terry Howe 1ffd0012d3
Merge pull request #32221 from gjenkins8/refactor/testify-pkg-small
1 month ago
Terry Howe 0bca9871ad
Merge pull request #32254 from gjenkins8/refactor/testify-pkg-registry
1 month ago
Terry Howe 7e2bdcb526
Merge pull request #32255 from gjenkins8/refactor/testify-pkg-release
1 month ago
Terry Howe 662c99f910
Merge pull request #32253 from gjenkins8/refactor/testify-repotest
1 month ago
Terry Howe 645e6369a7
Merge pull request #32252 from gjenkins8/refactor/testify-pkg-strvals
1 month ago
George Jenkins 7ab295fcfc
refactor(internal/release): convert tests to testify assert/require
1 month ago
George Jenkins 4cce0e9e2a
refactor(pkg/release): convert tests to testify assert/require
1 month ago
George Jenkins 8b0a167484
refactor(pkg/registry): convert tests to testify assert/require
1 month ago
George Jenkins b42faba9d2
refactor(repotest): convert tests to testify assert/require
1 month ago
Matthieu MOREL 34cfdfdbe5 chore: enable contextcheck, fatcontext and noctx linters
1 month ago
Terry Howe 05b2746081
Merge pull request #32184 from atkrad/fix/kube-isreachable-nil-panic
1 month ago
Terry Howe a092a1bd09
Merge pull request #31859 from biagiopietro/feature/rollback-revision-history
1 month ago
Terry Howe c36e4d52bd
test: use assert.Empty for zero-length assertions in validate_test
1 month ago
Terry Howe f59fae54cc
Merge pull request #32233 from s3onghyun/docs-version-desc-typo
1 month ago
George Jenkins 253da5106a
Merge pull request #32171 from mmorel-35/empty-len
1 month ago
s3onghyun dd442c0cc7 docs: fix typo in helm version command description
1 month ago
George Jenkins 422773cd49
Merge pull request #32129 from gregory-m/fix-test-logs-non-pod-hooks
1 month ago
George Jenkins 5655e3f2a4
Merge pull request #32230 from helm/revert-32081-fix/statuswait-delete-race
1 month ago
George Jenkins fb9791f492
Merge pull request #32136 from SebTardif/fix-digest-error-swallow
1 month ago
George Jenkins daa045d492 refactor(pkg/strvals): convert tests to testify assert/require
1 month ago
George Jenkins 16b0760dfd refactor(pkg/cli): convert tests to testify assert/require
1 month ago
George Jenkins d3bd09147b
Revert "fix(kube): prevent spurious early exit in WaitForDelete during informer sync"
1 month ago
George Jenkins 9ad5620edc
Update pkg/ignore/rules_test.go
1 month ago
George Jenkins f4d713abb2 refactor(pkg): convert tests to testify assert/require
1 month ago
Jeaeun Kim 9c1d5a3b24 chore: rename savedErr to clear its specific purpose
2 months ago
Jeaeun Kim 99baa2edd4 chore: fix lint
2 months ago
Jeaeun Kim ea847fef95 chore: store err separately for clarity
2 months ago
Jeaeun Kim 2014946e55 chore: Improve error reporting for `helm template --debug` with `--show-only`
2 months ago
Terry Howe b3fbf8d0f7
Merge pull request #30808 from mmorel-35/errorlint
2 months ago
George Jenkins 81d6f04c82
Merge pull request #30867 from mmorel-35/gocritic
2 months ago
Evans Mungai ac4f8a6c22
Merge pull request #31584 from banjoh/em/check-ownership-before-delete
2 months ago
Mohammad Abdolirad 1f7869c31f
fix panic on repeated IsReachable calls
2 months ago
Terry Howe a5552edf9f
fix: protect FailingKubeClient.RecordedWaitOptions from data race (#31925)
2 months ago