发布于 2015-05-21 23:52:54 | 159 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

GitLab项目管理和代码托管平台

GitLab 是一个用于仓库管理系统的开源项目。使用Git作为代码管理工具,并在此基础上搭建起来的web服务。


GitLab 7.11.0 发布,此版本更新内容如下:

  - Fall back to Plaintext when Syntaxhighlighting doesn't work. Fixes some buggy lexers (Hannes Rosenögger)
  - Fix broken view when viewing history of a file that includes a path that used to be another file (Stan Hu)
  - Don't show duplicate deploy keys
  - Fix commit time being displayed in the wrong timezone in some cases (Hannes Rosenögger)
  - Make the first branch pushed to an empty repository the default HEAD (Stan Hu)
  - Fix broken view when using a tag to display a tree that contains git submodules (Stan Hu)
  - Make Reply-To config apply to change e-mail confirmation and other Devise notifications (Stan Hu)
  - Add application setting to restrict user signups to e-mail domains (Stan Hu)
  - Don't allow a merge request to be merged when its title starts with "WIP".
  - Add a page title to every page.
  - Allow primary email to be set to an email that you've already added.
  - Fix clone URL field and X11 Primary selection (Dmitry Medvinsky)
  - Ignore invalid lines in .gitmodules
  - Fix "Cannot move project" error message from popping up after a successful transfer (Stan Hu)
  - Redirect to sign in page after signing out.
  - Fix "Hello @username." references not working by no longer allowing usernames to end in period.
  - Fix "Revspec not found" errors when viewing diffs in a forked project with submodules (Stan Hu)
  - Improve project page UI
  - Fix broken file browsing with relative submodule in personal projects (Stan Hu)
  - Add "Reply quoting selected text" shortcut key (`r`)
  - Fix bug causing `@whatever` inside an issue's first code block to be picked up as a user mention.
  - Fix bug causing `@whatever` inside an inline code snippet (backtick-style) to be picked up as a user mention.
  - When use change branches link at MR form - save source branch selection instead of target one
  - Improve handling of large diffs
  - Added GitLab Event header for project hooks
  - Add Two-factor authentication (2FA) for GitLab logins
  - Show Atom feed buttons everywhere where applicable.
  - Add project activity atom feed.
  - Don't crash when an MR from a fork has a cross-reference comment from the target project on one of its commits.
  - Explain how to get a new password reset token in welcome emails
  - Include commit comments in MR from a forked project.
  - Fix adding new group members from admin area
  - Group milestones by title in the dashboard and all other issue views.
  - Query issues, merge requests and milestones with their IID through API (Julien Bianchi)
  - Add default project and snippet visibility settings to the admin web UI.
  - Show incompatible projects in Google Code import status (Stan Hu)
  - Fix bug where commit data would not appear in some subdirectories (Stan Hu)
  - Task lists are now usable in comments, and will show up in Markdown previews.
  - Fix bug where avatar filenames were not actually deleted from the database during removal (Stan Hu)
  - Fix bug where Slack service channel was not saved in admin template settings. (Stan Hu)
  - Protect OmniAuth request phase against CSRF.
  - Don't send notifications to mentioned users that don't have access to the project in question.
  - Add search issues/MR by number
  - Move snippets UI to fluid layout
  - Improve UI for sidebar. Increase separation between navigation and content
  - Improve new project command options (Ben Bodenmiller)
  - Add common method to force UTF-8 and use it to properly handle non-ascii OAuth user properties (Onur Küçük)
  - Prevent sending empty messages to HipChat (Chulki Lee)
  - Improve UI for mobile phones on dashboard and project pages
  - Add room notification and message color option for HipChat
  - Allow to use non-ASCII letters and dashes in project and namespace name. (Jakub Jirutka)
  - Add footnotes support to Markdown (Guillaume Delbergue)
  - Add current_sign_in_at to UserFull REST api.
  - Make Sidekiq MemoryKiller shutdown signal configurable
  - Add "Create Merge Request" buttons to commits and branches pages and push event.
  - Show user roles by comments.
  - Fix automatic blocking of auto-created users from Active Directory.
  - Call merge request web hook for each new commits (Arthur Gautier)
  - Use SIGKILL by default in Sidekiq::MemoryKiller
  - Fix mentioning of private groups.
  - Add style for <kbd> element in markdown
  - Spin spinner icon next to "Checking for CI status..." on MR page.
  - Fix reference links in dashboard activity and ATOM feeds.
  - Ensure that the first added admin performs repository imports

GitLab 是一个用于仓库管理系统的开源项目。使用Git作为代码管理工具,并在此基础上搭建起来的web服务。

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



历史版本 :
GitLab 10.3.5, 10.2.7 和 10.1.7 发布,修复回归错误
GitLab 发布安全更新版本:10.3.4, 10.2.6 和 10.1.6
GitLab 10.3.1和 10.3.2 发布
GitLab 10.3.0 和 10.4.0 pre 发布
GitLab 社区版和企业版 10.2.3 补丁版本发布
GitLab 10.2 发布,带来可配置的 issue 看板
GitLab 社区版和企业版 10.1.4 版本发布
GitLab 10.1.2,10.0.6 和 9.5.10 发布,安全程序修复
GitLab 10.0.5 发布,修复多个漏洞
GitLab 发布 10.1.1 补丁版本
GitLab 10.0.4, 9.5.9, and 9.4.7 发布,修复漏洞
GitLab Extension for Visual Studio 1.0.0.95 发布
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务