mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 05:46: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
151
devlog/2026-03-06/data.json
Normal file
151
devlog/2026-03-06/data.json
Normal file
|
|
@ -0,0 +1,151 @@
|
|||
{
|
||||
"date": "2026-03-06",
|
||||
"day_number": 51,
|
||||
"weekday": "Freitag",
|
||||
"commits": 7,
|
||||
"authors": [
|
||||
{
|
||||
"name": "Till JS",
|
||||
"count": 7
|
||||
}
|
||||
],
|
||||
"additions": 6946,
|
||||
"deletions": 612,
|
||||
"net_lines": 6334,
|
||||
"files_changed": 56,
|
||||
"new_files": 0,
|
||||
"deleted_files": 0,
|
||||
"session": {
|
||||
"first_commit_at": "2026-03-06T11:28:45.000Z",
|
||||
"last_commit_at": "2026-03-06T18:54:43.000Z",
|
||||
"total_span_minutes": 446,
|
||||
"active_minutes": 27,
|
||||
"pauses": [
|
||||
{
|
||||
"from": "12:37",
|
||||
"to": "19:36",
|
||||
"minutes": 419
|
||||
}
|
||||
],
|
||||
"longest_focus_minutes": 18
|
||||
},
|
||||
"top_dirs": [
|
||||
{
|
||||
"path": "apps/matrix/apps/mobile",
|
||||
"pct": 90
|
||||
},
|
||||
{
|
||||
"path": "package.json",
|
||||
"pct": 4
|
||||
},
|
||||
{
|
||||
"path": "apps/matrix/package.json",
|
||||
"pct": 1
|
||||
},
|
||||
{
|
||||
"path": "packages/qr-export/tsconfig.json",
|
||||
"pct": 1
|
||||
},
|
||||
{
|
||||
"path": "packages/wallpaper-generator/tsconfig.json",
|
||||
"pct": 1
|
||||
}
|
||||
],
|
||||
"top_extensions": [
|
||||
{
|
||||
"ext": ".tsx",
|
||||
"count": 29
|
||||
},
|
||||
{
|
||||
"ext": ".json",
|
||||
"count": 14
|
||||
},
|
||||
{
|
||||
"ext": ".ts",
|
||||
"count": 14
|
||||
},
|
||||
{
|
||||
"ext": ".js",
|
||||
"count": 5
|
||||
},
|
||||
{
|
||||
"ext": ".png",
|
||||
"count": 5
|
||||
},
|
||||
{
|
||||
"ext": ".gitignore",
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
"tags": ["matrix-mobile", "matrix", "monorepo"],
|
||||
"commits_list": [
|
||||
{
|
||||
"hash": "fdf44ea",
|
||||
"short": "✨ feat(matrix): add Expo React Native mobile client (Manalink)",
|
||||
"type": null,
|
||||
"scope": null,
|
||||
"additions": 4246,
|
||||
"deletions": 0,
|
||||
"timestamp": "2026-03-06T12:28:45+01:00"
|
||||
},
|
||||
{
|
||||
"hash": "449605c",
|
||||
"short": "chore(matrix): add dev:web and dev:mobile scripts to parent package",
|
||||
"type": "chore",
|
||||
"scope": "matrix",
|
||||
"additions": 3,
|
||||
"deletions": 1,
|
||||
"timestamp": "2026-03-06T12:29:24+01:00"
|
||||
},
|
||||
{
|
||||
"hash": "a4a7032",
|
||||
"short": "chore: add matrix dev scripts to root package.json",
|
||||
"type": null,
|
||||
"scope": null,
|
||||
"additions": 3,
|
||||
"deletions": 0,
|
||||
"timestamp": "2026-03-06T12:29:35+01:00"
|
||||
},
|
||||
{
|
||||
"hash": "a9c05ca",
|
||||
"short": "✨ feat(matrix-mobile): add reactions, read receipts, forward & fix DM encryption",
|
||||
"type": null,
|
||||
"scope": null,
|
||||
"additions": 243,
|
||||
"deletions": 20,
|
||||
"timestamp": "2026-03-06T12:37:22+01:00"
|
||||
},
|
||||
{
|
||||
"hash": "bc3a527",
|
||||
"short": "chore(matrix-mobile): configure EAS Build for TestFlight and fix type errors",
|
||||
"type": "chore",
|
||||
"scope": "matrix-mobile",
|
||||
"additions": 2448,
|
||||
"deletions": 587,
|
||||
"timestamp": "2026-03-06T19:36:39+01:00"
|
||||
},
|
||||
{
|
||||
"hash": "a7acffd",
|
||||
"short": "fix(matrix-mobile): use string format for pnpm version in eas.json",
|
||||
"type": "fix",
|
||||
"scope": "matrix-mobile",
|
||||
"additions": 1,
|
||||
"deletions": 3,
|
||||
"timestamp": "2026-03-06T19:50:54+01:00"
|
||||
},
|
||||
{
|
||||
"hash": "1976c26",
|
||||
"short": "fix(monorepo): add sharp to neverBuiltDependencies for EAS builds",
|
||||
"type": "fix",
|
||||
"scope": "monorepo",
|
||||
"additions": 2,
|
||||
"deletions": 1,
|
||||
"timestamp": "2026-03-06T19:54:43+01:00"
|
||||
}
|
||||
],
|
||||
"review_state": "auto",
|
||||
"llm": {
|
||||
"model": null,
|
||||
"generated_at": null
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue