Daniel Arroyo darroyo
  • Joined on 2026-02-22
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-12 22:46:00 +00:00
08c0686aae fix(ci): add verify step before upload to debug missing binary
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-12 22:26:02 +00:00
a7d3b39610 fix(ci): bump container memory to 8g and cap native-image xmx at 4g
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-12 22:16:47 +00:00
0b95c48975 fix(ci): install gcc and zlib headers for native-image compilation
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-12 21:57:27 +00:00
7b89066ef3 fix(ci): gitignore was excluding src/frontend/src/data/defaults.ts
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-12 21:20:43 +00:00
355183c03f fix(ci): install node in container for actions/* post steps
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-12 21:18:36 +00:00
bcad46715e fix(ci): drop build-jvm job, install git inside build-native container
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-12 21:04:35 +00:00
698e52eefc fix(ci): run build-jvm and build-native inside maven container image
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-12 20:33:05 +00:00
f3af0f8975 fix(ci): install Maven in each job (runner has no mvn binary)
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-12 20:26:52 +00:00
f2c758eff1 fix(ci): drop container image pull, use setup-java + setup-graalvm
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-12 20:22:34 +00:00
14e892539a ci: rename registry secrets to REGISTRY_USERNAME/REGISTRY_TOKEN
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-12 20:16:59 +00:00
9db3f7a914 ci: build native Docker image and push to Gitea Container Registry
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-12 20:04:38 +00:00
47e24df40d chore: confirm working tree clean
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-12 20:04:15 +00:00
9c9fb3a2ca feat: shot-crafter-calculator with H2 persistence and production history
darroyo created branch main in proyectos/shot-crafter-calculator 2026-08-12 20:04:15 +00:00
darroyo created repository proyectos/shot-crafter-calculator 2026-08-12 14:25:17 +00:00
darroyo pushed to main at proyectos/llama-link 2026-07-31 21:26:36 +00:00
de5f7ca4ee Cleanup: remove dead auth middleware and fix security log leak
darroyo pushed to main at proyectos/llama-link 2026-07-31 21:17:29 +00:00
ddc73957cb Fix: move keys and model-load routes under /api/v1/admin prefix
darroyo pushed to main at proyectos/llama-link 2026-07-31 21:15:36 +00:00
4d34c6d31a Replace token-based admin auth with JWT session authentication
darroyo pushed to main at proyectos/llama-link 2026-07-31 19:37:19 +00:00
b18d4bd146 fix: use mime.TypeByExtension for static asset Content-Type
darroyo pushed to main at proyectos/llama-link 2026-07-31 19:32:33 +00:00
596f194c3a fix: set WorkingDirectory to /opt/llamalink/data in systemd unit