<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/api, branch docs-patch-71</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Merge branch 'sh-fix-issues-api-gitaly-nplusone' into 'master'</title>
<updated>2019-08-20T12:58:03+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-08-20T12:58:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=57ec78d53066cf9184859a0202609eb01567eab9'/>
<id>57ec78d53066cf9184859a0202609eb01567eab9</id>
<content type='text'>
Fix Gitaly N+1 calls with listing issues/MRs via API

Closes #66202

See merge request gitlab-org/gitlab-ce!31938</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix Gitaly N+1 calls with listing issues/MRs via API

Closes #66202

See merge request gitlab-org/gitlab-ce!31938</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: add project approval rule endpoints</title>
<updated>2019-08-19T17:56:18+00:00</updated>
<author>
<name>Mark Chao</name>
<email>mchao@gitlab.com</email>
</author>
<published>2019-08-19T17:56:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=104fada7de96b1b11386221fca6dc4cab5c8af1c'/>
<id>104fada7de96b1b11386221fca6dc4cab5c8af1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add GitLab CI job token API authentication section</title>
<updated>2019-08-18T23:15:22+00:00</updated>
<author>
<name>Ben Bodenmiller</name>
<email>bbodenmiller@hotmail.com</email>
</author>
<published>2019-08-18T23:15:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5ba8716dda99a8c60af906f6e0a4540bec27395c'/>
<id>5ba8716dda99a8c60af906f6e0a4540bec27395c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Gitaly N+1 calls with listing issues/MRs via API</title>
<updated>2019-08-18T03:35:37+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-08-17T22:39:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ba7c501fef5976ea7a1cc4212e84742246fed781'/>
<id>ba7c501fef5976ea7a1cc4212e84742246fed781</id>
<content type='text'>
In GitLab 9.0,
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9661 removed the
`subscribed` flag from the API when the user requested a list of issues
or merge requests since calculating this value triggers extensive
Markdown processing.

In GitLab 12.0 via a4fbf39e, we accidentally reintroduced this
performance regression by changing `IssueBasic` to `Issue` in
`entities.rb`. This showed up as a Gitaly N+1 issue since the Markdown
processing would attempt to extract a commit if it detected a regex that
matched a commit.

We restore the prior behavior by once again removing the `subscribed`
flag for the bulk list of issues and merge requests and add a test to
ensure they aren't reintroduced.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66202
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In GitLab 9.0,
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9661 removed the
`subscribed` flag from the API when the user requested a list of issues
or merge requests since calculating this value triggers extensive
Markdown processing.

In GitLab 12.0 via a4fbf39e, we accidentally reintroduced this
performance regression by changing `IssueBasic` to `Issue` in
`entities.rb`. This showed up as a Gitaly N+1 issue since the Markdown
processing would attempt to extract a commit if it detected a regex that
matched a commit.

We restore the prior behavior by once again removing the `subscribed`
flag for the bulk list of issues and merge requests and add a test to
ensure they aren't reintroduced.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66202
</pre>
</div>
</content>
</entry>
<entry>
<title>Update/expand docs for the Dependency List</title>
<updated>2019-08-15T06:15:15+00:00</updated>
<author>
<name>Mark Florian</name>
<email>553096-markrian@users.noreply.gitlab.com</email>
</author>
<published>2019-08-15T06:15:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=00c08cc5d413f9de6000fbe010a5c6eb1bdaa93a'/>
<id>00c08cc5d413f9de6000fbe010a5c6eb1bdaa93a</id>
<content type='text'>
These changes align the docs with the features introduced in [1].

See also the [issue tracking the documentation changes][2].

[1]: https://gitlab.com/gitlab-org/gitlab-ee/issues/10077
[2]: https://gitlab.com/gitlab-org/gitlab-ee/issues/12986
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These changes align the docs with the features introduced in [1].

See also the [issue tracking the documentation changes][2].

[1]: https://gitlab.com/gitlab-org/gitlab-ee/issues/10077
[2]: https://gitlab.com/gitlab-org/gitlab-ee/issues/12986
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrates Snowplow backend from EE to CE</title>
<updated>2019-08-14T19:21:58+00:00</updated>
<author>
<name>Jeremy Jackson</name>
<email>jjackson@gitlab.com</email>
</author>
<published>2019-08-14T19:21:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5d9d5e603119c3ae334b0855a63d10d12b2390bd'/>
<id>5d9d5e603119c3ae334b0855a63d10d12b2390bd</id>
<content type='text'>
This introduces several changes, but these are all just ported from the
EE project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This introduces several changes, but these are all just ported from the
EE project.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Geo Node API documentation</title>
<updated>2019-08-13T19:47:28+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>brodock@gmail.com</email>
</author>
<published>2019-08-12T22:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=411287c9bce6bc524227ef1b43312a25b0fefb1e'/>
<id>411287c9bce6bc524227ef1b43312a25b0fefb1e</id>
<content type='text'>
Included missing fields, removed non existinting ones, improved examples
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Included missing fields, removed non existinting ones, improved examples
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ce-docker_image_replication-ui-3-3' into 'master'</title>
<updated>2019-08-13T17:58:46+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2019-08-13T17:58:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bd759eebcd3d824bc95b08d91dcaf705b05769bb'/>
<id>bd759eebcd3d824bc95b08d91dcaf705b05769bb</id>
<content type='text'>
Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14599

See merge request gitlab-org/gitlab-ce!31573</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14599

See merge request gitlab-org/gitlab-ce!31573</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'patch-73' into 'master'</title>
<updated>2019-08-13T16:25:20+00:00</updated>
<author>
<name>Marcia Ramos</name>
<email>marcia@gitlab.com</email>
</author>
<published>2019-08-13T16:25:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=77ecb67432be523f4158cb26978b6ee3a1a86566'/>
<id>77ecb67432be523f4158cb26978b6ee3a1a86566</id>
<content type='text'>
Update links.md to give more consistency with the rest of the documentation

See merge request gitlab-org/gitlab-ce!31693</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update links.md to give more consistency with the rest of the documentation

See merge request gitlab-org/gitlab-ce!31693</pre>
</div>
</content>
</entry>
<entry>
<title>Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14599</title>
<updated>2019-08-13T16:13:49+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>valery@gitlab.com</email>
</author>
<published>2019-08-07T11:46:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5f9de1f63c57d70f707df0ec5891c72a56215920'/>
<id>5f9de1f63c57d70f707df0ec5891c72a56215920</id>
<content type='text'>
Part of Docker Regsitry Replication feature for Geo
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of Docker Regsitry Replication feature for Geo
</pre>
</div>
</content>
</entry>
</feed>
