2
0
Fork 0
mirror of https://git.asonix.dog/asonix/pict-rs synced 2024-11-01 01:59:58 +00:00
Commit graph

644 commits

Author SHA1 Message Date
38a5b72606 Prepare v0.5.17-pre.2
This release fixes configuration for strict object storage
implementations
2024-06-25 15:34:48 -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
a38a1f1efa Resolve conflicts with main 2024-06-09 15:44:38 -05:00
9af7e01b01 Better handle concurrent proxies 2024-06-09 14:44:43 -05:00
80af2b67b0 Improve error messaging around diesel 2024-06-09 13:00:24 -05:00
c9fe2ea89f Update io-uring 2024-06-09 12:27:32 -05:00
b3a9edf8c8 Update reqwest to git, ring is no longer compiled 2024-06-09 11:36:03 -05:00
77c1c90572 Fix 'force' paramter in prine query 2024-06-09 11:05:13 -05:00
dd01548309 Fix backgrounded query boolean parsing 2024-06-05 12:54:05 -05:00
4e75764110 Add configuration option to control request logging 2024-06-03 22:15:52 -05:00
286bc8b97a Log for completed requests 2024-06-03 21:38:41 -05:00
8cf8b2bc05 Remove proxies row before deleting alias
This fixes the issue of invalidating the proxies alias foreign key
2024-06-03 16:29:13 -05:00
d03cc63d2b ffprobe: handle files with empty stream json 2024-05-20 22:08:54 -05:00
d7dc2e506d Merge branch 'main' into asonix/update-tokio-postgres-rustls 2024-05-19 10:21:12 -05:00
9d01aeb82c Update rustls for actix-web
includes update for rustls-channel-resolver
2024-05-19 10:08:48 -05:00
bddfb3c9d0 Merge branch 'main' into asonix/update-tokio-postgres-rustls 2024-05-19 09:40:45 -05:00
983e9ce151 Merge branch 'main' into asonix/update-reqwest 2024-05-19 09:36:54 -05:00
33e72266f5 Add public mechanism for installing aws-lc-rs 2024-05-03 23:05:17 -05:00
39da69b1aa Use tokio-postgres-generic-rustls 2024-05-03 22:39:30 -05:00
64b8635059 Update rustls for tokio-postgres
This doesn't update rustls for actix-web (0.22), or rustls for reqwest (0.21)
2024-05-03 22:39:30 -05:00
d45e3fa386 Remove unused 'remove' repo method 2024-05-03 22:35:20 -05:00
bfd4fd4689 Remove unused StatusError type 2024-05-03 22:34:18 -05:00
89f3c447a8 clippy 2024-05-01 14:57:03 -05:00
58529a2eb2 Update reqwest to 0.12
This pulls in hyper 1 and http 1, but removes rustls 0.21
2024-05-01 14:46:29 -05:00
700aeb90e0 Fix time deprecation warnings 2024-05-01 14:33:07 -05:00
c4e99ef539 Add ability to disable colorized logs 2024-04-15 15:16:10 -05:00
3428c31f16 Use tokio channels again 2024-04-14 20:06:58 -05:00
4021458be8 Prevent divided-by-zero for empty BytesStreams 2024-04-05 12:57:40 -05:00
eca3697410 Add panic boundaries for background jobs 2024-04-05 12:57:32 -05:00
d41fca5b6c Don't let the doctests step on each other via /tmp 2024-04-04 14:39:30 -05:00
d97cfe2a64 Remove 'armed' from NotificationEntryInner by only creating them when needed 2024-04-03 13:22:34 -05:00
a3bce4c2d3 clippy 2024-04-01 17:06:36 -05:00
960f6487b7 Queue generation jobs 2024-03-31 20:26:15 -05:00
cd6fb84cc4 Add timeout, metrics back to processor 2024-03-31 16:34:50 -05:00
056b96d0ad Rename thumbnail_args to variant_args 2024-03-31 16:23:34 -05:00
74885f2932 Share notification map between sled, postgres 2024-03-31 16:00:23 -05:00
d9d5ac5388 Make postgres work 2024-03-30 14:11:12 -05:00
612e4017d5 Postgres compiles 2024-03-30 12:10:31 -05:00
b43a435e64 Broken!!!!! 2024-03-30 09:36:31 -05:00
6e9239fa36 Move variant methods into variant repo trait 2024-03-28 12:04:40 -05:00
fe5a5723be Merge branch 'main' into asonix/per-upload-limits-and-operations 2024-03-27 19:20:50 -05:00
55bc4b64c1 Add per-upload validations and per-upload preprocess steps 2024-03-27 19:00:54 -05:00
84a882392a Start threading upload configuration into ingest 2024-03-27 16:57:22 -05:00
793d3c0c70 Cleanup temporary directory on launch by default 2024-03-23 18:42:12 -05:00
9178e3ef9f Don't spawn_local without tokio-unstable 2024-03-11 13:20:26 -05:00
d8d1ce1634 Don't mention tokio_uring 2024-03-10 23:02:03 -05:00
6f95c72070 Add new feature for testing with errors, test & fix job retries 2024-03-10 22:02:27 -05:00
286279cdf5 Control warn level for long polls via cargo feature 2024-03-10 20:07:59 -05:00
dff588aafd Switch from deadpool to bb8 2024-03-10 15:59:08 -05:00