<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/common, 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>[style] pep8</title>
<updated>2016-07-13T17:36:14+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-07-13T17:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=7d264548d6df756f2a157fe59cf58b3240825418'/>
<id>7d264548d6df756f2a157fe59cf58b3240825418</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>[pkg] remove testing couchdb dep from common</title>
<updated>2016-07-12T01:09:30+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-07-07T09:53:45+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=41f65e3357011dbb7f510a6e87c6693bcc1d4edf'/>
<id>41f65e3357011dbb7f510a6e87c6693bcc1d4edf</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 oauth code</title>
<updated>2016-07-12T01:09:29+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-07-07T09:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=59afc1eaf4136849f70ebadd27f01e67f4b894d3'/>
<id>59afc1eaf4136849f70ebadd27f01e67f4b894d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] add u1db dependencies directly in leap.soledad.common</title>
<updated>2016-07-12T01:09:28+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-07-07T09:51:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=c169046ad5e7888211a5359a0d8289efd91c9f9c'/>
<id>c169046ad5e7888211a5359a0d8289efd91c9f9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] toxify tests</title>
<updated>2016-07-12T01:09:27+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-07-07T09:44:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=26f87181f8a8fc7fef58ddd1e52cb5f0edd641bb'/>
<id>26f87181f8a8fc7fef58ddd1e52cb5f0edd641bb</id>
<content type='text'>
- move tests to root directory
- split tests in different subdirectories
- setup a small package with common test dependencies in /testing/test_soledad
- add tox.ini that will:
  - install the test_soledad package and other test dependencies
  - install soledad common, client, server from the repository
  - run tests contianed in /testing/tests directory using pytest

This commit also removes all oauth code from tests, as we have removed the
u1db dependency (by importing it into the repo and naming it l2db) and don't
neet oauth at all right now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- move tests to root directory
- split tests in different subdirectories
- setup a small package with common test dependencies in /testing/test_soledad
- add tox.ini that will:
  - install the test_soledad package and other test dependencies
  - install soledad common, client, server from the repository
  - run tests contianed in /testing/tests directory using pytest

This commit also removes all oauth code from tests, as we have removed the
u1db dependency (by importing it into the repo and naming it l2db) and don't
neet oauth at all right now.
</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>[refactor] fork u1db</title>
<updated>2016-07-12T01:09:17+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-04-28T19:52:30+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=7abf86737562b5c79e902921df722f01e71178e6'/>
<id>7abf86737562b5c79e902921df722f01e71178e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
