<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/testing/tests/perf, branch 0.10.2</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>[test] rename benchmark tests directory and tag</title>
<updated>2016-12-12T11:15:21+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-11-18T00:35:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=378a07113a713a7c25f0fb8510d18ecdae2198bd'/>
<id>378a07113a713a7c25f0fb8510d18ecdae2198bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] move fixtures one level up</title>
<updated>2016-12-12T11:15:20+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-11-18T00:15:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=eadc36dbc23368f8d11a8cf7c9bd5571641d5b36'/>
<id>eadc36dbc23368f8d11a8cf7c9bd5571641d5b36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] use tags for selecting benchmark tests</title>
<updated>2016-12-12T11:13:09+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-11-18T00:14:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=5294f5b9ae01429e6d0ee75c8dc98441ba760845'/>
<id>5294f5b9ae01429e6d0ee75c8dc98441ba760845</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] fix pep8 and confs</title>
<updated>2016-12-12T11:13:09+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2016-11-17T04:33:04+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=529dbdf27804f12da80907d25c412d10e9fa3763'/>
<id>529dbdf27804f12da80907d25c412d10e9fa3763</id>
<content type='text'>
Fixes setup.cfg, adding current exclude rules, simplified tox.ini to use
setup.cfg and fixed all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes setup.cfg, adding current exclude rules, simplified tox.ini to use
setup.cfg and fixed all.
</pre>
</div>
</content>
</entry>
<entry>
<title>[tests] improve doc creation on benchmarks</title>
<updated>2016-12-12T11:12:00+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2016-10-29T00:37:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=349e42d73225282935b2d4677e778821db25634b'/>
<id>349e42d73225282935b2d4677e778821db25634b</id>
<content type='text'>
If we create all at once we cant test higher loads because it will try
to hold all in memory at the same time. Also, this code is smaller and
more readable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we create all at once we cant test higher loads because it will try
to hold all in memory at the same time. Also, this code is smaller and
more readable.
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] add SoledadCrypto interface</title>
<updated>2016-12-12T11:11:59+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-09-20T02:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=0098849ffd6d9d7514a2eff7b6ced9403a9062ca'/>
<id>0098849ffd6d9d7514a2eff7b6ced9403a9062ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] upload streaming</title>
<updated>2016-12-12T11:11:58+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2016-09-20T00:48:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=a8182bb4f954c02d53d699bfe2a645667d770269'/>
<id>a8182bb4f954c02d53d699bfe2a645667d770269</id>
<content type='text'>
1) enable HTTP 1.1 chunked upload on server
2) make the client sync.py generate a list of function calls instead of
a list of full docs
3) disable encryption pool
4) make the doc encryption a list of function calls
5) create a twisted protocol for sending
6) make a producer that calls the doc generation as necessary
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1) enable HTTP 1.1 chunked upload on server
2) make the client sync.py generate a list of function calls instead of
a list of full docs
3) disable encryption pool
4) make the doc encryption a list of function calls
5) create a twisted protocol for sending
6) make a producer that calls the doc generation as necessary
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] remove decpool</title>
<updated>2016-12-12T11:11:58+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2016-09-18T03:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=35563cb74fcfd7f6ae969ed3af3a74d3c18cbf5b'/>
<id>35563cb74fcfd7f6ae969ed3af3a74d3c18cbf5b</id>
<content type='text'>
It's not being used
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's not being used
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] disable decpool</title>
<updated>2016-12-12T11:11:58+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2016-09-16T07:37:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=1e3de25ce10156655bcb1bc879f5340baa889ead'/>
<id>1e3de25ce10156655bcb1bc879f5340baa889ead</id>
<content type='text'>
Temporary fix for server streaming
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Temporary fix for server streaming
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] separate server application into another file</title>
<updated>2016-11-22T19:59:04+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-11-21T18:49:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=a37333302801fcc4039897839f021ba127c9b846'/>
<id>a37333302801fcc4039897839f021ba127c9b846</id>
<content type='text'>
Conflicts:
	server/src/leap/soledad/server/__init__.py
	testing/tests/conftest.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	server/src/leap/soledad/server/__init__.py
	testing/tests/conftest.py
</pre>
</div>
</content>
</entry>
</feed>
