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

Open
wants to merge 33 commits into
base: feature/website
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 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
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