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
/
cmd
Age
Commit message (
Expand
)
Author
2025-04-14
deps(actions): Bump golangci/golangci-lint-action from 6 to 7 (#2357)
dependabot[bot]
2025-03-10
chore(refactoring): Refactor/modernizations (#2345)
Dave Henderson
2025-02-23
fix(lint): Address new lint warnings (#2329)
Dave Henderson
2024-09-30
feat(config): Allow avoiding reading default config file (#2227)
Dave Henderson
2024-09-30
fix(lint): Fix or ignore lint errors (#2228)
Dave Henderson
2024-06-11
chore(api)!: Unexport some Config methods (#2106)
Dave Henderson
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-05-11
chore: Switch from zerolog to slog (#2068)
Dave Henderson
2024-04-21
Enable testifylint linter (#2044)
Dave Henderson
2024-03-08
fix lint errors (#2010)
Dave Henderson
2024-02-06
Add --exclude-processing option (#1963)
Song Li
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-12-19
test: use `t.Setenv` to set env vars in tests (#1940)
Eng Zer Jun
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-29
Use required.NoError for faster failure in tests
Dave Henderson
2023-03-19
fix new lint errors
Dave Henderson
2023-03-12
Bump to v4 module
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-05-28
General refactoring & cleanup
Dave Henderson
2021-04-03
Update linting and fix field alignment issues
Dave Henderson
2021-03-27
Stop emitting ANSI colour codes on Windows in unsupported terminals
Dave Henderson
2021-03-20
Stop printing newline on stderr when outputting to stdout
Dave Henderson
2021-01-28
Avoid outputting newline to console when using --input-dir
Dave Henderson
2021-01-24
Support different log formats with GOMPLATE_LOG_FORMAT
Dave Henderson
2021-01-23
Fix race condition in signal handling
Dave Henderson
2021-01-17
Fix precedence bug with L/R Delimiters
Dave Henderson
2021-01-17
Only print newline to when outputting to os.Stdout
Dave Henderson
2021-01-17
Inject stdin/out/err instead of always using os.Stdin/out/err
Dave Henderson
2021-01-07
Only print newline with console output
Dave Henderson
2021-01-07
Fix ignored left/right delim env vars
Dave Henderson
2021-01-02
Moving lint config to config file, fixing some issues
Dave Henderson
2021-01-02
Move main logic to internal
Dave Henderson