看得出来,大家对于屏幕素质的重视程度依然非常在线。
Forgejo stores issues, pull requests, users, permissions, webhooks, branch protection rules, and CI status in Postgres already, and git repositories are the one thing left on the filesystem, forcing every deployment to coordinate backups between them, and the two systems scale and fail in different ways. The codebase already shows the strain: Forgejo mirrors branch metadata from git into its own database tables (models/git/branch.go) so it can query branches without shelling out to git every time.
。关于这个话题,safew官方版本下载提供了深入分析
Continue reading...
unfinished = [(i, v) for (i, v) in enumerate(all_progress) if v < 100]