Commit Graph

137 Commits

Author SHA1 Message Date
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
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
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