Access control documentation: Linkify conversion table This patch adds links to the respective categories referenced in the 2.1.x -> 2.2.x conversion table, hopefully making it more usable when trying to learn the new permission model. Also; Push Tag +3 never existed in 2.1.x, it is now replaced in the table with the old actual way to do it. Change-Id: I1bc5b0746f9383154b13ba4ae51830c778349d8a Signed-off-by: Fredrik Luthander <fredrik.luthander@sonyericsson.com>
diff --git a/Documentation/access-control.txt b/Documentation/access-control.txt index f6cc5ba..103bbaa 100644 --- a/Documentation/access-control.txt +++ b/Documentation/access-control.txt
@@ -787,24 +787,26 @@ [options="header"] |================================================================================= |Gerrit 2.1.x |Gerrit 2.2.x -|Code review |Label: Code review -|Verify |Label: Verify -|Forge Identity +1 |Forge author identity -|Forge Identity +2 |Forge committer & author identity -|Forge Identity +3 |Forge server & committer & author identity -|Owner |Owner -|Push branch +1 |Push -|Push branch +2 |Create reference & Push -|Push branch +3 |Push (with force) & Create reference +|Code review |<<category_label-Code-Review,Label: Code review>> +|Verify |<<category_label-Verified,Label: Verify>> +|Forge Identity +1 |Forge <<category_forge_author,author>> identity +|Forge Identity +2 |Forge <<category_forge_committer,committer>> & <<category_forge_author,author>> identity +|Forge Identity +3 |Forge <<category_forge_server,server>> & <<category_forge_committer,committer>> & <<category_forge_author,author>> identity +|Owner |<<category_owner,Owner>> +|Push branch +1 |<<category_push_direct,Push>> +|Push branch +2 |<<category_create,Create reference>> & <<category_push_direct,Push>> +|Push branch +3 |<<category_push_direct,Push>> (with force) & <<category_create,Create reference>> |Push tag +1 & Push Branch +2 |No support to limit to push signed tag -|Push tag +2 & Push Branch +2 |Push annotated tag -|Push tag +3 & Push Branch +2 |Create reference -|Read +1 |Read -|Read +2 |Read & Push branch (refs/for/refs/...) -|Read +3 |Read & Push branch (refs/for/refs/...) & Push merge -|Submit |Submit +|Push tag +2 & Push Branch +2 |<<category_push_annotated,Push annotated tag>> +|Push Branch +2 (refs/tags/*) |<<category_create,Create reference>> (refs/tags/...) +|Push Branch +3 (refs/tags/*) |<<category_push_direct,Push>> (with force on refs/tags/...) +|Read +1 |<<category_read,Read>> +|Read +2 |<<category_read,Read>> & <<category_push_review,Push>> (refs/for/refs/...) +|Read +3 |<<category_read,Read>> & <<category_push_review,Push>> (refs/for/refs/...) & <<category_push_merge,Push merge>> +|Submit |<<category_submit,Submit>> |================================================================================= + [NOTE] In Gerrit 2.2.x, the way to set permissions for upload has changed entirely. To upload a change for review is no longer a separate permission type,