index
:
gomplate.git
main
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
config
/
configfile.go
Age
Commit message (
Expand
)
Author
2024-06-09
chore(api)!: Overhauling config and rendering types (#2094)
Dave Henderson
2024-05-11
feat!: Always suppress empty output (#1981)
Dave Henderson
2024-02-06
Add --exclude-processing option (#1963)
Song Li
2024-01-25
Revert "Remove support for deprecated key/value array form of template config...
Dave Henderson
2024-01-25
Remove support for deprecated key/value array form of template config (#1976)
Dave Henderson
2024-01-22
Use go-fsimpl to read from datasources (#1336)
Dave Henderson
2024-01-17
Add missing-key flag to manage behavior in case of non-existing key (#1949)
Aleksandr Paramonov
2023-11-22
Clarify config parsing errors (#1918)
Dave Henderson
2023-10-28
A bunch of linting and refactorings (#1893)
Dave Henderson
2023-04-29
replace afero module
Dave Henderson
2023-04-04
New plugin args option
Dave Henderson
2023-03-12
Bump to v4 module
Dave Henderson
2023-02-04
Remove uses of pkg/errors
Dave Henderson
2022-06-18
Use temporary fork of gopkg.in/yaml.v3 (in main)
Dave Henderson
2022-05-30
Support URLs for nested templates
Dave Henderson
2022-05-29
Stop passing the config in the context
Dave Henderson
2022-05-29
Simplify template processing
Dave Henderson
2022-04-27
Fix merging context/datasources config
Paddy Carey
2022-02-27
Support piping input to plugin
Dave Henderson
2021-04-03
Update linting and fix field alignment issues
Dave Henderson
2021-03-31
move NormalizeFileMode to iohelpers package
Dave Henderson
2021-01-28
Avoid outputting newline to console when using --input-dir
Dave Henderson
2021-01-17
Inject stdin/out/err instead of always using os.Stdin/out/err
Dave Henderson
2021-01-07
Fix ignored left/right delim env vars
Dave Henderson
2020-10-09
Fix some Windows file mode issues
Dave Henderson
2020-08-23
Add experimental mode
Dave Henderson
2020-05-21
Deprecate legacy config struct
Dave Henderson
2020-05-20
Refactoring: deduplicating identical URL-parsing functions
Dave Henderson
2020-05-03
Support a config file to use instead of commandline arguments
Dave Henderson