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

597 commits

Author SHA1 Message Date
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
4976fcb2eb Remove unneeded code 2024-03-09 22:53:46 -06:00
aa4582a3f8 Remove unused store method 2024-03-09 15:38:39 -06:00
e302df7e39 Add more poll timers, spawn process from background threads 2024-03-09 15:19:13 -06:00
9fe586b9dd Implement retries for jobs, start warning on long polls 2024-03-09 12:15:23 -06:00
40bb58d603 clippy 2024-03-03 11:13:51 -06:00
4897c90ed7 Add blurhash cleanup for sled 2024-03-03 11:11:43 -06:00
3ecefcb64e Save blurhashes in repo, improve some error responses, simplify extracting aliases 2024-03-02 13:27:58 -06:00
348f4ce0a3 Use same UUID for directory and filename 2024-03-02 12:20:50 -06:00
25ef3861f1 Remove more unneeded 'static 2024-02-27 20:46:04 -06:00
6ee7c5c4a0 Remove unneeded 'static 2024-02-27 20:41:39 -06:00
04dcc9a0c8 Include file extension in identifiers 2024-02-27 20:41:25 -06:00
d13f7fe969 Include a few random bytes in the directory structure 2024-02-27 20:18:35 -06:00
16890eaa45 Just keep timestamp component of v7 for directory 2024-02-26 15:58:06 -06:00
c17a8722c6 Simplify object and file path generation 2024-02-26 15:43:30 -06:00
7c6112e631 ffprobe: read from file, simplify input-file access 2024-02-25 13:05:47 -06:00
277b47af46 Fix imagemagick ffmpeg delegate, strip metadata while converting videos 2024-02-25 11:40:03 -06:00
b139190663 clippy 2024-02-24 19:36:29 -06:00
03bd3cbe2f Even more piping 2024-02-24 19:27:34 -06:00
13fc0df31a More piping 2024-02-24 19:07:48 -06:00
2074334131 Switch more commands to be driven via STDIN 2024-02-24 14:02:41 -06:00
eabd7ea228 Delete unused functions 2024-02-24 13:21:35 -06:00
ad51e6cd9f Avoid writing blurhashed images to tmp 2024-02-24 13:16:25 -06:00
0fd19a5682 Start work on blurhash 2024-02-23 22:12:19 -06:00
6a6c61058a Split save_stream for object storage to early-drop stack-pinned stream 2024-02-22 18:55:12 -06:00
d73e683d48 Remove unused From 2024-02-22 18:23:39 -06:00
16bf18bda4 Remove some Unpin and 'static bounds 2024-02-22 18:05:04 -06:00
227e9cc3a7 BytesReader: use built-in state tracking 2024-02-22 17:49:16 -06:00
59b03d548d Fix is_empty 2024-02-22 17:09:03 -06:00
f3e455a1c3 Increase buffer size for AsyncRead -> Stream conversion 2024-02-22 16:25:03 -06:00
00a08a8bc9 Improve AyncRead impl 2024-02-22 16:21:31 -06:00
de356c1f12 Remove MessageBody impl 2024-02-22 16:15:32 -06:00
3a7d5b7bfb Re-use try_from_stream where possible 2024-02-22 16:10:34 -06:00
0ebee2a07c cargo fix 2024-02-22 16:03:49 -06:00
c1e651c01a Use BytesStream in more places 2024-02-22 16:03:04 -06:00
9db5cc82f8 Add special handling for FileSize errors 2024-02-19 12:55:44 -06:00
4a7a51d147 Add more imagemagick security configuration
Remove default security policy, since it is overridden anyway
Update default value for max_area
Inherit animation frame count configuration for list-length
Add release document
2024-02-05 14:30:01 -06:00
71d81681d5 It compiles 2024-02-04 15:45:47 -06:00
d8c4a22ba9 Start describing metrics 2024-02-04 14:26:18 -06:00
8869b82065 Update rustls for actix-web 2024-02-03 21:58:08 -06:00
85f6356025 Fix images with trailing bytes failing to upload 2024-02-03 19:50:00 -06:00
835647d290 Unite launch-with-store fns 2024-02-03 18:42:34 -06:00
c176e4c686 clippy 2024-02-03 18:30:52 -06:00
880dfc20ee Remove unneeded struct, import 2024-02-03 18:20:17 -06:00
7eba45f37e cargo fix & cargo fmt 2024-02-03 18:19:14 -06:00
50e31f96da It compiles again 2024-02-03 18:18:13 -06:00
f2410a9283 use State 2024-02-03 13:32:20 -06:00
cf7c753e65 Pass a State value around rather than a bunch of arguments 2024-02-03 13:31:54 -06:00