zwitschi
  • Joined on 2024-10-03
zwitschi pushed to v2 at allucanget/calminer 2025-11-12 19:39:32 +01:00
acf6f50bbd feat: Add NPV comparison and distribution charts to reporting
ad306bd0aa feat: Refactor database initialization for SQLite compatibility
ed4187970c feat: Implement SQLite support with environment-driven backend switching
0fbe9f543e fix: Update .gitignore to include additional SQLite database files
80825c2c5d chore: Update changelog with recent verification and documentation updates
Compare 13 commits »
zwitschi pushed to main at allucanget/calminer-docs 2025-11-12 12:04:24 +01:00
c9ac7195c7 feat: add continuous integration and deployment documentation, including CI stages, local testing, and Kubernetes deployment guidelines
zwitschi pushed to v2 at allucanget/calminer 2025-11-12 12:00:59 +01:00
e72e297c61 feat: Add CI workflow for linting, testing, and building the project
101d9309fd chore: Update changelog to reflect changes made on 2025-11-12
9556f9e1f1 refactor: Replace local Base declaration with import from config.database
Compare 3 commits »
zwitschi pushed to v2 at allucanget/calminer 2025-11-12 11:56:47 +01:00
4488cacdc9 chore: Update changelog with Bandit security scan remediation details
e06a6ae068 feat: Implement random password and token generation for tests
3bdae3c54c fix: Update Bandit command in CI workflows to run checks on tests directory
d89b09fa80 fix: Remove 'tests' from Bandit exclude_dirs to ensure security checks cover all test files
2214bbe64f feat: Add Bandit security checks to CI workflows
Compare 8 commits »
zwitschi pushed to v2 at allucanget/calminer 2025-11-12 11:26:07 +01:00
014d96c105 fix: Comment out pip cache steps in CI workflow
zwitschi pushed to v2 at allucanget/calminer 2025-11-12 11:23:34 +01:00
55fa1f56c1 fix: Update branch list in CI workflow to include 'v2'
zwitschi pushed to main at allucanget/calminer 2025-11-12 11:22:35 +01:00
edf86a5447 Update templates/dashboard.html
zwitschi pushed to v2 at allucanget/calminer 2025-11-12 11:15:52 +01:00
53eacc352e feat: Enhance deploy job to collect and upload Kubernetes deployment logs for staging and production
zwitschi pushed to v2 at allucanget/calminer 2025-11-12 11:12:59 +01:00
2bfa498624 fix: Remove Playwright installation steps from CI workflow
zwitschi pushed to v2 at allucanget/calminer 2025-11-12 11:10:49 +01:00
4cfc5d9ffa fix: Resolve Ruff E402 warnings and clean up imports across multiple modules
zwitschi pushed to v2 at allucanget/calminer 2025-11-12 10:56:44 +01:00
ce7f4aa776 fix: Correct syntax for apt proxy configuration in CI workflow
zwitschi pushed to v2 at allucanget/calminer 2025-11-12 10:55:19 +01:00
e0497f58f0 fix: Correct escaping in apt proxy configuration in CI workflow
zwitschi pushed to v2 at allucanget/calminer 2025-11-12 10:54:24 +01:00
60410fd71d fix: Comment out pip cache dependencies in CI workflow
zwitschi pushed to v2 at allucanget/calminer 2025-11-12 10:52:44 +01:00
f55c77312d fix: Simplify pip cache directory handling in CI workflow
zwitschi pushed to v2 at allucanget/calminer 2025-11-12 10:51:57 +01:00
63ec4a6953 fix: Update pip cache directory usage in CI workflow
zwitschi pushed to v2 at allucanget/calminer 2025-11-12 10:50:58 +01:00
b0ff79ae9c fix: Update pip cache directory handling in CI workflow
zwitschi pushed to v2 at allucanget/calminer 2025-11-12 10:48:31 +01:00
0670d05722 fix: Update pip cache directory configuration in CI workflow
zwitschi pushed to v2 at allucanget/calminer 2025-11-12 10:45:16 +01:00
0694d4ec4b fix: Correct Python version syntax in CI workflow
zwitschi pushed to v2 at allucanget/calminer 2025-11-12 10:36:34 +01:00
ce9c174b53 feat: Enhance project and scenario creation with monitoring metrics
zwitschi pushed to v2 at allucanget/calminer 2025-11-11 18:56:55 +01:00
f68321cd04 feat: Add CI workflow for linting, testing, and building Docker images