<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch lfs-support-for-ssh</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Refactored authentication code to make it a bit clearer, added test for wrong SSH key.</title>
<updated>2016-09-15T22:56:01+00:00</updated>
<author>
<name>Patricio Cano</name>
<email>suprnova32@gmail.com</email>
</author>
<published>2016-09-15T16:54:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3d933082c36aad49829403d9d0c970d58860edb2'/>
<id>3d933082c36aad49829403d9d0c970d58860edb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Further refactoring of authentication code, and code style fixes.</title>
<updated>2016-09-15T17:21:00+00:00</updated>
<author>
<name>Patricio Cano</name>
<email>suprnova32@gmail.com</email>
</author>
<published>2016-09-08T17:32:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=de24075ea5960bd7c6290c05496915e8f0ca23f2'/>
<id>de24075ea5960bd7c6290c05496915e8f0ca23f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use special characters for `lfs+deploy-key` to prevent a someone from creating a user with this username, and method name refactoring.</title>
<updated>2016-09-15T17:21:00+00:00</updated>
<author>
<name>Patricio Cano</name>
<email>suprnova32@gmail.com</email>
</author>
<published>2016-09-07T16:55:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=71aff7f6a3ab63f1395bfab6ea49f0175fe08167'/>
<id>71aff7f6a3ab63f1395bfab6ea49f0175fe08167</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better authentication handling, syntax fixes and better actor handling for LFS Tokens</title>
<updated>2016-09-15T17:21:00+00:00</updated>
<author>
<name>Patricio Cano</name>
<email>suprnova32@gmail.com</email>
</author>
<published>2016-09-06T21:32:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c144db2935f0f71c7f282a3015d126526bc16b57'/>
<id>c144db2935f0f71c7f282a3015d126526bc16b57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve string handling.</title>
<updated>2016-09-15T17:21:00+00:00</updated>
<author>
<name>Patricio Cano</name>
<email>suprnova32@gmail.com</email>
</author>
<published>2016-08-31T16:03:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=85152f0291b7e6dd4a92a068e7d5c4334df54e80'/>
<id>85152f0291b7e6dd4a92a068e7d5c4334df54e80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored handling of the `LfsToken` and added functionality to it to simplify external code.</title>
<updated>2016-09-15T17:21:00+00:00</updated>
<author>
<name>Patricio Cano</name>
<email>suprnova32@gmail.com</email>
</author>
<published>2016-08-30T23:43:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c25630ee2c2804e351a2c3ae4fd9224434e4698a'/>
<id>c25630ee2c2804e351a2c3ae4fd9224434e4698a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored LFS auth logic when using SSH to use its own API endpoint `/lfs_authenticate` and added tests.</title>
<updated>2016-09-15T17:21:00+00:00</updated>
<author>
<name>Patricio Cano</name>
<email>suprnova32@gmail.com</email>
</author>
<published>2016-08-30T18:38:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=48f1a61fd5c6aac395be0ce5d59aee61bbb69fe9'/>
<id>48f1a61fd5c6aac395be0ce5d59aee61bbb69fe9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor LFS token logic to use a Redis key instead of a DB field, making it a 1 use only token.</title>
<updated>2016-09-15T17:21:00+00:00</updated>
<author>
<name>Patricio Cano</name>
<email>suprnova32@gmail.com</email>
</author>
<published>2016-08-29T18:05:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cb85cf1f0a7047c485d7b29b2792b8965e270898'/>
<id>cb85cf1f0a7047c485d7b29b2792b8965e270898</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added CHANGELOG item and documentation.</title>
<updated>2016-09-15T17:21:00+00:00</updated>
<author>
<name>Patricio Cano</name>
<email>suprnova32@gmail.com</email>
</author>
<published>2016-08-25T23:43:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=372be2d2e8fe8d607011aa7e2b2fca99eeea007d'/>
<id>372be2d2e8fe8d607011aa7e2b2fca99eeea007d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added LFS support to SSH</title>
<updated>2016-09-15T17:21:00+00:00</updated>
<author>
<name>Patricio Cano</name>
<email>suprnova32@gmail.com</email>
</author>
<published>2016-08-25T22:26:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e40e3fdc8271d1becf7952c7e30546c5abecb79b'/>
<id>e40e3fdc8271d1becf7952c7e30546c5abecb79b</id>
<content type='text'>
- Required on the GitLab Rails side is mostly authentication and API related.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Required on the GitLab Rails side is mostly authentication and API related.
</pre>
</div>
</content>
</entry>
</feed>
