Commit Graph

64 Commits

Author SHA1 Message Date
efb84b4611
refactor: bundb tests
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-25 12:32:33 +01:00
95641c8513
fix: strconv.ParseInt: parsing "On": invalid syntax - ServerConfigGame
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-12-25 11:48:33 +01:00
d795776f95 refactor: ennoblement - split the List method into two (#146)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Reviewed-on: twhelp/core#146
2022-12-24 09:21:26 +00:00
def3161957
refactor: scanAndCount - use channel to synchronize data with the main goroutine
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-24 09:10:04 +01:00
f636d6ac94 refactor: village - split the List method into two (#145)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#145
2022-12-24 07:44:25 +00:00
6c8b30d061 refactor: player - split the List method into two (#144)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#144
2022-12-23 07:56:31 +00:00
f9556beb2c refactor: server - split the List method into two (#143)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#143
2022-12-22 08:26:23 +00:00
1f41f66287 refactor: tribe - split the List method into two (#142)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#142
2022-12-22 08:06:35 +00:00
1c75179c12
refactor: version - split the List function into two
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-22 08:03:33 +01:00
d244dc69bf refactor: remove otel (#140)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#140
2022-12-20 07:27:13 +00:00
d00b6645c1 chore: update deps (#131)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Reviewed-on: twhelp/core#131
2022-11-24 05:28:34 +00:00
91fa9c6207
fix: add missing drop column to migration
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-13 14:03:23 +01:00
0107e30c0e
fix: fix delete logic - Player/Tribe
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-11-13 09:08:58 +01:00
6c89f30534 feat: add new columns - Tribe/Player (#123)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#123
2022-11-13 07:53:38 +00:00
b05089b940 feat: tribe changes (#122)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Reviewed-on: twhelp/core#122
2022-11-11 09:29:32 +00:00
8ade9e9cb3 feat: bundb - add more tests (#119)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Reviewed-on: twhelp/core#119
2022-11-05 05:26:53 +00:00
8b4823fb28 feat: tribe snapshots (#118)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#118
2022-11-05 05:02:34 +00:00
2a84f71f90 feat: player snapshots (#117)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#117
2022-11-04 04:49:14 +00:00
225e1ab041 refactor(bundb): custom scanAndCount function (#109)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Reviewed-on: twhelp/core#109
2022-10-22 05:35:44 +00:00
317559e29b fix: optimize ennoblements query (#108)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Reviewed-on: twhelp/core#108
2022-10-21 06:28:17 +00:00
767eb5d5f2 refactor: optimize queries and models (#107)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#107
2022-10-21 05:19:04 +00:00
0aed6f8fed refactor: base models (#106)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#106
2022-10-20 04:16:37 +00:00
5504f36e2e fix: fix performance issues with /ennoblements and /villages (#103)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#103
2022-10-18 04:14:24 +00:00
8f059b49cd feat: profile urls (#101)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#101
2022-10-17 04:45:53 +00:00
ede1c63f8a feat: add 3 new indexes (#100)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Reviewed-on: twhelp/core#100
2022-10-16 08:07:41 +00:00
ef0f4f7ef6
refactor: format code
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-09 09:40:30 +02:00
ef5e26b3bd
fix: server config - xml.Decode: strconv.ParseInt: parsing "72000": value out of range
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-01 06:10:02 +02:00
d5c191e482
refactor(bundb): rename one test helper newDBDSN -> newDBWithDSN
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-30 14:11:29 +02:00
aa0eaef5c4
feat: ennoblements - add index on server_key+created_at
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-30 14:00:10 +02:00
efbb3623ea feat: add meta router (#83)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#83
2022-09-17 09:37:03 +00:00
f670b22517 feat: versions - add www prefix to the host column (#80)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#80
2022-09-14 05:41:13 +00:00
fc714058b1 feat: ennoblements - add unique index (#79)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#79
2022-09-14 05:03:43 +00:00
4e4493e33f feat: tracing (#76)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#76
2022-09-12 05:34:46 +00:00
083573ecb9 chore(deps): update postgres docker tag to v14.5 (#66)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| postgres | docker | minor | `14.4` -> `14.5` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE3My4xIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#66
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-09-07 04:26:56 +00:00
51601cf487 refactor: insert data in chunks (#73)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#73
2022-09-07 04:16:46 +00:00
e468a1f391 feat: add a new endpoint - GET /api/v1/versions/:code/servers/:key/ennoblements (#71)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#71
2022-09-06 07:50:00 +00:00
f81aecf680 feat: add a new endpoint - GET /api/v1/versions/:code/servers/:key/villages/:id (#67)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#67
2022-09-04 07:07:32 +00:00
be5efa5b0e refactor: ci/cd (#65)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#65
2022-09-03 14:31:29 +00:00
aa2b3a25d8 refactor: tribe - use score* and points fields instead of rank* fields for sorting (#64)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#64
2022-09-03 06:08:14 +00:00
4829bae6a2 feat: add a new endpoint - GET /api/v1/versions/:code/servers/:key/players (#63)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#63
2022-09-03 05:25:16 +00:00
262c8ae4c7 feat: add a new endpoint - GET /api/v1/versions/:code/servers/:key/players/:id (#62)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#62
2022-09-02 05:25:57 +00:00
2ab69acec6 feat: add a new endpoint - GET /api/v1/versions/:code/servers/:key/tribes/tag/:tag (#60)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#60
2022-09-01 04:24:31 +00:00
d7412b02e8 feat: add a new query param to GET /api/v1/versions/:code/servers/:key/tribe - sort (#58)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#58
2022-08-30 05:00:37 +00:00
ce2f8ceebe refactor: error handling (#53)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#53
2022-08-28 09:31:41 +00:00
9a31fec3f6 feat: add a new endpoint - GET /api/v1/versions/:code/servers/:key/tribes (#52)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#52
2022-08-28 06:27:59 +00:00
25414c86d7 feat: add a new endpoint - GET /api/v1/versions/:code/servers/:key (#50)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#50
2022-08-27 06:11:29 +00:00
97b73c0d6d refactor(bundb): clean up the code and add tests (#49)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#49
2022-08-27 05:00:39 +00:00
be65695f1b feat: add a new endpoint - GET /api/v1/versions/:code/servers (#47)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#47
2022-08-26 14:39:39 +00:00
e302cb026d feat: add a new endpoint - GET /api/v1/versions/:versionCode (#41)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#41
2022-08-22 04:37:52 +00:00
1e11b38f4e refactor(bundb): refactor tests (#39)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#39
2022-08-21 05:42:42 +00:00