<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/api/merge_requests.rb, branch docs-css</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>Provide EE backports for filtering by approver feature</title>
<updated>2019-03-07T23:55:45+00:00</updated>
<author>
<name>Igor</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2019-03-07T23:55:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9745d0de2ff605a03e7fbb95d0f71279bbd4afa5'/>
<id>9745d0de2ff605a03e7fbb95d0f71279bbd4afa5</id>
<content type='text'>
Adds custom validator for ArrayNoneAny param
Extracts some logic in js into separate files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds custom validator for ArrayNoneAny param
Extracts some logic in js into separate files
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'id-1951-filter-merge-requests-by-approvers' into 'master'"</title>
<updated>2019-03-07T14:59:43+00:00</updated>
<author>
<name>Igor</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2019-03-07T14:59:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e779477e8c9df3baf727ed5b52d9a33ad0f1a716'/>
<id>e779477e8c9df3baf727ed5b52d9a33ad0f1a716</id>
<content type='text'>
This reverts merge request !24982
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts merge request !24982
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-optimize-todos-api' into 'master'</title>
<updated>2019-03-07T10:29:04+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-03-07T10:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3781cbe0c3e56067ce60f63f83d7e3d292a03403'/>
<id>3781cbe0c3e56067ce60f63f83d7e3d292a03403</id>
<content type='text'>
Significantly reduce N+1 queries in /api/v4/todos endpoint

Closes #40378

See merge request gitlab-org/gitlab-ce!25711</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Significantly reduce N+1 queries in /api/v4/todos endpoint

Closes #40378

See merge request gitlab-org/gitlab-ce!25711</pre>
</div>
</content>
</entry>
<entry>
<title>Provide EE backports for filtering by approver feature</title>
<updated>2019-03-07T07:06:54+00:00</updated>
<author>
<name>Igor</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2019-03-07T07:06:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=572e3f2254fb9582d304cc4023b83b87dbf0e389'/>
<id>572e3f2254fb9582d304cc4023b83b87dbf0e389</id>
<content type='text'>
Adds custom validator for ArrayNoneAny param
Extracts some logic in js into separate files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds custom validator for ArrayNoneAny param
Extracts some logic in js into separate files
</pre>
</div>
</content>
</entry>
<entry>
<title>Significantly reduce N+1 queries in /api/v4/todos endpoint</title>
<updated>2019-03-06T15:03:46+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-03-02T17:31:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=062efe4f7a83fb2b6d951b314692cca9ee8731cd'/>
<id>062efe4f7a83fb2b6d951b314692cca9ee8731cd</id>
<content type='text'>
By preloading associations and batching issuable metadata lookups,
we can significantly cut the number of SQL queries needed to load
the Todos API endpoint.

On GitLab.com, my own tests showed my user's SQL queries went
from 365 to under 60 SQL queries.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/40378
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By preloading associations and batching issuable metadata lookups,
we can significantly cut the number of SQL queries needed to load
the Todos API endpoint.

On GitLab.com, my own tests showed my user's SQL queries went
from 365 to under 60 SQL queries.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/40378
</pre>
</div>
</content>
</entry>
<entry>
<title>Add array support for labels</title>
<updated>2019-03-06T11:28:42+00:00</updated>
<author>
<name>Alexandru Croitor</name>
<email>acroitor@gitlab.com</email>
</author>
<published>2019-03-01T14:37:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=be3578d24585c7f330103cc546eb50416cd951d3'/>
<id>be3578d24585c7f330103cc546eb50416cd951d3</id>
<content type='text'>
* Support label parameter as comma separated and array of strings
for merge requests and issues api endpoints
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Support label parameter as comma separated and array of strings
for merge requests and issues api endpoints
</pre>
</div>
</content>
</entry>
<entry>
<title>PUT MergeRequest API endpoint - accept labels as an array</title>
<updated>2019-03-06T10:56:29+00:00</updated>
<author>
<name>Mario de la Ossa</name>
<email>mariodelaossa@gmail.com</email>
</author>
<published>2018-06-15T22:05:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ee8cb2d1b37c5c0d990a35af29be2877092eef29'/>
<id>ee8cb2d1b37c5c0d990a35af29be2877092eef29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add API support for refreshing merge ref path</title>
<updated>2019-02-26T15:37:32+00:00</updated>
<author>
<name>Oswaldo Ferreira</name>
<email>oswaldo@gitlab.com</email>
</author>
<published>2019-02-08T21:25:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e8fbc070e01b0c527c66d803f9be813b4c2cdc0a'/>
<id>e8fbc070e01b0c527c66d803f9be813b4c2cdc0a</id>
<content type='text'>
Add a merge_requests/:iid/merge_to_ref API which make
use of the groundwork to write merge results into
refs/merge-requests/:iid/merge.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a merge_requests/:iid/merge_to_ref API which make
use of the groundwork to write merge results into
refs/merge-requests/:iid/merge.
</pre>
</div>
</content>
</entry>
<entry>
<title>Respect the should_remove_source_branch parameter to the merge API</title>
<updated>2019-02-25T14:09:48+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-02-25T13:59:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c85a768ca5d8c53b7770fdc4dc8f9eeef237b8c8'/>
<id>c85a768ca5d8c53b7770fdc4dc8f9eeef237b8c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added: Include order by ID desc for tie breakers in pagination</title>
<updated>2019-02-16T10:03:42+00:00</updated>
<author>
<name>Nermin Vehabovic</name>
<email>nermin.vehabovic90@gmail.com</email>
</author>
<published>2019-02-16T10:03:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ff671366cb80a78c2846d5407d2380680a47a90d'/>
<id>ff671366cb80a78c2846d5407d2380680a47a90d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
