summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-09-02 12:59:25 +0900
committerMarcel Amirault <mamirault@gitlab.com>2019-09-02 12:59:25 +0900
commite9158ab0aa21ea9dfeb1286ad7ba127c8dda4295 (patch)
treef070a248ca75766d7e23d4f4d48181b878ba9aaa
parent34357e03866e73c17df60ba003d46482193cbcd4 (diff)
downloadgitlab-ce-docs-protected-branch-img-rename.tar.gz
Rename images in procted branches/tags docsdocs-protected-branch-img-rename
Name images after release version and not milestone
-rw-r--r--doc/user/project/img/protected_branches_devs_can_push_v12_1.png (renamed from doc/user/project/img/protected_branches_devs_can_push_v12_3.png)bin11941 -> 11941 bytes
-rw-r--r--doc/user/project/img/protected_branches_list_v12_1.png (renamed from doc/user/project/img/protected_branches_list_v12_3.png)bin8774 -> 8774 bytes
-rw-r--r--doc/user/project/img/protected_branches_page_v12_1.png (renamed from doc/user/project/img/protected_branches_page_v12_3.png)bin9445 -> 9445 bytes
-rw-r--r--doc/user/project/img/protected_tags_list_v12_1.png (renamed from doc/user/project/img/protected_tags_list_v12_3.png)bin4395 -> 4395 bytes
-rw-r--r--doc/user/project/img/protected_tags_page_v12_1.png (renamed from doc/user/project/img/protected_tags_page_v12_3.png)bin10431 -> 10431 bytes
-rw-r--r--doc/user/project/img/protected_tags_permissions_dropdown_v12_1.png (renamed from doc/user/project/img/protected_tags_permissions_dropdown_v12_3.png)bin4517 -> 4517 bytes
-rw-r--r--doc/user/project/protected_branches.md6
-rw-r--r--doc/user/project/protected_tags.md6
8 files changed, 6 insertions, 6 deletions
diff --git a/doc/user/project/img/protected_branches_devs_can_push_v12_3.png b/doc/user/project/img/protected_branches_devs_can_push_v12_1.png
index adc03a41abb..adc03a41abb 100644
--- a/doc/user/project/img/protected_branches_devs_can_push_v12_3.png
+++ b/doc/user/project/img/protected_branches_devs_can_push_v12_1.png
Binary files differ
diff --git a/doc/user/project/img/protected_branches_list_v12_3.png b/doc/user/project/img/protected_branches_list_v12_1.png
index 365d8d99e5a..365d8d99e5a 100644
--- a/doc/user/project/img/protected_branches_list_v12_3.png
+++ b/doc/user/project/img/protected_branches_list_v12_1.png
Binary files differ
diff --git a/doc/user/project/img/protected_branches_page_v12_3.png b/doc/user/project/img/protected_branches_page_v12_1.png
index 17f19642552..17f19642552 100644
--- a/doc/user/project/img/protected_branches_page_v12_3.png
+++ b/doc/user/project/img/protected_branches_page_v12_1.png
Binary files differ
diff --git a/doc/user/project/img/protected_tags_list_v12_3.png b/doc/user/project/img/protected_tags_list_v12_1.png
index 6a30f615f2f..6a30f615f2f 100644
--- a/doc/user/project/img/protected_tags_list_v12_3.png
+++ b/doc/user/project/img/protected_tags_list_v12_1.png
Binary files differ
diff --git a/doc/user/project/img/protected_tags_page_v12_3.png b/doc/user/project/img/protected_tags_page_v12_1.png
index 841e19af8a7..841e19af8a7 100644
--- a/doc/user/project/img/protected_tags_page_v12_3.png
+++ b/doc/user/project/img/protected_tags_page_v12_1.png
Binary files differ
diff --git a/doc/user/project/img/protected_tags_permissions_dropdown_v12_3.png b/doc/user/project/img/protected_tags_permissions_dropdown_v12_1.png
index 913d4725d53..913d4725d53 100644
--- a/doc/user/project/img/protected_tags_permissions_dropdown_v12_3.png
+++ b/doc/user/project/img/protected_tags_permissions_dropdown_v12_1.png
Binary files differ
diff --git a/doc/user/project/protected_branches.md b/doc/user/project/protected_branches.md
index 8423b962948..17541d834ee 100644
--- a/doc/user/project/protected_branches.md
+++ b/doc/user/project/protected_branches.md
@@ -34,11 +34,11 @@ that the `master` branch is protected by default.
1. From the **Branch** dropdown menu, select the branch you want to protect and
click **Protect**. In the screenshot below, we chose the `develop` branch.
- ![Protected branches page](img/protected_branches_page_v12_3.png)
+ ![Protected branches page](img/protected_branches_page_v12_1.png)
1. Once done, the protected branch will appear in the "Protected branches" list.
- ![Protected branches list](img/protected_branches_list_v12_3.png)
+ ![Protected branches list](img/protected_branches_list_v12_1.png)
## Using the Allowed to merge and Allowed to push settings
@@ -65,7 +65,7 @@ You can set the "Allowed to push" and "Allowed to merge" options while creating
a protected branch or afterwards by selecting the option you want from the
dropdown list in the "Already protected" area.
-![Developers can push](img/protected_branches_devs_can_push_v12_3.png)
+![Developers can push](img/protected_branches_devs_can_push_v12_1.png)
If you don't choose any of those options while creating a protected branch,
they are set to "Maintainers" by default.
diff --git a/doc/user/project/protected_tags.md b/doc/user/project/protected_tags.md
index 9651c8824ab..8cd034e5038 100644
--- a/doc/user/project/protected_tags.md
+++ b/doc/user/project/protected_tags.md
@@ -24,15 +24,15 @@ To protect a tag, you need to have at least Maintainer permission level.
1. From the **Tag** dropdown menu, select the tag you want to protect or type and click **Create wildcard**. In the screenshot below, we chose to protect all tags matching `v*`:
- ![Protected tags page](img/protected_tags_page_v12_3.png)
+ ![Protected tags page](img/protected_tags_page_v12_1.png)
1. From the **Allowed to create** dropdown, select who will have permission to create matching tags and then click **Protect**:
- ![Allowed to create tags dropdown](img/protected_tags_permissions_dropdown_v12_3.png)
+ ![Allowed to create tags dropdown](img/protected_tags_permissions_dropdown_v12_1.png)
1. Once done, the protected tag will appear in the **Protected tags** list:
- ![Protected tags list](img/protected_tags_list_v12_3.png)
+ ![Protected tags list](img/protected_tags_list_v12_1.png)
## Wildcard protected tags