内容简介:GitLab 发布 10.1.1 补丁版本,包括社区版和企业版。 该版本主要是 Bug 的修复,包括: CE/EE: Auto Devops Kubernetes default namespace is now correctly built out of GitLab (!14642) CE/EE: Store circuit...
GitLab 发布 10.1.1 补丁版本,包括社区版和企业版。
该版本主要是 Bug 的修复,包括:
- CE/EE: Auto Devops Kubernetes default namespace is now correctly built out of GitLab (!14642)
- CE/EE: Store circuitbreaker settings in the database instead of config (!14842)
- CE/EE: Allow boards as top level route (!14861)
- CE/EE: Forbid the usage of
Redis#keys
(!14889) - CE/EE: Make the circuitbreaker more robust by adding higher thresholds, and multiple access attempts. (!14933)
- CE/EE: Update default disabled merge request widget message to reflect a general failure (!14960)
- CE/EE: Only cache last push event for existing projects when pushing to a fork (!14989)
- CE/EE: Fix deletion of container registry or images returning an error (!14992)
- CE/EE: Fix the writing of invalid environment refs (!14993)
- CE/EE: Fix bug preventing secondary emails from being confirmed (!15010)
- CE/EE: Fix broken wiki pages that link to a wiki file (!15019)
- CE/EE: Don't rename paths that were freed up when upgrading (!15029)
- CE/EE: Fix editing issue description in mobile view (!15049)
- CE/EE: Fix Bitbucket login (!15051)
- CE/EE: Update Gitaly in GitLab 10.1 to 0.43.1 for temp file cleanup (!15055)
- CE/EE: Stop merge requests with thousands of commits from timing out (!15063)
- CE/EE: Use the correct visibility attribute for projects in system hooks (!15065)
- CE/EE: Fix widget of locked merge requests not being presented (!15069)
- CE/EE: Normalize LDAP DN when looking up identity (!15103)
- CE/EE: Add callback functions for initial request in clusters page (!15105)
- CE/EE: Fix missing Import/Export issue assignees (!15109)
- EE: Move group boards routes under - and remove "boards" from reserved paths (!3078)
- EE: Fix height of rebase and approve buttons (!3210)
- EE: Fix LDAP group sync for nested groups e.g. when base has uppercase or extraneous spaces (!3217)
- EE: Geo: read-only safeguards was not working on Secondary node (!3227)
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- GitLab 发布补丁修复版本 11.9.1
- GitLab 发布补丁修复版本 11.9.6
- GitLab 发布补丁修复版本 11.10.4
- GitLab 10.5.2 补丁版本发布,修复 Bug
- GitLab 10.5.5 补丁版本发布,修复 Bug
- Bootstrap 首个补丁版本 v4.1.1 发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深入理解计算机系统
Randal E.Bryant、David O'Hallaron / 龚奕利、雷迎春 / 中国电力出版社 / 2004-5-1 / 85.00元
从程序员的视角,看计算机系统! 本书适用于那些想要写出更快、更可靠程序的程序员。通过掌握程序是如何映射到系统上,以及程序是如何执行的,读者能够更好的理解程序的行为为什么是这样的,以及效率低下是如何造成的。粗略来看,计算机系统包括处理器和存储器硬件、编译器、操作系统和网络互连环境。而通过程序员的视角,读者可以清晰地明白学习计算机系统的内部工作原理会对他们今后作为计算机科学研究者和工程师的工作有......一起来看看 《深入理解计算机系统》 这本书的介绍吧!