1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 GitLab 8.3.0 RC3 发布,代码托管平台 下载

本帖由 漂亮的石头2015-12-22 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,356
    赞:
    47
    GitLab 8.3.0 RC3 发布,现已提供下载:

    https://github.com/gitlabhq/gitlabhq/archive/v8.3.0.rc3.zip

    GitLab 8.3.0 改进内容:

    - 添加 CAS 支持 (tduehr)
    - 因为安全修复,升级至 rack-attack 4.3.1 (Stan Hu)
    - API 支持 starred 项目的认证用户(Zeger-Jan van de Weg)
    - 在构建详情页添加链接到合并请求
    - 添加 open_issues_count 到项目 API (Stan Hu)
    - Expand character set of usernames created by Omniauth (Corey Hinshaw)
    - Add button to automatically merge a merge request when the build succeeds (Zeger-Jan van de Weg)
    - Provide better diagnostic message upon project creation errors (Stan Hu)
    - Bump devise to 3.5.3 to fix reset token expiring after account creation (Stan Hu)
    - Bump gollum-lib to 4.1.0 (Stan Hu)
    - Fix broken group avatar upload under "New group" (Stan Hu)
    - Update project repositorize size and commit count during import:repos task (Stan Hu)
    - Fix API setting of 'public' attribute to false will make a project private (Stan Hu)
    - Handle and report SSL errors in Web hook test (Stan Hu)
    - Bump Redis requirement to 2.8 for Sidekiq 4 (Stan Hu)
    - Fix: Assignee selector is empty when 'Unassigned' is selected (Jose Corcuera)
    - Add rake tasks for git repository maintainance (Zeger-Jan van de Weg)
    - Fix 500 error when update group member permission
    - Trim leading and trailing whitespace of milestone and issueable titles (Jose Corcuera)
    - Recognize issue/MR/snippet/commit links as references
    - Backport JIRA features from EE to CE
    - Add ignore whitespace change option to commit view
    - Fire update hook from GitLab
    - Allow account unlock via email
    - Style warning about mentioning many people in a comment
    - Fix: sort milestones by due date once again (Greg Smethells)
    - Migrate all CI::Services and CI::WebHooks to Services and WebHooks
    - Don't show project fork event as "imported"
    - Add API endpoint to fetch merge request commits list
    - Don't create CI status for refs that doesn't have .gitlab-ci.yml, even if the builds are enabled
    - Expose events API with comment information and author info
    - Fix: Ensure "Remove Source Branch" button is not shown when branch is being deleted. #3583
    - Run custom Git hooks when branch is created or deleted.
    - Fix bug when simultaneously accepting multiple MRs results in MRs that are of "merged" status, but not merged to the target branch
    - Add languages page to graphs
    - Block LDAP user when they are no longer found in the LDAP server
    - Improve wording on project visibility levels (Zeger-Jan van de Weg)
    - Fix editing notes on a merge request diff
    - Automatically select default clone protocol based on user preferences (Eirik Lygre)
    - Make Network page as sub tab of Commits
    - Add copy-to-clipboard button for Snippets
    - Add indication to merge request list item that MR cannot be merged automatically
    - Default target branch to patch-n when editing file in protected branch
    - Add Builds tab to merge request detail page
    - Allow milestones, issues and MRs to be created from dashboard and group indexes
    - Use new style for wiki
    - Use new style for milestone detail page
    - Fix sidebar tooltips when collapsed
    - Prevent possible XSS attack with award-emoji
    - Upgraded Sidekiq to 4.x
    - Accept COPYING,COPYING.lesser, and licence as license file (Zeger-Jan van de Weg)
    - Fix emoji aliases problem
    - Fix award-emojis Flash alert's width
    - Fix deleting notes on a merge request diff
    - Display referenced merge request statuses in the issue description (Greg Smethells)
    - Implement new sidebar for issue and merge request pages
    - Emoji picker improvements
    - Suppress warning about missing `.gitlab-ci.yml` if builds are disabled
    - Do not show build status unless builds are enabled and `.gitlab-ci.yml` is present
    - Persist runners registration token in database
    - Fix online editor should not remove newlines at the end of the file
    - Expose Git's version in the admin area

    开源中国代码托管平台 git.oschina.net 就是基于 GitLab 项目搭建。

    GitLab是一个利用 Ruby on Rails 开发的开源应用程序,实现一个自托管的Git项目仓库,可通过Web界面进行访问公开的或者私人项目。

    它拥有与Github类似的功能,能够浏览源代码,管理缺陷和注释。可以管理团队对仓库的访问,它非常易于浏览提交过的版本并提供一个文件历史库。它还提供一个代码片段收集功能可以轻松实现代码复用,便于日后有需要的时候进行查找。

    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

    [​IMG]
    GitLab 8.3.0 RC3 发布,代码托管平台下载地址
     
正在加载...