发布于 2017-12-03 00:03:03 | 160 次阅读 | 评论: 0 | 来源: 网友投递
Gitea 自助 Git 服务
Gitea (Git Service with a cup of tea) 是一款可轻易搭建的自助 Git 服务。是基于 Gogs 开发的版本。
Gitea 1.3.0 版本已发布。Gitea 的首要目标是创建一个极易安装,运行非常快速,安装和使用体验良好的自建 Git 服务。项目采用 Go 作为后端语言,只要生成一个可执行程序即可。并且他还支持跨平台,支持 Linux、 macOS 和 Windows 以及各种架构,除了x86、amd64,还包括 ARM 和 PowerPC。
部分更新如下:
BREAKING
Make URL scheme unambiguous (#2408)
FEATURE
Add branch overiew page (#2108)
Code/repo search (#2582)
Add Activity page to repository (#2674)
Issue Timetracking (#2211)
Add orgmode document type on file view and readme (#2525)
Add external markup render support (#2570)
Implementation of discord webhook (#2402)
Webhooks for repo creation/deletion (#1663)
Complete push webhooks (#2530)
Add possibility to record branch information in an issue (#780)
Create new branch from branch selection dropdown (#2130)
Implementation of all repositories of a user from user->settings (#1740)
Add LFS object verification step after upload (#2868)
Configurable SSH cipher suite (#913)
Disable custom Git Hooks globally via configuration file (#2450)
Sync releases table with tags on push and for mirrors (#2459)
另外还有大量修复和改进,完整更新内容和下载地址请查阅发行列表。