Commit Graph

65 Commits

Author SHA1 Message Date
Robert Kaussow 0eaa1da5c3
add deprecation notice 2023-02-08 17:23:05 +01:00
Robert Kaussow 951e032630
fix drone-matrix template 2023-02-08 17:04:30 +01:00
renovate[bot] f5667a49d3 chore(deps): update dependency golangci/golangci-lint to v1.51.1 2023-02-06 05:56:00 +00:00
Robert Kaussow 749f398891
unify makefile syntax (#24) 2023-01-14 22:58:45 +01:00
Robert Kaussow b3ea099e62
add goarm handling in makefile (#23) 2023-01-14 15:46:34 +01:00
renovate[bot] 750dbff9f1
fix(deps): update module github.com/masterminds/sprig/v3 to v3.2.3 (#22) 2022-12-04 18:22:05 +01:00
renovate[bot] 273ab7403f chore(deps): update dependency golangci/golangci-lint to v1.50.1 2022-11-07 03:27:33 +00:00
renovate[bot] 8b26b092c8 chore(deps): update dependency golangci/golangci-lint to v1.50.0 2022-10-10 04:52:14 +00:00
renovate[bot] 665df56863 chore(deps): update dependency mvdan/gofumpt to v0.4.0 2022-10-03 05:23:38 +00:00
renovate[bot] c205c7303f chore(deps): update dependency golangci/golangci-lint to v1.49.0 2022-09-05 06:34:41 +00:00
renovate[bot] 004e6ba090 chore(deps): update dependency golangci/golangci-lint to v1.48.0 2022-08-08 02:36:10 +00:00
Robert Kaussow f39f868bc8
chore: switch to go1.19 (#16) 2022-08-05 13:18:35 +02:00
renovate[bot] 142a69d16b chore(deps): update dependency golangci/golangci-lint to v1.47.2 2022-07-25 03:44:47 +00:00
Robert Kaussow 7a7a405860
fix worind in readme and adjust repo config 2022-07-21 09:47:57 +02:00
Robert Kaussow 660cd78f2a
ci: switch alpine-tools image 2022-07-17 20:45:25 +02:00
Robert Kaussow 8f5d58a621
docs: fix spelling in readme 2022-07-12 09:12:34 +02:00
Renovate Bot f1bf6565a0 chore(deps): update dependency golangci/golangci-lint to v1.46.2 2022-05-23 04:53:45 +00:00
Robert Kaussow 4759689731
refactor: switch to forked thegeeklab/drone-plugin-lib (#12) 2022-05-03 22:43:02 +02:00
Robert Kaussow dff45023e2
ci: refactor build tools and ci setup (#11) 2022-04-25 12:55:25 +02:00
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