Commit Graph

78 Commits (b3b6479e4cea32593a09a25b65e5e310d0c6c0b9)

Author SHA1 Message Date
Matt Farina 7fd08041b1
Merge pull request #12617 from porridge/dynamic-client
6 months ago
Marcin Owsiany a997de1f11 tests(pkg/engine): test RenderWithClientProvider
6 months ago
Graham Reed b261a1b1be Test update for "Allow a nested `tpl` invocation access to `defines` in a containing one"
11 months ago
Graham Reed 36d417de3b Test update for "Speed up `tpl`"
11 months ago
Joe Julian ec1d0d8671
Merge pull request #11456 from greed42/tpl-tests
1 year ago
Graham Reed f235f0f285 Check that missing keys are still handled in tpl
1 year ago
Matt Farina 863bc74e5a
Update to func handling
1 year ago
Graham Reed 9fe912f3c5 Check redefinition of define and include in tpl
2 years ago
Graham Reed ebf5e1e2af Check that `.Template` is passed through `tpl`
2 years ago
Graham Reed 0a6e7d95ab Make sure empty `tpl` values render empty.
2 years ago
Graham Reed d1e9a242a7 Pick the test improvement out of PR#8371
2 years ago
Matt Farina ac80a5eec9
Merge branch 'main' into feat/subcharts-scope
3 years ago
Matt Farina 2de6f9d424
Merge pull request #9993 from Ka0o0/make-isroot-available-to-template
3 years ago
Kai Takac 8fcaf7b85c Add Chart IsRoot test
3 years ago
Cory Snider 79df3926f6 fix(engine): parse fail messages with newlines
3 years ago
Valentin Flaux 3daaea0a1c feat(pkg/engine): expose subcharts scope in parent
3 years ago
Martin Hickey dffc2a30c7
Merge pull request #9035 from wizbit/fail-message
3 years ago
Josh Soref 2bf8fdf45d
chore: Spelling (#9410)
3 years ago
Marcus Speight 7a663a56c2 Fixed Test
4 years ago
Marcus Speight 8aa42824f9 Added test for lint mode
4 years ago
Marcus Speight 7a0739a863 Fail message is now the same as the required message.
4 years ago
Matt Butcher bb47286f09
fix linting error with lookup function (#7969)
4 years ago
Andre Sencioles d0726e07ab
Parse reference templates in predictable order (#7702)
4 years ago
Daniel Cheng 206d4a9053 add test for template recursion
4 years ago
海的澜色 750b870aed fix stack overflow error (#7114)
5 years ago
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
5 years ago
Ian Howell 31b940a61d fix(engine): Fix eating too many colons during template execution
5 years ago
Thomas O'Donnell 213f714604 Stop Lint from breaking when using required
5 years ago
Ian Howell 278594fb0f fix(pkg/engine): Style changes on template errors
5 years ago
Ian Howell 33b1ede570 fix(pkg/engine): Clean up template error messages
5 years ago
Adam Reese 895e9192d4
feat(*): use vanity import helm.sh/helm
5 years ago
Adam Reese 849f27d11f
ref(pkg/engine): make template specific functions private
5 years ago
Adam Reese d841a1b1d9
fix(engine): make template rendering thread safe
5 years ago
Adam Reese 2b81eea1e2
ref(*): replace byte array with map for Release config
6 years ago
Adam Reese 516c53dae6
ref(chart): use map for chart.Values
6 years ago
Adam Reese 4f26b658d8
change copyright to "Copyright The Helm Authors"
6 years ago
Adam Reese f012940d9c
ref(*): refactor chart/chartutil
6 years ago
Adam Reese 4c95185164
ref(*): replace chart.config with []byte
6 years ago
Adam Reese 36536d77ba
ref(*): remove protobuf any type
6 years ago
Adam Reese 6345f04190
ref(hapi): convert protobuf to go types
6 years ago
Lukas Eichler 8bc7dede18
fix(helm): Apply PR comments for tpl template name fix
7 years ago
Lukas Eichler 39db9ec6e8 Merge branch 'master' into master
7 years ago
Lukas Eichler 439f1b31d1 Added unit test for include in tpl function
7 years ago
Matt Butcher 8937c775a9
fix(2452): sort templates before parse
7 years ago
Lukas Eichler 2521c526d9 - Changed error behaviour to returning an error instead of writing the error in the template
7 years ago
Lukas Eichler d01f7978d2 Added implementation for a tpl function that evaluates a string as a template.
7 years ago
Steve Wilkerson 79a3db0a63 feat(helm): add support for required properties
7 years ago
Jack Zampolin fc60d51be9 Add toToml function
7 years ago
Matt Butcher d8540d78f1
feat(tiller): add fromYaml to template functions
8 years ago
Andrew Stuart 9771973888
Add AsSecrets, AsConfig methods for Files object. Move ToYaml to chartutil
8 years ago