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

339 commits

Author SHA1 Message Date
668b68a23f Add internal endpoint to trigger upgrade preparation job 2023-12-05 16:58:52 -06:00
388cb4019f Remove custom multipart response definition 2023-12-05 13:22:04 -06:00
ea1cd5b0f2 Add explicit static bound required by 1.74 2023-12-05 13:05:50 -06:00
de58e41ed4 cargo fmt 2023-12-05 12:57:51 -06:00
7f153c6430 Update opentelemetry, tracing-log 2023-12-05 12:57:38 -06:00
ac9cade3e4 Bail on closed semaphore (semaphore shouldn't close anyway) 2023-12-04 15:43:55 -06:00
39de25cbfd Add AggregateTimeout, don't aggregate with permit 2023-12-04 15:36:23 -06:00
6c9a50a1ad Implement constant-time equality for delete tokens, inline alias cleanup 2023-10-04 12:06:20 -05:00
7cafe5ce25 Enable specifying migrate-store concurrency 2023-10-03 15:54:19 -05:00
0aab38b40a Add timeout configuration for external validation 2023-09-18 19:50:17 -05:00
8f3f1dcc6f Clippy 2023-09-15 15:31:01 -04:00
b81bbb9b2d Add external validation check 2023-09-06 18:53:52 -05:00
d32f61b85e Consider timeout errors client errors 2023-08-05 15:15:20 -05:00
04bf9aade7 clippy 2023-08-05 11:58:46 -05:00
35c280a08d Add process timeout 2023-08-05 11:51:52 -05:00
a240480b94 Add content-length header when completing multipart requests 2023-07-21 19:33:24 -05:00
a56fa1f188 Add content-length 2023-07-21 19:17:26 -05:00
a30b1ae540 Aggregate bytes list into single bytes for object storage
This is a workaround for reqwest overriding the content-length header
2023-07-21 18:54:29 -05:00
e1ba1c13e5 Replace awc with reqwest 2023-07-21 16:21:24 -05:00
b32e1cc6f6 Fix dangling unprocessed uploads
Adds error boundary around backgrounded ingest
2023-07-17 22:30:10 -05:00
be73907a0a Fix resuming migrations, update version number 2023-07-16 20:13:53 -05:00
ee0ce5bc38 Return Root Cause error from backgrounded endpoint 2023-07-16 12:21:46 -05:00
f9b8e817e6 Drain joinset before completing migration 2023-07-16 10:02:05 -05:00
37e2012509 Move store migration to separate file 2023-07-15 15:04:32 -05:00
6a05d3588c Add permissions error on Process 2023-07-15 14:41:33 -05:00
25c717771c Attempt to implement concurrent hash migrations 2023-07-15 14:37:17 -05:00
e23b33e245 Enable setting content type when uploading objects 2023-07-15 13:06:34 -05:00
4a407afd9f Fix alias cleanup ordering 2023-07-13 19:59:39 -05:00
943c4d5b58 Guard against failed commands not erroring 2023-07-11 17:52:46 -05:00
691bca286c Make object storage timeouts configurable 2023-07-11 13:01:58 -05:00
f5c39f9be5 Typo, error formatting 2023-07-10 17:15:43 -05:00
4be2eb67d1 Increase object storage signature expiry to 15 seconds 2023-07-10 16:28:51 -05:00
9004ecaadf Better classify process related errors 2023-07-10 15:29:41 -05:00
e10cb1401d Bump version 2023-07-09 15:16:04 -05:00
7dadbcf3ed Replace UnsupportedFormat error with more helpful errors 2023-07-09 15:07:49 -05:00
1694f49436 Use json for ffmpeg, imagemagick details parsing 2023-07-09 14:50:58 -05:00
686be1d93b Turn export_path into flag for sled 2023-07-08 19:56:26 -05:00
7768d4e58e Add database exports
This should help admins running pict-rs on traditional filesystems to
keep valid backups of pict-rs' sled repo
2023-07-08 17:36:01 -05:00
4680f9c3aa Instrument repo and store build methods 2023-07-08 10:42:03 -05:00
d51c348a3f Run health checks on old and new stores before migrating 2023-07-07 14:05:13 -05:00
3ccb8ecd8c Validate alias represents real file before setting not found 2023-07-07 13:33:27 -05:00
9e7376d411 Remove is_missing error, make Identifier and DeleteToken return Option on fetch 2023-07-07 13:17:26 -05:00
7274538b70 Try adding store healthcheck 2023-07-07 12:05:42 -05:00
c150903980 Expand store differentiation 2023-07-07 11:19:39 -05:00
75be876d3c Differentiate missing files in old vs new store for migration 2023-07-07 11:03:10 -05:00
508dd4340b Fix panic when migrating < 100 files, improve resumed migration messaging 2023-07-06 16:06:37 -05:00
3487cb0e30 Add ability to set 404 image
Fix imagemagick blur arguments
2023-07-05 19:07:03 -05:00
e7e4876908 Explicitly handle cases of invalid aliases 2023-07-05 16:46:44 -05:00
23e67b9697 Enhance migration handling of missing identifiers
Queue a cleanup task for hashes that don't have original file identifiers
Be more specific about what field is missing when a field is missing
2023-07-05 09:52:19 -05:00
2274dfecb4 Fix io-uring - read_to_end was polling Stream mapped through StreamReader after completion 2023-07-05 00:35:07 -05:00