Commit Graph

221 Commits

Author SHA1 Message Date
Renovate Bot
65446ab5ff
chore(deps): update circleci/golang docker tag to v1.17 2021-08-23 01:53:51 +00:00
8af6715eec Merge remote-tracking branch 'origin/master' 2021-08-22 16:35:22 +02:00
9ee4a3076f remove one additional : 2021-08-22 16:35:14 +02:00
5e50efcb2d
Merge pull request #26 from tribalwarshelp/renovate/github.com-tribalwarshelp-shared-digest
fix(deps): update github.com/tribalwarshelp/shared commit hash to 6c7e460
2021-08-22 16:24:04 +02:00
Renovate Bot
7ad4fe7a93
fix(deps): update github.com/tribalwarshelp/shared commit hash to 6c7e460 2021-08-22 14:23:28 +00:00
6dbfba7dc2 bump go version 2021-08-22 16:22:55 +02:00
f31002b5c6
Merge pull request #25 from tribalwarshelp/renovate/github.com-go-redis-redis-v8-8.x
fix(deps): update module github.com/go-redis/redis/v8 to v8.11.3
2021-08-12 14:16:42 +02:00
Renovate Bot
d95dc61507
fix(deps): update module github.com/go-redis/redis/v8 to v8.11.3 2021-08-12 12:02:29 +00:00
2349c44d29
Merge pull request #24 from tribalwarshelp/renovate/github.com-go-redis-redis-v8-8.x
fix(deps): update module github.com/go-redis/redis/v8 to v8.11.2
2021-08-06 12:26:09 +02:00
Renovate Bot
95bb9a3884
fix(deps): update module github.com/go-redis/redis/v8 to v8.11.2 2021-08-06 09:55:32 +00:00
cd0b422841
Merge pull request #23 from tribalwarshelp/renovate/github.com-go-redis-redis-v8-8.x
fix(deps): update module github.com/go-redis/redis/v8 to v8.11.1
2021-07-29 09:59:25 +02:00
Renovate Bot
6680184aee
fix(deps): update module github.com/go-redis/redis/v8 to v8.11.1 2021-07-29 07:57:02 +00:00
c851f4b45a
Merge pull request #22 from tribalwarshelp/renovate/github.com-kichiyaki-goutil-digest
fix(deps): update github.com/kichiyaki/goutil commit hash to b40a549
2021-07-27 11:40:29 +02:00
Renovate Bot
bf0cd03434
fix(deps): update github.com/kichiyaki/goutil commit hash to b40a549 2021-07-27 07:48:14 +00:00
3a73fdcd4a
Merge pull request #21 from tribalwarshelp/renovate/github.com-tribalwarshelp-shared-digest
fix(deps): update github.com/tribalwarshelp/shared commit hash to 9fe0aaf
2021-07-23 14:26:44 +02:00
Renovate Bot
65a829c7b8
fix(deps): update github.com/tribalwarshelp/shared commit hash to 9fe0aaf 2021-07-23 10:58:32 +00:00
aee365b936
Merge pull request #19 from tribalwarshelp/renovate/github.com-tribalwarshelp-shared-digest
fix(deps): update github.com/tribalwarshelp/shared commit hash to 6efa1a4
2021-07-19 08:10:40 +02:00
Renovate Bot
5ae22a2de8
fix(deps): update github.com/tribalwarshelp/shared commit hash to 6efa1a4 2021-07-17 10:10:31 +00:00
152c8fb4fb bump github.com/tribalwarshelp/shared 2021-07-17 11:30:08 +02:00
a1066272f5 bump github.com/tribalwarshelp/shared 2021-07-17 11:14:27 +02:00
926e73706d
Merge pull request #18 from tribalwarshelp/chore/bump-shared
bump github.com/tribalwarshelp/shared
2021-07-17 10:50:28 +02:00
b6656e9f56 bump github.com/tribalwarshelp/shared 2021-07-17 10:49:54 +02:00
244cbadb36 delete the pkg directory 2021-07-16 17:49:01 +02:00
ddbef6ac86
Merge pull request #17 from tribalwarshelp/chore/update-package-name
chore: update the package name
2021-07-11 11:38:41 +02:00
14a7b6a5bc chore: update the package name (github.com/tribalwarshelp/cron -> github.com/tribalwarshelp/dataupdater) 2021-07-11 11:37:39 +02:00
5bbe01fff6
Merge pull request #16 from tribalwarshelp/feat/separate-binaries
feat: separate binaries (cron/dataupdater)
2021-07-11 11:29:16 +02:00
7e179276f7 update .circleci/config.yml 2021-07-11 11:22:31 +02:00
7b23e21ddf update README.md, add dockerfiles 2021-07-11 11:04:51 +02:00
7a67a9c048 add a new directory - cmd 2021-07-11 10:56:44 +02:00
5e1041503c change queue initialization in main.go 2021-07-11 09:25:12 +02:00
bea9d67446 one more opt to postgres.Config (SkipDBInitialization), move the queue package folder up 2021-07-11 08:33:39 +02:00
f2b6bbcbc4 rename two functions in the postgres package (CreateSchema -> CreateServerSchema, createSchema -> createServerSchema) 2021-07-11 08:27:31 +02:00
37955cfebf remove the Queue interface 2021-07-11 08:16:46 +02:00
91bf75b43b remove one arg from q.Add (name), rename taskVacuumServerDB -> taskVacuumServerData 2021-07-11 08:09:15 +02:00
4154d6c133 rename one of the directories (internal -> pkg) 2021-07-11 07:43:44 +02:00
8849e1ced0
Merge pull request #15 from tribalwarshelp/fix/remove-v
fix: deployed version is now pushed without 'v'
2021-07-08 07:04:47 +02:00
64b67f0796 fix: deployed version is now pushed without 'v' 2021-07-08 07:04:30 +02:00
dafead2b3a
Merge pull request #14 from tribalwarshelp/feat/ci-support-for-git-tags
feat: add a new workflow triggered by pushing a new git tag
2021-07-08 06:30:10 +02:00
90aa17dbbf feat: add a new workflow triggered by pushing a new git tag 2021-07-08 06:29:38 +02:00
cd4101d854
Merge pull request #13
fix(deps): update module github.com/go-redis/redis/v8 to v8.11.0
2021-07-05 19:02:21 +02:00
Renovate Bot
cff4df773c
fix(deps): update module github.com/go-redis/redis/v8 to v8.11.0 2021-07-05 11:24:49 +00:00
a16f4e7495
Merge pull request #12 from tribalwarshelp/renovate/github.com-tribalwarshelp-shared-digest
fix(deps): update github.com/tribalwarshelp/shared commit hash to f3e5bd0
2021-07-05 12:13:14 +02:00
Renovate Bot
97f786d02e
fix(deps): update github.com/tribalwarshelp/shared commit hash to f3e5bd0 2021-07-04 20:34:10 +00:00
5b199f9690
Merge pull request #10 from tribalwarshelp/renovate/circleci-golang-1.x
chore(deps): update circleci/golang docker tag to v1.16
2021-07-04 18:05:19 +02:00
bd48672c44
Merge pull request #9 from tribalwarshelp/renovate/github.com-vmihailenco-taskq-v3-3.x
fix(deps): update module github.com/vmihailenco/taskq/v3 to v3.2.4
2021-07-04 18:05:03 +02:00
Renovate Bot
eb8a1da6b6
chore(deps): update circleci/golang docker tag to v1.16 2021-07-04 16:04:52 +00:00
Renovate Bot
7315cfcd32
fix(deps): update module github.com/vmihailenco/taskq/v3 to v3.2.4 2021-07-04 16:04:48 +00:00
153b58e748
Merge pull request #8 from tribalwarshelp/renovate/github.com-tribalwarshelp-shared-digest
fix(deps): update github.com/tribalwarshelp/shared commit hash to 1eaae48
2021-07-04 18:04:30 +02:00
ce16411deb update renovate.json 2021-07-04 17:59:34 +02:00
Renovate Bot
54c578868f
fix(deps): update github.com/tribalwarshelp/shared commit hash to 1eaae48 2021-07-04 15:42:13 +00:00