内容简介:GitLab 10.0.3 和 9.5.8 已发布,适用于 GitLab 社区版和企业版。它们都修复了一些存在于旧版本的错误和回归。 10.0.3 CE/EE: Fix merge request counter updates after merge (!14563) CE/EE: Make sure API r...
GitLab 10.0.3 和 9.5.8 已发布,适用于 GitLab 社区版和企业版。它们都修复了一些存在于旧版本的错误和回归。
10.0.3
CE/EE: Fix merge request counter updates after merge (!14563)
CE/EE: Make sure API responds with 401 when invalid authentication info is provided (!14525)
CE/EE: Fix 500 error on merged merge requests when GitLab is restored from a backup (!14547)
CE/EE: Fix commenting on side-by-side commit diff (!14529)
CE/EE: Gitaly RepositoryExists remains opt-in for all method calls (!14513)
CE/EE: Adjust MRs being stuck on "process of being merged" for more than 2 hours (!14540)
CE/EE:
find_userUsers helper method no longer overridesfind_userAPI helper method (!14418)CE/EE: Improve UX of autodevops popover to match gpg one (!14582)
CE/EE: Fix CSRF validation issue when closing/opening merge requests from the UI (!14555)
CE/EE: Make
Repository#has_visible_contentmore efficient (!14554)CE/EE: Fix Auto DevOps banner feature flag (!14576)
CE/EE: Fix data parameter not being sent in ajax request for jobs log (!14564)
CE/EE: Fix pushes to an empty repository not invalidating
has_visible_content?cache (!14613)CE/EE: Ensure all refs are restored on a backup/restore (!14595)
CE/EE: Fix Admin -> License selector for GitLab QA specs (!14599)
CE/EE: Fix gitlab-rake gitlab:import:repos task (!14597)
CE/EE: Fix broken certificate-authority-data with kubectl >= 1.8.0 (!14635)
EE: Show group tab if member lock is enabled (!3025)
EE: Only show Turn on Service Desk button when user has permissions (!3020)
EE: Add basic documentation on the consul cluster (!3013)
EE: File uploaders do not perform hard check, only soft check (!2960)
EE: Fix EE delta size check handling with annotated tags (!3041)
EE: Rewrite Geo database rake tasks so they operate on the correct database (!3052)
9.5.8
CE/EE Fix fork button being disabled for users who can fork to group (!14551)
EE Fix delta size check to handle commit or nil objects (!2976)
EE Fix EE delta size check handling with annotated tags (!3041)
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《GitLab 10.0.3 和 9.5.8 发布,Bug 修复版本》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
编写高质量代码:改善Python程序的91个建议
张颖、赖勇浩 / 机械工业出版社 / 2014-6 / 59.00元
在通往“Python技术殿堂”的路上,本书将为你编写健壮、优雅、高质量的Python代码提供切实帮助!内容全部由Python编码的最佳实践组成,从基本原则、惯用法、语法、库、设计模式、内部机制、开发工具和性能优化8个方面深入探讨了编写高质量Python代码的技巧与禁忌,一共总结出91条宝贵的建议。每条建议对应Python程序员可能会遇到的一个问题。本书不仅以建议的方式从正反两方面给出了被实践证明为......一起来看看 《编写高质量代码:改善Python程序的91个建议》 这本书的介绍吧!