<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch 24726-remove-across-gitlab</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>24726 Remove Across GitLab from side navigation</title>
<updated>2016-12-01T21:45:14+00:00</updated>
<author>
<name>tauriedavis</name>
<email>taurie@gitlab.com</email>
</author>
<published>2016-12-01T19:04:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=33faed1135d94f2ebc3c868ccc78366439204c2d'/>
<id>33faed1135d94f2ebc3c868ccc78366439204c2d</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 'fix/github-importer' into 'master'</title>
<updated>2016-12-01T18:22:24+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2016-12-01T18:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ab54a183a266099664c08489560c0784481595df'/>
<id>ab54a183a266099664c08489560c0784481595df</id>
<content type='text'>

Fix GitHub importer to import PR where source repo/fork was renamed/deleted

Closes #24594

See merge request !7865</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix GitHub importer to import PR where source repo/fork was renamed/deleted

Closes #24594

See merge request !7865</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '25199-fix-broken-urls-in-help-page' into 'master'</title>
<updated>2016-12-01T17:25:12+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2016-12-01T17:25:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9e8df307e1aba45aba3521bb9aa4dff528205b6e'/>
<id>9e8df307e1aba45aba3521bb9aa4dff528205b6e</id>
<content type='text'>

Fix URL rewritting in the Help section

Closes #25199

See merge request !7875</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix URL rewritting in the Help section

Closes #25199

See merge request !7875</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'shortcuts-issuable-fixture' into 'master'</title>
<updated>2016-12-01T16:30:34+00:00</updated>
<author>
<name>Alfredo Sumaran</name>
<email>alfredo@gitlab.com</email>
</author>
<published>2016-12-01T16:30:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1919ae9615e0eed340b0acf62e575cd2c65c8655'/>
<id>1919ae9615e0eed340b0acf62e575cd2c65c8655</id>
<content type='text'>

Replace static fixture for shortcuts_issuable_spec

## What does this MR do?

Replace `issuable.html.haml` for `shortcuts_issuable_spec.js` by already existing dynamically generated fixture.

## What are the relevant issue numbers?

#24753

See merge request !7685</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Replace static fixture for shortcuts_issuable_spec

## What does this MR do?

Replace `issuable.html.haml` for `shortcuts_issuable_spec.js` by already existing dynamically generated fixture.

## What are the relevant issue numbers?

#24753

See merge request !7685</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-optimistic-locking-for-destroy' into 'master'</title>
<updated>2016-12-01T16:24:17+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-12-01T16:24:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=14545f46afb2372da248274ad11232c6e42a3c74'/>
<id>14545f46afb2372da248274ad11232c6e42a3c74</id>
<content type='text'>

Make deleting with optimistic locking respect NULL

Make deleting with optimistic locking respect NULL

For now deleting with optimistic locking is broken when
lock_version is still NULL, because Rails would try to
delete with `lock_version = 0` while in the database
the column is still `NULL`.

The monkey patches would force Rails just pass whatever
in the column, and stop Rails from casting `NULL` into `0`
when the value is read from database.

Closes #24766

See merge request !7867</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Make deleting with optimistic locking respect NULL

Make deleting with optimistic locking respect NULL

For now deleting with optimistic locking is broken when
lock_version is still NULL, because Rails would try to
delete with `lock_version = 0` while in the database
the column is still `NULL`.

The monkey patches would force Rails just pass whatever
in the column, and stop Rails from casting `NULL` into `0`
when the value is read from database.

Closes #24766

See merge request !7867</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '24669-merge-request-dashboard-page-takes-over-a-minute-to-load' into 'master'</title>
<updated>2016-12-01T16:14:26+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-12-01T16:14:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8b25392f368ce56af1470c35465d016a79b12307'/>
<id>8b25392f368ce56af1470c35465d016a79b12307</id>
<content type='text'>

Resolve "Merge request dashboard page takes over a minute to load"

See merge request !7760</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Resolve "Merge request dashboard page takes over a minute to load"

See merge request !7760</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rescue-from-redis-init-errors' into 'master'</title>
<updated>2016-12-01T15:43:02+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-12-01T15:43:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cf1a31a3459786f637971e2dafe4df31f5a28e74'/>
<id>cf1a31a3459786f637971e2dafe4df31f5a28e74</id>
<content type='text'>

Gracefully recover from Redis connection failures in Sidekiq initializer

Precompiling assets and other Rake tasks would fail if Redis were not available in certain cases.

* Closes gitlab-org/gitlab-ce#25143
* Closes gitlab-org/omnibus-gitlab#1743

See merge request !7835</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Gracefully recover from Redis connection failures in Sidekiq initializer

Precompiling assets and other Rake tasks would fail if Redis were not available in certain cases.

* Closes gitlab-org/gitlab-ce#25143
* Closes gitlab-org/omnibus-gitlab#1743

See merge request !7835</pre>
</div>
</content>
</entry>
<entry>
<title>Fix URL rewritting in the Help section</title>
<updated>2016-12-01T15:40:48+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-12-01T11:07:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=633538151b99c658bcbb2173e91eb5deba4408f7'/>
<id>633538151b99c658bcbb2173e91eb5deba4408f7</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'use-st-commits-where-possible' into 'master'</title>
<updated>2016-12-01T15:23:30+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-12-01T15:23:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fd2a429f35f521c7ab3b2b868d0e7ad55b6cbbba'/>
<id>fd2a429f35f521c7ab3b2b868d0e7ad55b6cbbba</id>
<content type='text'>

Replace references to MergeRequestDiff#commits with st_commits when we care only about the number of commits

See merge request !7668</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Replace references to MergeRequestDiff#commits with st_commits when we care only about the number of commits

See merge request !7668</pre>
</div>
</content>
</entry>
<entry>
<title>Gracefully recover from Redis connection failures in Sidekiq initializer</title>
<updated>2016-12-01T14:24:59+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-11-29T07:38:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fe0de99c4e893a30029dc03df582550cf32e8b19'/>
<id>fe0de99c4e893a30029dc03df582550cf32e8b19</id>
<content type='text'>
* Closes gitlab-org/gitlab-ce#25143
* Closes gitlab-org/omnibus-gitlab#1743
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Closes gitlab-org/gitlab-ce#25143
* Closes gitlab-org/omnibus-gitlab#1743
</pre>
</div>
</content>
</entry>
</feed>
