<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib, branch projects-section-button-capitalization</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 'gitaly-refs' into 'master'</title>
<updated>2017-04-05T17:22:45+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-04-05T17:22:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ebdfda69bf8934ee8322e9d863872c5bcc379bcc'/>
<id>ebdfda69bf8934ee8322e9d863872c5bcc379bcc</id>
<content type='text'>
Implement Gitaly refs client

See merge request !9291</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement Gitaly refs client

See merge request !9291</pre>
</div>
</content>
</entry>
<entry>
<title>Use NamespaceValidator::WILDCARD_ROUTES in ETag caching middleware</title>
<updated>2017-04-05T13:48:05+00:00</updated>
<author>
<name>Adam Niedzielski</name>
<email>adamsunday@gmail.com</email>
</author>
<published>2017-04-05T13:48:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=63a6453c0136a6244b0351ab6350dcee62a45cf9'/>
<id>63a6453c0136a6244b0351ab6350dcee62a45cf9</id>
<content type='text'>
NamespaceValidator::WILDCARD_ROUTES is less restrictive than
ProjectPathValidator::RESERVED and we really have to avoid only
routes that contain wildcard names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NamespaceValidator::WILDCARD_ROUTES is less restrictive than
ProjectPathValidator::RESERVED and we really have to avoid only
routes that contain wildcard names.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added mock deployment and monitoring service with environments fixtures</title>
<updated>2017-04-05T11:04:34+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2017-04-05T11:04:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7f8e0bce5ab3af7be049a9d2887e611667598d71'/>
<id>7f8e0bce5ab3af7be049a9d2887e611667598d71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle SSH keys that have multiple spaces between each marker</title>
<updated>2017-04-05T06:12:08+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-04-05T06:09:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=54849afc6c94fbc16b0b320741cadafb272deb9d'/>
<id>54849afc6c94fbc16b0b320741cadafb272deb9d</id>
<content type='text'>
Notice what happens when a user adds a key with a space in between:

```
irb(main):004:0&gt; 'ssh-rsa  foobar'.split(/ /)
=&gt; ["ssh-rsa", "", "foobar"]
```

This would cause gitlab-shell to receive a blank argument for the actual
key, leading to users unable to login.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Notice what happens when a user adds a key with a space in between:

```
irb(main):004:0&gt; 'ssh-rsa  foobar'.split(/ /)
=&gt; ["ssh-rsa", "", "foobar"]
```

This would cause gitlab-shell to receive a blank argument for the actual
key, leading to users unable to login.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bug/api_milestone_merge_requests_scope' into 'master'</title>
<updated>2017-04-04T16:45:31+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-04-04T16:45:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=93de37ce1bd0f5ce015287f0729d625ddf6f7390'/>
<id>93de37ce1bd0f5ce015287f0729d625ddf6f7390</id>
<content type='text'>

Fixes milestone/merge_request API endpoint to really scope the results

See merge request !10369</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fixes milestone/merge_request API endpoint to really scope the results

See merge request !10369</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issues importing forked projects</title>
<updated>2017-04-04T16:34:19+00:00</updated>
<author>
<name>James Lopez</name>
<email>james@gitlab.com</email>
</author>
<published>2017-04-04T16:34:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=22d7ae80020e3d581d7bded2c2f3d5606a5e48ee'/>
<id>22d7ae80020e3d581d7bded2c2f3d5606a5e48ee</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 '30400-fix-blob-highlighting-in-search' into 'master'</title>
<updated>2017-04-04T15:57:17+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-04-04T15:57:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6c6eef939aceba7f6314e3a43e9d212029fc2cb5'/>
<id>6c6eef939aceba7f6314e3a43e9d212029fc2cb5</id>
<content type='text'>

Fix blob highlighting in search

Closes #30400

See merge request !10420</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix blob highlighting in search

Closes #30400

See merge request !10420</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'workhorse-gitaly-address' into 'master'</title>
<updated>2017-04-04T15:48:24+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-04-04T15:48:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=20e3ed60935ca2b28cf1f632c5ce75f8dbac8e10'/>
<id>20e3ed60935ca2b28cf1f632c5ce75f8dbac8e10</id>
<content type='text'>

Pass GitalyAddress to workhorse

See merge request !10447</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Pass GitalyAddress to workhorse

See merge request !10447</pre>
</div>
</content>
</entry>
<entry>
<title>Incorporate Gitaly client for refs service</title>
<updated>2017-04-04T14:53:44+00:00</updated>
<author>
<name>Alejandro Rodríguez</name>
<email>alejorro70@gmail.com</email>
</author>
<published>2017-02-16T02:08:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=267cd3e3594dcb1555b5018723f3cc620873499d'/>
<id>267cd3e3594dcb1555b5018723f3cc620873499d</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/disable-gitaly-post-receive-pack' into 'master'</title>
<updated>2017-04-04T14:52:38+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-04-04T14:52:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1d96b01f3f9a4a1acf278112acedef1f630858a4'/>
<id>1d96b01f3f9a4a1acf278112acedef1f630858a4</id>
<content type='text'>

Disable support for Gitaly PostReceivePack

See merge request !10444</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Disable support for Gitaly PostReceivePack

See merge request !10444</pre>
</div>
</content>
</entry>
</feed>
