18 Commits

Author SHA1 Message Date
Łukasz Mierzwa
9e4abbd42b feat(backend): allow setting custom colors for labels
This allows to have a user defined color (rgb or hex) for label values configured in the config file
2019-02-04 13:18:47 +00:00
Renovate Bot
2ab9537ab1 chore(deps): update module prometheus/common to v0.2.0 2019-01-28 08:32:27 +00:00
Renovate Bot
4d792f4272 chore(deps): update module golangci/golangci-lint to v1.13.2 2019-01-27 20:18:16 +00:00
Renovate Bot
046395307c chore(deps): update module prometheus/common to v0.1.0 2019-01-24 21:45:56 +09:00
Renovate Bot
a7258c5643 chore(deps): update module golangci/golangci-lint to v1.13.1 2019-01-24 20:59:09 +09: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
Renovate Bot
7613675fa4 chore(deps): update module pkg/errors to v0.8.1 2019-01-05 11:11:33 +00:00
Renovate Bot
cd143652f3 chore(deps): update github.com/certifi/gocertifi commit hash to abcd570 2019-01-05 10:31:23 +00:00
Renovate Bot
170678b410 chore(deps): update module sirupsen/logrus to v1.3.0 2019-01-05 10:00:11 +00:00
Renovate Bot
8a21bdac9e chore(deps): update github.com/gin-contrib/cors commit hash to 5e7acb1 2019-01-03 19:18:28 +00:00
Renovate Bot
11646d12c6 chore(deps): update github.com/gin-contrib/gzip commit hash to 0eb78e9 2019-01-02 21:38:20 +00:00
Łukasz Mierzwa
3e2683502c fix(deps): re-create Go module files
Getting a diff in CI (https://travis-ci.com/prymitive/karma/jobs/167035075) as some deps are removed from go.mod
Re-create both files (go.mod & go.sum) to ensure we don't have any orphaned indirect deps there
2018-12-26 14:38:47 +01:00
Łukasz Mierzwa
0be0d44350 chore(go): run go mod tidy to cleanup go.sum 2018-12-23 12:20:21 +00:00
Łukasz Mierzwa
f3085619df chore(build): add missing lines to go.sum
Running build locally adds those, push it to git
2018-12-23 12:18:28 +00:00
Renovate Bot
a031d318f9 chore(deps): update module modern-go/reflect2 to v1 2018-12-23 10:26:12 +00:00
Renovate Bot
575344afdd chore(deps): update github.com/gin-contrib/cors commit hash to 7c641a7 2018-12-23 09:47:07 +00:00
Renovate Bot
7a6ab2c04b chore(deps): update github.com/certifi/gocertifi commit hash to ee1a9a0 2018-12-23 09:02:06 +00:00
Łukasz Mierzwa
3840abaa8c chore(project): migrate from dep to Go modules 2018-12-21 22:18:16 +00:00