Commit Graph

124 Commits (c48147098534e935ea5f9725fbfd04f39431791b)

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