<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/api/issues.rb, branch patch-53</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>Set correct timestamps when creating past issues</title>
<updated>2019-04-16T11:57:49+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-04-16T07:40:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e0b6838a90b47f34c1109b6a9727f249c6faebca'/>
<id>e0b6838a90b47f34c1109b6a9727f249c6faebca</id>
<content type='text'>
Sets `system_note_timestamp` from `created_at`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sets `system_note_timestamp` from `created_at`
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `updated_at` doesn't apply to `state_event` updates of issues via API</title>
<updated>2019-04-08T15:33:30+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-04-08T15:33:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4317a2a3a2e39e4c2594b0b28abf7a8cc694eeab'/>
<id>4317a2a3a2e39e4c2594b0b28abf7a8cc694eeab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicates from issue related merge requests</title>
<updated>2019-04-05T19:17:07+00:00</updated>
<author>
<name>Alexandru Croitor</name>
<email>acroitor@gitlab.com</email>
</author>
<published>2019-04-05T16:17:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c56970e3f72192bf02a0cae535b45357981a848a'/>
<id>c56970e3f72192bf02a0cae535b45357981a848a</id>
<content type='text'>
Remove duplicates returned by Issues#related_merge_requests API that
relies on ReferencedMergeRequestsService which returns 2 arrays one of
related MRs and one of related MRs that close the issue(i.e. a subset
of first one). We only need related MRs in this case so just pick the
first array.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove duplicates returned by Issues#related_merge_requests API that
relies on ReferencedMergeRequestsService which returns 2 arrays one of
related MRs and one of related MRs that close the issue(i.e. a subset
of first one). We only need related MRs in this case so just pick the
first array.
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose head pipeline in the related merge requests</title>
<updated>2019-04-04T09:01:09+00:00</updated>
<author>
<name>Alexandru Croitor</name>
<email>acroitor@gitlab.com</email>
</author>
<published>2019-04-04T09:01:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f4adb50ef2ddac2b49050b312fd79e8960ead301'/>
<id>f4adb50ef2ddac2b49050b312fd79e8960ead301</id>
<content type='text'>
Expose head pipeline for the MR in the api when requesting
related merge requests for an issue and show a detailed
status for the pipeline, which would include:
details_path, favicon, group, icon, label, text, tooltip.

https://gitlab.com/gitlab-org/gitlab-ce/issues/57662#note_152023412
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expose head pipeline for the MR in the api when requesting
related merge requests for an issue and show a detailed
status for the pipeline, which would include:
details_path, favicon, group, icon, label, text, tooltip.

https://gitlab.com/gitlab-org/gitlab-ce/issues/57662#note_152023412
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport API::Issues parameters from EE</title>
<updated>2019-03-26T13:18:29+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2019-03-21T16:01:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=71046be7d5cdda3676eaa6571493827d75dc1b18'/>
<id>71046be7d5cdda3676eaa6571493827d75dc1b18</id>
<content type='text'>
This backports the parameters that EE adds to API::Issues, and wraps
them in conditionals so they are only used in EE.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This backports the parameters that EE adds to API::Issues, and wraps
them in conditionals so they are only used in EE.
</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>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>Merge branch 'filter-confidential-issues' into 'master'</title>
<updated>2019-02-26T11:24:39+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-02-25T11:00:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a555a227dd7a846e5b8e8c84839120d40f9d1090'/>
<id>a555a227dd7a846e5b8e8c84839120d40f9d1090</id>
<content type='text'>
Ability to filter confidential issues

Closes #50747

See merge request gitlab-org/gitlab-ce!24960</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ability to filter confidential issues

Closes #50747

See merge request gitlab-org/gitlab-ce!24960</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'filter-confidential-issues' into 'master'"</title>
<updated>2019-02-25T20:42:34+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2019-02-25T20:42:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e95b88a06d673ff95792d5c7d3934c88051691d9'/>
<id>e95b88a06d673ff95792d5c7d3934c88051691d9</id>
<content type='text'>
This reverts commit d133bf84c668df3dfc9938bb04150754cb873c8b, reversing
changes made to 7981c0292b07a0138b096fa082341fcb13e9ce2b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit d133bf84c668df3dfc9938bb04150754cb873c8b, reversing
changes made to 7981c0292b07a0138b096fa082341fcb13e9ce2b.
</pre>
</div>
</content>
</entry>
</feed>
