5月23日 西安 OSC 源创会开始报名啦,存储、虚拟机、Docker 等干货分享
GitLab 7.10.4 发布,修复了上周发布的 GitLab 7.10.2 的安装和迁移问题,因为标签的唯一性约束。其实 GitLab 并未发布 GitLab 7.10.3,只是创建了版本标签,放到发布的分支里面。
此版本修复的问题:
修复了 GitLab 7.10.2 的迁移失败问题
添加了安装时一些标签失效的 indices
解决了在 MySQL 运行 GitLab 安装时标签的大小写敏感的问题
其他修复:
A bug when using the Gitorious importer
A bug that prevented adding group members through the admin screen
Broken links on the merge request page leading to CI services
A 500 error when trying to search in the wiki
A 500 error when trying to add new tags to a project
A bug where commit data would not appear in some subdirectories due to escaped slashes
A bug where branches with escaped characters in their names would not always work in the compare view
更多内容请看 发行说明 。
此版本现已提供下载: https://github.com/gitlabhq/gitlabhq/archive/v7.10.4.zip 。
开源中国代码托管平台 git.oschina.net 就是基于 GitLab 项目搭建。
GitLab是一个利用Ruby on Rails 开发的开源应用程序,实现一个自托管的Git项目仓库,可通过Web界面进行访问公开的或者私人项目。
它拥有与Github类似的功能,能够浏览源代码,管理缺陷和注释。可以管理团队对仓库的访问,它非常易于浏览提交过的版本并提供一个文件历史库。团队成员可以利用内置的简单聊天程序(Wall)进行交流。它还提供一个代码片段收集功能可以轻松实现代码复用,便于日后有需要的时候进行查找。
GitLab 5.0以前版本要求服务器端采用Gitolite 搭建,5.0版本以后不再使用 Gitolite,采用自己开发的 gitlab-shell 来实现。如果你觉得安装麻烦可以使用GitLab Installers 一键安装程序。
系统要求:
Ubuntu/Debian
ruby 1.9.3+
mysql or postgresql
git
gitlab-shell
redis
Sidekiq