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
b8c83d6f60
Update dependencies (minor & point)
2024-06-09 11:06:19 -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
f05eed2e36
Prepare 0.5.15
2024-06-04 11:49:13 -05:00
69470c8a38
Update defaults.toml
2024-06-04 11:34:28 -05:00
4e75764110
Add configuration option to control request logging
2024-06-03 22:15:52 -05:00
6ef9dc404f
Update flake
2024-06-03 21:47:39 -05:00
af3a6a260a
Update dependencies (minor & point)
2024-06-03 21:40:08 -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
1c4e343d9d
Prepare 0.5.14
2024-05-20 22:23:08 -05:00
d03cc63d2b
ffprobe: handle files with empty stream json
2024-05-20 22:08:54 -05:00
260f9a158a
Update dependencies (minor & point)
2024-05-19 10:39:21 -05:00
a7c78cd54e
Merge pull request 'Update rustls for tokio-postgres' ( #58 ) from asonix/update-tokio-postgres-rustls into main
...
Reviewed-on: https://git.asonix.dog/asonix/pict-rs/pulls/58
2024-05-19 15:35:47 +00:00
d7dc2e506d
Merge branch 'main' into asonix/update-tokio-postgres-rustls
2024-05-19 10:21:12 -05:00
e48f60a6c6
Merge pull request 'Update rustls for actix-web' ( #61 ) from asonix/update-actix-web-rustls into main
...
Reviewed-on: https://git.asonix.dog/asonix/pict-rs/pulls/61
2024-05-19 15:18:37 +00: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
7ae3c0c776
Merge pull request 'Update reqwest to 0.12' ( #59 ) from asonix/update-reqwest into main
...
Reviewed-on: https://git.asonix.dog/asonix/pict-rs/pulls/59
2024-05-19 14:37:50 +00:00
983e9ce151
Merge branch 'main' into asonix/update-reqwest
2024-05-19 09:36:54 -05:00
9302062b26
Merge pull request 'Update metrics-exporter-prometheus' ( #60 ) from asonix/update-metrics-exporter-prometheus into main
...
Reviewed-on: https://git.asonix.dog/asonix/pict-rs/pulls/60
2024-05-19 14:35:27 +00: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
46cfbf99a5
Update metrics-exporter-prometheus
...
This pulls in hyper 1 and http 1
2024-05-01 14:50:20 -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
ff39c30cc8
Update direct base64 dependency
2024-05-01 14:32:26 -05:00
9561c578dc
Update dependencies (minor & point)
2024-05-01 14:30:22 -05:00
dc7bdf7eeb
Update flake.lock
2024-04-21 21:02:42 -05:00
33ba045ee1
Apparently imagemagick needs a shell to delegate to ffmpeg properly
2024-04-21 21:02:31 -05:00
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
97159e0030
Update release document
2024-04-15 21:17:40 -05:00
6d40fbee47
Prepare 0.5.13
2024-04-15 15:31:31 -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
4bb3bad703
Prepare 0.5.12
2024-04-05 13:05:16 -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
e3183c923f
Remove dev-dependency on tokio-uring - unneeded
2024-04-04 12:53:08 -05:00
d97cfe2a64
Remove 'armed' from NotificationEntryInner by only creating them when needed
2024-04-03 13:22:34 -05:00
cef9a68307
Update dependencies (minor & point)
2024-04-01 18:08:57 -05:00
5f9efb2e1a
Prepare 0.5.11
2024-04-01 18:08:46 -05:00