diff options
author | Victor Zagorodny <vzagorodny@gitlab.com> | 2019-08-28 14:26:42 +0000 |
---|---|---|
committer | Kamil TrzciĆski <ayufan@ayufan.eu> | 2019-08-28 14:26:42 +0000 |
commit | e4fbd94cf5eba0b103bd97627d822f2014dfe474 (patch) | |
tree | 4d3718b36b12a3f7ac08a8b7c9e3f6a337c66f15 /doc/api/groups.md | |
parent | 8c262bf7d0992dcdc533d8d7c866adb9dc43467a (diff) | |
download | gitlab-ce-e4fbd94cf5eba0b103bd97627d822f2014dfe474.tar.gz |
Update CE files for GSD projects filter
A new param with_security_reports was added to
GET /groups/:id/projects API and the code to
support this logic in GroupProjectsFinder and
Project model. Also, a DB index was added to
ci_job_artifacts table to speed up the search
of security reports artifacts for projects
Diffstat (limited to 'doc/api/groups.md')
-rw-r--r-- | doc/api/groups.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/groups.md b/doc/api/groups.md index 0d500f783aa..d7f5b1b463b 100644 --- a/doc/api/groups.md +++ b/doc/api/groups.md @@ -158,6 +158,7 @@ Parameters: | `with_shared` | boolean | no | Include projects shared to this group. Default is `true` | | `include_subgroups` | boolean | no | Include projects in subgroups of this group. Default is `false` | | `with_custom_attributes` | boolean | no | Include [custom attributes](custom_attributes.md) in response (admins only) | +| `with_security_reports` | boolean | no | **(ULTIMATE)** Return only projects that have security reports artifacts present in any of their builds. This means "projects with security reports enabled". Default is `false` | Example response: |