xiahe999 发表于 2015-8-30 14:37:25

GitLab 7.14.0 正式发布,代码托管平台

欢迎加入运维网交流群:263444886  
  GitLab 7.14.0 正式发布,此版本更新内容如下:
  
  - Fix bug where non-project members of the target project could set labels on new merge requests.
  - Update default robots.txt rules to disallow crawling of irrelevant pages (Ben Bodenmiller)
  - Fix redirection after sign in when using auto_sign_in_with_provider
  - Upgrade gitlab_git to 7.2.14 to ignore CRLFs in .gitmodules (Stan Hu)
  - Clear cache to prevent listing deleted branches after MR removes source branch (Stan Hu)
  - Provide more feedback what went wrong if HipChat service failed test (Stan Hu)
  - Fix bug where backslashes in inline diffs could be dropped (Stan Hu)
  - Disable turbolinks when linking to Bitbucket import status (Stan Hu)
  - Fix broken code import and display error messages if something went wrong with creating project (Stan Hu)
  - Fix corrupted binary files when using API files endpoint (Stan Hu)
  - Bump Haml to 4.0.7 to speed up textarea rendering (Stan Hu)
  - Show incompatible projects in Bitbucket import status (Stan Hu)
  - Fix coloring of diffs on MR Discussion-tab (Gert Goet)
  - Fix "Network" and "Graphs" pages for branches with encoded slashes (Stan Hu)
  - Fix errors deleting and creating branches with encoded slashes (Stan Hu)
  - Always add current user to autocomplete controller to support filter by "Me" (Stan Hu)
  - Fix multi-line syntax highlighting (Stan Hu)
  - Fix network graph when branch name has single quotes (Stan Hu)
  - Add "Confirm user" button in user admin page (Stan Hu)
  - Upgrade gitlab_git to version 7.2.6 to fix Error 500 when creating network graphs (Stan Hu)

  - Add support for Unicode filenames in>
  - Fix URL used for refreshing notes if>  - Fix commit data retrieval when branch name has single quotes (Stan Hu)
  - Check that project was actually created rather than just validated in import:repos task (Stan Hu)
  - Fix full screen mode for snippet comments (Daniel Gerhardt)
  - Fix 404 error in files view after deleting the last file in a repository (Stan Hu)
  - Fix the "Reload with full diff" URL button (Stan Hu)
  - Fix label read access for unauthenticated users (Daniel Gerhardt)
  - Fix access to disabled features for unauthenticated users (Daniel Gerhardt)
  - Fix OAuth provider bug where GitLab would not go return to the redirect_uri after sign-in (Stan Hu)
  - Fix file upload dialog for comment editing (Daniel Gerhardt)
  - Set OmniAuth full_host parameter to ensure redirect URIs are correct (Stan Hu)
  - Return comments in created order in merge request API (Stan Hu)
  - Disable internal issue tracker controller if external tracker is used (Stan Hu)
  - Expire Rails cache entries after two weeks to prevent endless Redis growth
  - Add support for destroying project milestones (Stan Hu)
  - Allow custom backup archive permissions
  - Add project star and fork count, group avatar URL and user/group web URL attributes to API
  - Show who last edited a comment if it wasn't the original author
  - Send notification to all participants when MR is merged.
  - Add ability to manage user email addresses via the API.
  - Show buttons to add license, changelog and contribution guide if they're missing.
  - Tweak project page buttons.
  - Disabled autocapitalize and autocorrect on login field (Daryl Chan)
  - Mention group and project name in creation, update and deletion notices (Achilleas Pipinellis)
  - Update gravatar link on profile page to link to configured gravatar host (Ben Bodenmiller)
  - Remove redis-store TTL monkey patch
  - Add support for CI skipped status
  - Fetch code from forks to refs/merge-requests/:id/head when merge request created
  - Remove comments and email addresses when publicly exposing ssh keys (Zeger-Jan van de Weg)
  - Add "Check out branch" button to the MR page.
  - Improve MR merge widget text and UI consistency.
  - Improve text in MR "How To Merge" modal.
  - Cache all events
  - Order commits by date when comparing branches
  - Fix bug causing error when the target branch of a symbolic ref was deleted
  - Include branch/tag name in archive file and directory name
  - Add dropzone upload progress
  - Add a label for merged branches on branches page (Florent Baldino)
  - Detect .mkd and .mkdn files as markdown (Ben Boeckel)
  - Fix: User search feature in admin area does not respect filters
  - Set max-width for README, issue and merge request description for easier read on big screens
  - Update Flowdock integration to support new Flowdock API (Boyan Tabakov)
  - Remove author from files view (Sven Strickroth)
  - Fix infinite loop when SAML was incorrectly configured.
  下载:https://github.com/gitlabhq/gitlabhq/archive/v7.14.0.zip。
  
  开源中国代码托管平台 git.oschina.net 就是基于 GitLab 项目搭建。
  
  GitLab是一个利用 Ruby on Rails 开发的开源应用程序,实现一个自托管的Git项目仓库,可通过Web界面进行访问公开的或者私人项目。
  它拥有与Github类似的功能,能够浏览源代码,管理缺陷和注释。可以管理团队对仓库的访问,它非常易于浏览提交过的版本并提供一个文件历史库。团队成员可以利用内置的简单聊天程序(Wall)进行交流。它还提供一个代码片段收集功能可以轻松实现代码复用,便于日后有需要的时候进行查找。
  GitLab 5.0以前版本要求服务器端采用 Gitolite 搭建,5.0版本以后不再使用 Gitolite ,采用自己开发的 gitlab-shell 来实现。如果你觉得安装麻烦可以使用 GitLab Installers 一键安装程序。
  
  系统要求:

[*]  Ubuntu/Debian
[*]  ruby 1.9.3+
[*]  mysql or postgresql
[*]  git
[*]  gitlab-shell
[*]  redis
[*]  Sidekiq
页: [1]
查看完整版本: GitLab 7.14.0 正式发布,代码托管平台