设为首页 收藏本站
查看: 992|回复: 0

[经验分享] GitLab 7.10.0 RC2 发布,代码托管平台

[复制链接]

尚未签到

发表于 2015-5-8 06:50:27 | 显示全部楼层 |阅读模式
5月23日 西安 OSC 源创会开始报名啦,存储、虚拟机、Docker 等干货分享
DSC0000.png   GitLab 刚刚发布 GitLab 7.10.0 RC1 版本立即又发布了 7.10.0 RC2 版本,绝对版本帝!!!
  GitLab 7.10.0 RC2 发布,此版本现已提供下载:https://github.com/gitlabhq/gitlabhq/archive/v7.10.0.rc2.zip。
  GitLab v 7.10.0 更新内容如下:
  - Allow users to be invited by email to join a group or project.
  - Don't crash when project repository doesn't exist.
  - Add config var to block auto-created LDAP users.
  - Don't use HTML ellipsis in EmailsOnPush subject truncated commit message.
  - Set EmailsOnPush reply-to address to committer email when enabled.

  - Fix broken file browsing with a submodule that contains a>  - Fix persistent XSS vulnerability around profile website URLs.
  - Fix project import URL regex to prevent arbitary local repos from being imported.
  - Fix directory traversal vulnerability around uploads routes.
  - Fix directory traversal vulnerability around help pages.
  - Don't leak existence of project via search autocomplete.
  - Don't leak existence of group or project via search.
  - Fix bug where Wiki pages that included a '/' were no longer accessible (Stan Hu)
  - Fix bug where error messages from Dropzone would not be displayed on the issues page (Stan Hu)
  - Add ability to configure Reply-To address in gitlab.yml (Stan Hu)
  - Move current user to the top of the list in assignee/author filters (Stan Hu)
  - Fix broken side-by-side diff view on merge request page (Stan Hu)
  - Set Application controller default URL options to ensure all url_for calls are consistent (Stan Hu)
  - Allow HTML tags in Markdown input
  - Fix code unfold not working on Compare commits page (Stan Hu)
  - Fix generating SSH key fingerprints with OpenSSH 6.8. (Sa?o Stanovnik)
  - Include missing events and fix save functionality in admin service template settings form (Stan Hu)
  - Fix "Import projects from" button to show the correct instructions (Stan Hu)
  - Fix dots in Wiki slugs causing errors (Stan Hu)

  - Make maximum attachment>  - Update poltergeist to version 1.6.0 to support PhantomJS 2.0 (Zeger-Jan van de Weg)
  - Fix cross references when usernames, milestones, or project names contain underscores (Stan Hu)
  - Disable reference creation for comments surrounded by code/preformatted blocks (Stan Hu)
  - Reduce Rack Attack false positives causing 403 errors during HTTP authentication (Stan Hu)
  - enable line wrapping per default and remove the checkbox to toggle it (Hannes Rosen?gger)
  - Fix a link in the patch update guide
  - Add a service to support external wikis (Hannes Rosen?gger)
  - Omit the "email patches" link and fix plain diff view for merge commits
  - List new commits for newly pushed branch in activity view.
  - Add sidetiq gem dependency to match EE
  - Add changelog, license and contribution guide links to project tab bar.
  - Improve diff UI
  - Fix alignment of navbar toggle button (Cody Mize)
  - Fix checkbox rendering for nested task lists

  ->  - Upgrade the gitlab_git gem to version 7.1.3
  - Move "Import existing repository by URL" option to button.
  - Improve error message when save profile has error.
  - Passing the name of pushed ref to CI service (requires GitLab CI 7.9+)
  - Add location field to user profile
  - Fix print view for markdown files and wiki pages
  - Fix errors when deleting old backups
  - Improve GitLab performance when working with git repositories
  - Add tag message and last commit to tag hook (Kamil Trzciński)
  - Restrict permissions on backup files
  - Improve oauth accounts UI in profile page
  - Add ability to unlink connected accounts
  - Replace commits calendar with faster contribution calendar that includes issues and merge requests
  - Add inifinite scroll to user page activity
  - Don't include system notes in issue/MR comment count.

  - Don't mark merge request as updated when merge status>  - Link note avatar to user.
  - Make Git-over-SSH errors more descriptive.
  - Fix EmailsOnPush.
  - Refactor issue filtering
  - AJAX selectbox for issue assignee and author filters
  - Fix issue with missing options in issue filtering dropdown if selected one
  - Prevent holding Control-Enter or Command-Enter from posting comment multiple times.
  - Prevent note form from being cleared when submitting failed.
  - Improve file icons rendering on tree (Sullivan Sénéchal)
  - API: Add pagination to project events
  - Get issue links in notification mail to work again.
  - Don't show commit comment button when user is not signed in.
  - Fix admin user projects lists.
  - Don't leak private group existence by redirecting from namespace controller to group controller.
  - Ability to skip some items from backup (database, respositories or uploads)
  - Fix "Hello @username." references not working by no longer allowing usernames to end in period.
  - Archive repositories in background worker.
  - Import GitHub, Bitbucket or GitLab.com projects owned by authenticated user into current namespace.
  - Project labels are now available over the API under the "tag_list" field (Cristian Medina)
  - Fixed link paths for HTTP and SSH on the admin project view (Jeremy Maziarz)
  - Fix and improve help rendering (Sullivan Sénéchal)
  - Fix final line in EmailsOnPush email diff being rendered as error.
  - Authometic setup GitLab CI project for forks if origin project has GitLab CI enabled
  - Prevent duplicate Buildkite service creation.
  - Fix git over ssh errors 'fatal: protocol error: bad line length character'
  - Automatically setup GitLab CI project for forks if origin project has GitLab CI enabled
  - Bust group page project list cache when namespace name or path changes.

  - Explicitly set image>  - Allow user to choose a public email to show on public profile

  - Remove truncation from issue>  - Fix stuck Merge Request merging events from old installations (Ben Bodenmiller)
  - Fix merge request comments on files with multiple commits
  开源中国代码托管平台 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
DSC0001.png

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-64744-1-1.html 上篇帖子: Gitlab v7.10.0.rc1 发布,Git 代码托管平台 下篇帖子: centos6.3配置gitlab-7.10.0-omnibus && msmtp+mutt发送邮件
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表