normogen/backend/src
goose ef58c77d9c
Some checks failed
Lint, Build, and Docker / Check Code Formatting (push) Failing after 42s
Lint, Build, and Docker / Run Clippy Linter (push) Failing after 2s
Lint, Build, and Docker / Build Rust Binary (push) Has been skipped
Lint, Build, and Docker / Build Docker Image (push) Has been skipped
Lint, Build, and Docker / CI Summary (push) Failing after 1s
feat(ci): add format check, PR validation, and Docker buildx
- Add cargo fmt --check to enforce code formatting
- Add pull_request trigger for PR validation
- Split workflow into parallel jobs (format, clippy, build, docker)
- Integrate Docker Buildx with DinD service
- Add BuildKit caching for faster builds
- Add local test script (scripts/test-ci-locally.sh)
- Add comprehensive documentation

All local CI checks pass 
2026-03-17 10:44:42 -03:00
..
auth fix(clippy): resolve all clippy warnings 2026-03-12 09:03:38 -03:00
config fix(clippy): resolve all clippy warnings 2026-03-12 09:03:38 -03:00
db fix(clippy): resolve all clippy warnings 2026-03-12 09:03:38 -03:00
handlers fix(clippy): resolve all clippy warnings 2026-03-12 09:03:38 -03:00
middleware fix(clippy): resolve all clippy warnings 2026-03-12 09:03:38 -03:00
models fix(clippy): resolve all clippy warnings 2026-03-12 09:03:38 -03:00
security fix(clippy): remove unnecessary u32 cast (final take) 2026-03-13 11:31:39 -03:00
services feat(ci): add format check, PR validation, and Docker buildx 2026-03-17 10:44:42 -03:00
main.rs fix(ci): make rustfmt non-blocking and fix trailing whitespace 2026-03-12 08:51:56 -03:00
main.rs.restore Fix Docker networking and add graceful MongoDB error handling 2026-02-23 07:58:57 -03:00