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
/
datasource_test.go
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
Use go-fsimpl to read from datasources (#1336)
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-28
General refactoring & cleanup
Dave Henderson
2022-02-05
Add function to list datasources (#1287)
jeevansai
2021-01-02
Moving lint config to config file, fixing some issues
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-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-03
Support a config file to use instead of commandline arguments
Dave Henderson
2020-04-22
Fix bug in file URL parsing
Dave Henderson
2019-11-09
Fix bug where subpath was ignored when inferring MIME type
Dave Henderson
2019-10-12
Fix parsing of media types with + character
Dave Henderson
2019-10-03
Upgrading gopkg.in/yaml.v2 to gopkg.in/yaml.v3
Dave Henderson
2019-05-02
chore: Switch from gometalinter to golangci-lint
Marcel Beck
2019-03-30
Some more Windows fixes (#527)
Dave Henderson
2019-03-07
Replacing uses of blang/vfs with spf13/afero
Dave Henderson
2019-03-07
Getting _some_ integration tests running in appveyor (#507)
Dave Henderson
2019-01-31
New merge datasource, for merging multiple datasources
Dave Henderson
2019-01-27
Fix bug where string keys are not sorted as expected
Dave Henderson
2018-12-03
Support subpaths for http datasources (#442)
Dave Henderson
2018-09-24
Return error instead of using log.Fatal
Dave Henderson
2018-09-13
Silencing defineDatasource function
Dave Henderson
2018-08-28
Updating gometalinter config and fixing new lint errors
Dave Henderson
2018-08-21
Unexporting things that were never meant to be exported...
Dave Henderson
2018-08-18
Fixing MIME type precedence
Dave Henderson
2018-07-12
Allowing datasources to be defined dynamically
Dave Henderson
2018-07-12
Require alias for defineDatasource
Dave Henderson
2018-07-11
Adding new defineDatasource function
Dave Henderson
2018-05-21
Adding directory support for file datasources
Dave Henderson
2018-05-03
Adding datasourceReachable function
Dave Henderson
2018-05-03
Relaxing restriction on empty datasources
Dave Henderson
2018-05-03
Improving error handling for datasources
Dave Henderson
2018-02-08
Datasource for reading from AWS Systems Manager Parameters
Tristan Keen
2017-11-27
Support setting MIME type with URL query string
Dave Henderson
2017-11-18
Adding support for stdin: scheme for datasources
Dave Henderson
2017-09-02
Fixing crash on 404
Dave Henderson
2017-08-09
Extracting data namespace, renaming typeconv to conv namespace
Dave Henderson