Commit 575aeaaf authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Add audit events to permissions table

parent 3c9bda59
...@@ -68,11 +68,12 @@ The following table depicts the various user permission levels in a project. ...@@ -68,11 +68,12 @@ The following table depicts the various user permission levels in a project.
| Edit project | | | | ✓ | ✓ | | Edit project | | | | ✓ | ✓ |
| Add deploy keys to project | | | | ✓ | ✓ | | Add deploy keys to project | | | | ✓ | ✓ |
| Configure project hooks | | | | ✓ | ✓ | | Configure project hooks | | | | ✓ | ✓ |
| Manage runners | | | | ✓ | ✓ | | Manage Runners | | | | ✓ | ✓ |
| Manage job triggers | | | | ✓ | ✓ | | Manage job triggers | | | | ✓ | ✓ |
| Manage variables | | | | ✓ | ✓ | | Manage variables | | | | ✓ | ✓ |
| Manage pages | | | | ✓ | ✓ | | Manage GitLab Pages | | | | ✓ | ✓ |
| Manage pages domains and certificates | | | | ✓ | ✓ | | Manage GitLab Pages domains and certificates | | | | ✓ | ✓ |
| Remove GitLab Pages | | | | | ✓ |
| Manage clusters | | | | ✓ | ✓ | | Manage clusters | | | | ✓ | ✓ |
| Edit comments (posted by any user) | | | | ✓ | ✓ | | Edit comments (posted by any user) | | | | ✓ | ✓ |
| Switch visibility level | | | | | ✓ | | Switch visibility level | | | | | ✓ |
...@@ -82,6 +83,7 @@ The following table depicts the various user permission levels in a project. ...@@ -82,6 +83,7 @@ The following table depicts the various user permission levels in a project.
| Remove pages | | | | | ✓ | | Remove pages | | | | | ✓ |
| Force push to protected branches [^4] | | | | | | | Force push to protected branches [^4] | | | | | |
| Remove protected branches [^4] | | | | | | | Remove protected branches [^4] | | | | | |
| View project Audit Events | | | | ✓ | ✓ |
## Project features permissions ## Project features permissions
...@@ -155,6 +157,7 @@ group. ...@@ -155,6 +157,7 @@ group.
| View public group epic | ✓ | ✓ | ✓ | ✓ | ✓ | | View public group epic | ✓ | ✓ | ✓ | ✓ | ✓ |
| Create/edit group epic | | ✓ | ✓ | ✓ | ✓ | | Create/edit group epic | | ✓ | ✓ | ✓ | ✓ |
| Delete group epic | | | | | ✓ | | Delete group epic | | | | | ✓ |
| View group Audit Events | | | | | ✓ |
### Subgroup permissions ### Subgroup permissions
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment