18 Commits

Author SHA1 Message Date
Nicholas Thompson 86d865ce1b Update golanglint-ci to 1.56 2024-02-19 20:06:54 +02:00
Nicholas Thompson 7bcdc3276f Add upgrade-vendor helper to Makefile 2024-02-19 19:51:13 +02:00
Jedri Visser bf4716e8df Update go, dependencies and ci 2023-03-03 21:53:08 +02:00
Nicholas Thompson 321d19c5c2 Upgrade golangci version 2021-04-23 22:33:14 +02:00
Nicholas Thompson d3576031bb Use go native embed lib for static assets
Use built in embed library to serve static files instead of the statik library
2021-04-23 22:33:14 +02:00
Hendrik van Wyk 49be089a23 Fix race condition in munin output.
The munin server used the same structure in two goroutines at once causing
possible data corruption. A copy of the structure is now used by the second
goroutine instead.
2020-10-08 12:25:39 +02:00
Nicholas Thompson 3798783154 change Mkefile to use docker source for linting 2020-06-15 13:28:50 +02:00
Nicholas Thompson c459fb22aa Add vendoring to makefile 2020-06-15 12:49:23 +02:00
Nicholas Thompson 47e73a4eff Concept plugin layout 2019-03-31 19:57:55 +02:00
Nicholas Thompson e5d8b0c26d Added phony entries for Makefile 2019-03-13 00:18:20 +02:00
Nicholas Thompson aac4eaddf4 Updated makefile with new commands 2019-03-13 00:18:20 +02:00
Nicholas Thompson 2456f45836 Added golangci linting and improved what was required 2019-03-13 00:18:20 +02:00
Nicholas Thompson 206159cdea Removed go-bindata-assetfs and replaced with statik 2019-03-13 00:18:20 +02:00
NC Thompson 996b5486c2 Added docker build to Makefile to allow build call via make 2019-01-19 16:13:37 +02:00
Hendrik van Wyk ddbaf605ea Us go build instead of go install.
Go install places the binaries wherever the GOPATH is set which could be
some non related directory. Rather use go build and place the binaries in
this directory.
2019-01-19 14:47:46 +02:00
Hendrik van Wyk 7eb7037476 Build cli. 2017-09-16 13:06:11 +02:00
Hendrik van Wyk 169887f4a5 Only compile the invertergui binary. 2017-09-13 21:38:33 +02:00
Hendrik van Wyk e26aa12dce Initial commit of source. 2015-02-08 10:13:36 +02:00