Commit Graph

254 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
9dd1804d02
refactor: use context.WithTimeout instead of time.After
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-12-20 09:40:24 +01:00
05a80cdc10 chore: update README.md (#141)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#141
2022-12-20 08:10:10 +00: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
b23658ec2b
chore: skaffold - run make generate before image build
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-20 06:34:42 +01:00
4d7e2af3fe chore: update dependencies (#138)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Reviewed-on: twhelp/core#138
2022-12-11 09:03:29 +00:00
9a7ccacdad chore(deps): update golang docker tag to v1.19.4 (#135)
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.3-alpine3.16` -> `1.19.4-alpine3.16` |

---

### 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, check this box

---

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

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: twhelp/core#135
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-12-07 04:38:48 +00:00
a52493542e
feat: govulncheck
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-04 08:57:16 +01:00
c1a7894b42
fix: migrations table is already locked
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-27 09:37:38 +01:00
3687ed8435 chore(deps): update module github.com/swaggo/swag to v1.8.8 (#129)
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.7` -> `v1.8.8` |

---

### Release Notes

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

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

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

##### Changelog

[`07690e9`](https://github.com/swaggo/swag/commit/07690e9) Add check for nil otherTypeDef ([#&#8203;1372](https://github.com/swaggo/swag/issues/1372))
[`eaed517`](https://github.com/swaggo/swag/commit/eaed517) Enhancements: search imports sequencely, till find the type. ([#&#8203;1374](https://github.com/swaggo/swag/issues/1374))
[`0da94ff`](https://github.com/swaggo/swag/commit/0da94ff) Fix generics with package alias ([#&#8203;1360](https://github.com/swaggo/swag/issues/1360))
[`29d3d30`](https://github.com/swaggo/swag/commit/29d3d30) add properties to $ref ([#&#8203;1391](https://github.com/swaggo/swag/issues/1391))
[`362d05b`](https://github.com/swaggo/swag/commit/362d05b) chore: increment version.go ([#&#8203;1395](https://github.com/swaggo/swag/issues/1395))
[`da6d718`](https://github.com/swaggo/swag/commit/da6d718) chore: update GitHub actions ([#&#8203;1362](https://github.com/swaggo/swag/issues/1362))
[`e5d507d`](https://github.com/swaggo/swag/commit/e5d507d) enhancement for PR [#&#8203;1387](https://github.com/swaggo/swag/issues/1387):  evaluate const across packages ([#&#8203;1388](https://github.com/swaggo/swag/issues/1388))
[`e6723fe`](https://github.com/swaggo/swag/commit/e6723fe) feat: add flag to generate documentation only for specific tags ([#&#8203;1379](https://github.com/swaggo/swag/issues/1379))
[`38b5f15`](https://github.com/swaggo/swag/commit/38b5f15) feat: make swagger comments more readable for go doc ([#&#8203;1366](https://github.com/swaggo/swag/issues/1366))
[`8117f4c`](https://github.com/swaggo/swag/commit/8117f4c) fix: wrongly shared schema by fields ([#&#8203;1389](https://github.com/swaggo/swag/issues/1389))
[`829fbe1`](https://github.com/swaggo/swag/commit/829fbe1) fmt cmd: use a tab instead of two spaces to format comments ([#&#8203;1386](https://github.com/swaggo/swag/issues/1386))
[`bdfec2b`](https://github.com/swaggo/swag/commit/bdfec2b) parse global enums ([#&#8203;1387](https://github.com/swaggo/swag/issues/1387))

</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, check this box

---

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

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: twhelp/core#129
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-11-24 10:54:49 +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
1da68f2ad1
fix: allowed origins aren't passed to rest.NewRouter
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-20 11:01:01 +01: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
3a369e014d
refactor: rename one operation (getTribeByID -> getTribe)
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-12 07:23:38 +01: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
ca895354cd
refactor: get /versions/{versionCode}/servers/{serverKey}/tribes/tag/{tribeTag} is no longer needed
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-10 12:43:33 +01:00
21e56103a0 feat: /versions/{versionCode}/servers/{serverKey}/tribes - new query param 'tag' (#120)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Reviewed-on: twhelp/core#120
2022-11-10 10:45:08 +00:00
bf4868d6d3
refactor: update bun config
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-11-05 07:25:02 +01: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
6efe095c54 chore(deps): update golang docker tag to v1.19.3 (#116)
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.2-alpine3.16` -> `1.19.3-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:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMjQuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIyNC4wIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: twhelp/core#116
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-11-02 04:04:05 +00:00
58e5fa2cbd
chore: update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-29 09:13:16 +02:00
74d2d76225
chore: update overlays/prod/jobs.yml
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-29 09:05:15 +02:00
251410526e chore(deps): update modules (#114)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Reviewed-on: twhelp/core#114
2022-10-29 06:08:07 +00:00
12e4474a00 chore(deps): update module github.com/golangci/golangci-lint to v1.50.1 (#110)
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.50.0` -> `v1.50.1` |

---

### ⚠ 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.1`](https://github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1501)

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

1.  updated linters
    -   `contextcheck`: from 1.1.2 to 1.1.3
    -   `go-mnd`: from 2.5.0 to 2.5.1
    -   `wrapcheck`: from 2.6.2 to 2.7.0
    -   `revive`: fix configuration parsing
    -   `lll`: skip imports
2.  misc.
    -   windows: remove redundant character escape '/'
    -   code-climate: add default severity

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

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#110
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-10-29 06:06:25 +00:00
c8ad699a06 chore(deps): update opentelemetry-go monorepo to v1.11.1 (#98)
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | require | minor | `v1.10.0` -> `v1.11.1` |
| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | require | minor | `v1.10.0` -> `v1.11.1` |
| [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | require | minor | `v1.10.0` -> `v1.11.1` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

<details>
<summary>open-telemetry/opentelemetry-go</summary>

### [`v1.11.1`](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.11.1)

[Compare Source](https://github.com/open-telemetry/opentelemetry-go/compare/v1.11.0...v1.11.1)

##### Added

-   The Prometheus exporter in `go.opentelemetry.io/otel/exporters/prometheus` registers with a Prometheus registerer on creation. By default, it will register with the default Prometheus default registerer. A non-default registerer can be used by passing the `WithRegisterer` option. ([#&#8203;3239](https://github.com/open-telemetry/opentelemetry-go/issues/3239))
-   Added the `WithAggregationSelector` option to the `go.opentelemetry.io/otel/exporters/prometheus` package to change the default `AggregationSelector` used. ([#&#8203;3341](https://github.com/open-telemetry/opentelemetry-go/issues/3341))
-   The Prometheus exporter in `go.opentelemetry.io/otel/exporters/prometheus` converts the `Resource` associated with metric exports into a `target_info` metric. ([#&#8203;3285](https://github.com/open-telemetry/opentelemetry-go/issues/3285))

##### Changed

-   The `"go.opentelemetry.io/otel/exporters/prometheus".New` function is updated to return an error. It will return an error if the exporter fails to register with Prometheus. ([#&#8203;3239](https://github.com/open-telemetry/opentelemetry-go/issues/3239))

##### Fixed

-   The URL-encoded values from the `OTEL_RESOURCE_ATTRIBUTES` environment variable are decoded. ([#&#8203;2963](https://github.com/open-telemetry/opentelemetry-go/issues/2963))
-   The `baggage.NewMember` function decodes the `value` parameter instead of directly using it. This fixes the implementation to be compliant with the W3C specification. ([#&#8203;3226](https://github.com/open-telemetry/opentelemetry-go/issues/3226))
-   Slice attributes of the `attribute` package are now comparable based on their value, not instance. ([#&#8203;3108](https://github.com/open-telemetry/opentelemetry-go/issues/3108) [#&#8203;3252](https://github.com/open-telemetry/opentelemetry-go/issues/3252))
-   The `Shutdown` and `ForceFlush` methods of the `"go.opentelemetry.io/otel/sdk/trace".TraceProvider` no longer return an error when no processor is registered. ([#&#8203;3268](https://github.com/open-telemetry/opentelemetry-go/issues/3268))
-   The Prometheus exporter in `go.opentelemetry.io/otel/exporters/prometheus` cumulatively sums histogram buckets. ([#&#8203;3281](https://github.com/open-telemetry/opentelemetry-go/issues/3281))
-   The sum of each histogram data point is now uniquely exported by the `go.opentelemetry.io/otel/exporters/otlpmetric` exporters. ([#&#8203;3284](https://github.com/open-telemetry/opentelemetry-go/issues/3284), [#&#8203;3293](https://github.com/open-telemetry/opentelemetry-go/issues/3293))
-   Recorded values for asynchronous counters (`Counter` and `UpDownCounter`) are interpreted as exact, not incremental, sum values by the metric SDK. ([#&#8203;3350](https://github.com/open-telemetry/opentelemetry-go/issues/3350), [#&#8203;3278](https://github.com/open-telemetry/opentelemetry-go/issues/3278))
-   `UpDownCounters` are now correctly output as Prometheus gauges in the `go.opentelemetry.io/otel/exporters/prometheus` exporter. ([#&#8203;3358](https://github.com/open-telemetry/opentelemetry-go/issues/3358))
-   The Prometheus exporter in `go.opentelemetry.io/otel/exporters/prometheus` no longer describes the metrics it will send to Prometheus on startup. Instead the exporter is defined as an "unchecked" collector for Prometheus. This fixes the `reader is not registered` warning currently emitted on startup. ([#&#8203;3291](https://github.com/open-telemetry/opentelemetry-go/issues/3291) [#&#8203;3342](https://github.com/open-telemetry/opentelemetry-go/issues/3342))
-   The `go.opentelemetry.io/otel/exporters/prometheus` exporter now correctly adds `_total` suffixes to counter metrics. ([#&#8203;3360](https://github.com/open-telemetry/opentelemetry-go/issues/3360))
-   The `go.opentelemetry.io/otel/exporters/prometheus` exporter now adds a unit suffix to metric names. This can be disabled using the `WithoutUnits()` option added to that package. ([#&#8203;3352](https://github.com/open-telemetry/opentelemetry-go/issues/3352))

### [`v1.11.0`](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.11.0)

[Compare Source](https://github.com/open-telemetry/opentelemetry-go/compare/v1.10.0...v1.11.0)

Retracts the `v0.32.2` version of `go.opentelemetry.io/otel/exporters/otlpmetric/otlpmetricgrpc` and `go.opentelemetry.io/otel/exporters/otlpmetric/otlpmetrichttp` given they include unresolvable dependencies.

##### Added

-   Add default User-Agent header to OTLP exporter requests (`go.opentelemetry.io/otel/exporters/otlptrace/otlptracegrpc` and `go.opentelemetry.io/otel/exporters/otlptrace/otlptracehttp`). ([#&#8203;3261](https://github.com/open-telemetry/opentelemetry-go/issues/3261))

##### Changed

-   `span.SetStatus` has been updated such that calls that lower the status are now no-ops. ([#&#8203;3214](https://github.com/open-telemetry/opentelemetry-go/issues/3214))
-   Upgrade `golang.org/x/sys/unix` from `v0.0.0-20210423185535-09eb48e85fd7` to `v0.0.0-20220919091848-fb04ddd9f9c8`.
    This addresses [GO-2022-0493](https://pkg.go.dev/vuln/GO-2022-0493). ([#&#8203;3235](https://github.com/open-telemetry/opentelemetry-go/issues/3235))

</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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMjQuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIyNC4wIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#98
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-10-29 05:56:00 +00:00
32a033cd36 feat: swagger - add more config opts (#113)
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: twhelp/core#113
2022-10-29 05:53:55 +00:00
2cbb8e2f26
chore: update k8s limits
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-29 07:31:38 +02:00
ef3ae25d49
fix: fix ingress config
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-27 16:09:43 +02: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
b8f13e5cfd refactor: update limits (#105)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: twhelp/core#105
2022-10-19 04:25:26 +00:00
7e05e1e7f9
chore: update golangci timeout
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-10-18 06:30:27 +02:00
d450a4a077 chore(deps): update module github.com/swaggo/swag to v1.8.7 (#102)
Some checks failed
continuous-integration/drone/push Build is failing
This PR contains the following updates:

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

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

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

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

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

##### Changelog

[`f8d59d6`](https://github.com/swaggo/swag/commit/f8d59d6) Bump golang.org/x/tools dependency version ([#&#8203;1338](https://github.com/swaggo/swag/issues/1338))
[`7f90377`](https://github.com/swaggo/swag/commit/7f90377) Fix generics issue [#&#8203;1345](https://github.com/swaggo/swag/issues/1345)  ([#&#8203;1349](https://github.com/swaggo/swag/issues/1349))
[`e4f0129`](https://github.com/swaggo/swag/commit/e4f0129) chore: drop go1.15 support ([#&#8203;1331](https://github.com/swaggo/swag/issues/1331))
[`277a278`](https://github.com/swaggo/swag/commit/277a278) chore: increment version ([#&#8203;1350](https://github.com/swaggo/swag/issues/1350))
[`74e96c9`](https://github.com/swaggo/swag/commit/74e96c9) feat. add support formData \[]file ([#&#8203;1332](https://github.com/swaggo/swag/issues/1332))
[`04c699c`](https://github.com/swaggo/swag/commit/04c699c) fix issue [#&#8203;1346](https://github.com/swaggo/swag/issues/1346) about generics ([#&#8203;1348](https://github.com/swaggo/swag/issues/1348))
[`075c176`](https://github.com/swaggo/swag/commit/075c176) refactor: move from io/ioutil to io and os packages ([#&#8203;1334](https://github.com/swaggo/swag/issues/1334))

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

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#102
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-10-18 04:20:34 +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
8b781e187e chore(deps): update module github.com/urfave/cli/v2 to v2.20.2 (#97)
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.17.1` -> `v2.20.2` |

---

### ⚠ 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.20.2`](https://github.com/urfave/cli/releases/tag/v2.20.2)

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

#### What's Changed

-   Fix:(issue\_1206) Default value shouldnt depend on env variable or val… by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1528

**Full Changelog**: https://github.com/urfave/cli/compare/v2.20.1...v2.20.2

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

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

#### What's Changed

-   Docs: Fix docs from merged PR1498 by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1532
-   Cleanup: Fix app.go formatting by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1533

**Full Changelog**: https://github.com/urfave/cli/compare/v2.20.0...v2.20.1

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

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

#### What's Changed

-   Cleanup redundant code in App/Command by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1498

**Full Changelog**: https://github.com/urfave/cli/compare/v2.19.3...v2.20.0

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

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

#### What's Changed

-   Build and run `urfave-cli-genflags` via its `Makefile` by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1526

**Full Changelog**: https://github.com/urfave/cli/compare/v2.19.2...v2.19.3

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

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

#### What's Changed

-   fix: stop automatic sorting for --help by [@&#8203;FGYFFFF](https://github.com/FGYFFFF) in https://github.com/urfave/cli/pull/1430

#### New Contributors

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

**Full Changelog**: https://github.com/urfave/cli/compare/v2.19.1...v2.19.2

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

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

#### What's Changed

-   Fix:(issue\_1500). Fix slice flag value duplication issue by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1502

**Full Changelog**: https://github.com/urfave/cli/compare/v2.19.0...v2.19.1

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

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

#### What's Changed

-   Fix:(issue\_1505) Fix flag alignment in help by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1506

**Full Changelog**: https://github.com/urfave/cli/compare/v2.18.2...v2.19.0

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

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

#### What's Changed

-   Configure GenericFlag's Destination type as struct not pointer by [@&#8203;nkuba](https://github.com/nkuba) in https://github.com/urfave/cli/pull/1442

#### New Contributors

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

**Full Changelog**: https://github.com/urfave/cli/compare/v2.18.1...v2.18.2

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

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

#### What's Changed

-   Ensure "generate" step runs in CI prior to diff check by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1504

**Full Changelog**: https://github.com/urfave/cli/compare/v2.18.0...v2.18.1

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

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

#### What's Changed

-   Call FlagStringer in String() method of slice flags by [@&#8203;fjl](https://github.com/fjl) in https://github.com/urfave/cli/pull/1508

#### New Contributors

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

**Full Changelog**: https://github.com/urfave/cli/compare/v2.17.2...v2.18.0

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

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

#### What's Changed

-   Remove nonexistent phony targets by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1503
-   wrap: Avoid trailing whitespace for empty lines by [@&#8203;abitrolly](https://github.com/abitrolly) in https://github.com/urfave/cli/pull/1513

#### New Contributors

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

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

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

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#97
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-10-17 04:59:41 +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