zoukankan      html  css  js  c++  java
  • Gitlab 5.1 发布,代码托管平台

    Gitlab 5.1 发布了,该版本有诸多改进和性能上的提升,比较重要的4个改进是:

    1. 通知设置。你可以为每个项目分别设置通知级别(3个级别可选)。
    2. 备份策略重构。现在会备份附件、向恢复的项目中写 hook 并在恢复的时候更新 ssh 权限。
    3. 网络图变得更酷了。包括垂直显示、commit信息等。
    4. 提升性能和减少内存占用,还有把应用服务器从 Unicorn 切换到 Puma

    Changes

    New Features:

    • Notification settings
    • Login with username
    • File history now tracks renames
    • Show last commit on top of tree view

    Dependencies:

    • Unicorn replaced with Puma

    Security:

    • Admin has access to all projects now
    • Several fixes to prevent XSS

    Improved:

    • Dashboard performance
    • Merge Request diff dump
    • Backup tools
    • Project transfer
    • Miscellaneous Usability & UI improvements and more.

    Important upgrade note

    We’ve fixed some bugs in the diff view for merge requests. Merge requests that were closed before the upgrade will display “Nothing to merge” after the upgrade. This can’t be prevented, please make sure you don’t need to revisit any closed merge requests before upgrading. Open merge requests are not affected, they will display the correct diff view.

  • 相关阅读:
    Keepalived 无法自动转换主备角色,请关注 iptables 防火墙配置
    Linux 下使用网易的SMTP服务器 发送邮件
    Spring-boot 最小demo
    go build 时报错 cc1.exe: sorry, unimplemented: 64-bit mode not compiled in
    spark-shell 执行脚本并传入参数
    JVM
    spark
    spark
    linux
    linux
  • 原文地址:https://www.cnblogs.com/shihao/p/3037771.html
Copyright © 2011-2022 走看看