.cargo
fix: remove invalid build.rustdoc key from cargo config
2026-04-09 04:50:08 +02:00
.sqlx
fix: add SQLx offline cache and SQLX_OFFLINE=true for Docker builds
2026-04-09 05:46:32 +02:00
apps
feat: add separate jobs and leads services
2026-04-12 22:03:06 +02:00
crates
feat(db-migrate): add DROP_EXISTING_TABLES support
2026-04-12 21:58:57 +02:00
docs
chore: bootstrap rust backend workspace and migration master plan
2026-03-16 22:23:58 +01:00
load-tests
feat(emails): complete email system with 35 branded templates and full wiring
2026-04-10 04:49:39 +02:00
scripts
perf(build): ultra-fast builds with caching and optimized Dockerfiles
2026-04-10 05:43:34 +02:00
tests
fix: resolve all compilation warnings and errors across services
2026-04-07 12:52:55 +02:00
.env.example
feat(emails): complete email system with 35 branded templates and full wiring
2026-04-10 04:49:39 +02:00
.gitignore
fix: track Cargo.lock (required for reproducible Docker builds)
2026-04-09 02:09:11 +02:00
.woodpecker-base.yml
fix(ci): redirect docker-buildx to private registry
2026-04-12 13:39:29 +02:00
.woodpecker-dockerhub.yml
fix(ci): redirect docker-buildx to private registry
2026-04-12 13:39:29 +02:00
.woodpecker-no-registry.yml
feat(woodpecker): use internal registry docker-registry.registry.svc.cluster.local:5000
2026-04-10 17:39:26 +02:00
.woodpecker.yml
feat: add separate jobs and leads services
2026-04-12 22:03:06 +02:00
cargo-deny.toml
feat: extend admin/user flows with settings, verification, and approval updates
2026-04-08 22:40:54 +02:00
Cargo.lock
feat(emails): complete email system with 35 branded templates and full wiring
2026-04-10 04:49:39 +02:00
Cargo.toml
feat: add separate jobs and leads services
2026-04-12 22:03:06 +02:00
DEPLOYMENT_OPTIMIZATION.md
feat(deployment): add optimized build system for faster deployments
2026-04-10 05:14:27 +02:00
docker-compose.yml
feat: add separate jobs and leads services
2026-04-12 22:03:06 +02:00
Dockerfile.base
perf(build): ultra-fast builds with caching and optimized Dockerfiles
2026-04-10 05:43:34 +02:00
Dockerfile.fast
perf(build): ultra-fast builds with caching and optimized Dockerfiles
2026-04-10 05:43:34 +02:00
Dockerfile.from-binary
feat(woodpecker): use internal registry docker-registry.registry.svc.cluster.local:5000
2026-04-10 17:39:26 +02:00
Dockerfile.migrate
feat: add db-migrate tool for running SQL migrations
2026-04-12 21:57:28 +02:00
Dockerfile.optimized
feat(deployment): add optimized build system for faster deployments
2026-04-10 05:14:27 +02:00
Dockerfile.simple
fix(ci): standardize backend service/image naming to hyphen format
2026-04-11 15:04:15 +02:00
Dockerfile.superfast
perf(build): ultra-fast builds with caching and optimized Dockerfiles
2026-04-10 05:43:34 +02:00
Dockerfile.template
refactor: use Alpine Linux with static musl binaries for all services
2026-04-09 11:51:57 +02:00
Dockerfile.ultrafast
fix(woodpecker): use simple Dockerfile and reduce build complexity
2026-04-10 12:56:28 +02:00
gateway.pid
feat: improve startup and routing
2026-04-07 22:12:37 +02:00
README.md
chore: bootstrap rust backend workspace and migration master plan
2026-03-16 22:23:58 +01:00
start-services.sh
feat: improve startup and routing
2026-04-07 22:12:37 +02:00
TESTING_STRATEGY.md
fix: resolve all compilation warnings and errors across services
2026-04-07 12:52:55 +02:00
users.pid
feat: improve startup and routing
2026-04-07 22:12:37 +02:00
wir.md
docs: add work implementation roadmap (wir.md)
2026-04-06 22:26:45 +02:00