Commit Graph

112 Commits

Author SHA1 Message Date
William Valentin
8fa2d3fb60 feat: Switch project tooling from npm to bun and add enhanced pre-commit
checks

- Replace npm commands with bun/bunx in scripts, docs, and CI - Add
enhanced pre-commit checks with parallel execution - Document pre-commit
hook behavior in PRE_COMMIT_HOOKS.md - Update .gitignore/.dockerignore
for bun-debug.log - Refine ESLint config for bun and Prettier
integration - Add scripts/type-check-staged.sh for fast staged type
checks - Improve developer workflow and code quality automation
2025-09-07 12:40:57 -07:00
William Valentin
585c526a65 feat: Add APP_NAME env support for branding and deployment
- Make app name configurable via APP_NAME env variable - Update UI,
HTML, Docker, scripts, and k8s to use APP_NAME - Add process-html.sh for
template substitution - Document APP_NAME usage in
docs/APP_NAME_CONFIGURATION.md - Update Dockerfile, compose, and scripts
for dynamic naming - Add index.html.template for environment-based
branding
2025-09-07 12:21:44 -07:00
William Valentin
46d737ed37 fix: Add symlinks for Dockerfile and .dockerignore; update compose
config
2025-09-07 11:42:38 -07:00
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