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
2022-02-27
Support piping input to plugin
Dave Henderson
2022-02-14
strings.Title - fix ability to handle unicode punctuation (#1310)
Dave Henderson
2022-02-13
Ensure output file paths exist
Dave Henderson
2022-02-13
Remove notes that shouldn't have been committed
Dave Henderson
2022-01-10
Update integration test to work properly with Consul v.11+ (#1283)
Dave Henderson
2021-09-24
Attempt to find the correct default git branch (#1217)
Dave Henderson
2021-09-04
Add new Go 1.17 //go:build lines (#1207)
Dave Henderson
2021-09-04
Add NotBefore/NotAfter to test cert so integration tests pass (#1206)
Dave Henderson
2021-08-22
Go 1.17 (#1195)
Dave Henderson
2021-04-03
Update linting and fix field alignment issues
Dave Henderson
2021-04-03
Simplify integration tests even more
Dave Henderson
2021-03-31
move NormalizeFileMode to iohelpers package
Dave Henderson
2021-03-30
Stop using go-check in integration tests
Dave Henderson
2021-03-27
Stop emitting ANSI colour codes on Windows in unsupported terminals
Dave Henderson
2021-03-21
A few integration test simplifications
Dave Henderson
2021-03-20
Fix GCS integration test
Dave Henderson
2021-03-20
Stop printing newline on stderr when outputting to stdout
Dave Henderson
2021-02-28
Fix --input-dir=. bug
Dave Henderson
2021-02-28
Adding in-process integration tests
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-24
Use etcd-io/bbolt fork instead of boltdb/bolt
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
2020-10-09
Fix some Windows file mode issues
Dave Henderson
2020-09-29
Lint fixes
Dave Henderson
2020-08-29
Only open output files when necessary
Dave Henderson
2020-08-29
inline windows check
Dave Henderson
2020-08-23
Add experimental mode
Dave Henderson
2020-06-14
New RSA encrypt/decrypt functions, and new base64.DecodeBytes function
Dave Henderson
2020-05-21
Deprecate legacy config struct
Dave Henderson
2020-05-20
Refactoring: deduplicating identical URL-parsing functions
Dave Henderson
2020-05-13
Defer writing until output differs
Dave Henderson
2020-05-13
Apply --chmod before opening output file
Dave Henderson
2020-05-09
Move integration tests to internal package
Dave Henderson
2020-05-09
Move internal writers to an internal package
Dave Henderson
2020-05-06
Bunch of module bumps
Dave Henderson
2020-05-03
Support a config file to use instead of commandline arguments
Dave Henderson
2019-10-15
Slight performance improvement & refactoring
Dave Henderson