summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2019-08-20 12:58:03 +0000
committerSean McGivern <sean@gitlab.com>2019-08-20 12:58:03 +0000
commit57ec78d53066cf9184859a0202609eb01567eab9 (patch)
tree0fec8bd0238520e11cb226f118ab6590e29f44fb /doc
parent9e6a8bb93b6fbcbe5657079108332b99fc8749cc (diff)
parentba7c501fef5976ea7a1cc4212e84742246fed781 (diff)
downloadgitlab-ce-57ec78d53066cf9184859a0202609eb01567eab9.tar.gz
Merge branch 'sh-fix-issues-api-gitaly-nplusone' into 'master'
Fix Gitaly N+1 calls with listing issues/MRs via API Closes #66202 See merge request gitlab-org/gitlab-ce!31938
Diffstat (limited to 'doc')
-rw-r--r--doc/api/issues.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/issues.md b/doc/api/issues.md
index 96a547551f1..11c18ef94ba 100644
--- a/doc/api/issues.md
+++ b/doc/api/issues.md
@@ -136,7 +136,6 @@ Example response:
"award_emoji":"http://example.com/api/v4/projects/1/issues/76/award_emoji",
"project":"http://example.com/api/v4/projects/1"
},
- "subscribed": false,
"task_completion_status":{
"count":0,
"completed_count":0
@@ -441,7 +440,6 @@ Example response:
"award_emoji":"http://example.com/api/v4/projects/4/issues/41/award_emoji",
"project":"http://example.com/api/v4/projects/4"
},
- "subscribed": false,
"task_completion_status":{
"count":0,
"completed_count":0