转载

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

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

GitLab是用 Ruby on Rails 语言 开发的开源应用程序,实现一个自托管的Git项目仓库,可通过Web界面进行访问公开的或者私人项目。它拥有与GitHub类似的功能,能够浏览源代码,管理缺陷和注释。可以管理团队对仓库的访问,它非常易于浏览提交过的版本并提供一个文件历史库。团队成员可以利用内置的简单聊天程序(Wall)进行交流。它还提供一个代码片段收集功能可以轻松实现代码复用,便于日后有需要的时候进行查找。

更新日志

  • EE: Improve Geo documentation. (!431)
  • EE: Fix remote mirror stuck on started issue. (!491)
  • EE: Fix MR creation from forks where target project has approvals enabled. (!496)
  • EE: Fix MR edit where target project has approvals enabled. (!496)
  • EE: Fix vertical alignment of git-hooks page. (!499)
  • CE/EE: Refactor labels documentation. (!3347)
  • CE/EE: Eager load award emoji on notes. (!4628)
  • CE/EE: Fix some CI wording in documentation. (!4660)
  • CE/EE: Document GIT_STRATEGY and GIT_DEPTH. (!4720)
  • CE/EE: Add documentation for the export & import features. (!4732)
  • CE/EE: Add some docs for Docker Registry configuration. (!4738)
  • CE/EE: Ensure we don't send the "access request declined" email to access requesters on project deletion. (!4744)
  • CE/EE: Display group/project access requesters separately in the admin area. (!4798)
  • CE/EE: Add documentation and examples for configuring cloud storage for registry images. (!4812)
  • CE/EE: Clarifies documentation about artifact expiry. (!4831)
  • CE/EE: Fix the Network graph links. (!4832)
  • CE/EE: Fix MR-auto-close text added to description. (!4836)
  • CE/EE: Add documentation for award emoji now that comments can be awarded with emojis. (!4839)
  • CE/EE: Fix typo in export failure email. (!4847)
  • CE/EE: Fix header vertical centering. (!4170)
  • CE/EE: Fix subsequent SAML sign ins. (!4718)
  • CE/EE: Set button label when picking an option from status dropdown. (!4771)
  • CE/EE: Prevent invalid URLs from raising exceptions in WikiLink Filter. (!4775)
  • CE/EE: Handle external issues in IssueReferenceFilter. (!4789)
  • CE/EE: Support for rendering/redacting multiple documents. (!4828)
  • CE/EE: Update Todos documentation and screenshots to include new functionality. (!4840)
  • CE/EE: Hide nav arrows by default. (!4843)
  • CE/EE: Added bottom padding to label color suggestion link. (!4845)
  • CE/EE: Use jQuery objects in ref dropdown. (!4850)
  • CE/EE: Fix GitLab project import issues related to notes and builds. (!4855)
  • CE/EE: Restrict header logo to 36px so it doesn't overflow. (!4861)
  • CE/EE: Fix unwanted label unassignment. (!4863)
  • CE/EE: Fix mobile Safari bug where horizontal nav arrows would flicker on scroll. (!4869)
  • CE/EE: Restore old behavior around diff notes to outdated discussions. (!4870)
  • CE/EE: Fix merge requests project settings help link anchor. (!4873)
  • CE/EE: Fix 404 when accessing pipelines as guest user on public projects. (!4881)
  • CE/EE: Remove width restriction for logo on sign-in page. (!4888)
  • CE/EE: Bump gitlab_git to 10.2.3 to fix false truncated warnings with ISO-8559 files. (!4884)
  • CE/EE: Apply selected value as label. (!4886)
  • CE/EE: Fix temp file being deleted after the request while importing a GitLab project. (!4894)
  • CE/EE: Fix pagination when sorting by columns with lots of ties (like priority)
  • CE/EE: Implement Subresource Integrity for CSS and JavaScript assets. This prevents malicious assets from loading in the case of a CDN compromise.
  • CE/EE: Fix user creation with stronger minimum password requirements. (!4054) (nathan-pmt)
  • CE/EE: Add API endpoint for a group issues. (!4520) (mahcsig)
  • CE/EE: Fix a wrong MR status when merge_when_build_succeeds & project.only_allow_merge_if_build_succeeds are true. (!4912)
  • CE/EE: Add SMTP as default delivery method to match gitlab-org/omnibus-gitlab!826. (!4915)

下载

正文到此结束
Loading...