<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch fix-issues-api-list-performance</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Fail when issuable_meta_data is called on an unlimited collection</title>
<updated>2017-11-07T16:26:55+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-11-07T14:00:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4d4ddb6004e6f7f56b337a49c6eedaad70d70862'/>
<id>4d4ddb6004e6f7f56b337a49c6eedaad70d70862</id>
<content type='text'>
This method can be called with an array, or a relation:

1. Arrays always have a limited amount of values, so that's fine.
2. If the relation does not have a limit value applied, then we will load every
   single object in that collection, and prevent N+1 queries for the metadata
   for that. But that's wrong, because we should never call this without an
   explicit limit set. So we raise in that case, and this commit will see which
   specs fail.

The only failing specs here were the issues API specs, and the specs for
IssuableMetadata itself, and both have been addressed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This method can be called with an array, or a relation:

1. Arrays always have a limited amount of values, so that's fine.
2. If the relation does not have a limit value applied, then we will load every
   single object in that collection, and prevent N+1 queries for the metadata
   for that. But that's wrong, because we should never call this without an
   explicit limit set. So we raise in that case, and this commit will see which
   specs fail.

The only failing specs here were the issues API specs, and the specs for
IssuableMetadata itself, and both have been addressed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'multi-file-editor-separate-commits-call' into 'master'</title>
<updated>2017-11-07T13:18:39+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-11-07T13:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dc1e6b436268c00bd1fdf3d15597a4656e029b95'/>
<id>dc1e6b436268c00bd1fdf3d15597a4656e029b95</id>
<content type='text'>
Multi-file editor fetch log data from a different endpoint

Closes #38360

See merge request gitlab-org/gitlab-ce!15132</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Multi-file editor fetch log data from a different endpoint

Closes #38360

See merge request gitlab-org/gitlab-ce!15132</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix/gb/ensure-that-job-belongs-to-stage' into 'master'</title>
<updated>2017-11-07T12:52:52+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2017-11-07T12:52:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ad526918d360cbf5d8ab3efeb0eddf482b9e6e77'/>
<id>ad526918d360cbf5d8ab3efeb0eddf482b9e6e77</id>
<content type='text'>
Make sure that every job has a stage assigned

Closes #37979

See merge request gitlab-org/gitlab-ce!14724</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure that every job has a stage assigned

Closes #37979

See merge request gitlab-org/gitlab-ce!14724</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '39649-change-default-size-for-gke-cluster-creation' into 'master'</title>
<updated>2017-11-07T12:52:20+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2017-11-07T12:52:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5c136f1d717b037ed8a5c88273ed3ed760b0f1d3'/>
<id>5c136f1d717b037ed8a5c88273ed3ed760b0f1d3</id>
<content type='text'>
Resolve "Change default size for GKE cluster creation"

Closes #39649

See merge request gitlab-org/gitlab-ce!15220</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Change default size for GKE cluster creation"

Closes #39649

See merge request gitlab-org/gitlab-ce!15220</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '39648-fix-gke-wording' into 'master'</title>
<updated>2017-11-07T11:44:30+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-11-07T11:44:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=666ab4882f2c6d385c04afe269ddf5b11f795b19'/>
<id>666ab4882f2c6d385c04afe269ddf5b11f795b19</id>
<content type='text'>
Resolve "Fix GKE wording"

Closes #39648

See merge request gitlab-org/gitlab-ce!15204</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Fix GKE wording"

Closes #39648

See merge request gitlab-org/gitlab-ce!15204</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Fix GKE wording"</title>
<updated>2017-11-07T11:44:29+00:00</updated>
<author>
<name>Fabio Busatto</name>
<email>fabio@gitlab.com</email>
</author>
<published>2017-11-07T11:44:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a330d1bd18d785aa6e890ed3e1033657f6a9ddf6'/>
<id>a330d1bd18d785aa6e890ed3e1033657f6a9ddf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '39791-when-reopening-an-issue-the-mattermost-notification-has-no-context-to-the-issue' into 'master'</title>
<updated>2017-11-07T11:35:26+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-11-07T11:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4338823416791c6039ce89069a1a91fd84f042b5'/>
<id>4338823416791c6039ce89069a1a91fd84f042b5</id>
<content type='text'>
Resolve "When reopening an issue the Mattermost Notification has no context to the issue"

Closes #39791

See merge request gitlab-org/gitlab-ce!15218</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "When reopening an issue the Mattermost Notification has no context to the issue"

Closes #39791

See merge request gitlab-org/gitlab-ce!15218</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '37442-api-branches-id-repository-branches-is-calling-gitaly-n-1-times-per-request' into 'master'</title>
<updated>2017-11-07T11:09:00+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-11-07T11:09:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8138d58d42cb128995b1f9d9ceab7f773c3300e3'/>
<id>8138d58d42cb128995b1f9d9ceab7f773c3300e3</id>
<content type='text'>
Fetch the merged branches at once in the `/projects/:id/repository/branches` endpoint

See merge request gitlab-org/gitlab-ce!15215</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fetch the merged branches at once in the `/projects/:id/repository/branches` endpoint

See merge request gitlab-org/gitlab-ce!15215</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'feature/custom-attributes-on-projects-and-groups' into 'master'</title>
<updated>2017-11-07T10:59:38+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-11-07T10:59:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=31e3ef93e53802bb99b342a7b403972493ed63cc'/>
<id>31e3ef93e53802bb99b342a7b403972493ed63cc</id>
<content type='text'>
Support custom attributes on groups and projects

See merge request gitlab-org/gitlab-ce!14593</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support custom attributes on groups and projects

See merge request gitlab-org/gitlab-ce!14593</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'add-changes-count-to-merge-requests-api' into 'master'</title>
<updated>2017-11-07T10:58:03+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-11-07T10:58:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2ec5ae21b8ab16bea83c4b00df5bf17be8ad34c6'/>
<id>2ec5ae21b8ab16bea83c4b00df5bf17be8ad34c6</id>
<content type='text'>
Add changes_count to the merge requests API

See merge request gitlab-org/gitlab-ce!15178</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add changes_count to the merge requests API

See merge request gitlab-org/gitlab-ce!15178</pre>
</div>
</content>
</entry>
</feed>
