Commit Graph
14 Commits
Author SHA1 Message Date
Eric Gullickson 719c80ecd8 Notification updates 2025-12-21 19:56:52 -06:00
Eric Gullickson 95f5e89e48 Community 93 Premium feature complete 2025-12-21 11:31:10 -06:00
Eric Gullickson d4156cf521 Stuff 2025-11-04 18:38:06 -06:00
Eric Gullickson 046c66fc7d Redesign 2025-11-01 21:27:42 -05:00
Eric Gullickson 2e1b588270 UX Improvements 2025-09-26 14:45:03 -05:00
Eric Gullickson 82c66dafed Fixed mobile form 2025-09-25 14:21:23 -05:00
Eric Gullickson 8fd7973656 Fix Auth Errors 2025-09-22 10:27:10 -05:00
Eric Gullickson a052040e3a Initial Commit 2025-09-17 16:09:15 -05:00
Eric GullicksonandClaude 9ad9e2ee7c Fix GitHub Actions build by adding missing repository files
The build was failing because repository files were ignored by .gitignore:
- backend/src/features/*/data/*.repository.ts files were excluded by 'data/' pattern
- These files exist locally but were missing in CI, causing TS2307 module errors
- Controllers and services import these repositories, causing cascade failures

Changes:
- Updated .gitignore to allow TypeScript files in feature data directories
- Added fuel-logs.repository.ts, stations.repository.ts, vehicles.repository.ts
- Docker build now succeeds (tested with --no-cache)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
2025-08-24 10:03:09 -05:00
Eric Gullickson b534e92636 Modernization Project Complete. Updated to latest versions of frameworks. 2025-08-24 09:49:21 -05:00
Eric GullicksonandClaude dc95fc109e Fix TypeScript import inconsistencies causing GitHub Actions build failures
- Standardized pool imports to use default export consistently
- Changed from named import { pool } to default import pool
- Resolves "Cannot find module" errors in CI environment

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
2025-08-23 12:15:44 -05:00
Eric Gullickson 5f67a904e0 fixed imports. Maybe. 2025-08-23 11:28:01 -05:00
Eric Gullickson dc26c68d6f Improved docs for future AI 2025-08-23 10:20:03 -05:00
Eric Gullickson 8f5117a4e2 MVP Build 2025-08-09 12:47:15 -05:00