Go to file
Ivo Oskamp ea134f49f3 Add Veeam Cloud Connect importer (inbox-style staging flow)
- cloud_connect_importer.py: parse Cloud Connect daily report HTML,
  upsert tenant rows into cloud_connect_accounts, create JobRuns for
  linked accounts (deduped via external_id)
- routes_cloud_connect.py + cloud_connect_accounts.html: inbox-style
  review page with create/link/unlink actions (mirrors Cove flow)
- CloudConnectAccount model: staging table unique on user × section
- migrate_cloud_connect_accounts_table(): creates table + indexes,
  registered in run_all_migrations()
- mail_importer.py: detect btype=="cloud connect report", call
  upsert_cloud_connect_report(), auto-approve on success
- base.html: sidebar link "Cloud Connect" for admin/operator

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-19 17:13:58 +01:00
containers/backupchecks Add Veeam Cloud Connect importer (inbox-style staging flow) 2026-03-19 17:13:58 +01:00
deploy Auto-commit local changes before build (2026-01-01 16:09:56) 2026-01-01 16:09:56 +01:00
docs Add Veeam Cloud Connect importer (inbox-style staging flow) 2026-03-19 17:13:58 +01:00
.gitignore Handle 3CX update mails as informational runs 2026-02-19 13:27:52 +01:00
.last-branch Auto-commit local changes before build (2026-03-19 15:16:51) 2026-03-19 15:16:51 +01:00
build-and-push.sh Auto-commit local changes before build (2026-01-01 16:40:37) 2026-01-01 16:40:37 +01:00
cove_api_test.py Fix Cove test script: parse Settings array format from API response 2026-02-23 09:58:19 +01:00
LICENSE Auto-commit local changes before build (2026-01-01 16:09:56) 2026-01-01 16:09:56 +01:00
README.md Auto-commit local changes before build (2026-01-01 16:09:56) 2026-01-01 16:09:56 +01:00
TODO-audit-logging.md Auto-commit local changes before build (2026-02-07 21:41:42) 2026-02-07 21:41:42 +01:00
TODO-cove-data-protection.md Auto-commit local changes before build (2026-02-23 10:14:36) 2026-02-23 10:14:36 +01:00
TODO-documentation.md Update TODO-documentation with per-job review corrections status 2026-02-08 20:08:43 +01:00
TODO-notification-system.md Auto-commit local changes before build (2026-03-02 16:47:06) 2026-03-02 16:47:06 +01:00
TODO-reports-improvements.md Add comprehensive TODO for reports improvements 2026-02-07 23:36:23 +01:00
version.txt Release v0.1.27 on branch v20260223-08-fix-navbar-mobile-overflow (bump type 1) 2026-02-23 15:41:36 +01:00