智能化下的产物,无人棋牌室
GitLab 8.3.3 发布,包括 GitLab Community Edition (CE) 和 Enterprise Edition (EE)。
此版本更新内容如下:
- CE/EE: Preserve CE behavior with JIRA integration by only calling API if URL is set (#2341)
- CE/EE: Fix duplicated branch creation/deletion events when using Web UI (#2343)
- CE/EE: Add configurable LDAP server query timeout (#2267)
- CE/EE: Get “Merge when build succeeds” to work when commits were pushed to MR target branch while builds were running (#2304)
- CE/EE: Suppress e-mails on failed builds if allow_failure is set (#2178)
- CE/EE: Fix project transfer e-mail sending incorrect paths in e-mail notification (#2235)
- CE/EE: Enable “Add key” button when user fills in a proper key (#2208)
- CE/EE: Better support for referencing and closing issues in Asana service (#2111)
- CE/EE: Fix error in processing reply-by-email messages
- CE/EE: Fix Error 500 when visiting build page of project with nil
runners_token
(#2294) - CE/EE: Use WOFF versions of SourceSansPro fonts (#2357)
- CE/EE: Fix regression when builds were not generated for tags created through web/api interface (#2366)
- CE/EE: Bump gitlab-workhorse to 0.5.3 (#2367)
- EE: Fix undefined method call in Jenkins integration service (#106)
更多内容请看发行说明。
GitLab是一个利用 Ruby on Rails 开发的开源应用程序,实现一个自托管的git”>Git项目仓库,可通过Web界面进行访问公开的或者私人项目。
它拥有与github”>Github类似的功能,能够浏览源代码,管理缺陷和注释。可以管理团队对仓库的访问,它非常易于浏览提交过的版本并提供一个文件历史库。它还提供一个代码片段收集功能可以轻松实现代码复用,便于日后有需要的时候进行查找。
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