Fix Dockerfile - Use /app/ directory for binary
lint-and-build.yml #37 -Commit
2231cc11c8
pushed by
alvaro
Change backend port from 8000 to 8001
lint-and-build.yml #36 -Commit
9691b61aef
pushed by
alvaro
Fix Dockerfile CMD path - Change from ./normogen-backend to normogen-backend
lint-and-build.yml #35 -Commit
078acd92d1
pushed by
alvaro
feat: complete Phase 2.6 - Security Hardening
lint-and-build.yml #34 -Commit
4627903999
pushed by
alvaro
fix: correct docker environment variable name and remove unnecessary runtime deps
lint-and-build.yml #33 -Commit
be49d9d674
pushed by
alvaro
Fix MongoDB DateTime serialization issues - Replace chrono::DateTime with mongodb::bson::DateTime in models - Update API responses to use timestamp_millis() for JSON serialization - Fix User, Share model DateTime fields - Update all handler responses t…
lint-and-build.yml #32 -Commit
3a6bcbd94d
pushed by
alvaro
Add database initialization module and compilation fixes
lint-and-build.yml #31 -Commit
1e914089d5
pushed by
alvaro
Add DNS error logging and server diagnostic script
lint-and-build.yml #30 -Commit
7b48f04fd1
pushed by
alvaro
test: Add minimal test binary to verify Docker execution
lint-and-build.yml #29 -Commit
177f2ad8e7
pushed by
alvaro
fix: Remove Cargo.lock from COPY in Dockerfile (it is gitignored)
lint-and-build.yml #28 -Commit
e555813290
pushed by
alvaro
fix: Remove Cargo.lock from Dockerfile and add it to git
lint-and-build.yml #27 -Commit
fe35240e82
pushed by
alvaro
fix: Remove Cargo.lock from Dockerfile copy to avoid missing file error
lint-and-build.yml #26 -Commit
1e9ca98c92
pushed by
alvaro
fix: Use multi-stage Dockerfile to run binary directly instead of cargo run
lint-and-build.yml #25 -Commit
d02c348d92
pushed by
alvaro
debug: Add aggressive logging to track main exit
lint-and-build.yml #24 -Commit
66b0f03878
pushed by
alvaro
debug: Add aggressive logging to track main exit
lint-and-build.yml #23 -Commit
6aab1826f0
pushed by
alvaro
debug: Disable restart policy and add log volume to capture crash info
lint-and-build.yml #22 -Commit
17205a4907
pushed by
alvaro
debug: Add file logging to diagnose startup issue
lint-and-build.yml #21 -Commit
ff68ce2646
pushed by
alvaro
debug: Add panic hook and numbered steps to diagnose startup issue
lint-and-build.yml #20 -Commit
c82160ca11
pushed by
alvaro
debug: Add panic hook and numbered steps to diagnose startup issue
lint-and-build.yml #19 -Commit
cae3e18b49
pushed by
alvaro
fix: Disable output buffering in Docker to show startup logs
lint-and-build.yml #18 -Commit
b3d5304bf6
pushed by
alvaro
fix: Use println! instead of stderr for reliable Docker logging
lint-and-build.yml #17 -Commit
69d8fd611e
pushed by
alvaro
refactor: Move docker-compose.dev.yml to backend/ directory for better organization
lint-and-build.yml #16 -Commit
fce388bdf7
pushed by
alvaro
fix: Correct build context in docker-compose.dev.yml (use ./backend not .)
lint-and-build.yml #15 -Commit
dd95aadb62
pushed by
alvaro
chore: Update .gitignore to exclude tmp and log files
lint-and-build.yml #14 -Commit
e9df8a475c
pushed by
alvaro
fix: Correct MONGODB_DATABASE environment variable and change port to 6500
lint-and-build.yml #13 -Commit
3bcd732945
pushed by
alvaro
debug: Add forced stderr flush to ensure startup logs are visible
lint-and-build.yml #12 -Commit
acc1364335
pushed by
alvaro
debug: Add detailed logging and timeouts to MongoDB connection
lint-and-build.yml #11 -Commit
44a6f91505
pushed by
alvaro
fix: Implement std::fmt::Display for Permission to resolve compilation errors
lint-and-build.yml #10 -Commit
7d83255051
pushed by
alvaro
fix: Add strum_macros dependency to resolve build errors
lint-and-build.yml #9 -Commit
20895c98ff
pushed by
alvaro
feat(backend): Complete Phase 2.5 - Access Control Implementation
lint-and-build.yml #8 -Commit
a31669930d
pushed by
alvaro