Commit Graph

312 Commits (c994f2a36a041ae3f0488fac986e724632cbcd21)

Author SHA1 Message Date
Terry Howe 59b57c5c31
Merge pull request #31885 from mmorel-35/whitespace
2 months ago
Matthieu MOREL 488c4a805d Fix empty and len testifylint violations across test files
2 months ago
Evans Mungai d374e823b2
Merge pull request #32086 from mmorel-35/error-is-as
2 months ago
Robert Sirchia 6c3f397d2c
Merge pull request #32122 from quyentonndbs/chore/lint-deprecations-comment-typo
3 months ago
Kai Tanaka 2032ec5cba docs: fix 'than'->'that' typo in deprecatedAPIError godoc
3 months ago
box4wangjing 432fc8a217 refactor: use slices.Backward to simplify the code
3 months ago
George Jenkins 19b3656306
Bump to version v4.2 (#32102)
3 months ago
Matthieu MOREL f8ba28bb17 testifylint: enable error-is-as and error-nil rules
3 months ago
Matheus Pimenta a4a9cc7a31
Upgrade Go to 1.26, Kubernetes to 1.36, kstatus to 1.1
3 months ago
George Jenkins 4bd9e90aa0
Merge pull request #30811 from mmorel-35/testifylint
3 months ago
Evans Mungai a8e249714f Update pkg/chart/common/util/coalesce.go
4 months ago
Johannes Lohmer 52fc971da3 test(values): Add test for nil cleanup in partially overridden subchart maps
4 months ago
Johannes Lohmer 00638773d1 fix(values): do not copy chart-default nils into coalesced values
4 months ago
Johannes Lohmer 5cb4e7d992 test(values): add tests for subchart nil value regressions
4 months ago
George Jenkins f7c4d75574
Merge commit from fork
4 months ago
Anmol Virdi de58531ca7 Minor nit: fix import instructions to comply with canonical import paths
4 months ago
Matthieu MOREL 7edfff33eb chore: fix unnecessary-format issues from revive
4 months ago
Matthieu MOREL 071558d69f chore: fix bool-compare issues from testifylint
5 months ago
Matthieu MOREL 83a0138172 chore: fix deprecatedComment issues from gocritic
5 months ago
Matthieu MOREL 1e0f702f00 chore: fix whitespace linter
5 months ago
George Jenkins e3b4808450
Merge pull request #31874 from mmorel-35/perfsprint-pkg-4-fb6db58
5 months ago
George Jenkins 610547b570
Merge pull request #31873 from mmorel-35/perfsprint-pkg-5-3294250
5 months ago
George Jenkins 60184996e5
fix: Chart dot-name path bug
5 months ago
George Jenkins df8e0301ed
Merge pull request #31878 from mmorel-35/perfsprint-pkg-3-39f7a9f
5 months ago
Matthieu MOREL 1d2d63cc43 chore(pkg): enable perfsprint linter
5 months ago
Matthieu MOREL 63f03c0f5c chore(pkg): enable perfsprint linter
5 months ago
Matthieu MOREL c25c988cfb chore(pkg): enable perfsprint linter
5 months ago
Mads Jensen 36cb3a2fe9 Replace unneeded use of t.Fatalf with t.Fatal
5 months ago
Matthieu MOREL 5b6c6bbfc7 fix: enable nolinlint linter
5 months ago
George Jenkins be7cdb69e5
Merge pull request #31806 from mmorel-35/errorlint-pkg-4-15f432a
5 months ago
George Jenkins 92b64e87ad
chore: fixes
5 months ago
Evans Mungai ee018608f6
fix: handle OCI digest algorithm prefix in chart downloader (#31601)
5 months ago
Matt Farina 794372e317
Merge pull request #31816 from mmorel-35/errorlint-pkg-7-6d6a660
6 months ago
Joe Julian 947b429cdd
Merge pull request #31801 from mmorel-35/modernize-pkg-4-062b248
6 months ago
Joe Julian 78f5af72be
Merge pull request #31802 from mmorel-35/modernize-pkg-5-a3c8fdb
6 months ago
Joe Julian 7f9703fe22
Merge pull request #31811 from mmorel-35/errorlint-pkg-3-39f7a9f
6 months ago
Matthieu MOREL 259f76a849 fix(pkg): errorlint linter
6 months ago
Matthieu MOREL 6d1490ed1e fix(pkg): errorlint linter
6 months ago
Matthieu MOREL 4d0ae7f33a fix(pkg): errorlint linter
6 months ago
Matthieu MOREL 4330bdea04 fix(pkg): errorlint linter
6 months ago
Matthieu MOREL 5cc2e55714 chore(pkg): fix modernize linter
6 months ago
Matthieu MOREL ba38159313 chore(pkg): fix modernize linter
6 months ago
Matthieu MOREL 111d4e6e0e chore(pkg): fix modernize linter
6 months ago
Evans Mungai 5b78ee8dff
Merge pull request #31644 from banjoh/em/fix-nil-values
6 months ago
Evans Mungai 0298b2ffd0
Remove refactorring changes from coalesce_test.go
7 months ago
Evans Mungai b8937ad192
Fix import
7 months ago
Evans Mungai a333bbaf27
Update pkg/chart/common/util/coalesce_test.go
7 months ago
Mads Jensen 2d6d9c09c4 Replace reflect.Ptr with reflect.Pointer
7 months ago
Branch Vincent c6d9a5bdc2 build: set kube version via `debug.BuildInfo`
8 months ago
Mads Jensen a490bb3c20 Use errors.Is to check for io.EOF and gzip.ErrHeader
8 months ago
Robert Sirchia 4cf7d8d025
Merge pull request #31641 from wangjingcun/main
8 months ago
Evans Mungai 3416dd5f21
Fix lint warning
8 months ago
Evans Mungai 679f051980
Preserve nil values in chart already
8 months ago
Evans Mungai 292fe70219
fix(values): preserve nil values when chart default is empty map
8 months ago
Terry Howe d28853e206
Merge pull request #31624 from atombrella/feature/sloglint
8 months ago
wangjingcun 858cf31583 chore: fix some comments to improve readability
8 months ago
Mads Jensen a18e59e465 Enable the sloglint linter
8 months ago
George Jenkins 3165e5463a
Merge pull request #31528 from benoittgt/31423-git-version
8 months ago
Matt Farina ff35414bed
Merge pull request #31546 from benoittgt/31544-nil-pointer
8 months ago
Mads Jensen 6cceead399 Use modernize to use newer Golang features.
8 months ago
Benoit Tigeot 81d244ca21
fix: prevent segmentation violation on empty yaml in multidoc
9 months ago
Matt Farina df6aafeeee
Merge pull request #31462 from mattfarina/load-archive
9 months ago
Matt Farina 63858b383f
Merge pull request #31535 from mattfarina/bump-4.1
9 months ago
Matt Farina 63e060fb05
bump version to 4.1
9 months ago
shuv0id 2dc5864f44 fix: add missing context to debug logs
9 months ago
Benoit Tigeot ce273eea48
fix: preserve vendor suffixes in KubeVersion.GitVersion
9 months ago
Scott Rigby b740071279
Merge pull request #31342 from TerryHowe/chore-remove-mitchellh-dependency-3
9 months ago
Matt Farina 0f5eda74c1
Adding a LoadArchive to common loader
9 months ago
Benoit Tigeot 97b7a1c9ae
Merge branch 'main' into fix-31170-URN
9 months ago
Matt Farina 15300549f0
When time not available, using time.Now
9 months ago
Matt Farina ca8eae9361
Reproducible chart archive builds
9 months ago
Matt Farina 1da2b0a6d4
Merge pull request #31204 from benoittgt/fix-31202
9 months ago
Matt Farina 37de51428c
Merge pull request #31376 from benoittgt/accept-yaml-yml
10 months ago
Benoit Tigeot 06188f9dfe
Add test for isYamlFileExtension functions
10 months ago
Matt Farina 78cd44bd75
Merge pull request #30712 from gjenkins8/gjenkins/cleanup_lint_template
10 months ago
Matt Farina 94bfe9ba12 Move action get metadata to chart interfaces
10 months ago
Benoit Tigeot 4a944230ea
Do not ignore *.yml file on linting while accepting *.yaml
10 months ago
Terry Howe ee322a9671
fix: flakey lint test on shuffle
10 months ago
Terry Howe bee9c1a108
chore: replace github.com/mitchellh/copystructure
10 months ago
George Jenkins efcb5735e5 cleanup: Remove extra lint/rules.Template functions
11 months ago
Matt Farina 8dc7c57f50
Update the action interfaces for chart apiversions
11 months ago
Benoit Tigeot 072e2a689a
Extend --skip-schema-validation for lint command
11 months ago
Benoit Tigeot 939fff9cb9
Avoid "panic: interface conversion: interface {} is nil"
11 months ago
Kamil Swiechowski a645dfb7f8 fix:semverv2 lint test error message
11 months ago
Benoit Tigeot 8025a397e6
Ignore duplicated URN in logs
11 months ago
Benoit Tigeot 03bb62f63d
jsonschema: warn and ignore unresolved URN $ref to match v3.18.4
11 months ago
Kamil Swiechowski 38d1a7376f fix: throw warning when chart version is not semverv2
11 months ago
Matt Farina 9dcc49cbd5 Move lint pkg to be part of each chart version
11 months ago
Robert Sirchia 30404b4173
Merge pull request #31138 from islewis/release-3.18
12 months ago
Isaiah Lewis 62e0c78ef8
fix(helm-lint): fmt
12 months ago
Isaiah Lewis fb12b44493
fix(helm-lint): Add TLSClientConfig
12 months ago
Isaiah Lewis fa73b6743b
fix(helm-lint): Add HTTP/HTTPS URL support for json schema references
12 months ago
joemicky fab70472af refactor: replace []byte(fmt.Sprintf) with fmt.Appendf
12 months ago
Joe Julian 6ecf033700
Merge pull request #13111 from rawtaz/style-cosmetics
12 months ago
Joe Julian 3fe1cb6f02
Merge remote-tracking branch 'upstream/main' into style-cosmetics
12 months ago
Matt Farina 0c64ad1c97
fix Chart.yaml handling
1 year ago
Borys Hulii 9f6beaad48
fix: k8s version parsing to match original
1 year ago
yumeiyin 8c22fbfe4a refactor: replace Split in loops with more efficient SplitSeq
1 year ago
curlwget bfc1af68fb chore: fix function in comment
1 year ago
acceptacross 9623fb80f1 chore: fix some function names in comment
1 year ago