102 Commits

Author SHA1 Message Date
Łukasz Mierzwa
2b1dd36557 chore(backend): run go mod tidy 2019-09-14 14:22:34 +01:00
Łukasz Mierzwa
2815a37d50 chore(backend): run go mod tidy 2019-09-14 13:39:53 +01:00
Łukasz Mierzwa
c7593b0028 fix(backend): migrate to Masterminds/semver v3 2019-09-14 12:34:52 +01:00
Łukasz Mierzwa
c1df20e48b chore(backend): run go mod tidy 2019-09-13 11:46:47 +01:00
Łukasz Mierzwa
dcfa673410 chore(backend): run go mod tidy 2019-09-13 09:29:24 +01:00
Łukasz Mierzwa
dbb60319ea chore(backend): run go mod tidy 2019-09-12 09:12:14 +01:00
Łukasz Mierzwa
7fbc92a02f fix(backend): upgrade Go gin
This fixes ugorji/go dependencies so the replace is no longer needed
2019-09-10 20:55:26 +01:00
Łukasz Mierzwa
d57ac12fd4 chore(backend): use Masterminds/semver instead of blang/semver 2019-09-10 15:36:30 +01:00
Łukasz Mierzwa
4f48c5c464 chore(backend): run go mod tidy 2019-09-10 11:36:09 +01:00
Łukasz Mierzwa
6742351649 chore(backend): bump incompatible go module deps 2019-09-09 19:41:13 +01:00
Łukasz Mierzwa
680cb25d25 chore(backend): run go mod tidy 2019-09-09 18:53:04 +01:00
Łukasz Mierzwa
deb42b709b fix(backend): correct versions in go.mod
Go 1.13 performs extra version validation which fails with ginpprof.
Fixed via https://tip.golang.org/doc/go1.13#version-validation
2019-09-09 12:53:18 +01:00
Łukasz Mierzwa
8bd39a4bdb chore(backend): run go mod tidy 2019-09-08 21:08:06 +01:00
Łukasz Mierzwa
74775ac98f fix(ci): build all possible platforms 2019-08-28 14:32:04 +01:00
Łukasz Mierzwa
b207f2c58d chore(backend): run go mod tidy 2019-08-20 08:11:20 +01:00
Łukasz Mierzwa
3cb42fdef0 chore(backend): run go mod tidy 2019-08-19 10:17:53 +01:00
Łukasz Mierzwa
88883c33d0 chore(backend): run go mod tidy 2019-08-08 20:16:06 +01:00
Łukasz Mierzwa
1542085c87 chore(backend): run go mod tidy 2019-08-08 15:45:01 +01:00
Łukasz Mierzwa
86506563e9 feat(api): sort alert groups in the backend 2019-08-08 15:45:00 +01:00
Łukasz Mierzwa
258ff9f380 chore(backend): upgrade go-gin-prometheus to the latest version
This fixes some cardinality issues with exported metrics
https://github.com/zsais/go-gin-prometheus/pull/35
2019-08-08 12:09:39 +01:00
Łukasz Mierzwa
6fd59329d4 chore(backend): run go mod tidy 2019-08-01 16:07:01 +01:00
Renovate Bot
ec56d82c70 chore(deps): update module mcuadros/go-gin-prometheus to v0.1.0 2019-07-12 20:10:46 +01:00
Łukasz Mierzwa
e3640cf06d fix(backend): run go mod tidy 2019-07-04 23:02:43 +01:00
Renovate Bot
ba61498dad chore(deps): update module go-openapi/runtime to v0.19.3 2019-07-04 22:49:36 +01:00
Renovate Bot
6483cf299a chore(deps): update module go-openapi/strfmt to v0.19.2 2019-07-04 18:34:05 +01:00
Renovate Bot
232d949c8b chore(deps): update module go-openapi/swag to v0.19.3 2019-07-01 09:56:24 +01:00
Renovate Bot
df1271f33d chore(deps): update module prometheus/common to v0.6.0 2019-06-18 13:25:50 +01:00
Renovate Bot
a028c3b3e3 chore(deps): update module go-openapi/runtime to v0.19.2 2019-06-17 23:07:26 +01:00
Renovate Bot
0d4b15743e chore(deps): update module go-openapi/validate to v0.19.2 2019-06-17 22:54:17 +01:00
Renovate Bot
08360d0a0f chore(deps): update module prometheus/common to v0.5.0 2019-06-17 18:35:09 +01:00
Renovate Bot
5f1fed93fb chore(deps): update module go-openapi/swag to v0.19.2 2019-06-16 21:39:50 +01:00
Renovate Bot
b39190025e chore(deps): update module go-openapi/errors to v0.19.2 2019-06-16 20:41:54 +01:00
Renovate Bot
71241b6ef5 chore(deps): update module prometheus/client_golang to v1 2019-06-15 22:57:08 +01:00
Renovate Bot
073453764a chore(deps): update module go-bindata/go-bindata to v3.1.2 2019-06-11 11:01:17 +01:00
Renovate Bot
4c3330b406 chore(deps): update module golangci/golangci-lint to v1.17.1 2019-06-10 10:50:30 +01:00
Renovate Bot
6b0da8e2ff chore(deps): update module golangci/golangci-lint to v1.17.0 2019-06-09 20:53:43 +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
Renovate Bot
ad674edffb chore(deps): update module prometheus/client_golang to v0.9.4 2019-06-07 19:30:29 +01:00
Łukasz Mierzwa
730c7ba8d1 fix(backend): replace mvdan.cc with github.com/mvdan
mvdan.cc is use by some dependecies but the HTTPS cert expired on that domain, replace calls to mvdan.cc with github origin so we can fetch it
2019-05-27 12:27:26 +01:00
Renovate Bot
dd9f83ed7a chore(deps): update github.com/gin-gonic/contrib commit hash to 7fb7810 2019-05-27 09:06:25 +01:00
Renovate Bot
bfcc6b7f30 chore(deps): update module spf13/viper to v1.4.0 2019-05-27 08:30:40 +01:00
Renovate Bot
85e194b662 chore(deps): update module prometheus/common to v0.4.1 2019-05-24 15:33:51 +00:00
Renovate Bot
4f24a9895b chore(deps): update module sirupsen/logrus to v1.4.2 2019-05-18 14:48:09 +00:00
Renovate Bot
7046915177 chore(deps): update module prometheus/client_golang to v0.9.3 2019-05-18 10:51:32 +00:00
Renovate Bot
94d790c439 chore(deps): update module gin-contrib/cors to v1 2019-05-11 20:40:48 +01:00
Łukasz Mierzwa
7cb28a3f34 fix(backend): bump gin-gonic/gin, replace conflicting ugorji/go version 2019-05-11 19:39:51 +01:00
Renovate Bot
0925dd336c chore(deps): update github.com/gin-gonic/contrib commit hash to 87e961e 2019-05-10 09:49:32 +01:00
Renovate Bot
1141838305 chore(deps): update module prometheus/common to v0.4.0 2019-05-08 19:09:31 +01:00
Renovate Bot
65eec48414 chore(deps): update github.com/certifi/gocertifi commit hash to d2eda71 2019-05-06 19:28:12 +01:00
Renovate Bot
668b67538b chore(deps): update module jarcoal/httpmock to v1.0.4 2019-05-02 20:43:41 +00:00