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
/
data
Age
Commit message (
Expand
)
Author
2024-05-29
chore!: Replacing the data.Data type with a datasource registry (#2083)
Dave Henderson
2024-04-21
Enable testifylint linter (#2044)
Dave Henderson
2024-03-08
fix lint errors (#2010)
Dave Henderson
2024-01-25
Remove deprecated data.Source type (#1973)
Dave Henderson
2024-01-22
Remove deprecated cleanup hooks (#1972)
Dave Henderson
2024-01-22
Use go-fsimpl to read from datasources (#1336)
Dave Henderson
2023-12-19
test: use `t.Setenv` to set env vars in tests (#1940)
Eng Zer Jun
2023-11-20
Fix the wdFS behaviour due to Go 1.21.4's changes to IsAbs (#1915)
Dave Henderson
2023-10-28
A bunch of linting and refactorings (#1893)
Dave Henderson
2023-10-24
Support for CUE (#1781)
Dave Henderson
2023-09-06
updates for Go 1.21 (#1832)
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-16
Clarified documentation of data.CSVBy* functions (#1714)
Giorgio Gallo
2023-03-19
fix new lint errors
Dave Henderson
2023-03-19
Add make test-remote-windows target to run tests on remote Windows host
Dave Henderson
2023-03-12
Bump to v4 module
Dave Henderson
2023-02-04
Remove uses of pkg/errors
Dave Henderson
2022-09-25
Fixing deprecation annotation syntax
Dave Henderson
2022-08-04
Fix lint errors
Dave Henderson
2022-06-18
Remove BoltDB support
Dave Henderson
2022-06-18
Use temporary fork of gopkg.in/yaml.v3 (in main)
Dave Henderson
2022-06-12
New gomplate.Renderer interface
Dave Henderson
2022-06-04
Support escaped slashes in JSON and YAML
Dave Henderson
2022-05-30
Support URLs for nested templates
Dave Henderson
2022-05-28
General refactoring & cleanup
Dave Henderson
2022-03-28
Log warning message when a deprecated function or datasource is used
Dave Henderson
2022-03-10
Reset cached mime-type when reading sub-datasources
Dave Henderson
2022-02-05
Add function to list datasources (#1287)
jeevansai
2022-02-01
aws+sm datasource - support reading from SecretBinary when SecretString is no...
Dave Henderson
2022-01-09
Propagate context into datasource read functions (#1282)
Dave Henderson
2021-09-24
Attempt to find the correct default git branch (#1217)
Dave Henderson
2021-08-24
Fix a few filehandle leaks (#1199)
Dave Henderson
2021-04-03
Update linting and fix field alignment issues
Dave Henderson
2021-01-17
Inject stdin/out/err instead of always using os.Stdin/out/err
Dave Henderson
2021-01-02
Migrate from src-d/go-git to go-git/go-git
Dave Henderson
2021-01-02
Moving lint config to config file, fixing some issues
Dave Henderson
2020-08-29
Fixing bug when parsing YAML documents with anchors
Dave Henderson
2020-08-23
Add experimental mode
Dave Henderson
2020-08-19
Fall back to JSON/YAML arrays when parsing datasources
Dave Henderson
2020-08-19
Go 1.15 bump and other updates
Dave Henderson
2020-06-13
Allow referencing aws+sm[p] keys that don't start with '/'
Dave Henderson
2020-05-21
Deprecate legacy config struct
Dave Henderson
2020-05-21
refactoring: extract stdin and boltdb readers
Dave Henderson
2020-05-20
Refactoring: deduplicating identical URL-parsing functions
Dave Henderson
2020-05-20
Add test for relative paths in merge datasources
Dave Henderson
2020-05-15
Add directory datasource support to aws+smp
Dave Henderson
2020-05-03
Support a config file to use instead of commandline arguments
Dave Henderson
2020-04-22
Fix bug in file URL parsing
Dave Henderson
2020-04-10
Allow data.ToCSV to handle more general input types
Dave Henderson
[next]