Gitlab 8.4.3 發布,Git 代碼托管平臺
GitLab是一個利用 Ruby on Rails 開發的開源應用程序,實現一個自托管的Git項目倉庫,可通過Web界面進行訪問公開的或者私人項目。
它擁有與Github類似的功能,能夠瀏覽源代碼,管理缺陷和注釋。可以管理團隊對倉庫的訪問,它非常易于瀏覽提交過的版本并提供一個文件歷史庫。它還提供一個代碼片段收集功能可以輕松實現代碼復用,便于日后有需要的時候進行查找。
GitLab 5.0以前版本要求服務器端采用 Gitolite 搭建,5.0版本以后不再使用 Gitolite ,采用自己開發的 gitlab-shell 來實現。如果你覺得安裝麻煩可以使用 GitLab Installers 一鍵安裝程序。
Gitlab 8.4.3 發布,更新如下:
CE/EE: Increase lfs_objects size column to 8-byte integer to allow files larger than 2.1GB (!2644)
CE/EE: Correctly highlight MR diff when MR has merge conflicts (!2632)
CE/EE: Fix highlighting in blame view (!2630)
CE/EE: Update sentry-raven gem to prevent “Not a git repository” console output when running certain commands (!2636)
CE/EE: Add instrumentation to additional Gitlab::Git and Rugged methods for performance monitoring (!2664)
CE/EE: Allow autosize textareas to also be manually resized (!2653)
EE: Elasticsearch: fix partial blob indexing on push (!149)
EE: Elasticsearch: added advanced indexer for repositories (!154)
EE: Fix “Mirror User” dropdown (!158)
詳情請看:Read on
下載頁面:8.4.3
系統要求:
Ubuntu/Debian
ruby 1.9.3+
mysql or postgresql
git
gitlab-shell
redis
Sidekiq
來自: http://www.oschina.net//news/70434/gitlab-8-4-3