<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/common/src/leap, branch debian/platform-0.7</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>freeze debian version</title>
<updated>2015-06-01T19:53:29+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2015-06-01T19:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=393b795bfdcf85089cd00b3caf64d7f6381b4d7d'/>
<id>393b795bfdcf85089cd00b3caf64d7f6381b4d7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] adapt to new events api on common</title>
<updated>2015-05-27T15:02:39+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-05-06T20:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=7d4ab674a167d48686f61310ff4ff6a62a545e67'/>
<id>7d4ab674a167d48686f61310ff4ff6a62a545e67</id>
<content type='text'>
- Related: #6359
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Related: #6359
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] Retry to start couch and clean properly</title>
<updated>2015-05-26T18:28:28+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-05-26T18:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=fe19e46c8f11f5b27164112a61a7405aa0e0d455'/>
<id>fe19e46c8f11f5b27164112a61a7405aa0e0d455</id>
<content type='text'>
Now the CouchDB based tests will try 3 times before give up due to
timeout or some temporary error. The stop function will also execute
properly even if the process wasn't created, leaving no lost files or
folders behind.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now the CouchDB based tests will try 3 times before give up due to
timeout or some temporary error. The stop function will also execute
properly even if the process wasn't created, leaving no lost files or
folders behind.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] Avoid infinite loop starting couch for tests</title>
<updated>2015-05-26T18:28:06+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-05-22T22:03:05+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=97cd46960c7dacdda3739223fee129c672fef82e'/>
<id>97cd46960c7dacdda3739223fee129c672fef82e</id>
<content type='text'>
As described in #4691, sometimes couch just hangs and all testing
freezes. This is due to no output from couch (sometimes meaning that an
error on boot wasn't logged). This adds a timeout and checks for it
while booting for tests. Closes #4691
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As described in #4691, sometimes couch just hangs and all testing
freezes. This is due to no output from couch (sometimes meaning that an
error on boot wasn't logged). This adds a timeout and checks for it
while booting for tests. Closes #4691
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fixes changes made by PR #211 due to bug 6833</title>
<updated>2015-05-26T18:27:33+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-05-22T22:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=e4963b12cd700e67c74b9a519a1f659990f2a689'/>
<id>e4963b12cd700e67c74b9a519a1f659990f2a689</id>
<content type='text'>
CouchServerState does not use two extra parameters anymore. Tests are
now reflecting this change. Relate to #6833
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CouchServerState does not use two extra parameters anymore. Tests are
now reflecting this change. Relate to #6833
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] tests now accept any couchdb version</title>
<updated>2015-05-25T20:55:56+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2015-05-22T21:55:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=c32a444be61b18269dcdba556a641546df1d9f78'/>
<id>c32a444be61b18269dcdba556a641546df1d9f78</id>
<content type='text'>
The .ini used before was very old and did not contain all the config
values that couch needs. Using -n resets the configuration file chain,
making it use what is provided without including the system defaults
needed. To make it work with all versions the util will now copy
default.ini to temp dir and use it as additional config, overwriting
only what is needed with couchdb.ini.template provided.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The .ini used before was very old and did not contain all the config
values that couch needs. Using -n resets the configuration file chain,
making it use what is provided without including the system defaults
needed. To make it work with all versions the util will now copy
default.ini to temp dir and use it as additional config, overwriting
only what is needed with couchdb.ini.template provided.
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] remove unneded params to CouchServerState</title>
<updated>2015-04-09T15:20:19+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2015-04-09T15:20:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=5a9eac4ba0d4ddc419fdaaee4d08dbc7d8115294'/>
<id>5a9eac4ba0d4ddc419fdaaee4d08dbc7d8115294</id>
<content type='text'>
This commit removes some leftover code from a time when Soledad Server used to
check for permissions on certain databases when starting (i.e. shared and
tokens databases). This was later removed as correct permissions enforcement
was relayed to tapicero.

Closes: #6833.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit removes some leftover code from a time when Soledad Server used to
check for permissions on certain databases when starting (i.e. shared and
tokens databases). This was later removed as correct permissions enforcement
was relayed to tapicero.

Closes: #6833.
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] add explicit dependency on leap.common</title>
<updated>2015-03-19T14:58:12+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2015-03-19T13:57:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=74dec41c1d99ae8d4a4a79a7cb0d5c3c9f40cbae'/>
<id>74dec41c1d99ae8d4a4a79a7cb0d5c3c9f40cbae</id>
<content type='text'>
In the past, we wanted dependency on leap.common to be optional, but now
because of the explicit use of the config path prefix and signaling, we want
to enforce dependency on leap.common.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the past, we wanted dependency on leap.common to be optional, but now
because of the explicit use of the config path prefix and signaling, we want
to enforce dependency on leap.common.
</pre>
</div>
</content>
</entry>
<entry>
<title>Retry on SQLCipher timeout (#6625).</title>
<updated>2015-02-11T18:03:18+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2015-01-08T20:57:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=14f34b1f64a667bf4a146e8579f95c5d308a1f77'/>
<id>14f34b1f64a667bf4a146e8579f95c5d308a1f77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Twisted trial for running tests.</title>
<updated>2015-02-11T18:03:18+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2014-12-16T17:33:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=d0a0e92550bcc148fa236add5360ed581109ae6b'/>
<id>d0a0e92550bcc148fa236add5360ed581109ae6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
