Commit Graph

5 Commits

Author SHA1 Message Date
William Valentin
9a3bf2084e chore: add auth-specific Playwright artifacts to gitignore
- Add playwright-report-auth/ directory to ignored files
- Add playwright-auth-results.xml to ignored files
- Add playwright-report-auth.json to ignored files
- Prevent test artifacts from being committed to repository
2025-09-08 09:46:35 -07:00
William Valentin
bfebb34b7a Clean up whitespace in CouchDB factory and add coverage directory to gitignore 2025-09-07 16:18:32 -07:00
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
75d0f772e9 chore: Remove .env.production file and update documentation for environment file security 2025-09-06 10:52:45 -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