10 Commits
Author SHA1 Message Date
cbazzaandClaude Opus 4.5 fddc78618e feat: add Azure AKS deployment infrastructure with Terraform
Build and Deploy to Synology NAS / test (push) Failing after 15m0s
Build and Deploy to Synology NAS / build (push) Has been cancelled
Build and Deploy to Synology NAS / deploy (push) Has been cancelled
Build and Deploy to Synology NAS / notify (push) Has been cancelled
- Add Terraform configuration for AKS cluster deployment
- Add Kubernetes manifests for Laravel app (deployment, services, secrets)
- Add PostgreSQL on Kubernetes with multi-schema support
- Add Nginx Ingress Controller configuration
- Add GitHub Actions workflow for Azure deployment
- Add HTTP Basic Authentication for production
- Add database restore functionality via Kubernetes jobs
- Update Dockerfile and nginx config for production
- Update database.php for multi-schema connections
- Add deployment documentation and quickstart guides

Deployed version: 1.0.7 at http://72.144.113.194/

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 09:43:08 +01:00
cbazza 2f7bd923df local-docker-db branch openend
Build and Push Docker Image only on Conventional Commits / build (push) Has been cancelled
2025-12-03 12:59:30 +01:00
Marian 109434b02b fix: read search path from env 2025-11-26 10:34:13 +00:00
cbazza 1cb38d7080 chore: major project cleanup and restructuring
## Dokumentation
- Entfernt AGENTS.md (redundant zu CLAUDE.md)
- Verschoben: 3 Dokumentationen von root → docs/
- Gelöscht: 8 historische Migrations-Pläne aus docs/archive/
- Entfernt: misc/ Ordner komplett (43 Dateien)

## Struktur
- Erstellt: database/queries/ für SQL Test-Queries (4 Dateien)
- Erstellt: database/schemas/ für Schema-Dokumentation (17 Dateien)
  - output_keys_mapping/ (8 CSV-Mappings)
  - migration-diagrams/ (4 Diagramme)

## Code-Qualität
- Formatiert: 7 Style-Issues in 74 Dateien mit Laravel Pint
- Gefixed: Migration für PostgreSQL/SQLite Kompatibilität
- Gefixed: 2 fehlgeschlagene Tests (CSRF + Text-Assertion)

## Tests
- Alle 73 Tests bestehen jetzt (100% Success Rate)
- AuthenticationTest: CSRF-Token Fix für Logout-Test
- CompanySearchTest: Text-Assertion aktualisiert

## Ergebnis
- Root ist sauber (nur CLAUDE.md)
- Dokumentation strukturiert in docs/
- Database-Dateien organisiert in database/
- Code entspricht Style-Guide
- Alle Tests bestehen
2025-11-21 10:00:32 +01:00
cbazza 93fc8d821a fix: database.php changed 2025-11-13 16:55:22 +01:00
cbazza 0d534f5013 fix: added upload formular, reorganized some files and put them into a new folder misc 2025-11-13 16:21:26 +01:00
Bob Molitor aa23eec392 pint/lint 2025-10-20 22:10:08 +02:00
Bob Molitor 91d3fd47cb update config/database pgsql_second 2025-10-20 11:27:10 +02:00
cbazza d7fc25def6 pgsql db connection and testing route added 2025-10-20 09:53:34 +02:00
Bob Molitor 81a98dd9f4 Set up a fresh Laravel app 2025-10-16 14:22:46 +02:00