Commit Graph

122 Commits (f09bbb8ab8b0a034bfc4cfbca35c395ed332ba2d)

Author SHA1 Message Date
Jesse Simpson f09bbb8ab8
style: consolidate for loops
5 months ago
Jesse Simpson 1357db4db1
style: removed variable only used once
5 months ago
Jesse Simpson a56daca82b
style: use interface functions instead of inline logic
5 months ago
Jesse Simpson 87f9e2dc45
style: create String function for TraceableError representing one chunk of a stacktrace
5 months ago
Jesse Simpson 6cd0c0082a
fix: split up the multiline errors to be more vertical
5 months ago
Jesse Simpson cc477e9f79
fix: adjust test to not require external chart
5 months ago
Jesse Simpson 14f902c245
wip: draft at making cleaner stacktraces
5 months ago
Justen Stall 280a9ddbdb
Merge branch 'main' into stdlib-errors-2
5 months ago
Stepan Paksashvili b54349d9b2 fix(pkg/engine): allow to override all functions
5 months ago
Stepan Paksashvili 8982b57e5e feat(pkg/engine): and custom funcs overriding test
5 months ago
Stepan Paksashvili 9073bcf53e feat(pkg/engine): add support for custom template funcs
5 months ago
Robert Sirchia c5991028e0
fixing matts changes
6 months ago
Robert Sirchia 4422000330
fixing case issues with the logging of my errors
6 months ago
Robert Sirchia 848c134e0c
fixing error messages
6 months ago
Robert Sirchia c2e6ed8ae5
fixing build error
6 months ago
Robert Sirchia 8887d01791
fixing issues with my PR
6 months ago
Robert Sirchia c36bc25fb1
fixing missing attributes
6 months ago
Robert Sirchia 1ad79a2bb7
converting inline log to slog
6 months ago
Matt Farina 61d3eca55c
Move pkg/chart to pkg/chart/v2 to prepare for v3 charts
6 months ago
Matt Farina 5c0deec327
Moving chartutil to chart/util
7 months ago
Matt Farina 2236294119 Updating to helm.sh/helm/v4
8 months ago
Matt Farina 5727f56a96
Update to Go 1.23
9 months ago
Justen Stall 63cf42a843
fix: replace "github.com/pkg/errors" with stdlib "errors" package
10 months ago
Nathan Baulch ff9dd262e3
Fix typos
12 months ago
Robert Sirchia d58d7b3762 Fixing all the linting errors
2 years ago
Matt Farina 7fd08041b1
Merge pull request #12617 from porridge/dynamic-client
2 years ago
Andrew Block 77d54d7dbe
Merge pull request #11351 from greed42/fast-tpl
2 years ago
Marcin Owsiany bfec4ec926 feature(pkg/engine): introduce RenderWithClientProvider
2 years ago
Graham Reed 97dbb96f5a Merge remote-tracking branch 'origin/main' into fast-tpl
2 years ago
Graham Reed 95905f19dd Work around template.Clone omitting options
2 years ago
AdamKorcz 2a9594c0fe pkg/engine: fix nil-dereference
2 years ago
Matt Farina 863bc74e5a
Update to func handling
3 years ago
Graham Reed a7d3fd6c09 Allow a nested `tpl` invocation access to `defines` in a containing one
3 years ago
Graham Reed e2a7c7998a Remove the 'reference templates' concept
3 years ago
Graham Reed db4f330122 Speed up `tpl`
3 years ago
Matt Farina f895948ae2
Fixing issue with non-existant .Template when using tpl function
4 years ago
Matt Farina ac80a5eec9
Merge branch 'main' into feat/subcharts-scope
4 years ago
Matt Farina 2de6f9d424
Merge pull request #9993 from Ka0o0/make-isroot-available-to-template
4 years ago
Kai Takac 06ae6f933a Make Chart's IsRoot available to templates
4 years ago
Cory Snider 79df3926f6 fix(engine): parse fail messages with newlines
4 years ago
Valentin Flaux 3daaea0a1c feat(pkg/engine): expose subcharts scope in parent
4 years ago
Marcus Speight 7a0739a863 Fail message is now the same as the required message.
5 years ago
Paul Brousseau 3192408415 Fixing typo in engine comments
5 years ago
Matt Farina dbd001e532
Removing tiller language
5 years ago
Matt Butcher bb47286f09
fix linting error with lookup function (#7969)
5 years ago
Andre Sencioles d0726e07ab
Parse reference templates in predictable order (#7702)
5 years ago
Daniel Cheng 8528548441 fix recursion count in templates
6 years ago
Matthew Fisher 9c680e604b
Merge pull request #7443 from zwwhdls/fix7439
6 years ago
zwwhdls 16a85f7570 fix test-style
6 years ago
zwwhdls 4eda4fa06d allow limited recursion in templates
6 years ago