<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/tests, branch 0.10.4</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>[bug] wait for checks before running servers</title>
<updated>2017-11-14T21:01:15+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-11-13T23:55:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=201ef7a9b979f8c8efaedbe542c631944d8956f4'/>
<id>201ef7a9b979f8c8efaedbe542c631944d8956f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] rename entrypoints to match design docs</title>
<updated>2017-11-14T21:01:15+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-11-13T23:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=129f14dd59abf24f6f0801ee256dc5909850bc20'/>
<id>129f14dd59abf24f6f0801ee256dc5909850bc20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] fixes from code review</title>
<updated>2017-11-13T21:17:16+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-11-13T21:15:12+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=6d26619473c01f3c855319a8d7f0cbf1e657ab30'/>
<id>6d26619473c01f3c855319a8d7f0cbf1e657ab30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] support unsynced local_only blobs</title>
<updated>2017-11-13T21:17:16+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-11-11T04:48:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=1d4f43570345fc644b42a96dfd70cd72435f55fd'/>
<id>1d4f43570345fc644b42a96dfd70cd72435f55fd</id>
<content type='text'>
Adds the ability to have document that wont be synced. This enables
applications to use soledad to store temporary blobs that should be
discarded later instead of unnecessarily keeping the sync loop busy.

-- Resolves: #8819
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds the ability to have document that wont be synced. This enables
applications to use soledad to store temporary blobs that should be
discarded later instead of unnecessarily keeping the sync loop busy.

-- Resolves: #8819
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] apply deletions from server</title>
<updated>2017-11-13T21:17:15+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-11-11T03:37:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=8f3fdc2f9c3d4360669c2c7fd89dbd95e0f8dd22'/>
<id>8f3fdc2f9c3d4360669c2c7fd89dbd95e0f8dd22</id>
<content type='text'>
Sync method to propagate deletions in batch locally.

-- Resolves: #8961
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sync method to propagate deletions in batch locally.

-- Resolves: #8961
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] list deleted files from server</title>
<updated>2017-11-13T21:17:15+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-11-09T07:10:05+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=914579325d242e2643a964bbf1b271435b5c66cc'/>
<id>914579325d242e2643a964bbf1b271435b5c66cc</id>
<content type='text'>
-- Related: #8961
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Related: #8961
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] mark deletion as pending_delete if offline</title>
<updated>2017-11-11T02:06:18+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-11-09T05:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=69090db9acfa7eb33cd431a45c6c28068a20ec66'/>
<id>69090db9acfa7eb33cd431a45c6c28068a20ec66</id>
<content type='text'>
This commit creates a PENDING_DELETE sync status which can be used to
keep track of whats deleted locally in order to propagate to server
later.

-- Related: #8961
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit creates a PENDING_DELETE sync status which can be used to
keep track of whats deleted locally in order to propagate to server
later.

-- Related: #8961
</pre>
</div>
</content>
</entry>
<entry>
<title>[tests] remove revision when copying couch dbs</title>
<updated>2017-11-09T19:53:20+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-11-09T19:53:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=102aea2f90786fbdb46d0d2e944d260fe40d8e5f'/>
<id>102aea2f90786fbdb46d0d2e944d260fe40d8e5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[benchmarks] add test controller for scalability tests</title>
<updated>2017-11-02T11:36:29+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-10-18T01:14:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=49e7efc43f015bf9cf2de4ae1b5c632d57d04970'/>
<id>49e7efc43f015bf9cf2de4ae1b5c632d57d04970</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] set errbacks before gathering results</title>
<updated>2017-10-31T18:53:02+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-10-27T21:58:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=17b4ab3d98439cf5e7e7893da1f1b9f6a08ab82c'/>
<id>17b4ab3d98439cf5e7e7893da1f1b9f6a08ab82c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
