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
Age
Commit message (
Expand
)
Author
2024-11-10
fix(strings): Avoid potential overflow on 32-bit systems (#2257)
Dave Henderson
2024-11-10
fix(datasources): Properly handle datasources and other URLs beginning with '...
Dave Henderson
2024-11-10
fix(lint): Address new lint warnings from golangci-lint 1.62 (#2256)
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-07-06
feat(strings): New functions TrimRight and TrimLeft (#2148)
Javier Solana
2024-06-30
fix(vault): Upgrade go-fsimpl for KVv2 vault bug, and add test coverage (#2157)
Dave Henderson
2024-06-23
fix(test): Fix strings.Repeat test that failed in the wrong way on 32bit (#2129)
Dave Henderson
2024-06-17
feat(coll): New coll.Set and coll.Unset functions (#2118)
Dave Henderson
2024-06-16
feat: Add ability to override 'type' query parameter name (#2115)
Dave Henderson
2024-06-16
chore(api)!: Error instead of returning 0 on invalid inputs to conv.* functio...
Dave Henderson
2024-06-11
chore(api)!: Unexport some Config methods (#2106)
Dave Henderson
2024-06-11
chore(api)!: Return errors instead of panicking on regexp functions (#2105)
Dave Henderson
2024-06-09
chore(api)!: Overhauling config and rendering types (#2094)
Dave Henderson
2024-06-01
feat(strings): Update strings.Indent to error on bad input instead of silentl...
Dave Henderson
2024-05-30
fix: Simplify condition to just use filepath.IsAbs (#2088)
Dave Henderson
2024-05-30
chore: Clear out a few TODOs with no action (#2087)
Dave Henderson
2024-05-29
chore!: Replacing the data.Data type with a datasource registry (#2083)
Dave Henderson
2024-05-12
feat: coll.Pick now supports slice of strings as input (#2069)
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-20
Fixing broken integration test (#2026)
Dave Henderson
2024-03-08
fix lint errors (#2010)
Dave Henderson
2024-02-06
Add --exclude-processing option (#1963)
Song Li
2024-01-26
Warn when deprecated k=v array form is used for templates (#1980)
Dave Henderson
2024-01-25
Revert "Remove support for deprecated key/value array form of template config...
Dave Henderson
2024-01-25
Remove deprecated functions (#1978)
Dave Henderson
2024-01-25
Move funcs package to internal (#1977)
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-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-11-20
Fix the wdFS behaviour due to Go 1.21.4's changes to IsAbs (#1915)
Dave Henderson
2023-11-20
Fix git+file bug with non-current windows drives (#1916)
Dave Henderson
2023-11-18
Build(deps): Bump github.com/aws/aws-sdk-go from 1.44.220 to 1.48.0 (#1913)
dependabot[bot]
2023-10-28
A bunch of linting and refactorings (#1893)
Dave Henderson
2023-10-24
Support for CUE (#1781)
Dave Henderson
2023-04-30
Add test with merge datasource defined dynamically
Dave Henderson
2023-04-29
replace afero module
Dave Henderson
2023-04-29
Use required.NoError for faster failure in tests
Dave Henderson
2023-04-04
New plugin args option
Dave Henderson
2023-03-19
fix new lint errors
Dave Henderson
2023-03-12
Bump to v4 module
Dave Henderson
2023-03-11
Remove support for obsolete Vault app-id auth
Dave Henderson
2023-02-25
CI updates
Dave Henderson
2023-02-25
Fix file descriptor leak
Dave Henderson
2023-02-04
Remove uses of pkg/errors
Dave Henderson
2023-02-04
Deprecate netaddr-based funcs
Dave Henderson
[next]