diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-08 00:33:57 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-08 00:33:57 +0000 |
| commit | ac3e00a7e102d7ae341f554563646e05aed7edac (patch) | |
| tree | ba747b97823393af62717bddf683e0b17558a861 /README.md | |
| parent | 543d9e66dd44b70ed467c61635e6c8056fef8555 (diff) | |
docs: add imporment ideas to readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -198,6 +198,8 @@ See [Monitoring Overview](docs/explanation/monitoring.md) and [Prometheus Setup | |||
| 198 | 198 | ||
| 199 | Git data related to deleted Repositories should be archvied (and deleted after 90 days), also events related to ONLY this repository. | 199 | Git data related to deleted Repositories should be archvied (and deleted after 90 days), also events related to ONLY this repository. |
| 200 | 200 | ||
| 201 | Delete Request Disrepector - so that events dont get removes - its problematic if someone elses PR event and comments gets deleted if the owner deletes the repo. having at least some archival grasp servers retaining it so it can be recovered is important. also we need to make left-pad impossible. | ||
| 202 | |||
| 201 | ### Grasp Server Removed from Announcement Event | 203 | ### Grasp Server Removed from Announcement Event |
| 202 | 204 | ||
| 203 | Unless GRASP-05, This should cause the git data and events related ONLY to this repository to be archived (and deleted after 90 days). | 205 | Unless GRASP-05, This should cause the git data and events related ONLY to this repository to be archived (and deleted after 90 days). |
| @@ -218,6 +220,10 @@ This a useful feature of other git servers. | |||
| 218 | 220 | ||
| 219 | **Future enhancement**: should we periodically scan relays in UserGraspLists to check for announcements that list our relay? | 221 | **Future enhancement**: should we periodically scan relays in UserGraspLists to check for announcements that list our relay? |
| 220 | 222 | ||
| 223 | ### GRASP-5 Archive | ||
| 224 | |||
| 225 | This not only is an important stand alone feature, it can be used to help to test sync features and have a local backup thats easy to deploy (set as bootstrap). | ||
| 226 | |||
| 221 | ## Technology Stack | 227 | ## Technology Stack |
| 222 | 228 | ||
| 223 | - **Rust**: Core language | 229 | - **Rust**: Core language |