Commit Graph

30 Commits

Author SHA1 Message Date
Jannis Mattheis 348f96b891 Use int64 instead of uint64
uint64 isn't a valid swagger format.
https://swagger.io/specification/v2/#dataTypeFormat
2020-06-24 18:21:04 +02:00
Jannis Mattheis 52efbbcceb Ignore packrd formatting 2020-05-29 19:05:11 +02:00
Jannis Mattheis 415dd862f8 Update swagger 2020-05-08 10:43:17 +02:00
Jannis Mattheis 0863aba9cb Update packr/v2 2020-03-07 20:15:25 +01:00
MisguidedEmails d6055f3363 Add major.minor tagging to docker images (#229) 2019-10-16 16:50:01 +02:00
Jannis Mattheis 7cf5c555f5 Add armv7 docker build 2019-09-28 21:10:58 +02:00
Jannis Mattheis f92f5e6f4c Move to yarn 2019-09-28 21:09:47 +02:00
饺子w 79b3a0c3da Run webui e2e test in prod mode (#157) 2019-03-15 19:24:24 +01:00
eternal-flame-AD 6e92bcd8e5 add 386 build targets 2019-03-10 09:50:28 +01:00
Jannis Mattheis 4814fe8d43 Remove -mod=vendor and mount pkg/mod instead
See gotify/plugin-template#4
tl;dr: Using vendor makes plugins incompatible.
2019-03-02 14:38:02 +01:00
Jannis Mattheis c458087b8d Use go mod vendor to not download dependencies 4 times when building 2019-03-01 22:42:20 +01:00
Jannis Mattheis 09c1516a17 Use GO_VERSION inside travis build 2019-02-10 14:52:57 +01:00
Jannis Mattheis 4565ffb2b4 Disable gomod when downloading tools 2019-02-10 14:52:57 +01:00
Jannis Mattheis df0d3162a8 Remove docker gotify/server-arm7 2019-02-10 14:52:57 +01:00
Jannis Mattheis 15a51adfa7 Add build tasks with gotify/build 2019-02-10 14:52:57 +01:00
eternal-flame-AD e5b24f4c92 Add plugin feature
Fixed database migration
Added a plugin system based on the go plugin package
2019-02-09 12:52:01 +01:00
Jannis Mattheis 0927616f30 Execute e2e tests with compile flags -w -s 2019-01-21 19:28:07 +01:00
eternal-flame-AD 1070c5b270 migrate to go.mod 2019-01-12 14:29:36 +01:00
Jannis Mattheis 2a0e84cdcb Check formatting in check-go 2019-01-01 23:34:42 +01:00
Jannis Mattheis c58188c60a Update golint path 2018-11-11 21:03:42 +01:00
Jannis Mattheis 80eec6ae3a Remove monkey dependency 2018-11-06 21:38:15 +01:00
Jannis Mattheis 0f9d3bde81 Only build gotify once in tests with make test-js 2018-09-17 17:51:31 +02:00
Jannis Mattheis 469229adf6 Add test-js to Makefile 2018-09-17 17:51:31 +02:00
Jannis Mattheis 1afa51959f Add prettier 2018-08-23 17:53:45 +02:00
Jannis Mattheis 00d506ba7c Add js lint & building to make file 2018-03-31 18:44:49 +02:00
Jannis Mattheis 120ce89ee7 Remove packr step in makefile 2018-03-10 13:00:55 +01:00
Jannis Mattheis 379ce58b29 Remove xgo and manually cross-compile instead 2018-03-10 13:00:55 +01:00
Jannis Mattheis d6b351f860 Remove megacheck -> dominikh/go-tools#269
TL;DR: Repository is down.
2018-02-28 20:22:25 +01:00
Jannis Mattheis 42c319c12c Adjust spec tasks 2018-02-28 20:22:25 +01:00
Jannis Mattheis 61c4954b88 Use Makefile instead of bash scripts 2018-02-24 16:05:00 +01:00