<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/server, branch 0.8.1</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>[pkg] bump changelog to 0.8.1</title>
<updated>2016-07-14T08:19:21+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-07-14T08:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=6b23b3f3215f2443aa3e790559b63a41b3040072'/>
<id>6b23b3f3215f2443aa3e790559b63a41b3040072</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] remove unneeded dirspec exceptions</title>
<updated>2016-07-12T01:09:30+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-07-07T09:56:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=297ecdb24b238eff7e7674c7ab2df1f116007d7e'/>
<id>297ecdb24b238eff7e7674c7ab2df1f116007d7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] remove u1db dep from support code</title>
<updated>2016-07-12T01:09:25+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-07-05T06:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=8a3bbc6c81f10d8e00fcdd779784f327425f1942'/>
<id>8a3bbc6c81f10d8e00fcdd779784f327425f1942</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] make tests use l2db submodule</title>
<updated>2016-07-12T01:09:24+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-04-29T01:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=b5aa97e9f88934dd73af84f212c95775f97769a9'/>
<id>b5aa97e9f88934dd73af84f212c95775f97769a9</id>
<content type='text'>
From this moment on, we embed a fork of u1db called l2db.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From this moment on, we embed a fork of u1db called l2db.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] install pip from default location</title>
<updated>2016-06-08T15:42:20+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-05-19T20:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=f01b2cf3aa27350eae788152f95c4f9ca8e11b9f'/>
<id>f01b2cf3aa27350eae788152f95c4f9ca8e11b9f</id>
<content type='text'>
Old versions of pip do not accept the --trusted-host option and will complain
when trying to upgrade pip from wheel. To fix that we upgrade pip from usual
location instead of doing it from wheel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Old versions of pip do not accept the --trusted-host option and will complain
when trying to upgrade pip from wheel. To fix that we upgrade pip from usual
location instead of doing it from wheel.
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] adapt create-user-db script to bypass auth for local tests</title>
<updated>2016-06-06T23:58:50+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-04-08T06:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=4c1269f37ad67337d9ad65bcb24ccc5e8eeb1950'/>
<id>4c1269f37ad67337d9ad65bcb24ccc5e8eeb1950</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] debug-mode server with dummy authentication</title>
<updated>2016-06-06T23:58:50+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-04-07T20:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=1fd07f013736599159c364b774ca5b3c6c6747c0'/>
<id>1fd07f013736599159c364b774ca5b3c6c6747c0</id>
<content type='text'>
to ease debugging of local servers w/o neededing the Token machinery in
place.

this needs still some extra changes to be fully functional:

- adapt the create-userdb script to work with no auth info.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to ease debugging of local servers w/o neededing the Token machinery in
place.

this needs still some extra changes to be fully functional:

- adapt the create-userdb script to work with no auth info.
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] update to new versioneer json format</title>
<updated>2016-05-18T16:04:59+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-05-18T16:04:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=21dbbc534be2c4668011cc9e631a7e4ba24061fa'/>
<id>21dbbc534be2c4668011cc9e631a7e4ba24061fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] pep8</title>
<updated>2016-05-16T19:49:18+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-05-16T19:49:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=ff5bd3f8e1cedd01119cd02b395c2bdbfa377c71'/>
<id>ff5bd3f8e1cedd01119cd02b395c2bdbfa377c71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] remove shared db locking from server</title>
<updated>2016-04-27T00:50:49+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-04-26T12:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=cf4453cb9325e7c6b3aec336fba1829c488a4442'/>
<id>cf4453cb9325e7c6b3aec336fba1829c488a4442</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
