<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/models/commit.rb, branch 44296-commit-path</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Add banzai filter to detect commit message trailers and properly link the users</title>
<updated>2018-04-04T15:04:03+00:00</updated>
<author>
<name>Omar Mekky</name>
<email>alphaengine@gmail.com</email>
</author>
<published>2018-04-04T15:04:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a069aa494a71450f3a6627b723bd5312bbf20133'/>
<id>a069aa494a71450f3a6627b723bd5312bbf20133</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Send notification emails when push to a merge request</title>
<updated>2018-03-26T12:24:52+00:00</updated>
<author>
<name>YarNayar</name>
<email>YarTheGreat@gmail.com</email>
</author>
<published>2017-07-25T11:56:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=99b01e23598e6b0b2bcae891939ea28c67f7b2e9'/>
<id>99b01e23598e6b0b2bcae891939ea28c67f7b2e9</id>
<content type='text'>
Closes #23460
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #23460
</pre>
</div>
</content>
</entry>
<entry>
<title>Lazy fetch parent commits for a commit</title>
<updated>2018-03-06T13:32:53+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2018-03-05T09:37:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1e08d00032c1160202567dacdf24c3b47458d86c'/>
<id>1e08d00032c1160202567dacdf24c3b47458d86c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fetch commit signatures from Gitaly in batches</title>
<updated>2018-03-01T17:31:31+00:00</updated>
<author>
<name>Ahmad Sherif</name>
<email>me@ahmadsherif.com</email>
</author>
<published>2018-02-28T16:56:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=03f3350f3f679122ce4ceacfc840db6e77763dea'/>
<id>03f3350f3f679122ce4ceacfc840db6e77763dea</id>
<content type='text'>
Closes gitaly#1046
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes gitaly#1046
</pre>
</div>
</content>
</entry>
<entry>
<title>stop ProcessCommitWorker from processing MR merge commit</title>
<updated>2018-02-16T18:51:19+00:00</updated>
<author>
<name>Micaël Bergeron</name>
<email>mbergeron@gitlab.com</email>
</author>
<published>2018-02-09T15:32:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eef63813ea6a9585941be5f079104604d779d440'/>
<id>eef63813ea6a9585941be5f079104604d779d440</id>
<content type='text'>
When a merge request is merged, it creates a commit with the
description of the MR, which may contain references and issue
closing references. As this will be handled in the PostMergeService
anyways, let's ignore merge commit generated from a MR.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a merge request is merged, it creates a commit with the
description of the MR, which may contain references and issue
closing references. As this will be handled in the PostMergeService
anyways, let's ignore merge commit generated from a MR.
</pre>
</div>
</content>
</entry>
<entry>
<title>API - Include project in commits&amp;blobs search results</title>
<updated>2018-02-14T08:00:26+00:00</updated>
<author>
<name>Jarka Kadlecová</name>
<email>jarka@gitlab.com</email>
</author>
<published>2018-02-13T12:41:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b0b4ae1875529cd7ca786bd5eccd49be9a40a038'/>
<id>b0b4ae1875529cd7ca786bd5eccd49be9a40a038</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate Commit#uri_type to Gitaly</title>
<updated>2018-01-15T13:16:22+00:00</updated>
<author>
<name>Ahmad Sherif</name>
<email>me@ahmadsherif.com</email>
</author>
<published>2018-01-15T09:39:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f32f04a50f702f7a021e79b17dddc8cc1e3f6d5a'/>
<id>f32f04a50f702f7a021e79b17dddc8cc1e3f6d5a</id>
<content type='text'>
Closes gitaly#915
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes gitaly#915
</pre>
</div>
</content>
</entry>
<entry>
<title>Display related merge requests in commit detail page</title>
<updated>2018-01-12T20:38:36+00:00</updated>
<author>
<name>Hiroyuki Sato</name>
<email>sathiroyuki@gmail.com</email>
</author>
<published>2018-01-12T20:38:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a7d26f00c35b945199d40332349f463043ae6122'/>
<id>a7d26f00c35b945199d40332349f463043ae6122</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only search for MR revert commits on notes after MR was merged</title>
<updated>2018-01-12T13:19:05+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2018-01-11T16:20:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f3cf8cc8d1625ae1cd532474191739cd36419425'/>
<id>f3cf8cc8d1625ae1cd532474191739cd36419425</id>
<content type='text'>
If we search for notes before the MR was merged, we have to load every commit
that was ever part of the MR, or mentioned in a push. In extreme cases, this can
be tens of thousands of commits to load, but we know they can't revert the merge
commit, because they are from before the MR was merged.

In the (rare) case that we don't have a `merged_at` value for the MR, we can
still search all notes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we search for notes before the MR was merged, we have to load every commit
that was ever part of the MR, or mentioned in a push. In extreme cases, this can
be tens of thousands of commits to load, but we know they can't revert the merge
commit, because they are from before the MR was merged.

In the (rare) case that we don't have a `merged_at` value for the MR, we can
still search all notes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the Commit#tree method</title>
<updated>2018-01-04T17:00:28+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>jacob@gitlab.com</email>
</author>
<published>2018-01-04T17:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ac2cb65ab3dc2688b3a1db9de661dc01ed196177'/>
<id>ac2cb65ab3dc2688b3a1db9de661dc01ed196177</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
