Commit Graph

131 Commits (e5378ad47eb031efeef674e365612c73fa48be27)

Author SHA1 Message Date
Matthieu MOREL 16787d65f5 feat(linters): add new revive rules for better code quality
3 weeks ago
Matthieu MOREL 07259ecc86 chore: fix several checks issues from gocritic
3 weeks ago
Matthieu MOREL 34cfdfdbe5 chore: enable contextcheck, fatcontext and noctx linters
1 month ago
Terry Howe 59b57c5c31
Merge pull request #31885 from mmorel-35/whitespace
2 months ago
Matheus Pimenta 8f56f24d63
fix(templating): hooks conflicting with templates in post-renderers (#32049)
3 months ago
Matheus Pimenta a27f1add79
fix(templating): fix wrong YAML separator parsing for post-renderers (#31941)
4 months ago
Matthieu MOREL 1e0f702f00 chore: fix whitespace linter
5 months ago
Matheus Pimenta af94abf976
fix: insert newline after doc separators glued to content by template trimming
5 months ago
George Jenkins 92b64e87ad
chore: fixes
5 months ago
Terry Howe d28853e206
Merge pull request #31624 from atombrella/feature/sloglint
8 months ago
Mads Jensen a18e59e465 Enable the sloglint linter
8 months ago
Benoit Tigeot ce273eea48
fix: preserve vendor suffixes in KubeVersion.GitVersion
8 months ago
Evans Mungai 2ddeb50fa6
Set default logger in Configuration constructor
9 months ago
Evans Mungai a112bf5aa6
Remove non-reachable code
9 months ago
Evans Mungai aed687eaa1
Add config options to NewConfiguration()
9 months ago
Evans Mungai b6eca1c0f1
Refactor logging functionality to use slog.Handler
9 months ago
Evans Mungai 5ab4ca5490
Embed logging functionality to DRY code
9 months ago
Evans Mungai 9c32e34d60
Add logger to sql driver and ensure storage has logger
9 months ago
Evans Mungai 50e43f4017
nil logger should be handled by discard handler
9 months ago
Evans Mungai 7a5816b106
Self review changes
9 months ago
Evans Mungai b1d4dc680d
feat: reinstate logger parameter to actions package
9 months ago
Matt Farina f80cbe43d0 Moved release objects to enable versioning
10 months ago
George Jenkins f21b143bef refactor: Replace action 'DryRun' string with DryRunStrategy type + deprecations
10 months ago
Terry Howe 3e1dd9a5dc
chore: remove pkg/time which is no longer needed
11 months ago
Matt Farina 9dcc49cbd5 Move lint pkg to be part of each chart version
11 months ago
Matt Farina 6f957f4922 Move the release util to the versioned directory
11 months ago
Scott Rigby 591d863df5
Move Postrenderer to a plugin type
11 months ago
George Jenkins 934f761e08
Merge pull request #30812 from gjenkins8/gjenkins/chartrelease_server_side_apply
11 months ago
Scott Rigby be74ab72a0
[HIP-0026] Plugin runtime interface (#31145)
11 months ago
George Jenkins e2dcbe28bf Helm client/SDK support server-side apply
11 months ago
Carlos Lima 6991a0a531 Make annotateAndMerge deterministic
1 year ago
Carlos Lima c01e76b5c3 review: change annotation name to postrenderer.helm.sh/postrender-filename
1 year ago
Carlos Lima a1416cf225 review: style changes
1 year ago
Carlos Lima 859721bd77 review: rewrite error messages from the end-user perspective
1 year ago
Carlos Lima b26b473bf6 review: make splitAndDeannotate private
1 year ago
Carlos Lima 855b5a44b7 review: make annotateAndMerge private
1 year ago
Carlos Lima 1d993f9e2d review: make filenameAnnotation private
1 year ago
Carlos Lima e6362d74c8 Allow post-renderer to process hooks
1 year ago
Terry Howe a8cbf3aa51 fix: action hooks delete policy mutex
1 year ago
Justen Stall 280a9ddbdb
Merge branch 'main' into stdlib-errors-2
1 year ago
Stepan Paksashvili 5c2f89307d feat(pkg/engine): and custom funcs to action config
1 year ago
Stepan Paksashvili 9073bcf53e feat(pkg/engine): add support for custom template funcs
1 year ago
Matt Farina 7a1eb77e77
Merge pull request #30708 from benoittgt/migrate-kube-pkg-to-slog
1 year ago
Matt Farina 7938662f95
Remove ValidName regex
1 year ago
Benoit Tigeot 68440d7b29
Prefer using slog.Any when displaying errors
1 year ago
Benoit Tigeot e7eedae97c
Use the logger with proper handling of dynamic debug on 2 locations
1 year ago
Benoit Tigeot cbaac7652d
Call slog directly instead of using a wrapper
1 year ago
Benoit Tigeot 0c85456788
Leverage slog.Any for errors
1 year ago
Benoit Tigeot b6adbbb227
Enforce error style with others
1 year ago
Benoit Tigeot b2380720eb
Migrate to pure slog without a custom wrapper
1 year ago