Commit Graph

253 Commits

Author SHA1 Message Date
a59ab327a6
chore(ci/cd): disable cache
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-14 07:41:26 +02:00
8e2f753a15 chore(deps): update meltwater/drone-cache docker tag to v1.4.0 (#96)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#96
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-10-09 13:27:46 +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
ef1027222d chore(deps): update module github.com/riandyrn/otelchi to v0.5.0 (#90)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/riandyrn/otelchi](https://github.com/riandyrn/otelchi) | require | minor | `v0.4.0` -> `v0.5.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>riandyrn/otelchi</summary>

### [`v0.5.0`](https://github.com/riandyrn/otelchi/releases/tag/v0.5.0)

[Compare Source](https://github.com/riandyrn/otelchi/compare/v0.4.0...v0.5.0)

#### What's Changed

-   Feat: Add option [`WithFilter`](https://github.com/riandyrn/otelchi/blob/master/config.go#L75-L82) to ignore tracing in certain endpoints as described in [#&#8203;10](https://github.com/riandyrn/otelchi/issues/10). Contributed by [@&#8203;hsblhsn](https://github.com/hsblhsn).
-   Docs: Add multi services example to make it easy for people to get started using `otelchi`.

**Full Changelog**: https://github.com/riandyrn/otelchi/compare/v0.4.0...v0.5.0

</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:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDEuMSIsInVwZGF0ZWRJblZlciI6IjMyLjIwMS4xIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#90
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-10-06 12:58:03 +00:00
03ded4f8d4 chore: .drone.yml - add signature (#95)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#95
2022-10-06 12:41:21 +00:00
3ca323eb82 chore(ci/cd): add cache (#94)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#94
2022-10-05 06:45:22 +00:00
50bbd34b79 chore(deps): update module github.com/golangci/golangci-lint to v1.50.0 (#92)
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.49.0` -> `v1.50.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Release Notes

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

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

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

1.  new linters
    -   `dupword`: https://github.com/Abirdcfly/dupword
    -   `testableexamples`: https://github.com/maratori/testableexamples
2.  updated linters
    -   `contextcheck`: change owner
    -   `contextcheck`: from 1.0.6 to 1.1.2
    -   `depguard`: from 1.1.0 to 1.1.1
    -   `exhaustive`: add missing config
    -   `exhaustive`: from 0.8.1 to 0.8.3
    -   `gci`: from 0.6.3 to 0.8.0
    -   `go-critic`: from 0.6.4 to 0.6.5
    -   `go-errorlint`: from 1.0.2 to 1.0.5
    -   `go-reassign`: v0.1.2 to v0.2.0
    -   `gofmt`: add option `rewrite-rules`
    -   `gofumpt` from 0.3.1 to 0.4.0
    -   `goimports`: update to HEAD
    -   `interfacebloat`: fix configuration loading
    -   `logrlint`: rename `logrlint` to `loggercheck`
    -   `paralleltest`: add tests of the ignore-missing option
    -   `revive`: from 1.2.3 to 1.2.4
    -   `usestdlibvars`: from 1.13.0 to 1.20.0
    -   `wsl`: support all configs and update docs
3.  misc.
    -   Normalize `exclude-rules` paths for Windows
    -   add riscv64 to the install script
4.  Documentation
    -   cli: remove reference to old service

</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:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDEuMSIsInVwZGF0ZWRJblZlciI6IjMyLjIwMS4xIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: twhelp/core#92
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-10-05 03:26:26 +00:00
9935f420e8 chore(deps): update golangci/golangci-lint docker tag to v1.50 (#91)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golangci/golangci-lint | docker | minor | `v1.49` -> `v1.50` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

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

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: twhelp/core#91
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-10-05 03:26:14 +00:00
a662d348bd chore(deps): update golang docker tag to v1.19.2 (#93)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | stage | patch | `1.19.1-alpine3.16` -> `1.19.2-alpine3.16` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

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

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: twhelp/core#93
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-10-05 03:25:57 +00:00
0fc887167e
fix: err from envconfig.Process not wrapped
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-02 07:50:25 +02:00
b5636bfc8d
refactor: rename registerHandlersFn -> registerHandlersFunc
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-02 07:01:37 +02:00
1bb15c0a60
chore: update resources.requests
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-10-01 06:56:10 +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
2cf628be8b
fix: incorrect middleware names
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-09-30 15:23:20 +02:00
1821291a10 chore(deps): update module github.com/urfave/cli/v2 to v2.17.1 (#87)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/urfave/cli/v2](https://github.com/urfave/cli) | require | minor | `v2.16.3` -> `v2.17.1` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>urfave/cli</summary>

### [`v2.17.1`](https://github.com/urfave/cli/releases/tag/v2.17.1)

[Compare Source](https://github.com/urfave/cli/compare/v2.17.0...v2.17.1)

#### What's Changed

-   Fix help results inconsistency by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1499

**Full Changelog**: https://github.com/urfave/cli/compare/v2.17.0...v2.17.1

### [`v2.17.0`](https://github.com/urfave/cli/releases/tag/v2.17.0)

[Compare Source](https://github.com/urfave/cli/compare/v2.16.6...v2.17.0)

#### What's Changed

-   Flag-level Action by [@&#8203;xwjdsh](https://github.com/xwjdsh) in https://github.com/urfave/cli/pull/1337

#### New Contributors

-   [@&#8203;xwjdsh](https://github.com/xwjdsh) made their first contribution in https://github.com/urfave/cli/pull/1337

**Full Changelog**: https://github.com/urfave/cli/compare/v2.16.6...v2.17.0

### [`v2.16.6`](https://github.com/urfave/cli/releases/tag/v2.16.6)

[Compare Source](https://github.com/urfave/cli/compare/v2.16.5...v2.16.6)

#### What's Changed

-   fix: Context.Set no such flag by [@&#8203;Torwang1](https://github.com/Torwang1) in https://github.com/urfave/cli/pull/1497

#### New Contributors

-   [@&#8203;Torwang1](https://github.com/Torwang1) made their first contribution in https://github.com/urfave/cli/pull/1497

**Full Changelog**: https://github.com/urfave/cli/compare/v2.16.5...v2.16.6

### [`v2.16.5`](https://github.com/urfave/cli/releases/tag/v2.16.5)

[Compare Source](https://github.com/urfave/cli/compare/v2.16.4...v2.16.5)

#### What's Changed

-   Fix:(issue\_1197) Set destination field from altsrc for slice flags by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1495

**Full Changelog**: https://github.com/urfave/cli/compare/v2.16.4...v2.16.5

### [`v2.16.4`](https://github.com/urfave/cli/releases/tag/v2.16.4)

[Compare Source](https://github.com/urfave/cli/compare/v2.16.3...v2.16.4)

#### What's Changed

-   Accept the `MKDOCS_REMOTE_GITHUB_TOKEN` var as intended by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1493

**Full Changelog**: https://github.com/urfave/cli/compare/v2.16.3...v2.16.4

</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:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDEuMSIsInVwZGF0ZWRJblZlciI6IjMyLjIwMS4xIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#87
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-09-30 13:02:56 +00:00
10ddbf7730
feat: traefik - enable 2 middlewares, set version in Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-30 14:53:37 +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
919d1d0c11
fix: add prefix to exchanges
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-09-30 09:35:29 +02:00
0da01cf6b7
fix: delete the twhelp-migrations-job deployment before applying deployments
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-09-30 09:22:20 +02:00
79946927cf
feat(k8s/prod): add more patches
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
2022-09-30 09:06:54 +02:00
808869d088
fix(ci/cd): wrap kubeconfig env variable in doublequotes
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-09-30 08:22:44 +02:00
4b677a9b07
fix(ci/cd): rename kubeconfig file
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-30 08:17:55 +02:00
2a4bf2ded1
fix(ci/cd): add mkdir in the deploy step
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
2022-09-30 07:58:58 +02:00
777c408416
fix: no Go files in /twhelp
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
2022-09-30 07:50:15 +02:00
2055429e2a
fix: add missing cd in Dockerfile
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
2022-09-30 07:45:26 +02:00
a391b19b7e
chore: update .dockerignore
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
2022-09-30 07:40:16 +02:00
46756c572c feat(ci/cd): new pipelines (deploy/build) (#88)
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
Reviewed-on: twhelp/core#88
2022-09-30 05:34:48 +00:00
427d1f8755 chore(deps): update module github.com/swaggo/swag to v1.8.6 (#85)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/swaggo/swag](https://github.com/swaggo/swag) | require | patch | `v1.8.5` -> `v1.8.6` |

---

### Release Notes

<details>
<summary>swaggo/swag</summary>

### [`v1.8.6`](https://github.com/swaggo/swag/releases/tag/v1.8.6)

[Compare Source](https://github.com/swaggo/swag/compare/v1.8.5...v1.8.6)

##### Changelog

[`bc895ed`](https://github.com/swaggo/swag/commit/bc895ed) Fix formatting crosstalk ([#&#8203;1317](https://github.com/swaggo/swag/issues/1317))
[`c9385a8`](https://github.com/swaggo/swag/commit/c9385a8) build a docker image and push to ghcr.io ([#&#8203;1329](https://github.com/swaggo/swag/issues/1329))
[`5fbb18f`](https://github.com/swaggo/swag/commit/5fbb18f) chore: update version ([#&#8203;1330](https://github.com/swaggo/swag/issues/1330))
[`cf1c4a7`](https://github.com/swaggo/swag/commit/cf1c4a7) fix: Generic Fields does not handle Arrays ([#&#8203;1311](https://github.com/swaggo/swag/issues/1311))
[`b8f53da`](https://github.com/swaggo/swag/commit/b8f53da) fix: Generic Fields does not handle Arrays in the .swaggo file ([#&#8203;1322](https://github.com/swaggo/swag/issues/1322))
[`2cd7ab5`](https://github.com/swaggo/swag/commit/2cd7ab5) fix: Generics not detected if name does not contain a pkg path ([#&#8203;1328](https://github.com/swaggo/swag/issues/1328))
[`007219f`](https://github.com/swaggo/swag/commit/007219f) fix: funcDeclaration body check ([#&#8203;1310](https://github.com/swaggo/swag/issues/1310))
[`e7ccdf4`](https://github.com/swaggo/swag/commit/e7ccdf4) refactor func splitStructName ([#&#8203;1313](https://github.com/swaggo/swag/issues/1313))

</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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTQuMyIsInVwZGF0ZWRJblZlciI6IjMyLjE5NC4zIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#85
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-09-18 10:13:25 +00:00
4f96cdf202 fix: add missing span.SetStatus(codes.Error) (#86)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#86
2022-09-18 10:02:42 +00:00
7415d32923 refactor: replace github.com/Kichiyaki/chizap -> gitea.dwysokinski.me/Kichiyaki/chizap (#84)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#84
2022-09-17 09:49:53 +00: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
95b5a12344 refactor(service): rename some interfaces (#82)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#82
2022-09-16 05:08:33 +00:00
37ff92689e refactor: remove deprecated package (github.com/Kichiyaki/appmode/v2) (#81)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#81
2022-09-16 04:51:47 +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
b66a9d5434 chore: update deps (#78)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#78
2022-09-13 03:53:14 +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
97f1fb85f2 chore(deps): update module github.com/urfave/cli/v2 to v2.14.1 (#70)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/urfave/cli/v2](https://github.com/urfave/cli) | require | minor | `v2.11.2` -> `v2.14.1` |

---

### Release Notes

<details>
<summary>urfave/cli</summary>

### [`v2.14.1`](https://github.com/urfave/cli/releases/tag/v2.14.1)

[Compare Source](https://github.com/urfave/cli/compare/v2.14.0...v2.14.1)

#### What's Changed

-   Fix:(issue\_1272) Generic flag not set from env by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1458
-   GitHub Workflows security hardening by [@&#8203;sashashura](https://github.com/sashashura) in https://github.com/urfave/cli/pull/1469

#### New Contributors

-   [@&#8203;sashashura](https://github.com/sashashura) made their first contribution in https://github.com/urfave/cli/pull/1469

**Full Changelog**: https://github.com/urfave/cli/compare/v2.14.0...v2.14.1

### [`v2.14.0`](https://github.com/urfave/cli/releases/tag/v2.14.0)

[Compare Source](https://github.com/urfave/cli/compare/v2.13.0...v2.14.0)

#### What's Changed

-   Update v2 dead link by [@&#8203;abousselmi](https://github.com/abousselmi) in https://github.com/urfave/cli/pull/1466
-   Fix:(issue\_1293) Wrap usage text for commands by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1460
-   Add App.InvalidFlagAccessHandler by [@&#8203;icholy](https://github.com/icholy) in https://github.com/urfave/cli/pull/1446

#### New Contributors

-   [@&#8203;abousselmi](https://github.com/abousselmi) made their first contribution in https://github.com/urfave/cli/pull/1466
-   [@&#8203;icholy](https://github.com/icholy) made their first contribution in https://github.com/urfave/cli/pull/1446

**Full Changelog**: https://github.com/urfave/cli/compare/v2.13.0...v2.14.0

### [`v2.13.0`](https://github.com/urfave/cli/releases/tag/v2.13.0)

[Compare Source](https://github.com/urfave/cli/compare/v2.12.3...v2.13.0)

#### What's Changed

-   Fix:(issue\_1094) Dont execute Before/After handlers during shell comp… by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1457
-   Fix:(issue\_1455) Allow bool flags from input altsrc by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1456
-   Add configurable Base to int, uint and uint64 flags by [@&#8203;ccremer](https://github.com/ccremer) in https://github.com/urfave/cli/pull/1464
-   fix: allow required flag with one character by [@&#8203;Gerrard-YNWA](https://github.com/Gerrard-YNWA) in https://github.com/urfave/cli/pull/1449
-   Add support for alias in YAMLs by [@&#8203;james-prysm](https://github.com/james-prysm) in https://github.com/urfave/cli/pull/1448

#### New Contributors

-   [@&#8203;ccremer](https://github.com/ccremer) made their first contribution in https://github.com/urfave/cli/pull/1464
-   [@&#8203;Gerrard-YNWA](https://github.com/Gerrard-YNWA) made their first contribution in https://github.com/urfave/cli/pull/1449
-   [@&#8203;james-prysm](https://github.com/james-prysm) made their first contribution in https://github.com/urfave/cli/pull/1448

**Full Changelog**: https://github.com/urfave/cli/compare/v2.12.3...v2.13.0

### [`v2.12.3`](https://github.com/urfave/cli/releases/tag/v2.12.3)

[Compare Source](https://github.com/urfave/cli/compare/v2.12.2...v2.12.3)

#### What's Changed

-   issue\_62: Make slice options more posix like by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1454
-   Move genflags tool to cmd/ and pin to previous release by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1451
-   Shift supported go versions by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1452
-   docs: split documentation into individual pages by [@&#8203;hay-kot](https://github.com/hay-kot) in https://github.com/urfave/cli/pull/1453

#### New Contributors

-   [@&#8203;hay-kot](https://github.com/hay-kot) made their first contribution in https://github.com/urfave/cli/pull/1453

**Full Changelog**: https://github.com/urfave/cli/compare/v2.12.1...v2.12.3

### [`v2.12.2`](https://github.com/urfave/cli/releases/tag/v2.12.2)

[Compare Source](https://github.com/urfave/cli/compare/v2.12.1...v2.12.2)

#### What's Changed

-   issue\_62: Make slice options more posix like by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1454
-   Move genflags tool to cmd/ and pin to previous release by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1451
-   Shift supported go versions by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1452
-   docs: split documentation into individual pages by [@&#8203;hay-kot](https://github.com/hay-kot) in https://github.com/urfave/cli/pull/1453

#### New Contributors

-   [@&#8203;hay-kot](https://github.com/hay-kot) made their first contribution in https://github.com/urfave/cli/pull/1453

**Full Changelog**: https://github.com/urfave/cli/compare/v2.12.1...v2.12.2

### [`v2.12.1`](https://github.com/urfave/cli/releases/tag/v2.12.1)

[Compare Source](https://github.com/urfave/cli/compare/v2.12.0...v2.12.1)

**Full Changelog**: https://github.com/urfave/cli/compare/v2.11.5...v2.12.1

### [`v2.12.0`](https://github.com/urfave/cli/releases/tag/v2.12.0)

[Compare Source](https://github.com/urfave/cli/compare/v2.11.5...v2.12.0)

**Full Changelog**: https://github.com/urfave/cli/compare/v2.11.2...v2.12.0

### [`v2.11.5`](https://github.com/urfave/cli/releases/tag/v2.11.5)

[Compare Source](https://github.com/urfave/cli/compare/v2.11.4...v2.11.5)

**Full Changelog**: https://github.com/urfave/cli/compare/v2.11.2...v2.11.5

### [`v2.11.4`](https://github.com/urfave/cli/releases/tag/v2.11.4)

[Compare Source](https://github.com/urfave/cli/compare/v2.11.3...v2.11.4)

**Full Changelog**: https://github.com/urfave/cli/compare/v2.11.2...v2.11.4

### [`v2.11.3`](https://github.com/urfave/cli/releases/tag/v2.11.3)

[Compare Source](https://github.com/urfave/cli/compare/v2.11.2...v2.11.3)

**Full Changelog**: https://github.com/urfave/cli/compare/v2.11.2...v2.11.3

</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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTAuMyIsInVwZGF0ZWRJblZlciI6IjMyLjE5MC4zIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#70
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-09-07 04:20:39 +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
5884c58f2c feat: add a new method to the Village model - FullName (#72)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#72
2022-09-06 08:31:16 +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
71700a589b refactor(rest): simplify responses (#69)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#69
2022-09-05 11:09:02 +00:00
6cde8d082f feat: add a new endpoint - GET /api/v1/versions/:code/servers/:key/villages (#68)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#68
2022-09-04 07:39:21 +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