Gogs v0.11rc 发布,一款极易搭建的自助 Git 服务
一款极易搭建的自助 Git 服务。主要特点:
- 易安装
您除了可以根据操作系统平台下载 二进制运行,还可以通过 Docker 或 Vagrant,以及 包管理 安装。
- 跨平台
任何 Go 语言 支持的平台都可以运行 Gogs,包括 Windows、Mac、Linux 以及 ARM。
- 轻量级
一个廉价的树莓派的配置足以满足 Gogs 的最低系统硬件要求。有些用户甚至还将 Gogs 运行在 NAS 设备上。
- 开源化
所有的代码都开源在 GitHub 上,赶快加入我们来共同发展这个伟大的项目!
更新日志
Bug 修复
- Incorrect file permission for session files #3363
- API: Repository Permission object returns incorrect values #4309
- Unable to update non-local user profile #4313
- Redirect to random issue if index does not exist #4315
- Unable to propose pull request from secondary fork #4324
- Unable to update protect branch whitelist #4333
- Repository size does not update for fork, migrate and mirror #4336
特征
- Support private repository with public issues #649
- Support private repository with public wiki #2157
- Able to retrigger webhook history #2187
- API: Add sync for mirror repository #2235
- Able to load more feeds on dashboard #2511
- Add config option to set a cookie value indicates login status #2885
- Able to backup and restore #2924
- Able to use issues and wiki for bare repository #4104
- Custom page size for commits page #4230
- Add repositories panel to user settings #4277
改进
- Include private but accessible repositories in explore page #3088
- Able to choose console mode for logger #3119
- Able to config logger for XORM #3183
- Add config option for HTML render mode #3608
- Webhook push event provice details about added/removed/modified files #3897
- Able to config number of newsfeed showed on Dashboard #4247
下载
本站原创,转载时保留以下信息:
本文转自:深度开源(open-open.com)
原文地址:http://www.open-open.com/news/view/229b728c
正文到此结束