From c740d3de288f102dc0b1bc8898a3d9ee50815f26 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Fri, 1 Sep 2017 18:27:16 +0200 Subject: Deprecate Koding in docs --- doc/user/project/index.md | 2 -- doc/user/project/koding.md | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/user/project') diff --git a/doc/user/project/index.md b/doc/user/project/index.md index 41a96246292..d6b3d59d407 100644 --- a/doc/user/project/index.md +++ b/doc/user/project/index.md @@ -67,8 +67,6 @@ website with GitLab Pages **Other features:** - [Cycle Analytics](cycle_analytics.md): Review your development lifecycle -- [Koding integration](koding.md) (not available on GitLab.com): Integrate -with Koding to have access to a web terminal right from the GitLab UI - [Syntax highlighting](highlighting.md): An alternative to customize your code blocks, overriding GitLab's default choice of language diff --git a/doc/user/project/koding.md b/doc/user/project/koding.md index 455e2ee47b4..86e06a39e59 100644 --- a/doc/user/project/koding.md +++ b/doc/user/project/koding.md @@ -1,6 +1,9 @@ # Koding integration -> [Introduced][ce-5909] in GitLab 8.11. +>**Notes:** +- **As of GitLab 10.0, the Koding integration is deprecated and will be removed + in a future version.** +- [Introduced][ce-5909] in GitLab 8.11. This document will guide you through using Koding integration on GitLab in detail. For configuring and installing please follow the -- cgit v1.2.1 From 90c60138db4e1f86026aac5760febe4ba066ca30 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Mon, 14 Aug 2017 02:26:19 -0500 Subject: Move "Move to different project" to sidebar Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261 --- doc/user/project/issues/img/sidebar_move_issue.png | Bin 0 -> 54511 bytes doc/user/project/issues/index.md | 4 ++++ doc/user/project/issues/moving_issues.md | 10 ++++++++++ 3 files changed, 14 insertions(+) create mode 100644 doc/user/project/issues/img/sidebar_move_issue.png create mode 100644 doc/user/project/issues/moving_issues.md (limited to 'doc/user/project') diff --git a/doc/user/project/issues/img/sidebar_move_issue.png b/doc/user/project/issues/img/sidebar_move_issue.png new file mode 100644 index 00000000000..111f7861364 Binary files /dev/null and b/doc/user/project/issues/img/sidebar_move_issue.png differ diff --git a/doc/user/project/issues/index.md b/doc/user/project/issues/index.md index 20901e01f6e..0f187946a4a 100644 --- a/doc/user/project/issues/index.md +++ b/doc/user/project/issues/index.md @@ -86,6 +86,10 @@ Read through the [documentation on creating issues](create_new_issue.md). Learn distinct ways to [close issues](closing_issues.md) in GitLab. +## Moving issues + +Read through the [documentation on moving issues](moving_issues.md). + ## Create a merge request from an issue Learn more about it on the [GitLab Issues Functionalities documentation](issues_functionalities.md#18-new-merge-request). diff --git a/doc/user/project/issues/moving_issues.md b/doc/user/project/issues/moving_issues.md new file mode 100644 index 00000000000..211a651b89e --- /dev/null +++ b/doc/user/project/issues/moving_issues.md @@ -0,0 +1,10 @@ +# Moving Issues + +Please read through the [GitLab Issue Documentation](index.md) for an overview on GitLab Issues. + +Moving an issue will close it and duplicate it on the specified project. +There will also be a system note added to both issues indicating where it came from or went to. + +You can move an issue with the "Move issue" button at the bottom of the right-sidebar when viewing the issue. + +![move issue - button](img/sidebar_move_issue.png) -- cgit v1.2.1 From 2b90f441d98c63f771f154f26b5a824fe32ef11f Mon Sep 17 00:00:00 2001 From: M M Arif Date: Sat, 26 Aug 2017 12:21:10 +0000 Subject: Upload New File --- .../project/gpg_signed_commits/img/git-gpg2-config.png | Bin 0 -> 17145 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 doc/user/project/gpg_signed_commits/img/git-gpg2-config.png (limited to 'doc/user/project') diff --git a/doc/user/project/gpg_signed_commits/img/git-gpg2-config.png b/doc/user/project/gpg_signed_commits/img/git-gpg2-config.png new file mode 100644 index 00000000000..4b8025a00a4 Binary files /dev/null and b/doc/user/project/gpg_signed_commits/img/git-gpg2-config.png differ -- cgit v1.2.1 From da426369fd7813bf5245e76b5322839442cdcb5f Mon Sep 17 00:00:00 2001 From: M M Arif Date: Fri, 1 Sep 2017 12:16:50 +0000 Subject: Delete git-gpg2-config.png --- .../project/gpg_signed_commits/img/git-gpg2-config.png | Bin 17145 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 doc/user/project/gpg_signed_commits/img/git-gpg2-config.png (limited to 'doc/user/project') diff --git a/doc/user/project/gpg_signed_commits/img/git-gpg2-config.png b/doc/user/project/gpg_signed_commits/img/git-gpg2-config.png deleted file mode 100644 index 4b8025a00a4..00000000000 Binary files a/doc/user/project/gpg_signed_commits/img/git-gpg2-config.png and /dev/null differ -- cgit v1.2.1 From ee6ca17c5f4950e62fb483fd56b43293d0f80fc3 Mon Sep 17 00:00:00 2001 From: M M Arif Date: Fri, 1 Sep 2017 21:55:18 +0800 Subject: Added changelog --- doc/user/project/repository/gpg_signed_commits/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/user/project') diff --git a/doc/user/project/repository/gpg_signed_commits/index.md b/doc/user/project/repository/gpg_signed_commits/index.md index ff419d714f9..859de10590a 100644 --- a/doc/user/project/repository/gpg_signed_commits/index.md +++ b/doc/user/project/repository/gpg_signed_commits/index.md @@ -30,6 +30,16 @@ to be met: ## Generating a GPG key +>**Notes:** +- If your Operating System has `gpg2` installed, replace `gpg` with `gpg2` in + the following commands. +- If Git is using `gpg` and you get errors like `secret key not available` or + `gpg: signing failed: secret key not available`, run the following command to + change to `gpg2`: + ``` + git config --global gpg.program gpg2 + ``` + If you don't already have a GPG key, the following steps will help you get started: -- cgit v1.2.1 From a70b67295c345b7fd4e603044f3d9ec34dddd1b5 Mon Sep 17 00:00:00 2001 From: Alexis Reigel Date: Thu, 31 Aug 2017 22:02:55 +0200 Subject: document new gpg verification conditions --- doc/user/project/repository/gpg_signed_commits/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/user/project') diff --git a/doc/user/project/repository/gpg_signed_commits/index.md b/doc/user/project/repository/gpg_signed_commits/index.md index ff419d714f9..afe8066d408 100644 --- a/doc/user/project/repository/gpg_signed_commits/index.md +++ b/doc/user/project/repository/gpg_signed_commits/index.md @@ -22,11 +22,12 @@ GitLab uses its own keyring to verify the GPG signature. It does not access any public key server. In order to have a commit verified on GitLab the corresponding public key needs -to be uploaded to GitLab. For a signature to be verified two prerequisites need +to be uploaded to GitLab. For a signature to be verified three conditions need to be met: 1. The public key needs to be added your GitLab account 1. One of the emails in the GPG key matches your **primary** email +1. The committer's email matches the verified email from the gpg key ## Generating a GPG key -- cgit v1.2.1 From c4bb09bdb80817b84b6fbbdbda75907125c0512d Mon Sep 17 00:00:00 2001 From: Alexis Reigel Date: Mon, 4 Sep 2017 10:57:02 +0200 Subject: update gpg documentation pictures --- .../img/project_signed_and_unsigned_commits.png | Bin 41193 -> 113801 bytes .../project_signed_commit_unverified_signature.png | Bin 9542 -> 12924 bytes .../project_signed_commit_verified_signature.png | Bin 14029 -> 20652 bytes 3 files changed, 0 insertions(+), 0 deletions(-) (limited to 'doc/user/project') diff --git a/doc/user/project/repository/gpg_signed_commits/img/project_signed_and_unsigned_commits.png b/doc/user/project/repository/gpg_signed_commits/img/project_signed_and_unsigned_commits.png index 33936a7d6d7..088ecfa6d89 100644 Binary files a/doc/user/project/repository/gpg_signed_commits/img/project_signed_and_unsigned_commits.png and b/doc/user/project/repository/gpg_signed_commits/img/project_signed_and_unsigned_commits.png differ diff --git a/doc/user/project/repository/gpg_signed_commits/img/project_signed_commit_unverified_signature.png b/doc/user/project/repository/gpg_signed_commits/img/project_signed_commit_unverified_signature.png index 22565cf7c7e..4e3392406b1 100644 Binary files a/doc/user/project/repository/gpg_signed_commits/img/project_signed_commit_unverified_signature.png and b/doc/user/project/repository/gpg_signed_commits/img/project_signed_commit_unverified_signature.png differ diff --git a/doc/user/project/repository/gpg_signed_commits/img/project_signed_commit_verified_signature.png b/doc/user/project/repository/gpg_signed_commits/img/project_signed_commit_verified_signature.png index 1778b2ddf2b..766970dee81 100644 Binary files a/doc/user/project/repository/gpg_signed_commits/img/project_signed_commit_verified_signature.png and b/doc/user/project/repository/gpg_signed_commits/img/project_signed_commit_verified_signature.png differ -- cgit v1.2.1 From d1f551eee18becded2fff626c25ab6a352f39174 Mon Sep 17 00:00:00 2001 From: Reece Jensen Kemp Date: Tue, 5 Sep 2017 21:56:36 +0000 Subject: Docs update confidential system note --- .../issues/img/confidential_issues_system_notes.png | Bin 2330 -> 4214 bytes 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 doc/user/project/issues/img/confidential_issues_system_notes.png (limited to 'doc/user/project') diff --git a/doc/user/project/issues/img/confidential_issues_system_notes.png b/doc/user/project/issues/img/confidential_issues_system_notes.png old mode 100755 new mode 100644 index 82e0dd8e85e..355be80ecb6 Binary files a/doc/user/project/issues/img/confidential_issues_system_notes.png and b/doc/user/project/issues/img/confidential_issues_system_notes.png differ -- cgit v1.2.1 From 1f01815e2344ad48b65f0f3cd2086a33e6a8b50b Mon Sep 17 00:00:00 2001 From: Fabio Busatto Date: Wed, 6 Sep 2017 09:20:44 +0000 Subject: Update 'Visibility of pipelines' --- doc/user/project/pipelines/settings.md | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) (limited to 'doc/user/project') diff --git a/doc/user/project/pipelines/settings.md b/doc/user/project/pipelines/settings.md index 3ff5a08d72c..dbc1305101f 100644 --- a/doc/user/project/pipelines/settings.md +++ b/doc/user/project/pipelines/settings.md @@ -66,10 +66,30 @@ in the pipelines settings page. ## Visibility of pipelines -For public and internal projects, the pipelines page can be accessed by -anyone and those logged in respectively. If you wish to hide it so that only -the members of the project or group have access to it, uncheck the **Public -pipelines** checkbox and save the changes. +Access to pipelines and job details (including output of logs and artifacts) +is checked against your current user access level and the **Public pipelines** +project setting. + +If **Public pipelines** is enabled (default): + +- for **public** projects, anyone can view the pipelines and access the job details + (output logs and artifacts) +- for **internal** projects, any logged in user can view the pipelines + and access the job details + (output logs and artifacts) +- for **private** projects, any member (guest or higher) can view the pipelines + and access the job details + (output logs and artifacts) + +If **Public pipelines** is disabled: + +- for **public** projects, anyone can view the pipelines, but only members + (reporter or higher) can access the job details (output logs and artifacts) +- for **internal** projects, any logged in user can view the pipelines, + but only members (reporter or higher) can access the job details (output logs + and artifacts) +- for **private** projects, only members (reporter or higher) + can view the pipelines and access the job details (output logs and artifacts) ## Auto-cancel pending pipelines -- cgit v1.2.1