Commit Graph

109 Commits

Author SHA1 Message Date
William Valentin
6bddac7656 feat: Enable multi-platform Docker builds and dynamic image tagging
- Detect host architecture to set build platform - Support
multi-platform builds when MULTI_PLATFORM=1 or CONTAINER_REGISTRY is set
- Dynamically set image tag based on registry and platform - Pull pushed
images for local validation - Update all docker run and inspect commands
to use dynamic image tag
2025-09-06 17:44:53 -07:00
William Valentin
75d0f772e9 chore: Remove .env.production file and update documentation for environment file security 2025-09-06 10:52:45 -07:00
William Valentin
fb26939a9a feat: Add Makefile to organize project commands and enhance usability 2025-09-06 02:50:59 -07:00
William Valentin
48a2802411 Add undeploy script and ensure namespace function for Kubernetes management 2025-09-06 02:46:11 -07:00
William Valentin
5852626c10 Refactor K8S_DIR assignment to use PROJECT_ROOT for improved path resolution 2025-09-06 02:45:45 -07:00
William Valentin
f56aa0797c Fix import path for icons in OnboardingModal component 2025-09-06 01:59:44 -07:00
William Valentin
79bfdeaa94 Use npm script for pre-commit hook to avoid bunx issues 2025-09-06 01:54:15 -07:00
William Valentin
5eeb7d62ca Fix pre-commit hook: use local lint-staged instead of bunx 2025-09-06 01:53:46 -07:00
William Valentin
e48adbcb00 Initial commit: Complete NodeJS-native setup
- Migrated from Python pre-commit to NodeJS-native solution
- Reorganized documentation structure
- Set up Husky + lint-staged for efficient pre-commit hooks
- Fixed Dockerfile healthcheck issue
- Added comprehensive documentation index
2025-09-06 01:42:48 -07:00