summaryrefslogtreecommitdiff
path: root/internal/cmd
AgeCommit message (Expand)Author
2025-04-14deps(actions): Bump golangci/golangci-lint-action from 6 to 7 (#2357)dependabot[bot]
2025-03-10chore(refactoring): Refactor/modernizations (#2345)Dave Henderson
2025-02-23fix(lint): Address new lint warnings (#2329)Dave Henderson
2024-09-30feat(config): Allow avoiding reading default config file (#2227)Dave Henderson
2024-09-30fix(lint): Fix or ignore lint errors (#2228)Dave Henderson
2024-06-11chore(api)!: Unexport some Config methods (#2106)Dave Henderson
2024-06-09chore(api)!: Overhauling config and rendering types (#2094)Dave Henderson
2024-05-11feat!: Always suppress empty output (#1981)Dave Henderson
2024-05-11chore: Switch from zerolog to slog (#2068)Dave Henderson
2024-04-21Enable testifylint linter (#2044)Dave Henderson
2024-03-08fix lint errors (#2010)Dave Henderson
2024-02-06Add --exclude-processing option (#1963)Song Li
2024-01-22Use go-fsimpl to read from datasources (#1336)Dave Henderson
2024-01-17Add missing-key flag to manage behavior in case of non-existing key (#1949)Aleksandr Paramonov
2023-12-19test: use `t.Setenv` to set env vars in tests (#1940)Eng Zer Jun
2023-11-22Clarify config parsing errors (#1918)Dave Henderson
2023-10-28A bunch of linting and refactorings (#1893)Dave Henderson
2023-04-29replace afero moduleDave Henderson
2023-04-29Use required.NoError for faster failure in testsDave Henderson
2023-03-19fix new lint errorsDave Henderson
2023-03-12Bump to v4 moduleDave Henderson
2022-05-30Support URLs for nested templatesDave Henderson
2022-05-29Stop passing the config in the contextDave Henderson
2022-05-29Simplify template processingDave Henderson
2022-05-28General refactoring & cleanupDave Henderson
2021-04-03Update linting and fix field alignment issuesDave Henderson
2021-03-27Stop emitting ANSI colour codes on Windows in unsupported terminalsDave Henderson
2021-03-20Stop printing newline on stderr when outputting to stdoutDave Henderson
2021-01-28Avoid outputting newline to console when using --input-dirDave Henderson
2021-01-24Support different log formats with GOMPLATE_LOG_FORMATDave Henderson
2021-01-23Fix race condition in signal handlingDave Henderson
2021-01-17Fix precedence bug with L/R DelimitersDave Henderson
2021-01-17Only print newline to when outputting to os.StdoutDave Henderson
2021-01-17Inject stdin/out/err instead of always using os.Stdin/out/errDave Henderson
2021-01-07Only print newline with console outputDave Henderson
2021-01-07Fix ignored left/right delim env varsDave Henderson
2021-01-02Moving lint config to config file, fixing some issuesDave Henderson
2021-01-02Move main logic to internalDave Henderson