Commit Graph

12 Commits

Author SHA1 Message Date
Eric Gullickson
07275ec549 Deleted files. Updated gitignore 2025-12-18 08:41:53 -06:00
Eric Gullickson
2105919d26 Remove playwright files 2025-12-17 21:47:25 -06:00
Eric Gullickson
1e599e334f Possible working ETL 2025-12-15 18:19:55 -06:00
Eric Gullickson
8376aee7ed Updates to database and API for dropdowns. 2025-11-11 10:29:02 -06:00
Eric Gullickson
3dc0f2a733 New Vehicle Database 2025-11-10 11:22:31 -06:00
Eric Gullickson
b50942e909 Make Model Source Data 2025-11-09 10:39:57 -06:00
Eric Gullickson
775a1ff69e Added Documents Feature 2025-09-28 20:35:46 -05:00
Eric gullickson
cb98336d5e k8s prepwork 2025-09-18 11:04:41 -05:00
Eric Gullickson
000e71a026 Modified gitignore 2025-08-24 10:04:32 -05:00
Eric Gullickson
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 <noreply@anthropic.com>
2025-08-24 10:03:09 -05:00
Eric Gullickson
8f5117a4e2 MVP Build 2025-08-09 12:47:15 -05:00
Eric Gullickson
048d6c3bcb added container tag 2025-07-15 20:52:51 -05:00