Commit graph

1340 commits

Author SHA1 Message Date
asonix dc7bdf7eeb Update flake.lock 2024-04-21 21:02:42 -05:00
asonix 33ba045ee1 Apparently imagemagick needs a shell to delegate to ffmpeg properly 2024-04-21 21:02:31 -05:00
asonix f082e48ed8 Attempt to set up nix-based docker for pict-rs
There's a bug when converting APNG files to WEBP files, which
imagemagick delegates to ffmpeg. When doing 'nix build' and running the
result, or running pict-rs in the dev shell, it works fine. In the
container, this doesn't work at all. imagemagick complains that there's
no media to convert, implying ffmpeg has output a zero-sized file.

This work is helping to narrow down exactly what pict-rs needs to run,
though. This still needs to be tested against h264, h265, vp8, vp9 and
av1.
2024-04-21 14:31:03 -05:00
asonix 97159e0030 Update release document 2024-04-15 21:17:40 -05:00
asonix 6d40fbee47 Prepare 0.5.13 2024-04-15 15:31:31 -05:00
asonix c4e99ef539 Add ability to disable colorized logs 2024-04-15 15:16:10 -05:00
asonix 3428c31f16 Use tokio channels again 2024-04-14 20:06:58 -05:00
asonix 4bb3bad703 Prepare 0.5.12 2024-04-05 13:05:16 -05:00
asonix 4021458be8 Prevent divided-by-zero for empty BytesStreams 2024-04-05 12:57:40 -05:00
asonix eca3697410 Add panic boundaries for background jobs 2024-04-05 12:57:32 -05:00
asonix d41fca5b6c Don't let the doctests step on each other via /tmp 2024-04-04 14:39:30 -05:00
asonix e3183c923f Remove dev-dependency on tokio-uring - unneeded 2024-04-04 12:53:08 -05:00
asonix d97cfe2a64 Remove 'armed' from NotificationEntryInner by only creating them when needed 2024-04-03 13:22:34 -05:00
asonix cef9a68307 Update dependencies (minor & point) 2024-04-01 18:08:57 -05:00
asonix 5f9efb2e1a Prepare 0.5.11 2024-04-01 18:08:46 -05:00
asonix dfb38c7144 Merge pull request 'Background variant processing' (#56) from asonix/backgrounded-variants into main
Reviewed-on: https://git.asonix.dog/asonix/pict-rs/pulls/56
2024-04-01 22:17:30 +00:00
asonix a3bce4c2d3 clippy 2024-04-01 17:06:36 -05:00
asonix c013f697fd Update readme with new API information 2024-04-01 17:01:52 -05:00
asonix 960f6487b7 Queue generation jobs 2024-03-31 20:26:15 -05:00
asonix cd6fb84cc4 Add timeout, metrics back to processor 2024-03-31 16:34:50 -05:00
asonix 056b96d0ad Rename thumbnail_args to variant_args 2024-03-31 16:23:34 -05:00
asonix 74885f2932 Share notification map between sled, postgres 2024-03-31 16:00:23 -05:00
asonix d9d5ac5388 Make postgres work 2024-03-30 14:11:12 -05:00
asonix 612e4017d5 Postgres compiles 2024-03-30 12:10:31 -05:00
asonix b43a435e64 Broken!!!!! 2024-03-30 09:36:31 -05:00
asonix 6e9239fa36 Move variant methods into variant repo trait 2024-03-28 12:04:40 -05:00
asonix 525deffd8d Merge pull request 'Add per-upload limits and per-upload preprocess steps' (#55) from asonix/per-upload-limits-and-operations into main
Reviewed-on: https://git.asonix.dog/asonix/pict-rs/pulls/55
2024-03-28 01:17:32 +00:00
asonix fe5a5723be Merge branch 'main' into asonix/per-upload-limits-and-operations 2024-03-27 19:20:50 -05:00
asonix 3211ce459e Update dependencies (minor & point) 2024-03-27 19:11:41 -05:00
asonix 4b46f1ae2a Use stable actix-form-data 2024-03-27 19:10:58 -05:00
asonix 55bc4b64c1 Add per-upload validations and per-upload preprocess steps 2024-03-27 19:00:54 -05:00
asonix 84a882392a Start threading upload configuration into ingest 2024-03-27 16:57:22 -05:00
asonix 5f850f8c86 Prepare 0.5.10 release 2024-03-23 18:59:48 -05:00
asonix bcc7773433 Update dependencies (minor & point) 2024-03-23 18:49:48 -05:00
asonix 793d3c0c70 Cleanup temporary directory on launch by default 2024-03-23 18:42:12 -05:00
asonix 34b9919428 Fix release document 2x combo 2024-03-11 13:58:57 -05:00
asonix dacfc43c44 Fix release document 2024-03-11 13:57:53 -05:00
asonix 2ead3e00e2 Revert "Zigbuild with tokio-unstable"
This reverts commit b7f508207f.
2024-03-11 13:29:52 -05:00
asonix df04ca9b12 Prepare 0.5.9 2024-03-11 13:29:15 -05:00
asonix 9178e3ef9f Don't spawn_local without tokio-unstable 2024-03-11 13:20:26 -05:00
asonix b7f508207f Zigbuild with tokio-unstable 2024-03-11 13:20:12 -05:00
asonix d8d1ce1634 Don't mention tokio_uring 2024-03-10 23:02:03 -05:00
asonix 7021c50156 Prepare 0.5.8 2024-03-10 22:48:11 -05:00
asonix 6f95c72070 Add new feature for testing with errors, test & fix job retries 2024-03-10 22:02:27 -05:00
asonix 286279cdf5 Control warn level for long polls via cargo feature 2024-03-10 20:07:59 -05:00
asonix 996fe0686b Update opentelemetry dependencies 2024-03-10 16:03:46 -05:00
asonix 5b1f4219fa Update dependencies (minor & point) 2024-03-10 16:00:54 -05:00
asonix dff588aafd Switch from deadpool to bb8 2024-03-10 15:59:08 -05:00
asonix 4976fcb2eb Remove unneeded code 2024-03-09 22:53:46 -06:00
asonix aa4582a3f8 Remove unused store method 2024-03-09 15:38:39 -06:00