项目管理和代码托管平台GitLab v8.8 发布

jopen 8年前
   <p style="text-align: center;"><img alt="" src="https://simg.open-open.com/show/df0717c3da53c7e1e2b287f70b1ce007.png" /></p>    <p>GitLab是用 Ruby on Rails语言开发的开源应用程序,实现一个自托管的Git项目仓库,可通过Web界面进行访问公开的或者私人项目。它拥有与GitHub类似的功能,能够浏览源代码,管理缺陷和注释。可以管理团队对仓库的访问,它非常易于浏览提交过的版本并提供一个文件历史库。团队成员可以利用内置的简单聊天程序(Wall)进行交流。它还提供一个代码片段收集功能可以轻松实现代码复用,便于日后有需要的时候进行查找。</p>    <h2>更新日志</h2>    <h3>Performance 更新</h3>    <ul>     <li><a href="/misc/goto?guid=4958990558734836651">Use tag_exists? in GitAccess#protected_tag?</a>: 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)</li>     <li><a href="/misc/goto?guid=4958990558814626037">Cleaned up/tweaked Project#open_branches</a> and <a href="/misc/goto?guid=4958990558899028019">Improve multiple branch push performance by memoizing permission checking</a>: improves SSH/HTTPS pushing performance by cutting down the time spent in checking if branches are protected or not</li>     <li><a href="/misc/goto?guid=4958990558981994671">Removed tracking of total method execution times</a>: total method execution timings are no longer tracked by GitLab Performance Monitoring</li>     <li><a href="/misc/goto?guid=4958990559067137902">Instrument all Grape API helpers</a>: GitLab Performance Monitoring now instruments all Grape API helpers</li>    </ul>    <h3>Uptime 更新:</h3>    <ul>     <li><a href="/misc/goto?guid=4958990559151642823">Added helper methods for database migrations</a> and <a href="/misc/goto?guid=4958990559243359174">Move generator templates to generator_templates/</a>: 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.</li>    </ul>    <p>详情:<a href="/misc/goto?guid=4958990559335036237">GitLab 8.8 released with Pipelines and .gitignore templates</a></p>    <h2>下载地址</h2>    <ul>     <li><a href="/misc/goto?guid=4958990143290710785">https://about.gitlab.com/installation/</a></li>     <li><a href="/misc/goto?guid=4958990559452084077" rel="nofollow">Source code (zip)</a></li>     <li><a href="/misc/goto?guid=4958990559534054134" rel="nofollow">Source code (tar.gz)</a></li>    </ul>