GitLab 8.6.2 发布了。改进日志如下:
-
EE: Fix old commits triggering git hooks on new branches branched off another branch. (!281)
-
EE: Fix issue with deleted user in audit event. (!284)
-
EE: Mark pending todos as done when approving a merge request. (!292)
-
EE: GitLab Geo: Display Attachments from Primary node. (!302)
-
CE/EE: Fix dropdown alignment. (!3298)
-
CE/EE: Fix issuable sidebar overlaps on tablet. (!3299)
-
CE/EE: Make dropdowns pixel perfect. (!3337)
-
CE/EE: Fix order of steps to prevent PostgreSQL errors when running migration. (!3355)
-
CE/EE: Fix bold text in issuable sidebar. (!3358)
-
CE/EE: Fix error with anonymous token in applications settings. (!3362)
-
CE/EE: Fix the milestone ‘upcoming’ filter. (!3364) & (!3368)
-
CE/EE: Fix comments on confidential issues showing up in activity feed to non-members. (!3375)
-
CE/EE: Fix
NoMethodError
when visiting CI root path at/ci
. (!3377) -
CE/EE: Add a tooltip to new branch button in issue page. (!3380)
-
CE/EE: Fix an issue hiding the password form when signed-in with a linked account. (!3381)
-
CE/EE: Add links to CI setup documentation from project settings and builds pages. (!3384)
-
CE/EE: Fix an issue with width of project select dropdown. (!3386)
-
CE/EE: Remove redundant
require
s from Banzai files. (!3391) -
CE/EE: Fix error 500 with cancel button on issuable edit form. (!3392) & (!3417)
-
CE/EE: Fix background when editing a highlighted note. (!3423)
-
CE/EE: Remove tabstop from the WIP toggle links. (!3426)
-
CE/EE: Ensure private project snippets are not viewable by unauthorized people.
-
CE/EE: Gracefully handle notes on deleted commits in merge requests. (!3402)
-
CE/EE: Fixed issue with notification settings not saving. (!3452)
-
Omnibus GitLab: Updated chef version to 12.6. (!704)
-
Omnibus GitLab: Use
:before
from Chef 12.6 to enable extension before migration or database seed. (!705)
下载地址:https://about.gitlab.com/downloads/
GitLab是一个利用 Ruby on Rails 开发的开源应用程序,实现一个自托管的Git项目仓库,可通过Web界面进行访问公开的或者私人项目。它拥有与Github类似的功能,能够浏览源代码,管理缺陷和注释。可以管理团队对仓库的访问,它非常易于浏览提交过的版本并提供一个文件历史库。它还提供一个代码片段收集功能可以轻松实现代码复用,便于日后有需要的时候进行查找。