Commit Graph

26 Commits

Author SHA1 Message Date
renovate 9e49701dd9 chore(deps): update golang docker tag to v1.20 (#11)
continuous-integration/drone/push Build is passing Details
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | docker | minor | `1.19` -> `1.20` |

---

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

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: #11
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2023-02-02 04:33:05 +00:00
Dawid Wysokiński 89b13247b1
chore: update README.md
continuous-integration/drone/push Build is passing Details
2022-12-11 10:15:17 +01:00
renovate 2432b5bcab chore(deps): update module github.com/go-chi/chi/v5 to v5.0.8 (#10)
continuous-integration/drone/push Build is passing Details
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) | require | patch | `v5.0.7` -> `v5.0.8` |

---

### Release Notes

<details>
<summary>go-chi/chi</summary>

### [`v5.0.8`](https://github.com/go-chi/chi/blob/HEAD/CHANGELOG.md#v508-2022-12-07)

[Compare Source](https://github.com/go-chi/chi/compare/v5.0.7...v5.0.8)

-   History of changes: see https://github.com/go-chi/chi/compare/v5.0.7...v5.0.8

</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: #10
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-12-11 08:02:29 +00:00
renovate bd9657b489 chore(deps): update module github.com/stretchr/testify to v1.8.1 (#8)
continuous-integration/drone/push Build is passing Details
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | require | patch | `v1.8.0` -> `v1.8.1` |

---

### Release Notes

<details>
<summary>stretchr/testify</summary>

### [`v1.8.1`](https://github.com/stretchr/testify/compare/v1.8.0...v1.8.1)

[Compare Source](https://github.com/stretchr/testify/compare/v1.8.0...v1.8.1)

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

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: #8
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-12-01 08:18:26 +00:00
renovate 8f902152b1 chore(deps): update module go.uber.org/zap to v1.24.0 (#9)
continuous-integration/drone/push Build is passing Details
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [go.uber.org/zap](https://github.com/uber-go/zap) | require | minor | `v1.23.0` -> `v1.24.0` |

---

### Release Notes

<details>
<summary>uber-go/zap</summary>

### [`v1.24.0`](https://github.com/uber-go/zap/releases/tag/v1.24.0)

[Compare Source](https://github.com/uber-go/zap/compare/v1.23.0...v1.24.0)

Enhancements:

-   [#&#8203;1148][]: Add `Level` to both `Logger` and `SugaredLogger` that reports the
    current minimum enabled log level.
-   [#&#8203;1185][]: `SugaredLogger` turns errors to zap.Error automatically.

Thanks to [@&#8203;Abirdcfly](https://github.com/Abirdcfly), [@&#8203;craigpastro](https://github.com/craigpastro), [@&#8203;nnnkkk7](https://github.com/nnnkkk7), and [@&#8203;sashamelentyev](https://github.com/sashamelentyev) for their
contributions to this release.

[#&#8203;1148]: https://github.com/uber-go/zap/pull/1148

[#&#8203;1185]: https://github.com/uber-go/zap/pull/1185

</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: #9
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-12-01 04:27:28 +00:00
Dawid Wysokiński 0bbf45fb93
update README.md
continuous-integration/drone/push Build is passing Details
2022-10-12 15:14:09 +02:00
Dawid Wysokiński 00d88cf83c
rename examples directory (_example -> _examples)
continuous-integration/drone/push Build is passing Details
2022-09-22 12:29:15 +02:00
Dawid Wysokiński 62e35913a0
update version in chizap/_example/basic
continuous-integration/drone/push Build is passing Details
2022-09-17 06:29:25 +02:00
renovate 225af787c7 chore(deps): update module go.uber.org/zap to v1.23.0 (#6)
continuous-integration/drone/push Build is passing Details
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [go.uber.org/zap](https://github.com/uber-go/zap) | require | minor | `v1.21.0` -> `v1.23.0` |

---

### Release Notes

<details>
<summary>uber-go/zap</summary>

### [`v1.23.0`](https://github.com/uber-go/zap/releases/tag/v1.23.0)

[Compare Source](https://github.com/uber-go/zap/compare/v1.22.0...v1.23.0)

Enhancements:

-   [#&#8203;1147][]: Add a `zapcore.LevelOf` function to determine the level of a
    `LevelEnabler` or `Core`.
-   [#&#8203;1155][]: Add `zap.Stringers` field constructor to log arrays of objects
    that implement `String() string`.

[#&#8203;1147]: https://github.com/uber-go/zap/pull/1147

[#&#8203;1155]: https://github.com/uber-go/zap/pull/1155

### [`v1.22.0`](https://github.com/uber-go/zap/releases/tag/v1.22.0)

[Compare Source](https://github.com/uber-go/zap/compare/v1.21.0...v1.22.0)

Enhancements:

-   [#&#8203;1071][]: Add `zap.Objects` and `zap.ObjectValues` field constructors to log
    arrays of objects. With these two constructors, you don't need to implement
    `zapcore.ArrayMarshaler` for use with `zap.Array` if those objects implement
    `zapcore.ObjectMarshaler`.
-   [#&#8203;1079][]: Add `SugaredLogger.WithOptions` to build a copy of an existing
    `SugaredLogger` with the provided options applied.
-   [#&#8203;1080][]: Add `*ln` variants to `SugaredLogger` for each log level.
    These functions provide a string joining behavior similar to `fmt.Println`.
-   [#&#8203;1088][]: Add `zap.WithFatalHook` option to control the behavior of the
    logger for `Fatal`-level log entries. This defaults to exiting the program.
-   [#&#8203;1108][]: Add a `zap.Must` function that you can use with `NewProduction` or
    `NewDevelopment` to panic if the system was unable to build the logger.
-   [#&#8203;1118][]: Add a `Logger.Log` method that allows specifying the log level for
    a statement dynamically.

Thanks to [@&#8203;cardil](https://github.com/cardil), [@&#8203;craigpastro](https://github.com/craigpastro), [@&#8203;sashamelentyev](https://github.com/sashamelentyev), [@&#8203;shota3506](https://github.com/shota3506), and [@&#8203;zhupeijun](https://github.com/zhupeijun)
for their contributions to this release.

[#&#8203;1071]: https://github.com/uber-go/zap/pull/1071

[#&#8203;1079]: https://github.com/uber-go/zap/pull/1079

[#&#8203;1080]: https://github.com/uber-go/zap/pull/1080

[#&#8203;1088]: https://github.com/uber-go/zap/pull/1088

[#&#8203;1108]: https://github.com/uber-go/zap/pull/1108

[#&#8203;1118]: https://github.com/uber-go/zap/pull/1118

</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>
Reviewed-on: #6
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-09-16 18:47:06 +00:00
Dawid Wysokiński f3cffb5054 run tests in parallel (#4)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #4
2022-09-16 14:55:21 +00:00
Dawid Wysokiński b514b7639c
update version in chizap/_example/basic
continuous-integration/drone/push Build is passing Details
2022-09-16 16:47:46 +02:00
Dawid Wysokiński 1651e1d80d add example and update README.md (#3)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #3
2022-09-16 14:43:57 +00:00
Dawid Wysokiński d6f9376aaf add .drone.yml (#2)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #2
2022-09-16 14:14:31 +00:00
Dawid Wysokiński 34988ffb4b refactor (#1)
Reviewed-on: #1
2022-09-16 14:06:41 +00:00
Dawid Wysokiński a6b1a6d89b
Merge pull request #6 from Kichiyaki/renovate/go.uber.org-zap-1.x
Update module go.uber.org/zap to v1.21.0
2022-02-07 19:18:20 +01:00
Renovate Bot 2864960619
Update module go.uber.org/zap to v1.21.0 2022-02-07 18:16:06 +00:00
Dawid Wysokiński 3fffdf68e2
Merge pull request #5 from Kichiyaki/renovate/go.uber.org-zap-1.x
Update module go.uber.org/zap to v1.20.0
2022-01-05 07:18:32 +01:00
Renovate Bot 05b6f7c031
Update module go.uber.org/zap to v1.20.0 2022-01-04 21:50:15 +00:00
Dawid Wysokiński 8fdaba7b0b
Merge pull request #4 from Kichiyaki/renovate/go.uber.org-zap-1.x
Update module go.uber.org/zap to v1.19.1
2021-11-30 11:43:50 +01:00
Renovate Bot 3d9dd37c12
Update module go.uber.org/zap to v1.19.1 2021-11-30 10:25:34 +00:00
Dawid Wysokiński 9301f96804
Merge pull request #3 from Kichiyaki/renovate/github.com-go-chi-chi-v5-5.x
Update module github.com/go-chi/chi/v5 to v5.0.7
2021-11-30 11:24:40 +01:00
Renovate Bot 21c0124012
Update module github.com/go-chi/chi/v5 to v5.0.7 2021-11-30 10:24:10 +00:00
Dawid Wysokiński 26543556df go.mod cleanup 2021-11-30 11:23:21 +01:00
Dawid Wysokiński 4bee9ba997
Merge pull request #1 from Kichiyaki/renovate/configure
Configure Renovate
2021-11-04 16:10:30 +01:00
Renovate Bot 3eba8ec070
Add renovate.json 2021-11-04 15:05:49 +00:00
Dawid Wysokiński 3ffbf1a6ae init 2021-08-31 08:03:13 +02:00