Commit Graph

169 Commits

Author SHA1 Message Date
Dawid Wysokiński 9b3b7f0f0b
Merge pull request #30 from tribalwarshelp/feat/ci-support-for-git-tags
feat: add a new workflow triggered by pushing a new git tag
2021-07-08 07:06:48 +02:00
Dawid Wysokiński 4c6ce8f1e6 feat: add a new workflow triggered by pushing a new git tag 2021-07-08 07:06:18 +02:00
Dawid Wysokiński f56ab64862
Merge pull request #29 from tribalwarshelp/fix/add-missing-id-fields
Fix: add missing id fields
2021-07-05 18:50:16 +02:00
Dawid Wysokiński 652bef670b Merge branch 'master' into fix/add-missing-id-fields 2021-07-05 18:49:43 +02:00
Dawid Wysokiński ff73010c5c fix: add missing id fields 2021-07-05 18:49:01 +02:00
Dawid Wysokiński 598dd62dd0
Merge pull request #28 from tribalwarshelp/renovate/github.com-tribalwarshelp-map-generator-digest
fix(deps): update github.com/tribalwarshelp/map-generator commit hash to b62ffb7
2021-07-05 13:30:00 +02:00
Renovate Bot e9594cea8e
fix(deps): update github.com/tribalwarshelp/map-generator commit hash to b62ffb7 2021-07-05 11:29:07 +00:00
Dawid Wysokiński 0986762a74
Merge pull request #22 from tribalwarshelp/renovate/github.com-tribalwarshelp-map-generator-digest
fix(deps): update github.com/tribalwarshelp/map-generator commit hash to 1dfccf9
2021-07-05 12:12:50 +02:00
Renovate Bot dc8295a4c2
fix(deps): update github.com/tribalwarshelp/map-generator commit hash to 1dfccf9 2021-07-05 07:16:13 +00:00
Dawid Wysokiński 6ea81f703f update renovate.json 2021-07-04 17:59:03 +02:00
Dawid Wysokiński eba3e4fdbe
Merge pull request #21 from tribalwarshelp/renovate/github.com-tribalwarshelp-map-generator-digest
fix(deps): update github.com/tribalwarshelp/map-generator commit hash to d82cd34
2021-07-04 17:45:49 +02:00
Renovate Bot 246cb68c7d
fix(deps): update github.com/tribalwarshelp/map-generator commit hash to d82cd34 2021-07-04 15:42:45 +00:00
Dawid Wysokiński a1ee529da3
Merge pull request #19 from tribalwarshelp/renovate/configure
Configure Renovate
2021-07-04 17:41:50 +02:00
Renovate Bot 1f19042331
Add renovate.json 2021-07-04 15:38:53 +00:00
Dawid Wysokiński cae5c42737 update README.md 2021-06-19 17:01:53 +02:00
Dawid Wysokiński dbcc902b0d
Merge pull request #18 from tribalwarshelp/chore/update-readme-md
chore: add one more required ENV variable to README.md
2021-06-06 19:12:09 +02:00
Dawid Wysokiński 02b8c7ce60 chore: add one more required ENV variable to the README.md 2021-06-06 19:08:47 +02:00
Dawid Wysokiński 1ae5d26e7f
Merge pull request #17
chore: update README.md
2021-06-06 18:54:13 +02:00
Dawid Wysokiński 85eec8939f chore: update README.md 2021-06-06 18:53:49 +02:00
Dawid Wysokiński e9c719c019 chore: update Dockerfile 2021-06-05 11:01:02 +02:00
Dawid Wysokiński 0e3599871f chore: update Dockerfile 2021-06-05 09:34:29 +02:00
Dawid Wysokiński 5f2f799474 update Dockerfile and .circleci/config.yml 2021-06-04 19:46:11 +02:00
Dawid Wysokiński e0ee5232b4
Merge pull request #16
fix: invalid path to the models in the gqlgen.yml
2021-06-04 19:17:04 +02:00
Dawid Wysokiński 8e99a5511e fix: invalid path to the models in the gqlgen.yml 2021-06-04 19:16:20 +02:00
Dawid Wysokiński a9ec2f7110
Merge pull request #15
chore: add gqlgen to the go.mod and run go generate in the Dockerfile
2021-06-04 19:09:58 +02:00
Dawid Wysokiński 776965bf78 chore: add gqlgen to the go.mod and run go generate in the Dockerfile 2021-06-04 19:09:33 +02:00
Dawid Wysokiński 1b3dc49abd
Merge pull request #14
feat: add an option to disable the access log
2021-05-29 08:30:21 +02:00
Dawid Wysokiński d21fd9ea0d feat: add an env variable that disables access log 2021-05-29 08:29:51 +02:00
Dawid Wysokiński 4f05dc32bc bump github.com/tribalwarshelp/shared and github.com/Kichiyaki/gopgutil 2021-05-21 23:02:57 +02:00
Dawid Wysokiński 44c90d0efc dataloader - set maxBatch to 200 and wait to 2 milliseconds 2021-05-10 23:15:55 +02:00
Dawid Wysokiński 9516140c0f use make to initialize slices in the repositories 2021-05-06 17:01:22 +02:00
Dawid Wysokiński 6aab0e7b51
Merge pull request #13 from tribalwarshelp/bump-shared
Bump shared, refactor
2021-05-06 16:02:00 +02:00
Dawid Wysokiński 3bb4157228 update README.md 2021-05-06 15:05:47 +02:00
Dawid Wysokiński 40b8554128 update Dockerfile 2021-05-05 20:19:56 +02:00
Dawid Wysokiński 7f59bcf2cd limit the number of orders someone can add to a query (3) 2021-05-05 20:15:51 +02:00
Dawid Wysokiński 6a44193f31 slices - use nil declaration 2021-05-05 19:58:45 +02:00
Dawid Wysokiński 49b407ed23 use errors.New where it is possible instead of fmt.Errorf 2021-05-05 19:49:00 +02:00
Dawid Wysokiński 0a271d1255 bump github.com/tribalwarshelp/shared and github.com/tribalwarshelp/map-generator 2021-05-05 19:32:45 +02:00
Dawid Wysokiński cd3e429b5b bump github.com/Kichiyaki/gin-logrus and github.com/Kichiyaki/go-pg-logrus-query-logger/v10 2021-04-28 20:10:09 +02:00
Dawid Wysokiński 752a8dcbdd downgrade gin-gonic/gin 2021-04-24 15:27:05 +02:00
Dawid Wysokiński fe3cead468 bump github.com/tribalwarshelp/shared and github.com/tribalwarshelp/map-generator 2021-04-23 21:09:03 +02:00
Dawid Wysokiński c79f93844e add github.com/Kichiyaki/go-pg-logrus-query-logger/v10 and github.com/Kichiyaki/gin-logrus 2021-04-23 20:55:06 +02:00
Dawid Wysokiński 81e033333e increase query complexity 2021-04-22 19:49:50 +02:00
Dawid Wysokiński c51abee565 decrease query complexity 2021-04-22 19:34:47 +02:00
Dawid Wysokiński f4b667d1bb bump github.com/tribalwarshelp/shared 2021-04-03 08:42:23 +02:00
Dawid Wysokiński 8a35defe97 decrease query cache size 2021-03-24 05:31:53 +01:00
Dawid Wysokiński f3af613d2b update ServerStatus enum 2021-03-24 05:15:47 +01:00
Dawid Wysokiński 709b5e487f
Merge pull request #12 from tribalwarshelp/query-complexity-improvements
query complexity improvements
2021-03-22 17:35:12 +01:00
Dawid Wysokiński b1a22709ee move total field complexity for all queries to constants 2021-03-22 17:34:18 +01:00
Dawid Wysokiński 02543544df [GetComplexityRoot] update totalFieldComplexity in queries, complexity for all total fields is calculated by getCountComplexity 2021-03-22 17:02:21 +01:00