Commit Graph

28 Commits

Author SHA1 Message Date
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
0f0e0cd3ee feat(msg): add logger to consumers (#40)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#40
2022-08-21 07:11:28 +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
5e9399a3d0 feat: add EnnoblementConsumer (#38)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#38
2022-08-21 05:19:17 +00:00
150d20dc40 feat: add a new job responsible for updating ennoblements (#37)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#37
2022-08-17 05:17:33 +00:00
e4a593c5a1 refactor: move event payloads closer to the msg package (#36)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#36
2022-08-17 04:23:05 +00:00
f948443812 refactor(tw.Client): convert some methods into functions (#35)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#35
2022-08-16 05:20:44 +00:00
2a8bebd68e feat(ServerConsumer): add 3 new handlers (#34)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#34
2022-08-16 04:48:55 +00:00
631c080376 feat: add DeletedAt field to Player and Tribe (#33)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#33
2022-08-16 03:56:12 +00:00
f246e205b4 feat(TribeConsumer): update dominance (#31)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#31
2022-08-13 06:06:53 +00:00
b0bf482129 feat: add VillageConsumer (#30)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#30
2022-08-12 04:56:02 +00:00
cb13ad4f92 feat: add PlayerConsumer (#29)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#29
2022-08-11 04:34:00 +00:00
de531da063 feat: add TribeConsumer (#28)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#28
2022-08-10 04:13:33 +00:00
2639976eb8 feat(ServerConsumer): update server info and config (#26)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#26
2022-08-08 04:24:23 +00:00
58ae56e598 chore(deps): update module go to 1.19 (#25)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#25
2022-08-05 05:40:05 +00:00
4b6ef872f3 chore: remove generated code from repo (#22)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#22
2022-08-05 05:08:04 +00:00
ca5bd2c505 feat: add a new command - consumer (#21)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#21
2022-08-05 04:48:18 +00:00
af19b3a160 chore(deps): update module github.com/golangci/golangci-lint to v1.48.0 (#19)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) | require | minor | `v1.47.3` -> `v1.48.0` |

---

### Release Notes

<details>
<summary>golangci/golangci-lint</summary>

### [`v1.48.0`](https://github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1480)

[Compare Source](https://github.com/golangci/golangci-lint/compare/v1.47.3...v1.48.0)

1.  new linters
    -   `usestdlibvars`:https://github.com/sashamelentyev/usestdlibvars
2.  updated linters
    -   `contextcheck`: disable linter
    -   `errcheck`: from 1.6.1 to 1.6.2
    -   `gci`: add missing `custom-order` setting
    -   `gci`: from 0.5.0 to 0.6.0
    -   `ifshort`: deprecate linter
    -   `nolint`: drop allow-leading-space option and add "nolint:all"
    -   `revgrep`: bump to HEAD
3.  documentation
    -   remove outdated info on source install
4.  misc
    -   go1.19 support

</details>

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzQuMCIsInVwZGF0ZWRJblZlciI6IjMyLjEzNC4wIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: twhelp/core#19
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-08-05 04:02:53 +00:00
742a9046e0 feat: add ServerConsumer (#16)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#16
2022-08-04 05:09:12 +00:00
e8c1dfc5db chore(deps): update module github.com/golangci/golangci-lint to v1.47.3 (#15)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) | require | patch | `v1.47.2` -> `v1.47.3` |

---

### Release Notes

<details>
<summary>golangci/golangci-lint</summary>

### [`v1.47.3`](https://github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1473)

[Compare Source](https://github.com/golangci/golangci-lint/compare/v1.47.2...v1.47.3)

1.  updated linters:
    -   remove some go1.18 limitations
    -   `asasalint`: from 0.0.10 to 0.0.11
    -   `decorder`: from 0.2.2 to v0.2.3
    -   `gci`: fix panic with invalid configuration option
    -   `gci`: from 0.4.3 to v0.5.0
    -   `go-exhaustruct`: from 2.2.0 to 2.2.2
    -   `gomodguard`: from 1.2.3 to 1.2.4
    -   `nosnakecase`: from 1.5.0 to 1.7.0
    -   `honnef.co/go/tools`: from 0.3.2 to v0.3.3
2.  misc
    -   cgo: fix linters ignoring CGo files

</details>

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzQuMCIsInVwZGF0ZWRJblZlciI6IjMyLjEzNC4wIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: twhelp/core#15
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-08-03 05:43:35 +00:00
86f59c0a97 feat: add server model (#14)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#14
2022-07-31 07:24:08 +00:00
d8530fe05b chore(deps): update module github.com/uptrace/bun to v1.1.7 (#10)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/uptrace/bun](https://github.com/uptrace/bun) | require | patch | `v1.1.6` -> `v1.1.7` |

---

### Release Notes

<details>
<summary>uptrace/bun</summary>

### [`v1.1.7`](https://github.com/uptrace/bun/releases/tag/v1.1.7)

[Compare Source](https://github.com/uptrace/bun/compare/v1.1.6...v1.1.7)

Please refer to [CHANGELOG.md](https://github.com/uptrace/bun/blob/master/CHANGELOG.md) for details

</details>

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjAuMCIsInVwZGF0ZWRJblZlciI6IjMyLjEyMC4wIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#10
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-07-30 13:23:51 +00:00
81358b22e8 feat: add a new cmd responsible for sending info about the start of the data update process (#13)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#13
2022-07-30 13:16:44 +00:00
602f5456bc feat: add a new endpoint - GET /api/v1/versions (#7)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#7
2022-07-27 05:28:00 +00:00
aac75b597f feat: add version repo (#6)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#6
2022-07-27 04:39:05 +00:00
881b8b79bd feat: add a new command - db (#5)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#5
2022-07-25 04:31:48 +00:00
be8892e532 feat: add tw.Client (#4)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#4
2022-07-24 16:19:27 +00:00
190a2d3b00
init 2022-07-24 14:06:31 +02:00