Commit Graph

46 Commits

Author SHA1 Message Date
Robert Kaussow 237cdb250c
chore: switch to go1.18 as build requirement (#9) 2022-03-30 22:41:59 +02:00
Robert Kaussow 74c193bf92
chore: end of the year maintenance 2021-12-21 10:54:58 +01:00
Robert Kaussow 53981ac8c9
chore: adjust changelog template to link to prs instead of issues (#8) 2021-12-12 13:09:49 +01:00
Robert Kaussow 3abc2ecc88
fix license name in readme (#7) 2021-11-16 13:34:39 +01:00
renovate[bot] 04f408e27f
fix(deps): update module honnef.co/go/tools to v0.2.2 (#6)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-15 22:18:11 +01:00
Robert Kaussow 2107dfdaee
improve changelog template 2021-09-22 11:48:51 +02:00
Robert Kaussow a5682b4617
improve drone-matrix template 2021-09-22 09:57:47 +02:00
Robert Kaussow 2feec9334f
fix drone yaml format and switch to drone-matrix plugin (#5) 2021-09-19 20:42:20 +02:00
Robert Kaussow aef7fb81cb
fix drone.yml formatting 2021-09-19 00:33:39 +02:00
Robert Kaussow d179fcb6ca
adjust license header formatting 2021-09-18 19:21:41 +02:00
Robert Kaussow b793b7638d
bump module major version to v2 2021-09-18 19:11:32 +02:00
Robert Kaussow 7f8863b84d
fix release pipeline 2021-09-18 18:55:05 +02:00
Robert Kaussow af2e277e26
chore: apply default repo structure (#3) 2021-09-18 18:50:14 +02:00
Robert Kaussow 267e8e904b
chore: cleanup deps 2021-09-18 17:22:16 +02:00
Robert Kaussow d4dbf3e650
fix: migrate module namespace 2021-09-18 17:20:57 +02:00
Robert Kaussow 16ca81c679
refactor: replace unsupported raymond package with handlebars/v3 (#2)
The raymond package appears to be abandoned. This changes to a supported
fork (handlebars/v3) that has Go module support, and has some
maintenance done. Additionally, updates to latest sprig package, and
changes the logic used to skip/avoid adding sprig helpers to handlebars
when the func has an unsupported return type.

Co-authored-by: Kenneth Shaw <kenshaw@gmail.com>
2021-09-18 17:14:54 +02:00
Brad Rydzewski a58a3f26eb
Merge pull request #11 from donny-dont/sprig-v3
Update sprig to v3
2020-10-06 13:28:40 -04:00
Don 255b8544a5 Update sprig to v3 2020-09-25 09:24:10 -07:00
Brad Rydzewski d25f0a0b9a
Merge pull request #9 from donny-dont/remove-pkg-errors
Remove pkg/errors
2020-09-22 13:28:14 -04:00
Don d68366605e Remove pkg/errors
Use the built in handling in Golang 1.13+.
2020-09-22 10:18:38 -07:00
Brad Rydzewski c67388feab
Merge pull request #10 from donny-dont/negative-trunkate
Added negative truncation to helper function
2020-09-22 13:00:49 -04:00
Brad Rydzewski 0e6b955d8c
Merge pull request #8 from donny-dont/update-build
Update build
2020-09-22 13:00:07 -04:00
Don bac9713ed1 Remove pull 2020-09-21 07:55:24 -07:00
Don 29099fe4a4 Fix build and lints 2020-09-18 11:00:31 -07:00
Don ecbb4a10a5 Add test for negative truncation 2020-09-18 10:58:48 -07:00
Dean Sofer be0e4a22ab Added negative truncation to helper function
This allows you to grab a truncated portion of a string from the end.
2020-09-18 10:52:37 -07:00
Don 6783f6618e
Update drone badge 2020-09-18 10:41:35 -07:00
Don cc20d5947a Update build 2020-09-18 09:20:02 -07:00
Thomas Boerger 8efa917a1f
Merge pull request #3 from ltachet/datetime-type
datetime: use int64 instead of float64
2020-07-20 08:29:15 +02:00
Brad Rydzewski fe2c2821cd remove faketime dependency 2020-07-10 19:06:04 -04:00
Brad Rydzewski b3f90dc7ca
Merge pull request #6 from drone/pipeline-unification
Use a simple standard drone config
2019-08-01 13:36:41 -07:00
Thomas Boerger 6502a46a31
Exclude useless helper methods 2019-08-01 01:07:41 +02:00
Thomas Boerger d5fd5d77c7
Use a simple standard drone config 2019-08-01 01:07:15 +02:00
Thomas Boerger ae411a1b98
Simplify gitignore file 2019-08-01 01:07:06 +02:00
Thomas Boerger ae5be791e9
Update dependencies to latest versions 2019-08-01 01:06:56 +02:00
Thomas Boerger 99ad87bf1b
Merge pull request #5 from tboerger/additions
Integrate sprig for more helpers
2019-02-19 10:28:50 +01:00
Thomas Boerger a19c0e3def
Migrate drone config to 1.0.0 2019-02-19 10:08:13 +01:00
Thomas Boerger 93b7ded1c6
Integrate sprig for more helpers 2019-02-19 10:04:44 +01:00
Thomas Boerger 316093bf1a
Replace godep with gomod 2019-02-19 09:28:58 +01:00
Thomas Boerger 4019baa6c5
Merge pull request #4 from steadyapp/master
Adding custom helper for regex
2018-10-04 07:18:23 +02:00
chris evett 4071416038 also register helper 2018-09-25 20:41:51 +00:00
chris evett 97bdc8bc7c Adding custom helper for regex 2018-09-25 14:54:41 +00:00
Lucille Tachet d56ed15f86 datetime: use int64 instead of float64 2018-08-01 11:05:11 +02:00
Brad Rydzewski 5748d3149f
Merge pull request #1 from tboerger/initial
Migrated initial version
2018-04-01 10:04:47 -07:00
Thomas Boerger 61fce6e289
Migrated initial version 2018-03-30 01:04:58 +02:00
Brad Rydzewski 7365aadd0a Initial commit 2017-04-25 22:29:49 +02:00