2
0
Fork 0
mirror of https://git.asonix.dog/asonix/pict-rs synced 2024-11-20 11:21:14 +00:00
Commit graph

1432 commits

Author SHA1 Message Date
cb09720d85 Clippy nit: borrowed value passed to json 2024-11-12 13:55:37 -06:00
47b3fb84b6 Update rust version & MSRV to 1.82 2024-11-12 13:46:30 -06:00
bb6ec7c817 Merge branch 'main' into asonix/update-diesel-async-05 2024-11-12 13:24:41 -06:00
db69f3bb74 Clean up permitted duplicate crates, allow unmaintained instant crate 2024-11-12 13:09:16 -06:00
f6b3978096 Allow Unicode-3.0 license 2024-11-12 13:02:47 -06:00
d0b02135d0 Update dependencies (minor & point & reqwest-middleware due to semver incompat change) 2024-11-12 12:52:17 -06:00
9e08db62a9 Merge pull request 'Update opentelemetry' (#70) from asonix/update-opentelemetry-026 into main
Reviewed-on: https://git.asonix.dog/asonix/pict-rs/pulls/70
2024-11-12 18:44:21 +00:00
a5d81ce90a Use stable tracing-actix-web 2024-11-12 12:35:41 -06:00
6014a793ab Add release documentation 2024-10-16 21:29:35 -05:00
d19c9927ed v0.5.17-pre.6 2024-10-16 21:26:17 -05:00
46b12895d5 Merge pull request 'Prevent postgres errors by explicitly allowing conflicts' (#72) from asonix/on-conflict-do-nothing into main
Reviewed-on: https://git.asonix.dog/asonix/pict-rs/pulls/72
2024-10-17 02:23:36 +00:00
68181e4aad Update deny.toml 2024-10-16 21:23:03 -05:00
a4228135b4 Prevent postgres errors by explicitly allowing conflicts 2024-10-16 18:11:53 -05:00
7f3a6daaa0 Update opentelemetry to 0.26 2024-10-16 17:52:00 -05:00
0430d09da7 Update metrics & related 2024-10-16 17:20:06 -05:00
9155b5461c Update dependencies (minor & point) 2024-10-16 17:17:20 -05:00
5302e78257 Update object_store 2024-10-05 23:29:15 -05:00
244ab68c5d Update console-subscriber, otel packages 2024-10-05 23:29:15 -05:00
d34906f1ee Update dependencies (minor & point) 2024-10-05 23:29:13 -05:00
5a9a0b16fc Prepare 0.5.17-pre.5 2024-07-21 11:49:22 -05:00
fb80f77136 Add 0.5.17-pre.4.md 2024-07-20 17:10:20 -05:00
56c42b6e57 Prepare 0.5.17-pre.4 2024-07-20 16:44:19 -05:00
e29a50ecc8 Check if variant exists when serving existing and warn if it doesn't 2024-07-20 16:39:40 -05:00
a3bb40402e Update diesel-async to 0.5.0, msrv bump 2024-07-19 17:36:41 -05:00
2d92cd861d Docker env: update postgres, garage 2024-07-19 17:36:22 -05:00
e740998f96 Update dependencies (minor & point) 2024-07-19 17:27:59 -05:00
fb3e06d436 Update dependencies (minor & point) 2024-07-09 12:50:32 -05:00
4b0e6cf4db Don't run deny in release flow. it's not working in CI 2024-06-26 14:25:19 -05:00
24a28a0891 Prepare v0.5.17-pre.3 2024-06-26 13:44:07 -05:00
62013068ca Set user-agent from cargo metadata 2024-06-26 13:29:42 -05:00
4b67c696d8 Don't automatically prepend bucket to endpoint when path_style is disabled 2024-06-26 13:18:48 -05:00
38a5b72606 Prepare v0.5.17-pre.2
This release fixes configuration for strict object storage
implementations
2024-06-25 15:34:48 -05:00
147f9406c8 Prepare v0.5.17-pre.1 2024-06-24 17:10:13 -05:00
175b0f962a Use off-the-shelf object storage library
This library bundles its own reqwest client unfortunately
2024-06-24 14:19:36 -05:00
df41f0a071 Switch back to ring 2024-06-24 10:32:06 -05:00
cbc14810ec Fix signature duration configuration documentation 2024-06-22 18:03:09 -05:00
bb9f8e8807 Update console-subscriber, be more specific about latest point versions 2024-06-21 15:06:10 -05:00
6d26d7ab9b Update flake, rustc 1.78 2024-06-21 14:46:55 -05:00
7050c1c6ae Add cargo-deny to flake 2024-06-21 14:40:13 -05:00
cfea4b6c5a Merge pull request 'Remove ring' (#65) from asonix/remove-ring into main
Reviewed-on: https://git.asonix.dog/asonix/pict-rs/pulls/65
2024-06-21 19:38:36 +00:00
3664d9f94d Require deny run for publish 2024-06-21 14:29:49 -05:00
0dbdbd2d49 Add cargo-deny run 2024-06-21 14:27:11 -05:00
955f3ed229 Add deny.toml for 'cargo deny' 2024-06-21 13:43:59 -05:00
a9fe7df4eb Use stable reqwest 2024-06-21 13:43:50 -05:00
8a009a3726 Remove 'jxl' from animation format documentation 2024-06-21 12:57:53 -05:00
a38a1f1efa Resolve conflicts with main 2024-06-09 15:44:38 -05:00
31049d3922 Prepare 0.5.16 2024-06-09 15:38:43 -05:00
a6fbb67875 Merge pull request 'Update metrics to 0.23' (#66) from asonix/update-metrics-023 into main
Reviewed-on: https://git.asonix.dog/asonix/pict-rs/pulls/66
2024-06-09 19:46:51 +00:00
d3d7dfef99 Merge branch 'main' into asonix/update-metrics-023 2024-06-09 19:45:50 +00:00
0cd100842d Merge pull request 'Update opentelemetry to 0.23' (#64) from asonix/update-opentelemetry-023 into main
Reviewed-on: https://git.asonix.dog/asonix/pict-rs/pulls/64
2024-06-09 19:45:36 +00:00