<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch 8-16-random-fix</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>random attempt to fix teaspoon error</title>
<updated>2017-02-16T12:55:36+00:00</updated>
<author>
<name>James Lopez</name>
<email>james@jameslopez.es</email>
</author>
<published>2017-02-16T12:55:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=121c8af049a1d1dc9888cb7a3819a4e0dda9c8af'/>
<id>121c8af049a1d1dc9888cb7a3819a4e0dda9c8af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix spec failures in spec/javascripts/search_autocomplete_spec.js</title>
<updated>2017-02-15T12:32:23+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-02-15T12:32:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2917d042c295cffb2ea1d131fa33c4ebc2510eda'/>
<id>2917d042c295cffb2ea1d131fa33c4ebc2510eda</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 'dont-delete-assigned-issuables' into 'master'</title>
<updated>2017-02-15T08:54:43+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-02-06T19:51:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=85b5330d84aed50007428fa6fdcd049bd2006f09'/>
<id>85b5330d84aed50007428fa6fdcd049bd2006f09</id>
<content type='text'>

Don't delete assigned MRs/issues when user is deleted

See merge request !8634</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Don't delete assigned MRs/issues when user is deleted

See merge request !8634</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '24462-reduce_ldap_queries_for_lfs' into 'master'</title>
<updated>2017-02-15T08:54:26+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-02-01T22:47:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3329a61a3e9559e70e8d0f2756fda569e6f92d32'/>
<id>3329a61a3e9559e70e8d0f2756fda569e6f92d32</id>
<content type='text'>

Reduce hits to LDAP on Git HTTP auth by reordering auth mechanisms

Closes #24462

See merge request !8752</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Reduce hits to LDAP on Git HTTP auth by reordering auth mechanisms

Closes #24462

See merge request !8752</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '27343-autocomplete-post-to-wrong-url-when-not-hosting-in-root' into 'master'</title>
<updated>2017-02-15T08:53:58+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>lacerda.filipa@gmail.com</email>
</author>
<published>2017-02-07T00:13:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7e0831baac83410ddf9f19c1ac1d8097e4b134dd'/>
<id>7e0831baac83410ddf9f19c1ac1d8097e4b134dd</id>
<content type='text'>
Fix filtered search user autocomplete for gitlab instances that are hosted on a subdirectory

Closes #27343

See merge request !8891

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix filtered search user autocomplete for gitlab instances that are hosted on a subdirectory

Closes #27343

See merge request !8891

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '27516-fix-wrong-call-to-project_cache_worker-method' into 'master'</title>
<updated>2017-02-15T08:51:28+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-02-02T18:11:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=208adc0d811f6eb74847f5455f2f7a134b13313a'/>
<id>208adc0d811f6eb74847f5455f2f7a134b13313a</id>
<content type='text'>

Fix wrong call to ProjectCacheWorker.perform, and call ProjectCacheWorker.perform_async instead

Closes #27516

See merge request !8910</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix wrong call to ProjectCacheWorker.perform, and call ProjectCacheWorker.perform_async instead

Closes #27516

See merge request !8910</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'snippet-spam-fix' into 'master'</title>
<updated>2017-02-15T08:51:04+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-02-06T16:04:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b7db77c3415b2491475f99366cbb828e564e1fdd'/>
<id>b7db77c3415b2491475f99366cbb828e564e1fdd</id>
<content type='text'>

Don't render snippet actions for logged-out users

Closes #27708

See merge request !8995</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Don't render snippet actions for logged-out users

Closes #27708

See merge request !8995</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'snippet-spam' into 'master'</title>
<updated>2017-02-15T08:50:47+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-02-02T16:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c691f876593b7916eac09dd9057d74af41f379b6'/>
<id>c691f876593b7916eac09dd9057d74af41f379b6</id>
<content type='text'>

Snippet spam

Closes #26276

See merge request !8911</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Snippet spam

Closes #26276

See merge request !8911</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'api-fix-files' into 'master'</title>
<updated>2017-02-15T08:50:33+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-02-06T11:18:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=785793ad81b59277d2dfce21fbebac189465d69f'/>
<id>785793ad81b59277d2dfce21fbebac189465d69f</id>
<content type='text'>

API: Fix file downloading

See merge request !8953</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

API: Fix file downloading

See merge request !8953</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '27267-unnecessary-queries-from-projects-dashboard-atom-and-json' into 'master'</title>
<updated>2017-02-15T08:50:33+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-02-03T17:00:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=64fd9266cf44c3806970beb843a595a5dacf0707'/>
<id>64fd9266cf44c3806970beb843a595a5dacf0707</id>
<content type='text'>

Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index

Closes #27267

See merge request !8956</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index

Closes #27267

See merge request !8956</pre>
</div>
</content>
</entry>
</feed>
