GitLab 7.7.0 RC3 发布,此版本现已提供下载:v7.7.0.rc3.zip。
GitLab 7.7.0 更新日志如下:
– Import from GitHub.com feature
– Add Jetbrains Teamcity CI service (Jason Lippert)
– Mention notification level
– Markdown preview in wiki (Yuriy Glukhov)
– Raise group avatar filesize limit to 200kb
– OAuth applications feature
– Show user SSH keys in admin area
– Developer can push to protected branches option
– Set project path instead of project name in create form
– Block Git HTTP access after 10 failed authentication attempts
– Updates to the messages returned by API (sponsored by O’Reilly Media)
– New UI layout with side navigation
– Add alert message in case of outdated browser (IE < 10)
– Added API support for sorting projects
– Update gitlab_git to version 7.0.0.rc14
– Add API project search filter option for authorized projects
– Fix File blame not respecting branch selection
– Change some of application settings on fly in admin area UI
– Redesign signin/signup pages
– Close standard input in Gitlab::Popen.popen
– Trigger GitLab CI when push tags
– When accept merge request – do merge using sidaekiq job
– Enable web signups by default
– Fixes for diff comments: drag-n-drop images, selecting images
– Fixes for edit comments: drag-n-drop images, preview mode, selecting images, save & update
– Remove password strength indicator
开源中国代码托管平台 git.kejianet.cn 就是基于 GitLab 项目搭建。
GitLab是一个利用 Ruby on Rails 开发的开源应用程序,实现一个自托管的git”>Git项目仓库,可通过Web界面进行访问公开的或者私人项目。
它拥有与github”>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” target=”_blank”>redis
- Sidekiq