Commit Graph

3 Commits

Author SHA1 Message Date
Stiftung Development
3cb1c0b103 fix: remove virtual environment from repository and fix code quality checks
- Remove app/.venv from git tracking (should not be committed)
- Update flake8 to only scan project code (app/stiftung, app/core)
- Update black and isort to only check project code
- Update bandit security scanning to only check project code
- Excludes third-party packages that cause linting failures
2025-09-06 18:57:40 +02:00
Stiftung Development
35ba089a84 fix: configure CI database connection properly
- Add dotenv loading to Django settings
- Update CI workflow to use correct environment variables
- Set POSTGRES_* variables instead of DATABASE_URL
- Add environment variables to all Django management commands
- Fixes CI test failures due to database connection issues
2025-09-06 18:47:23 +02:00
Stiftung Development
ab23d7187e feat: add comprehensive GitHub workflow and development tools 2025-09-06 18:31:54 +02:00