Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: foundations #209

Closed
wants to merge 52 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
67e04f1
feat: foundations
TroyKomodo Apr 29, 2024
d34f1a5
allow generic settings
TroyKomodo Apr 29, 2024
eaa9de9
health check + better bootstrap + format
TroyKomodo Apr 29, 2024
952e594
remove ref from with_signal
TroyKomodo Apr 30, 2024
6667a9e
feat: dataloader in foundations
TroyKomodo May 1, 2024
09cda03
fix: send bounds
TroyKomodo May 1, 2024
bb04414
fix: add health-check
TroyKomodo May 1, 2024
ba1a5b5
fix: add health-check
TroyKomodo May 1, 2024
07dc140
fix: add health-check
TroyKomodo May 1, 2024
e734d8c
feat: add timeout to health check
TroyKomodo May 1, 2024
cc2b021
fix(foundations): spelling (#210)
lennartkloock May 3, 2024
3c0d321
feat: http support
TroyKomodo May 3, 2024
8420363
fix: example with http3
TroyKomodo May 3, 2024
ef6c2fb
fix: rename
TroyKomodo May 3, 2024
db5e1d2
fix: reexport axum
TroyKomodo May 3, 2024
86c3a23
fix: server enabled
TroyKomodo May 5, 2024
d5a6822
fix: tracing init
TroyKomodo May 5, 2024
042cb07
feat: image processor redesign
TroyKomodo Jun 23, 2024
f9408f4
fix: impl context ext for `IntoFuture` rather than `Future`
TroyKomodo Jul 2, 2024
345725f
fix: file extension from yaml -> toml
TroyKomodo Jul 2, 2024
8cce4a5
fix: file generator ext
TroyKomodo Jul 2, 2024
b1bf1de
feat: add batcher
TroyKomodo Jul 13, 2024
c08f4d5
feat: add unit error and telementry
TroyKomodo Jul 13, 2024
325422e
chore: bump versions
TroyKomodo Jul 13, 2024
f8dd3a6
fix: sync
TroyKomodo Jul 13, 2024
1ee5ec1
fix: add default bounds
TroyKomodo Jul 13, 2024
fc252a5
fix: fix bounds
TroyKomodo Jul 13, 2024
7db05a6
fix: unit error
TroyKomodo Jul 13, 2024
d2076ea
feat: add image processor input metadata
TroyKomodo Jul 14, 2024
5b18cf7
feat: image processor docker
TroyKomodo Jul 14, 2024
1b96151
feat(foundations): improve http
TroyKomodo Aug 21, 2024
b92d45a
fix(foundations): allow ipv6 binding
TroyKomodo Aug 22, 2024
5cbe01c
fix(foundations): remove onlyv6 flag
TroyKomodo Aug 22, 2024
784a69a
feat(foundations): add keep-alive timeout
TroyKomodo Aug 28, 2024
24dccde
fix(foundations): quic errors
TroyKomodo Aug 28, 2024
89c54d1
fix(foundations): quic stream break
TroyKomodo Aug 28, 2024
5f095a4
fix(http): expose connecting ip via extensions
TroyKomodo Sep 8, 2024
61110b8
feat(image-processor): export scale
TroyKomodo Sep 18, 2024
ae46c2c
chore(deps): bump deps
TroyKomodo Oct 11, 2024
1585c97
feat(foundations): allow for jinja2 templates in configs
TroyKomodo Oct 12, 2024
66bac44
fix(foundations): fix health check and urlencode tmpl
TroyKomodo Oct 12, 2024
b44abd8
test batcher
TroyKomodo Oct 20, 2024
04a613d
fix send bound
TroyKomodo Oct 20, 2024
49aadf4
fix batcher
TroyKomodo Oct 20, 2024
35fbf2e
undo batcher changes
TroyKomodo Oct 20, 2024
b28b563
fix: clippy clean up
TroyKomodo Oct 25, 2024
b810a62
fix: span name
TroyKomodo Oct 25, 2024
37e0db7
fix
TroyKomodo Oct 25, 2024
9e9de1f
fix
TroyKomodo Oct 25, 2024
aaefa13
fix
TroyKomodo Oct 25, 2024
020d2d0
fix: http servers closijng after non-fatal errors
TroyKomodo Oct 26, 2024
556db56
fix: ffmpeg image decoding times
TroyKomodo Oct 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 6 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
.vscode/
node_modules/
.env*
Dockerfile
**/Dockerfile
**/.dockerignore
**/.gitignore
.git/
**/*.dockerfile
dev/
.dockerignore
target/
Loading
Loading