項目管理和代碼托管平臺GitLab v8.8 發布
GitLab是用 Ruby on Rails語言開發的開源應用程序,實現一個自托管的Git項目倉庫,可通過Web界面進行訪問公開的或者私人項目。它擁有與GitHub類似的功能,能夠瀏覽源代碼,管理缺陷和注釋。可以管理團隊對倉庫的訪問,它非常易于瀏覽提交過的版本并提供一個文件歷史庫。團隊成員可以利用內置的簡單聊天程序(Wall)進行交流。它還提供一個代碼片段收集功能可以輕松實現代碼復用,便于日后有需要的時候進行查找。
更新日志
Performance 更新
- Use tag_exists? in GitAccess#protected_tag?: improves SSH/HTTPS pushing performance by only checking a single Git tag upon push instead of all existing Git tags (mostly noticeable on projects with lots of tags)
- Cleaned up/tweaked Project#open_branches and Improve multiple branch push performance by memoizing permission checking: improves SSH/HTTPS pushing performance by cutting down the time spent in checking if branches are protected or not
- Removed tracking of total method execution times: total method execution timings are no longer tracked by GitLab Performance Monitoring
- Instrument all Grape API helpers: GitLab Performance Monitoring now instruments all Grape API helpers
Uptime 更新:
- Added helper methods for database migrations and Move generator templates to generator_templates/: upgrading from GitLab 8.7.x to GitLab 8.8.0 does not require any downtime as all migrations can now be performed without stopping your GitLab instance. The goal for future releases is to also allow online upgrades unless downtime is an absolute requirement.
詳情:GitLab 8.8 released with Pipelines and .gitignore templates
下載地址
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!