Commit graph

117 commits

Author SHA1 Message Date
bf88d7b63f
v0.12.1 2025-02-22 14:31:48 +01:00
cb86b9d967
fix: add status_range 2025-02-22 14:21:20 +01:00
dependabot[bot]
196f65a384
Bump codecov/codecov-action from 4 to 5 in the actions group (#28)
Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `codecov/codecov-action` from 4 to 5
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-15 08:23:52 +00:00
dependabot[bot]
7252469b32
Update sea-orm requirement from 0.12.1 to 1.0.0 (#27)
Updates the requirements on [sea-orm](https://github.com/SeaQL/sea-orm) to permit the latest version.
- [Release notes](https://github.com/SeaQL/sea-orm/releases)
- [Changelog](https://github.com/SeaQL/sea-orm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/SeaQL/sea-orm/compare/0.12.1...1.0.0)

---
updated-dependencies:
- dependency-name: sea-orm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 08:08:10 +00:00
dependabot[bot]
8e5354a3b0
Update itertools requirement from 0.12.0 to 0.13.0 (#26)
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-17 08:19:53 +00:00
515f7a7aba
v0.12.0 2024-04-02 01:20:22 +02:00
b73cb39799
Fix coverage uploading 2024-04-02 01:14:39 +02:00
5026a3330b
Update poem and poem-openapi 2024-04-02 01:09:32 +02:00
dependabot[bot]
3fbcd5e7cc
Bump the actions group with 1 update (#22)
Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `codecov/codecov-action` from 3 to 4
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 08:43:28 +00:00
5962902eca
v0.11.0 2024-01-09 09:13:55 +01:00
f28ac058c3
Bump msrv to 1.74.1 2024-01-09 08:46:02 +01:00
ae0b1fde50
Bump poem to 2.0.0 and poem-openapi to 4.0.0 2024-01-09 08:05:15 +01:00
dependabot[bot]
c60247c124
Update itertools requirement from 0.11.0 to 0.12.0 (#16)
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-15 08:32:43 +00:00
7e052b9f5d
v0.10.0 2023-10-31 19:35:00 +01:00
Lys
11b020bdff
Add custom check and rollback only on error (#14)
* feat: add custom check + rollback only on error

- Adds the option for a custom check
- Only calls `txn.rollback()` when there's an error, instead of
when it's not a success, helping with redirections

* Minor improvements

---------

Co-authored-by: Defelo <elodef42@gmail.com>
2023-10-14 21:00:28 +02:00
95d159993d
v0.9.4 2023-09-20 11:25:47 +02:00
da4ec4c894
Merge remote-tracking branch 'ci/main' into develop 2023-09-20 11:14:16 +02:00
dependabot[bot]
44f18e9b02
Bump the actions group with 5 updates (#2)
Bumps the actions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [docker/metadata-action](https://github.com/docker/metadata-action) | `4` | `5` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `2` | `3` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `2` | `3` |
| [docker/login-action](https://github.com/docker/login-action) | `2` | `3` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `4` | `5` |


Updates `docker/metadata-action` from 4 to 5
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](https://github.com/docker/metadata-action/compare/v4...v5)

Updates `docker/setup-qemu-action` from 2 to 3
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3)

Updates `docker/setup-buildx-action` from 2 to 3
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3)

Updates `docker/login-action` from 2 to 3
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)

Updates `docker/build-push-action` from 4 to 5
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-12 16:40:27 +02:00
dependabot[bot]
64c404c1b0
Bump the actions group with 1 update (#10)
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).

- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 09:08:17 +00:00
Felix
db48223253
Merge pull request #1 from Defelo/dependabot/github_actions/actions-8a9da2b879
Bump the actions group with 1 update
2023-09-04 16:59:08 +02:00
dependabot[bot]
5296bc4fdf
Bump the actions group with 1 update
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).

- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 14:30:39 +00:00
6a73269199
Merge remote-tracking branch 'ci/main' into develop
# Conflicts:
#	.github/dependabot.yml
2023-09-01 11:43:59 +02:00
f8cc0d956f
Automatically enable automerge on dependabot prs 2023-09-01 11:37:53 +02:00
b44d17e898
Don't group major releases 2023-09-01 10:00:57 +02:00
f67e4e3612
Merge remote-tracking branch 'ci/main' into develop 2023-08-24 22:44:10 +02:00
a05751ebf5
Add dependabot update groups 2023-08-24 12:56:00 +02:00
81a38c712f
v0.9.3 2023-08-16 22:06:23 +02:00
d46d4e9cf9
Bump poem-openapi requirement to 3.0.2 2023-08-16 21:55:20 +02:00
11815610e5
Allow multi line docs in response! macro 2023-08-16 18:22:12 +02:00
73c62a578f
v0.9.2 2023-08-02 10:53:29 +02:00
dd01a2d29e
Update msrv 2023-08-02 10:45:11 +02:00
eb7f5fee76
v0.9.1 2023-08-02 10:05:07 +02:00
dependabot[bot]
bf75754286
Update sea-orm requirement from 0.11.3 to 0.12.1 (#9)
Updates the requirements on [sea-orm](https://github.com/SeaQL/sea-orm) to permit the latest version.
- [Release notes](https://github.com/SeaQL/sea-orm/releases)
- [Changelog](https://github.com/SeaQL/sea-orm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/SeaQL/sea-orm/compare/0.11.3...0.12.1)

---
updated-dependencies:
- dependency-name: sea-orm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-28 10:37:56 +02:00
74a11f59dd
v0.9.0 2023-07-25 18:07:08 +02:00
6f6abf7f24
Reformat code 2023-07-25 00:29:02 +02:00
dependabot[bot]
82e8e1c9ce
Update poem-openapi requirement from 2.0.26 to 3.0.0 (#8)
Updates the requirements on [poem-openapi](https://github.com/poem-web/poem) to permit the latest version.
- [Release notes](https://github.com/poem-web/poem/releases)
- [Commits](https://github.com/poem-web/poem/commits)

---
updated-dependencies:
- dependency-name: poem-openapi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 22:28:13 +00:00
6a4df7e9de
notify-release: Set notify-after to two weeks 2023-07-18 19:03:45 +02:00
c53f3be85d
v0.8.1 2023-07-08 19:04:04 +02:00
26aa9355c0
Fix serde::{Serialize, Deserialize} implementations for PatchValue 2023-07-08 19:00:44 +02:00
8a5300a6a9
v0.8.0 2023-07-08 18:24:21 +02:00
211a144495
Derive serde::{Serialize, Deserialize} for PatchValue 2023-07-08 17:57:02 +02:00
a7257a2659
v0.7.2 2023-07-02 00:45:40 +02:00
dependabot[bot]
d126b66b6d
Update itertools requirement from 0.10.5 to 0.11.0 (#5)
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.5...v0.11.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-23 11:30:04 +02:00
fc3a65f90a
v0.7.1 2023-06-19 18:39:16 +02:00
7948747c9f
Implement Default for PatchValue 2023-06-19 18:32:36 +02:00
c55f1ea25a
v0.7.0 2023-05-25 20:15:40 +02:00
bfa7cec997
Add shield middleware 2023-05-25 19:56:49 +02:00
868d84ea1f
Use doc_auto_cfg 2023-05-23 15:20:11 +02:00
31eb32b691
Move crate root docs into readme 2023-05-23 15:16:45 +02:00
1226dabb4f
Merge remote-tracking branch 'ci/main' into develop 2023-05-23 15:12:55 +02:00