Commit Graph

257 Commits (main)

Author SHA1 Message Date
Terry Howe d262c7ca79
Merge pull request #32296 from mmorel-35/gocritic-singleCaseSwitch
2 days ago
Matthieu MOREL 96b315f188 chore: fix emptyStringTest, nestingReduce and singleCaseSwitch checks issues from gocritic
3 days ago
Matthieu MOREL f34ad6c337 chore: fix several checks issues from testifylint
3 days ago
Matthieu MOREL 07259ecc86 chore: fix several checks issues from gocritic
4 days ago
Matthieu MOREL 34cfdfdbe5 chore: enable contextcheck, fatcontext and noctx linters
3 weeks ago
George Jenkins 253da5106a
Merge pull request #32171 from mmorel-35/empty-len
3 weeks ago
Ogulcan Aydogan 7058f841af
fix(engine): add debug logging when lookup returns empty (#32205)
4 weeks ago
Terry Howe 59b57c5c31
Merge pull request #31885 from mmorel-35/whitespace
1 month ago
Matthieu MOREL 488c4a805d Fix empty and len testifylint violations across test files
1 month ago
Evans Mungai d374e823b2
Merge pull request #32086 from mmorel-35/error-is-as
1 month ago
Terry Howe d9a18b59a8
Merge pull request #31695 from aeroyorch/add-duration-functions
2 months ago
Matthieu MOREL f8ba28bb17 testifylint: enable error-is-as and error-nil rules
2 months ago
Johannes Lohmer 6eb4ebf0e1 test(values): add test for subchart nil producing %!s(<nil>)
3 months ago
Jorge Rocamora 722dd3e3a8 Add duration functions
3 months ago
Terry Howe 8e44f8e3fe
Merge pull request #31957 from Mentigen/add-mustToToml
4 months ago
Ilya Kiselev c1a5a6e260 docs(engine): fix misleading toTOML doc comment
4 months ago
Ilya Kiselev b075f7a35d feat(engine): add mustToToml template function
4 months ago
Matthieu MOREL 7edfff33eb chore: fix unnecessary-format issues from revive
4 months ago
Matthieu MOREL 1e0f702f00 chore: fix whitespace linter
4 months ago
Matthieu MOREL 0fecfd04c2 chore(pkg): enable perfsprint linter
4 months ago
George Jenkins be7cdb69e5
Merge pull request #31806 from mmorel-35/errorlint-pkg-4-15f432a
4 months ago
George Jenkins b667317422
fixup `strings.Cut` variables
5 months ago
George Jenkins 92b64e87ad
chore: fixes
5 months ago
Matthieu MOREL 4d0ae7f33a fix(pkg): errorlint linter
5 months ago
Matthieu MOREL 111d4e6e0e chore(pkg): fix modernize linter
5 months ago
Mads Jensen a18e59e465 Enable the sloglint linter
7 months ago
Mads Jensen 6cceead399 Use modernize to use newer Golang features.
8 months ago
Matt Farina ca8eae9361
Reproducible chart archive builds
8 months ago
wyrapeseed b9eadd3186 chore: fix some comment format
9 months ago
Matt Farina 90a91e097f
Merge pull request #31198 from TerryHowe/fix-pkg-engine-error-parsing
10 months ago
reddaisyy 1c67fbf108 refactor: use strings.builder
10 months ago
Terry Howe b2870379c8
Update pkg/engine/engine.go
10 months ago
Terry Howe 91a65234ac
Update pkg/engine/engine.go
10 months ago
Terry Howe 9112687a7e
Update pkg/engine/engine.go
10 months ago
bennsimon db50c37eda
remove metadata output on helm template
10 months ago
Jesse Simpson 712cde4624
test: passes now
10 months ago
Jesse Simpson b060911075
refactor: break out into functions and draft tests
10 months ago
Matt Farina 9dcc49cbd5 Move lint pkg to be part of each chart version
10 months ago
Terry Howe 284bd980b6
fix: replace pkg/engine regular expressions with parser
11 months ago
Scott Rigby 069b525332
Merge pull request #13586 from jessesimpson36/cleaner-stacktraces
1 year ago
yetyear 03448d1d79 refactor: use maps.Copy for cleaner map handling
1 year ago
George Jenkins a1f8802de9
Merge pull request #30553 from Zhanweelee/add_mustToYaml_support
1 year ago
Jesse Simpson e0a67b1028
test: use more realistic unit-test scenario by not relying on Release.Name
1 year ago
Jesse Simpson d10c5f6429
style: trim space from formatted error messages
1 year ago
Jesse Simpson 0e0a8cc765
fix: address no-template-associated type of error
1 year ago
Jesse Simpson 013f27c294
fix: use errors.New instead of fmt.Errorf
1 year ago
Jesse Simpson 868cdc261f
refactor: reduce flow-control operations
1 year ago
Jesse Simpson 48922e21d1
refactor: use struct equality instead of comparing each composition
1 year ago
Jesse Simpson ac98e977c3
refactor: switch to while loop instead of for to reduce unnecessary variables
1 year ago
Jesse Simpson 65084371c9
refactor: replace if MatchString with FindStringSubMatch
1 year ago