Gitfed
bastien-mrq/gitfed/ Commits/ 4dd7f1f

Release v1.2.29

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

bastien-mrq 2026-07-31 07:50 commit 4dd7f1fa774d9df8d9ef7b9b7449e816b329b363 parent 0b25ccff67f28c62186c9d0e2a366ad9852c4aa7
2 fichiers modifiés +5 −1
M CHANGELOG.md +4 −0
M VERSION +1 −1
CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b326e..3da6d7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ A bullet starting with `**BREAKING:**` flags a change gitfed-ctl's update wizard makes you acknowledge individually before it will let you upgrade past that version. +## 1.2.29 + +- Admin view now shows disk usage: a "Storage" card on the dashboard (total across all repos), and a new `/admin/repos` page listing every repo with its owner, visibility and size. New `RepoDiskUsage` on `admin.Ops`, backed by `gitexec.DiskUsage` (sums every regular file under a repo's bare directory — packfiles, refs, objects). + ## 1.2.28 - Repo page action row: Download and Settings — the two less-frequent actions — now sit right-aligned with a subtler, borderless style, separate from the more frequently used main/Commits/Merge requests group on the left.
VERSION
diff --git a/VERSION b/VERSION index f6b839d..550c9e9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.28 +1.2.29