Commit 61a3d5dea2
61a3d5dea29245bd875b50c5b04fdb8a99193756
parent: c90a10435b
Verified · cmc
cmc <hello@cleberg.net> · 2026-08-24T17:39:57Z
docs: mark #6 and #23 done; document archive and topics commands
docs/roadmap.org
+5 −2
| @@ -45,8 +45,11 @@ Mostly web-layer; descriptions and profiles already landed as the first |
| 45 | 45 | step. |
| 46 | 46 | |
| 47 | 47 | - [[https://gitbay.org/krz/gitbay/issues/10][#10]] design revamp (umbrella: tokens, typography, identity, mobile) |
| 48 | | - [[https://gitbay.org/krz/gitbay/issues/6][#6]] cross-references (#N) and @mentions |
| 49 | | - [[https://gitbay.org/krz/gitbay/issues/23][#23]] archived repos and topics |
| 48 | — shipped 2026-08-24, open pending visual review |
| 49 | [[https://gitbay.org/krz/gitbay/issues/6][#6]] cross-references (#N) and @mentions — done 2026-08-24 |
| 50 | (rendering-side; backlinks and mention notifications later) |
| 51 | [[https://gitbay.org/krz/gitbay/issues/23][#23]] archived repos and topics — done 2026-08-24 (topic |
| 52 | filtering rides along with search, #7) |
| 50 | 53 | - [[https://gitbay.org/krz/gitbay/issues/24][#24]] blame view |
| 51 | 54 | - [[https://gitbay.org/krz/gitbay/issues/7][#7]] search (repo-name filter first; code search later) |
| 52 | 55 | - [[https://gitbay.org/krz/gitbay/issues/20][#20]] milestones and issue templates |
docs/users.org
+3
| @@ -95,6 +95,9 @@ gitbay repo access revoke you/project alice |
| 95 | 95 | gitbay repo settings protect you/project main # no force-push, no delete |
| 96 | 96 | gitbay repo settings require-signed you/project on # every commit must verify |
| 97 | 97 | gitbay repo settings git-daemon you/project on # expose over git:// |
| 98 | gitbay repo topics add you/project cli forge # free-form tags, shown on the web |
| 99 | gitbay repo archive you/project # read-only: pushes and issue/MR |
| 100 | gitbay repo unarchive you/project # writes refused, browsing intact |
| 98 | 101 | #+end_src |
| 99 | 102 | |
| 100 | 103 | Import from another forge (git data only — issues and PRs do not |