Gitlab 8.4.2 發布,Git 代碼托管平臺
Gitlab 8.4.2 發布,更新如下:
-
CE/EE: Bump required gitlab-workhorse version to bring in a fix for missing artifacts in the build artifacts browser (!2616)
-
CE/EE: Get rid of those ugly borders on the file tree view (!2615)
-
CE/EE: Fix updating the runner information when asking for builds (!2618)
-
CE/EE: Bump gitlab_git version to 7.2.24 in order to bring in a performance improvement when checking if a repository was empty (!2535)
-
CE/EE: Add instrumentation for Gitlab::Git::Repository instance methods so we can track them in Performance Monitoring. (!2528)
-
CE/EE: Increase contrast between highlighted code comments and inline diff marker (!2629)
-
CE/EE: Fix method undefined when using external commit status in builds (!2576)
-
EE: Elasticsearch indexer performance improvements (!140)
-
EE: Don’t redirect away from Mirror Repository settings when repo is empty (!135)
-
EE: Fix updating of branches in mirrored repository (!136)
-
EE: Fix a 500 error preventing LDAP users with 2FA enabled from logging in (!146)
-
EE: Rake task gitlab:elastic:index_repositories handles errors and shows progress (!143)
-
EE: Partial Elasticsearch indexing of repo on push (!142)
詳情請看:Read on
下載頁面:8.4.2
GitLab是一個利用 Ruby on Rails 開發的開源應用程序,實現一個自托管的Git項目倉庫,可通過Web界面進行訪問公開的或者私人項目。
它擁有與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
-
Sidekiq
來自: http://www.oschina.net//news/70290/gitlab-8-4-2