mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 13:26:42 +02:00
devlog: 107 Tage backfilled (2025-11-22 → 2026-05-15)
Some checks are pending
CI / Build mana-api-gateway (push) Blocked by required conditions
CI / Build mana-crawler (push) Blocked by required conditions
CD Mac Mini / Detect Changes (push) Waiting to run
CD Mac Mini / Deploy (push) Blocked by required conditions
CI / Detect Changes (push) Waiting to run
CI / Validate (push) Waiting to run
CI / Build mana-search (push) Blocked by required conditions
CI / Build mana-sync (push) Blocked by required conditions
Mirror to Forgejo / Push to Forgejo (push) Waiting to run
Some checks are pending
CI / Build mana-api-gateway (push) Blocked by required conditions
CI / Build mana-crawler (push) Blocked by required conditions
CD Mac Mini / Detect Changes (push) Waiting to run
CD Mac Mini / Deploy (push) Blocked by required conditions
CI / Detect Changes (push) Waiting to run
CI / Validate (push) Waiting to run
CI / Build mana-search (push) Blocked by required conditions
CI / Build mana-sync (push) Blocked by required conditions
Mirror to Forgejo / Push to Forgejo (push) Waiting to run
Vollständige Bau-Geschichte des Monorepos in der Tages-Devlog- Konvention (mana/docs/DEVLOG.md). Bodies sind heuristik- generiert aus den Commit-Subjects pro Tag (Lead-Satz + Highlights/Commit-Bullets, kein LLM-Pfad). Tage mit hand- curate-Bedarf können nachträglich überarbeitet werden — der Auto-Stub-Marker ist weg, die Bodies sind editierbar. 321 Files (data.json + spieler.md + macher.md pro Tag). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
21e8bcaa5f
commit
ad776c1a1c
321 changed files with 51164 additions and 0 deletions
117
devlog/2026-05-13/data.json
Normal file
117
devlog/2026-05-13/data.json
Normal file
|
|
@ -0,0 +1,117 @@
|
|||
{
|
||||
"date": "2026-05-13",
|
||||
"day_number": 105,
|
||||
"weekday": "Mittwoch",
|
||||
"commits": 5,
|
||||
"authors": [
|
||||
{
|
||||
"name": "Till JS",
|
||||
"count": 5
|
||||
}
|
||||
],
|
||||
"additions": 219,
|
||||
"deletions": 37,
|
||||
"net_lines": 182,
|
||||
"files_changed": 4,
|
||||
"new_files": 0,
|
||||
"deleted_files": 0,
|
||||
"session": {
|
||||
"first_commit_at": "2026-05-13T12:38:31.000Z",
|
||||
"last_commit_at": "2026-05-13T19:32:44.000Z",
|
||||
"total_span_minutes": 414,
|
||||
"active_minutes": 17,
|
||||
"pauses": [
|
||||
{
|
||||
"from": "14:55",
|
||||
"to": "21:32",
|
||||
"minutes": 397
|
||||
}
|
||||
],
|
||||
"longest_focus_minutes": 17
|
||||
},
|
||||
"top_dirs": [
|
||||
{
|
||||
"path": "scripts/mac-mini/backup-databases.sh",
|
||||
"pct": 40
|
||||
},
|
||||
{
|
||||
"path": "cloudflared-config.yml",
|
||||
"pct": 20
|
||||
},
|
||||
{
|
||||
"path": "docs/BACKUP_STRATEGY.md",
|
||||
"pct": 20
|
||||
},
|
||||
{
|
||||
"path": ".github/workflows/cd-macmini.yml",
|
||||
"pct": 20
|
||||
}
|
||||
],
|
||||
"top_extensions": [
|
||||
{
|
||||
"ext": ".yml",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"ext": ".sh",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"ext": ".md",
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
"tags": ["deploy"],
|
||||
"commits_list": [
|
||||
{
|
||||
"hash": "b223247",
|
||||
"short": "cloudflared: add manaspur.mana.how + manaspur-api.mana.how ingress",
|
||||
"type": null,
|
||||
"scope": null,
|
||||
"additions": 10,
|
||||
"deletions": 0,
|
||||
"timestamp": "2026-05-13T14:38:31+02:00"
|
||||
},
|
||||
{
|
||||
"hash": "7f0e2ba",
|
||||
"short": "backup: cover all postgres containers (cards, manaspur, nutriphi, zitare, chorportal)",
|
||||
"type": null,
|
||||
"scope": null,
|
||||
"additions": 63,
|
||||
"deletions": 25,
|
||||
"timestamp": "2026-05-13T14:51:25+02:00"
|
||||
},
|
||||
{
|
||||
"hash": "97e285b",
|
||||
"short": "backup: drop bash-source of .env.macmini (DOTENV format, breaks on PEM keys)",
|
||||
"type": null,
|
||||
"scope": null,
|
||||
"additions": 7,
|
||||
"deletions": 7,
|
||||
"timestamp": "2026-05-13T14:52:48+02:00"
|
||||
},
|
||||
{
|
||||
"hash": "670036d",
|
||||
"short": "docs: BACKUP_STRATEGY.md — current local-only setup + off-site plan",
|
||||
"type": null,
|
||||
"scope": null,
|
||||
"additions": 129,
|
||||
"deletions": 0,
|
||||
"timestamp": "2026-05-13T14:55:47+02:00"
|
||||
},
|
||||
{
|
||||
"hash": "52bca11",
|
||||
"short": "fix(deploy): drop bash-source of .env.macmini in migration-step",
|
||||
"type": "fix",
|
||||
"scope": "deploy",
|
||||
"additions": 10,
|
||||
"deletions": 5,
|
||||
"timestamp": "2026-05-13T21:32:44+02:00"
|
||||
}
|
||||
],
|
||||
"review_state": "auto",
|
||||
"llm": {
|
||||
"model": null,
|
||||
"generated_at": null
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue