Commit Graph

128 Commits (487f72b822655185c279e87a4bef51c7b51792c6)

Author SHA1 Message Date
Jesse Simpson 487f72b822
fix: added protection against while-true condition in unbounded for loop
7 months ago
Jesse Simpson 6bb836374b
test: adjusted to make it more meaningful and to pass
7 months ago
Jesse Simpson 383a758aec
fix: add quality checks to ensure formatted error doesnt remove important info
7 months ago
Jesse Simpson d8bec4e30f
fix: remove comparison from old error message to new
7 months ago
Jesse Simpson c481470985
style: renamed i variable for consistency
7 months ago
Jesse Simpson 2e3f6dce28
fix: save to fileLocation rather than fileLocations[i] which gets overwritten
7 months ago
Jesse Simpson f09bbb8ab8
style: consolidate for loops
7 months ago
Jesse Simpson 1357db4db1
style: removed variable only used once
7 months ago
Jesse Simpson a56daca82b
style: use interface functions instead of inline logic
7 months ago
Jesse Simpson 87f9e2dc45
style: create String function for TraceableError representing one chunk of a stacktrace
7 months ago
Jesse Simpson 6cd0c0082a
fix: split up the multiline errors to be more vertical
7 months ago
Jesse Simpson cc477e9f79
fix: adjust test to not require external chart
7 months ago
Jesse Simpson 14f902c245
wip: draft at making cleaner stacktraces
7 months ago
Justen Stall 280a9ddbdb
Merge branch 'main' into stdlib-errors-2
7 months ago
Stepan Paksashvili b54349d9b2 fix(pkg/engine): allow to override all functions
7 months ago
Stepan Paksashvili 8982b57e5e feat(pkg/engine): and custom funcs overriding test
7 months ago
Stepan Paksashvili 9073bcf53e feat(pkg/engine): add support for custom template funcs
7 months ago
Robert Sirchia c5991028e0
fixing matts changes
8 months ago
Robert Sirchia 4422000330
fixing case issues with the logging of my errors
9 months ago
Robert Sirchia 848c134e0c
fixing error messages
9 months ago
Robert Sirchia c2e6ed8ae5
fixing build error
9 months ago
Robert Sirchia 8887d01791
fixing issues with my PR
9 months ago
Robert Sirchia c36bc25fb1
fixing missing attributes
9 months ago
Robert Sirchia 1ad79a2bb7
converting inline log to slog
9 months ago
Matt Farina 61d3eca55c
Move pkg/chart to pkg/chart/v2 to prepare for v3 charts
9 months ago
Matt Farina 5c0deec327
Moving chartutil to chart/util
9 months ago
Matt Farina 2236294119 Updating to helm.sh/helm/v4
11 months ago
Matt Farina 5727f56a96
Update to Go 1.23
11 months ago
Justen Stall 63cf42a843
fix: replace "github.com/pkg/errors" with stdlib "errors" package
1 year ago
Nathan Baulch ff9dd262e3
Fix typos
1 year 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
3 years ago
AdamKorcz 2a9594c0fe pkg/engine: fix nil-dereference
3 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
6 years ago