zoukankan      html  css  js  c++  java
  • gitlab权限

    Visibility of groups

    • Private私有

    The group and its projects can only be viewed by members.
    群组以及群组下的所有项目只可以被群组成员访问。(这个网站且是这个群组的成员)

    • Internal内部

    The group and any internal projects can be viewed by any logged in user.
    群组以及群组下的内部项目只可以被任意登录用户访问。(这个网站的登录用户,这个网站可不仅仅是一个企业和组织使用哦)

    • Public公开

    The group and any public projects can be viewed without any authentication.
    群组以及群组下的公有项目只可以被全网访问。(本网站的所有浏览者)

    Visibility of projects

    • Private

    Project access must be granted explicitly to each user.

    • Internal

    The project can be accessed by any logged in user.

    • Public

    The project can be accessed without any authentication.

    Gitlab用户在组中有五种权限:Guest、Reporter、Developer、Master、Owner

    Guest:可以创建issue、发表评论,不能读写版本库
    Reporter:可以克隆代码,不能提交,QA、PM可以赋予这个权限
    Developer:可以克隆代码、开发、提交、push,RD可以赋予这个权限
    Master:可以创建项目、添加tag、保护分支、添加项目成员、编辑项目,核心RD负责人可以赋予这个权限
    Owner:可以设置项目访问权限 - Visibility Level、删除项目、迁移项目、管理组成员,开发组leader可以赋予这个权限

  • 相关阅读:
    常见错误集锦
    auto 迭代器的使用
    案例:带有动画的返回顶部
    案例:toDoList
    jQuery事件
    案例:发布微博功能
    案例:购物车功能模块
    jQuery常用的API
    案例:王者荣耀手风琴效果
    案例:jQuery实现tab栏切换功能
  • 原文地址:https://www.cnblogs.com/zhenghua0501/p/14189602.html
Copyright © 2011-2022 走看看