summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2015-05-05 13:48:18 +0000
committerValery Sizov <valery@gitlab.com>2015-05-05 13:48:18 +0000
commitf9334fc31408520b28f7889e21f2134f3bf4514f (patch)
tree31ff47af1f35826d4947f078ae1035cb9b78028a
parent2acad0b7c11d7fcae52ab8fd4935b3f90f54c74a (diff)
parent61b8232644ed54d2ce500601ea2da55ee0d5cd3b (diff)
downloadgitlab-ci-f9334fc31408520b28f7889e21f2134f3bf4514f.tar.gz
Merge branch 'users_permissions' into 'master'
Add user permissions matrix https://dev.gitlab.org/gitlab/gitlab-ci/issues/127 # Users Permissions GitLab CI relies on user's role on the GitLab. There are three permissions levels on GitLab CI: admin, master, developer, other. Admin user can perform any actions on GitLab CI in scope of instance and project. Also user with admin permission can use admin interface. | Action | Guest, Reporter | Developer | Master | Admin | |---------------------------------------|-----------------|-------------|----------|--------| | See commits and builds | ✓ | ✓ | ✓ | ✓ | | Retry or cancel build | | ✓ | ✓ | ✓ | | Remove project | | | ✓ | ✓ | | Create project | | | ✓ | ✓ | | Change project configuration | | | ✓ | ✓ | | Add specific runners | | | ✓ | ✓ | | Add shared runners | | | | ✓ | | See events in the system | | | | ✓ | | Admin interface | | | | ✓ | See merge request !93
-rw-r--r--doc/README.md3
-rw-r--r--doc/permissions/README.md24
2 files changed, 26 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md
index 2137183..0f53296 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -5,4 +5,5 @@
+ [Install](install/installation.md)
+ [Update](update/README.md)
+ [Jobs](jobs/README.md)
-+ [Runners](runners/README.md) \ No newline at end of file
++ [Runners](runners/README.md)
++ [Permissions](permissions/README.md)
diff --git a/doc/permissions/README.md b/doc/permissions/README.md
new file mode 100644
index 0000000..d77061c
--- /dev/null
+++ b/doc/permissions/README.md
@@ -0,0 +1,24 @@
+# Users Permissions
+
+GitLab CI relies on user's role on the GitLab. There are three permissions levels on GitLab CI: admin, master, developer, other.
+
+Admin user can perform any actions on GitLab CI in scope of instance and project. Also user with admin permission can use admin interface.
+
+
+
+
+| Action | Guest, Reporter | Developer | Master | Admin |
+|---------------------------------------|-----------------|-------------|----------|--------|
+| See commits and builds | ✓ | ✓ | ✓ | ✓ |
+| Retry or cancel build | | ✓ | ✓ | ✓ |
+| Remove project | | | ✓ | ✓ |
+| Create project | | | ✓ | ✓ |
+| Change project configuration | | | ✓ | ✓ |
+| Add specific runners | | | ✓ | ✓ |
+| Add shared runners | | | | ✓ |
+| See events in the system | | | | ✓ |
+| Admin interface | | | | ✓ |
+
+
+
+