<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/models, branch gitlab-git-spawn-env</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 '42377-fix-merge-request-can-be-reverted' into 'master'</title>
<updated>2018-01-25T13:51:37+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-01-25T13:51:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d7d6bad11387ecc8efadb6c94d1a94c95b63f086'/>
<id>d7d6bad11387ecc8efadb6c94d1a94c95b63f086</id>
<content type='text'>
Look at system notes created just before merge as well as after, when deciding if an MR can be reverted

Closes #42377

See merge request gitlab-org/gitlab-ce!16678</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Look at system notes created just before merge as well as after, when deciding if an MR can be reverted

Closes #42377

See merge request gitlab-org/gitlab-ce!16678</pre>
</div>
</content>
</entry>
<entry>
<title>Look at notes created just before merge when deciding if an MR can be reverted</title>
<updated>2018-01-25T11:39:46+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2018-01-24T15:06:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b02f9b6141627127acd027ed9491dd7c0ca5dd2a'/>
<id>b02f9b6141627127acd027ed9491dd7c0ca5dd2a</id>
<content type='text'>
On MySQL, at least, `Note#created_at` doesn't seem to store fractional seconds,
while `MergeRequest::Metrics#merged_at` does. This breaks the optimization
assumption that we only need to search for notes created *after* the MR has
been merged.

Unsynchronized system clocks also make this a dangerous assumption to make.

Adding a minute of leeway still optimizes away most notes, but allows both
cases to be handled more gracefully. If the system clocks are more than a
minute out, we'll still be broken, of course.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On MySQL, at least, `Note#created_at` doesn't seem to store fractional seconds,
while `MergeRequest::Metrics#merged_at` does. This breaks the optimization
assumption that we only need to search for notes created *after* the MR has
been merged.

Unsynchronized system clocks also make this a dangerous assumption to make.

Adding a minute of leeway still optimizes away most notes, but allows both
cases to be handled more gracefully. If the system clocks are more than a
minute out, we'll still be broken, of course.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix/add-formatted-data-to-wiki-page' into 'master'</title>
<updated>2018-01-24T20:56:53+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2018-01-24T20:56:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=caf84a0306450d97f6939393670aa8c4c807ddca'/>
<id>caf84a0306450d97f6939393670aa8c4c807ddca</id>
<content type='text'>
Add formatted_data attribute to Git::WikiPage

Closes #39805

See merge request gitlab-org/gitlab-ce!16682</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add formatted_data attribute to Git::WikiPage

Closes #39805

See merge request gitlab-org/gitlab-ce!16682</pre>
</div>
</content>
</entry>
<entry>
<title>Add formatted_data attribute to Git::WikiPage</title>
<updated>2018-01-24T20:14:11+00:00</updated>
<author>
<name>Ahmad Sherif</name>
<email>me@ahmadsherif.com</email>
</author>
<published>2018-01-24T16:52:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5735747050543a9e68aeb8f017c995e6119a9510'/>
<id>5735747050543a9e68aeb8f017c995e6119a9510</id>
<content type='text'>
Related to #39805
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related to #39805
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '40744-idempotent-ids' into 'master'</title>
<updated>2018-01-24T19:29:57+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2018-01-24T19:29:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f35bac576dd89a3fc8b601d0aef6e3f6d4888a09'/>
<id>f35bac576dd89a3fc8b601d0aef6e3f6d4888a09</id>
<content type='text'>
Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'

Closes #30783

See merge request gitlab-org/gitlab-ce!16516</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'

Closes #30783

See merge request gitlab-org/gitlab-ce!16516</pre>
</div>
</content>
</entry>
<entry>
<title>Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'</title>
<updated>2018-01-24T17:25:55+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2018-01-17T11:30:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=93ea3234dfaa43204c5f24d4010bbe5070d75c72'/>
<id>93ea3234dfaa43204c5f24d4010bbe5070d75c72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Execute system hooks after-commit when executing project hooks</title>
<updated>2018-01-24T14:10:06+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2018-01-24T14:09:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4564795195f4dafa3ff0578565fc13234b164a97'/>
<id>4564795195f4dafa3ff0578565fc13234b164a97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GitalyClient::ConflictsService#conflicts? should return true for conflicts with missing side</title>
<updated>2018-01-23T21:16:51+00:00</updated>
<author>
<name>Ahmad Sherif</name>
<email>me@ahmadsherif.com</email>
</author>
<published>2018-01-23T17:31:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0b965528c6dd6db67adf5b86c62c19088ebe65f5'/>
<id>0b965528c6dd6db67adf5b86c62c19088ebe65f5</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 '40612-cannot-change-project-visibility-from-private-even-when-owner' into 'master'</title>
<updated>2018-01-22T22:54:24+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2018-01-22T22:54:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4bf2fded92e05420e6d103c8df63d6d83198a684'/>
<id>4bf2fded92e05420e6d103c8df63d6d83198a684</id>
<content type='text'>
Resolve "Cannot change project visibility from Private (even when owner)"

Closes #40612

See merge request gitlab-org/gitlab-ce!16595</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Cannot change project visibility from Private (even when owner)"

Closes #40612

See merge request gitlab-org/gitlab-ce!16595</pre>
</div>
</content>
</entry>
<entry>
<title>ensure fork_source returns nil when project is the root fork, add tests</title>
<updated>2018-01-22T20:48:24+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2018-01-22T20:48:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=003f140ce775ab4594a64dfc985b36078c7d2d81'/>
<id>003f140ce775ab4594a64dfc985b36078c7d2d81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
