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.

  • 相关阅读:
    log输出到日志和控制台
    CRM--搜索功能
    CRM--对数据进行排序
    CRM-注意的小事情
    CRM--modelform之instance
    CRM--保留原搜索条件
    crm系统
    Django多个app情况下静态文件的配置
    测试
    题库
  • 原文地址:https://www.cnblogs.com/shihao/p/3037771.html
Copyright © 2011-2022 走看看