<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/src/leap/soledad, branch 8938</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>[bug] allow POST to blobs resource</title>
<updated>2017-09-08T11:14:36+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-09-06T21:22:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=cadedf3c2f4766437ec0c1c1462d6b13e11a3ad7'/>
<id>cadedf3c2f4766437ec0c1c1462d6b13e11a3ad7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[doc] document environment variables</title>
<updated>2017-09-05T14:39:33+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-09-05T14:32:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=e158b913adf7ed72c61aad1e4370b7f3f2ad8349'/>
<id>e158b913adf7ed72c61aad1e4370b7f3f2ad8349</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] toggle http persistence depending on environment variable</title>
<updated>2017-09-05T14:17:51+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-09-04T23:30:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=e0a650d9ade2d028b9aaa4f0fb9fb07a371fbdfe'/>
<id>e0a650d9ade2d028b9aaa4f0fb9fb07a371fbdfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] use a persistent connetion pool in http agent</title>
<updated>2017-09-05T14:17:51+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-09-02T05:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=e8cc3ca3d4ea868a971ae2479333a4e1807cf8be'/>
<id>e8cc3ca3d4ea868a971ae2479333a4e1807cf8be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] use cookies in the client syncer</title>
<updated>2017-09-05T14:17:51+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-09-02T03:27:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=303a0cb452c4d252e0204449dd847dabc210e89b'/>
<id>303a0cb452c4d252e0204449dd847dabc210e89b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] cache session data in server</title>
<updated>2017-09-05T14:17:51+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-09-02T03:19:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=50140dd980e12523f11c659825d1b0ceef48e970'/>
<id>50140dd980e12523f11c659825d1b0ceef48e970</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] ensure the number of threads in blobs thread pool</title>
<updated>2017-09-05T14:17:46+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-09-01T12:50:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=4d9fbf01b7fc9c0da8c2e267945d10af3837f161'/>
<id>4d9fbf01b7fc9c0da8c2e267945d10af3837f161</id>
<content type='text'>
The number of threads in the blobs databae thread pool can't be smaller
than the number of attemps to write concurrently to the database,
otherwise different kinds of concurrency problems may arise. By setting
the minimum and maximum number of threads to the same number, we make
sure there will always be that number of available threads for
interaction with the blobs db.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The number of threads in the blobs databae thread pool can't be smaller
than the number of attemps to write concurrently to the database,
otherwise different kinds of concurrency problems may arise. By setting
the minimum and maximum number of threads to the same number, we make
sure there will always be that number of available threads for
interaction with the blobs db.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] use a different name for each user's blobs db</title>
<updated>2017-09-05T14:17:08+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-09-01T11:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=654ec33efae4050f513f6e9d3f1b33c3a39dbedf'/>
<id>654ec33efae4050f513f6e9d3f1b33c3a39dbedf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] follow new resource class style naming</title>
<updated>2017-09-05T14:08:48+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-09-05T14:08:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=7f11438288b9db7553d4f17f8e5b0a7ebde887c7'/>
<id>7f11438288b9db7553d4f17f8e5b0a7ebde887c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] add schema to incoming couchdb backend</title>
<updated>2017-09-05T14:08:48+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-08-31T02:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=115bfd7ca890e5d1a9bdd9df88efc376211cec10'/>
<id>115bfd7ca890e5d1a9bdd9df88efc376211cec10</id>
<content type='text'>
Schema was using a default value instead of using the one passed as a
parameter. Additional test for formatter is also included.

-- Related: #8867
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Schema was using a default value instead of using the one passed as a
parameter. Additional test for formatter is also included.

-- Related: #8867
</pre>
</div>
</content>
</entry>
</feed>
