<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/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>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>Inlude the password_automatically_check param as permitted config in the user create_service</title>
<updated>2017-04-04T17:18:56+00:00</updated>
<author>
<name>DJ Mountney</name>
<email>david@twkie.net</email>
</author>
<published>2017-03-31T20:06:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a766f60a0be65a5f8af3f4328c1bcdc505948d15'/>
<id>a766f60a0be65a5f8af3f4328c1bcdc505948d15</id>
<content type='text'>
This param is passed to service in two places, one is in the build_user for non ldap oauth users. And the other is in the initial production admin user seed data.

Without this change, when setting up GitLab in a production environment, you were not being given the option of setting the root password on initial setup in the UI.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This param is passed to service in two places, one is in the build_user for non ldap oauth users. And the other is in the initial production admin user seed data.

Without this change, when setting up GitLab in a production environment, you were not being given the option of setting the root password on initial setup in the UI.
</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>Pass GitalyAddress to workhorse</title>
<updated>2017-04-04T13:41:50+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>jacob@gitlab.com</email>
</author>
<published>2017-04-04T13:41:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ca94d20013b9f4480d0ba4d9fc831b6021877f03'/>
<id>ca94d20013b9f4480d0ba4d9fc831b6021877f03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable support for Gitaly PostReceivePack</title>
<updated>2017-04-04T11:31:33+00:00</updated>
<author>
<name>Ahmad Sherif</name>
<email>me@ahmadsherif.com</email>
</author>
<published>2017-04-04T11:31:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d56e4222573c791771b99bfbd655eecef301cf54'/>
<id>d56e4222573c791771b99bfbd655eecef301cf54</id>
<content type='text'>
See https://gitlab.com/gitlab-org/gitaly/issues/172
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://gitlab.com/gitlab-org/gitaly/issues/172
</pre>
</div>
</content>
</entry>
</feed>
