Commit Graph

253 Commits (57667c932ca1e9bcf24945a8da035c2ee4a26a72)

Author SHA1 Message Date
Matthieu MOREL 34cfdfdbe5 chore: enable contextcheck, fatcontext and noctx linters
3 months ago
George Jenkins 253da5106a
Merge pull request #32171 from mmorel-35/empty-len
3 months ago
Ogulcan Aydogan 7058f841af
fix(engine): add debug logging when lookup returns empty (#32205)
3 months ago
Terry Howe 59b57c5c31
Merge pull request #31885 from mmorel-35/whitespace
4 months ago
Matthieu MOREL 488c4a805d Fix empty and len testifylint violations across test files
4 months ago
Evans Mungai d374e823b2
Merge pull request #32086 from mmorel-35/error-is-as
4 months ago
Terry Howe d9a18b59a8
Merge pull request #31695 from aeroyorch/add-duration-functions
4 months ago
Matthieu MOREL f8ba28bb17 testifylint: enable error-is-as and error-nil rules
5 months ago
Johannes Lohmer 6eb4ebf0e1 test(values): add test for subchart nil producing %!s(<nil>)
5 months ago
Jorge Rocamora 722dd3e3a8 Add duration functions
5 months ago
Terry Howe 8e44f8e3fe
Merge pull request #31957 from Mentigen/add-mustToToml
6 months ago
Ilya Kiselev c1a5a6e260 docs(engine): fix misleading toTOML doc comment
6 months ago
Ilya Kiselev b075f7a35d feat(engine): add mustToToml template function
6 months ago
Matthieu MOREL 7edfff33eb chore: fix unnecessary-format issues from revive
6 months ago
Matthieu MOREL 1e0f702f00 chore: fix whitespace linter
6 months ago
Matthieu MOREL 0fecfd04c2 chore(pkg): enable perfsprint linter
7 months ago
George Jenkins be7cdb69e5
Merge pull request #31806 from mmorel-35/errorlint-pkg-4-15f432a
7 months ago
George Jenkins b667317422
fixup `strings.Cut` variables
7 months ago
George Jenkins 92b64e87ad
chore: fixes
7 months ago
Matthieu MOREL 4d0ae7f33a fix(pkg): errorlint linter
7 months ago
Matthieu MOREL 111d4e6e0e chore(pkg): fix modernize linter
8 months ago
Mads Jensen a18e59e465 Enable the sloglint linter
10 months ago
Mads Jensen 6cceead399 Use modernize to use newer Golang features.
10 months ago
Matt Farina ca8eae9361
Reproducible chart archive builds
11 months ago
wyrapeseed b9eadd3186 chore: fix some comment format
11 months ago
Matt Farina 90a91e097f
Merge pull request #31198 from TerryHowe/fix-pkg-engine-error-parsing
1 year ago
reddaisyy 1c67fbf108 refactor: use strings.builder
1 year ago
Terry Howe b2870379c8
Update pkg/engine/engine.go
1 year ago
Terry Howe 91a65234ac
Update pkg/engine/engine.go
1 year ago
Terry Howe 9112687a7e
Update pkg/engine/engine.go
1 year ago
bennsimon db50c37eda
remove metadata output on helm template
1 year ago
Jesse Simpson 712cde4624
test: passes now
1 year ago
Jesse Simpson b060911075
refactor: break out into functions and draft tests
1 year ago
Matt Farina 9dcc49cbd5 Move lint pkg to be part of each chart version
1 year ago
Terry Howe 284bd980b6
fix: replace pkg/engine regular expressions with parser
1 year 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
Jesse Simpson 782f6c6409
refactor: shorten regex subexp syntax
1 year ago
Jesse Simpson 4b9a9ecaf6
refactor: rename function and add doc-string
1 year ago
Jesse Simpson 4f63c73353
refactor: remove impractical safety check
1 year ago
Jesse Simpson 5202820f2f
refactor: define regexs at package scope
1 year ago