Commit Graph

12 Commits

Author SHA1 Message Date
Łukasz Mierzwa
9563b9119d feat(test): report more metrics when running go benchmarks 2020-05-23 17:06:11 +01:00
Łukasz Mierzwa
c6e46a4c7a feat(project): use github-release-notes to generate changelogs 2020-05-12 20:09:40 +01:00
Łukasz Mierzwa
25413fb769 fix(tests): replace gocovmerge with a simple bash script 2020-04-09 09:17:15 +01:00
Łukasz Mierzwa
a8bd012fec fix(tests): use gocovmerge fork
This one contains fixes for some issues like out of bound panics.
2020-04-06 14:36:29 +01:00
Łukasz Mierzwa
4a5add08ab fix(tests): test main() function 2020-04-05 20:41:39 +01:00
Łukasz Mierzwa
87c2259e7b fix(deps): migrate github.com/go-bindata/go-bindata to v3 2020-02-26 12:10:09 +00:00
TheLazyCode-hub
77828d0bd5 fix(docs): typo (#1109) 2019-10-30 19:56:57 +00:00
Łukasz Mierzwa
74775ac98f fix(ci): build all possible platforms 2019-08-28 14:32:04 +01:00
Renovate Bot
08360d0a0f chore(deps): update module prometheus/common to v0.5.0 2019-06-17 18:35:09 +01:00
Łukasz Mierzwa
8117000cb8 fix(backend): add a workaround for Go modules issue
go.mod keeps getting updated on build but go mod tidy reverts these changes

See https://github.com/golang/go/issues/31248#issuecomment-500019917
2019-06-07 21:15:55 +01:00
Łukasz Mierzwa
a57e3c7c5b fix(backend): fix the syntax of tools.go
Comment was incorrectly formatted, resulting in tools.go being ignored.
Fix the comment and run 'go mod tidy' to fix Go module files
2019-03-07 16:09:00 +00:00
Łukasz Mierzwa
d3ff3a4806 feat(build): use Go modules to install all cli tools
Using Go modules allows to pin versions in go.mod, so dependency management tools can track those.
Right now make targets will install latest version and travis.yml downloads binaries from github, moving to modules simplifies all of this.
tools.go is needed so that go build doesn't strip those dependencies from go.mod
2019-01-16 11:33:03 +00:00