<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers/concerns, branch update-singleton-pattern-docs</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>Merge branch 'fixes_for_multiple_issue_assignees' into 'master'</title>
<updated>2017-05-12T09:29:29+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-05-12T09:29:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f938f9441b908ed90c519f1ad208c68dcfb2dde2'/>
<id>f938f9441b908ed90c519f1ad208c68dcfb2dde2</id>
<content type='text'>

Fix for Follow-up from "Backport of Multiple Assignees feature

Closes #31888

See merge request !11178</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix for Follow-up from "Backport of Multiple Assignees feature

Closes #31888

See merge request !11178</pre>
</div>
</content>
</entry>
<entry>
<title>Fix redirect message for groups and users</title>
<updated>2017-05-11T22:28:13+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2017-05-11T20:57:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ab98f8b5b1fb323ded965cdb352a504525dd0703'/>
<id>ab98f8b5b1fb323ded965cdb352a504525dd0703</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix for Follow-up from "Backport of Multiple Assignees feature</title>
<updated>2017-05-11T16:11:49+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>valery@gitlab.com</email>
</author>
<published>2017-05-08T14:58:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=22722659c233efb3b65bb35286ff07c192e3fc85'/>
<id>22722659c233efb3b65bb35286ff07c192e3fc85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement auxiliary blob viewers</title>
<updated>2017-05-11T01:07:04+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2017-05-08T23:50:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=08706f683725dcfbda1708ddf079347d989fbef1'/>
<id>08706f683725dcfbda1708ddf079347d989fbef1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable the Style/TrailingCommaInLiteral cop</title>
<updated>2017-05-10T16:25:45+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-05-03T11:22:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d40e1f547ea9e31e822229bb808aaa6b9201f473'/>
<id>d40e1f547ea9e31e822229bb808aaa6b9201f473</id>
<content type='text'>
Use the EnforcedStyleForMultiline: no_comma option.

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the EnforcedStyleForMultiline: no_comma option.

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Preloads head pipeline for each merge request</title>
<updated>2017-05-08T14:24:55+00:00</updated>
<author>
<name>Felipe Artur</name>
<email>felipefac@gmail.com</email>
</author>
<published>2017-03-17T22:14:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4ae411ff40352ec21bd10f859b7f3f9f85a7aee6'/>
<id>4ae411ff40352ec21bd10f859b7f3f9f85a7aee6</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 '17361-redirect-renamed-paths' into 'master'</title>
<updated>2017-05-06T05:45:56+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-05-06T05:45:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=56fb7823f9740d4595d90dcb224180c950a27048'/>
<id>56fb7823f9740d4595d90dcb224180c950a27048</id>
<content type='text'>

Resolve "Redirect to new project link after a rename"

Closes #17361 and #30317

See merge request !11136</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Resolve "Redirect to new project link after a rename"

Closes #17361 and #30317

See merge request !11136</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'mia_backort' into 'master'</title>
<updated>2017-05-05T19:17:28+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2017-05-05T19:17:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aa874a1cd6fc94f6291a59fb414f3b09b3337c0d'/>
<id>aa874a1cd6fc94f6291a59fb414f3b09b3337c0d</id>
<content type='text'>

Backport of Multiple Assignees feature

See merge request !11089</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Backport of Multiple Assignees feature

See merge request !11089</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve discussions</title>
<updated>2017-05-05T19:12:50+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2017-05-05T00:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f05469f99b8c52c4dab7ac9160b47676c87124f9'/>
<id>f05469f99b8c52c4dab7ac9160b47676c87124f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dry up routable lookups. Fixes #30317</title>
<updated>2017-05-05T19:12:50+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2017-05-04T21:20:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9e48f02ea802814e4df1f1de5ed509942dca7581'/>
<id>9e48f02ea802814e4df1f1de5ed509942dca7581</id>
<content type='text'>
Note: This changes the behavior of user lookups (see the spec change) so it acts the same way as groups and projects. Unauthenticated clients attempting to access a user page will be redirected to login whether the user exists and is publicly restricted, or does not exist at all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note: This changes the behavior of user lookups (see the spec change) so it acts the same way as groups and projects. Unauthenticated clients attempting to access a user page will be redirected to login whether the user exists and is publicly restricted, or does not exist at all.
</pre>
</div>
</content>
</entry>
</feed>
