<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec, branch commit-limits</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>Remove `Profile::KeysController#new` action</title>
<updated>2016-03-03T21:13:59+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-03-03T20:38:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=01b89ee8f17f837544d744c021b92950426a60d8'/>
<id>01b89ee8f17f837544d744c021b92950426a60d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Gitlab::Git::DiffCollections</title>
<updated>2016-03-03T17:38:44+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2016-03-03T17:38:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1764e1b7cb2bffb9b4c4a69991fe2c4d21ce5459'/>
<id>1764e1b7cb2bffb9b4c4a69991fe2c4d21ce5459</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 'renaming-repository-caching' into 'master'</title>
<updated>2016-03-03T15:35:11+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-03-03T15:35:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=00cb4a97147a8f760d37c5f6fae11f93ba4ede34'/>
<id>00cb4a97147a8f760d37c5f6fae11f93ba4ede34</id>
<content type='text'>

Flush repository caches before renaming projects

This should hopefully solve gitlab-org/gitlab-ce#13790. Once I know the exact steps to reproduce the problem I should be able to confirm this.

cc @dblessing @inem 

See merge request !2974</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Flush repository caches before renaming projects

This should hopefully solve gitlab-org/gitlab-ce#13790. Once I know the exact steps to reproduce the problem I should be able to confirm this.

cc @dblessing @inem 

See merge request !2974</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'issue_13648' into 'master'</title>
<updated>2016-03-03T14:28:25+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-03-03T14:28:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1cb4f810a5edb6118e06d735a6cd4bd14eb80320'/>
<id>1cb4f810a5edb6118e06d735a6cd4bd14eb80320</id>
<content type='text'>

Reuse query from ProjectsFinder to get projects accessible to current user.

Fixes #13648

This is a refactor to reuse the existing query from our `ProjectsFinder` class

See merge request !3049</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Reuse query from ProjectsFinder to get projects accessible to current user.

Fixes #13648

This is a refactor to reuse the existing query from our `ProjectsFinder` class

See merge request !3049</pre>
</div>
</content>
</entry>
<entry>
<title>Change `js-quick-submit` behavior to expect the class on the form</title>
<updated>2016-03-02T20:11:15+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-02-12T21:28:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=76ed2afcfc2ae2b6ab3d3419a1183374a39022cc'/>
<id>76ed2afcfc2ae2b6ab3d3419a1183374a39022cc</id>
<content type='text'>
Now it will work on any field inside that form, and it's easier to scope
new behavior, which is what we're adding next!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now it will work on any field inside that form, and it's easier to scope
new behavior, which is what we're adding next!
</pre>
</div>
</content>
</entry>
<entry>
<title>Add specs to ForksController#index.</title>
<updated>2016-03-02T17:35:56+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>rdavila84@gmail.com</email>
</author>
<published>2016-03-02T17:35:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=49e4ef3b41ef635cf50e45c9c6b82d64f38c0ed7'/>
<id>49e4ef3b41ef635cf50e45c9c6b82d64f38c0ed7</id>
<content type='text'>
* Also refactor query to get projects accessible for current user.
  ProjectsFinder actually return public projects when no user is passed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Also refactor query to get projects accessible for current user.
  ProjectsFinder actually return public projects when no user is passed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix/deprecated-ci-badge-permissions' into 'master'</title>
<updated>2016-03-02T11:00:25+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-03-02T11:00:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=386d442a18ec758330942ff5feefd02cb403e817'/>
<id>386d442a18ec758330942ff5feefd02cb403e817</id>
<content type='text'>

Fix permissions for deprecated CI build status badge

This fixes permissions for deprecated status badge, being unavailable even if project is public.

Closes #13324

See merge request !3030</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix permissions for deprecated CI build status badge

This fixes permissions for deprecated status badge, being unavailable even if project is public.

Closes #13324

See merge request !3030</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'issue_13716' into 'master'</title>
<updated>2016-03-02T10:51:43+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-03-02T10:51:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ca8a44be82628c436b438527d06d8e3bf495db38'/>
<id>ca8a44be82628c436b438527d06d8e3bf495db38</id>
<content type='text'>

Check for conflicts before creating new revert branch

Fixes #13716 

See merge request !2953</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Check for conflicts before creating new revert branch

Fixes #13716 

See merge request !2953</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rs-filter-array' into 'master'</title>
<updated>2016-03-02T10:46:23+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-03-02T10:46:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8eadb373ec9e92e0b84a7c37a5866c2ef96b28b1'/>
<id>8eadb373ec9e92e0b84a7c37a5866c2ef96b28b1</id>
<content type='text'>

Add FilterArray class to Banzai



See merge request !3053</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add FilterArray class to Banzai



See merge request !3053</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'mail-room-config-without-rails' into 'master'</title>
<updated>2016-03-02T10:43:57+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-03-02T10:43:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8ec49e47ec7e8181ce4087f4b24008b0d07f7d9e'/>
<id>8ec49e47ec7e8181ce4087f4b24008b0d07f7d9e</id>
<content type='text'>

Don't load all of GitLab in mail_room

Fixes #12731

cc @jacobvosmaer 

See merge request !3005</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Don't load all of GitLab in mail_room

Fixes #12731

cc @jacobvosmaer 

See merge request !3005</pre>
</div>
</content>
</entry>
</feed>
