mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-27 02:37: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
1133
devlog/2026-01-29/data.json
Normal file
1133
devlog/2026-01-29/data.json
Normal file
File diff suppressed because it is too large
Load diff
39
devlog/2026-01-29/macher.md
Normal file
39
devlog/2026-01-29/macher.md
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
date: 2026-01-29
|
||||
day: 38
|
||||
view: macher
|
||||
weekday: Donnerstag
|
||||
commits: 113
|
||||
review: written
|
||||
---
|
||||
|
||||
# Donnerstag, 2026-01-29 — Tag 38 (Macher-Sicht)
|
||||
|
||||
## Stats
|
||||
|
||||
113 Commits, +51520 / −12296 LoC, 792 Files. Top-Dirs: `apps/matrix/apps/web` (12%), `services/mana-api-gateway/src` (5%), `services/mana-notify/src` (5%), `apps/skilltree/apps/web` (4%), `apps/calendar/apps/web` (4%). Tags: matrix, matrix-web, auth, skilltree, tts-bot. Session 11:05 → 22:27 (~423 aktive Min, längster Fokus 199 Min).
|
||||
|
||||
## Commits
|
||||
|
||||
- `076e551` feat(skilltree): connect web app to backend API (+637/-60)
|
||||
- `df5a9e2` Merge pull request #24 from Memo-2023/claude/review-server-services-NrMEv (+0/-0)
|
||||
- `f623c1f` Merge pull request #25 from Memo-2023/claude/matrix-client-options-F0UhN (+0/-0)
|
||||
- `8692690` Merge pull request #26 from Memo-2023/claude/matrix-setup-documentation-Ketxw (+0/-0)
|
||||
- `a930e28` Merge pull request #27 from Memo-2023/claude/plan-questions-app-UKqD5 (+0/-0)
|
||||
- `5e92a52` Merge pull request #28 from Memo-2023/claude/skill-tree-app-planning-CO4xH (+0/-0)
|
||||
- `e145c64` 📝 docs(devlog): add 2026-01-28 massive feature sprint devlog (+596/-0)
|
||||
- `2021cf9` feat(matrix): configure OIDC SSO with Mana Core Auth (+2/-2)
|
||||
- `e46a4c9` fix(auth): expose JWKS at /api/auth/jwks for OIDC discovery (+12/-1)
|
||||
- `42dafe5` fix(auth): fix global prefix exclusion for OIDC routes (+6/-0)
|
||||
- `c3dd770` ✅ test(skilltree): add comprehensive test suite for web and backend (+925/-2)
|
||||
- `baea194` fix(auth): add OAuth2 routes for OIDC discovery compatibility (+76/-33)
|
||||
- `ac976f2` 🔧 chore(skilltree): add dev commands and database setup (+39/-3)
|
||||
- `0c1008d` debug(auth): add detailed logging for OIDC handler response (+18/-4)
|
||||
- `29c5d2b` feat(auth): add OIDC login page for Matrix SSO (+257/-1)
|
||||
- `1fcd5de` 🔧 chore(skilltree): add environment configuration (+45/-14)
|
||||
- `b150a16` docs(auth): add Matrix SSO integration documentation (+192/-15)
|
||||
- `fe8d816` 📝 docs: add mana-search service to monorepo documentation (+113/-1)
|
||||
- `176aa05` feat(matrix-web): add SSO login button for Mana Core (+31/-1)
|
||||
- `677eb82` 🐛 fix(mana-search): fix SearXNG docker config for local development (+1948/-181)
|
||||
|
||||
_… plus 93 weitere Commits._
|
||||
20
devlog/2026-01-29/spieler.md
Normal file
20
devlog/2026-01-29/spieler.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
date: 2026-01-29
|
||||
day: 38
|
||||
view: spieler
|
||||
weekday: Donnerstag
|
||||
commits: 113
|
||||
review: written
|
||||
---
|
||||
|
||||
# Donnerstag, 2026-01-29 — Tag 38
|
||||
|
||||
Großer Sprint-Tag mit Schwerpunkt **apps** (113 Commits).
|
||||
|
||||
## Highlights
|
||||
|
||||
- connect web app to backend API
|
||||
- 📝 docs(devlog): add 2026-01-28 massive feature sprint devlog
|
||||
- configure OIDC SSO with Mana Core Auth
|
||||
- expose JWKS at /api/auth/jwks for OIDC discovery
|
||||
- fix global prefix exclusion for OIDC routes
|
||||
Loading…
Add table
Add a link
Reference in a new issue