GitLab 8.7 发布了,该版本允许在网页上cherry-pick 任意 commit 到指定分支,该功能是支付宝前端团队提交的。
以下是一些改进记录:
- Gitlab::GitAccess and Gitlab::GitAccessWiki are now instrumented
- Fix vulnerability that made it possible to gain access to private labels and milestones
- The number of InfluxDB points stored per UDP packet can now be configured
- Fix error when cross-project label reference used with non-existent project
- Transactions for /internal/allowed now have an "action" tag set
- Method instrumentation now uses Module#prepend instead of aliasing methods
- Repository.clean_old_archives is now instrumented
查看完整改进记录,可以点击这里。