<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/src, branch 0.9.0</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<entry>
<title>[bug] pass on standalone flag to common</title>
<updated>2015-10-07T15:05:30+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-10-06T17:44:39+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=b8fdfc87c4a5cd0e05f35f660b61e77b1a9559a0'/>
<id>b8fdfc87c4a5cd0e05f35f660b61e77b1a9559a0</id>
<content type='text'>
- Related: #7512
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Related: #7512
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] store logs in the right place</title>
<updated>2015-10-06T18:54:59+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-10-06T15:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=a1d6d06ec05ad3e2fb8f8b43fb693d2e1b4c75be'/>
<id>a1d6d06ec05ad3e2fb8f8b43fb693d2e1b4c75be</id>
<content type='text'>
Load flags before creating logger so the logs path considers the
standalone flag.

Move the log file path definition to the function, otherwise it will
calculated during import and (most likely) before defining the
flags.STANDALONE value.

Create logger inside `run_frontend` right after knowing if we are
standalone or not.

- Resolves: #7512
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Load flags before creating logger so the logs path considers the
standalone flag.

Move the log file path definition to the function, otherwise it will
calculated during import and (most likely) before defining the
flags.STANDALONE value.

Create logger inside `run_frontend` right after knowing if we are
standalone or not.

- Resolves: #7512
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] store zmq certs in the right path</title>
<updated>2015-10-06T14:47:19+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-10-06T14:47:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=5518564ef8e054dbf15cd022ca01ccc656c89e5b'/>
<id>5518564ef8e054dbf15cd022ca01ccc656c89e5b</id>
<content type='text'>
Change KEYS_DIR for a function, so the path does not get defined on
import (and most likely) before the flags are defined.

Move the flags_dict call before the generate_zmq_certificates call.
Otherwise the standalone flag won't be set properly.

- Resolves: #7512
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change KEYS_DIR for a function, so the path does not get defined on
import (and most likely) before the flags are defined.

Move the flags_dict call before the generate_zmq_certificates call.
Otherwise the standalone flag won't be set properly.

- Resolves: #7512
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] move assign to prevent race condition</title>
<updated>2015-10-02T17:56:07+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-10-02T17:56:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=bc0fecfdf6c7bd681b44ba4e39a054e05f16463d'/>
<id>bc0fecfdf6c7bd681b44ba4e39a054e05f16463d</id>
<content type='text'>
When the error happens too quickly, the errback is called before the
assign of the callLater. And in the errback we cancel that call which
gives an error.

- Related: #7451
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the error happens too quickly, the errback is called before the
assign of the callLater. And in the errback we cancel that call which
gives an error.

- Related: #7451
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] signal soledad bootstrap fail on init</title>
<updated>2015-10-02T16:33:34+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-10-02T14:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=bb8646d9769cb3c1d2b84b43047e6feaf8e40966'/>
<id>bb8646d9769cb3c1d2b84b43047e6feaf8e40966</id>
<content type='text'>
- Resolves: #7503

Signed-off-by: Ivan Alejandro &lt;ivanalejandro0@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #7503

Signed-off-by: Ivan Alejandro &lt;ivanalejandro0@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] remove bubble argument from the logbook NullHandler</title>
<updated>2015-10-02T14:37:24+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2015-10-02T12:14:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=709812ce05b908616efb536820185e1a0eecc1b0'/>
<id>709812ce05b908616efb536820185e1a0eecc1b0</id>
<content type='text'>
NullHandler doesn't have anymore the argument bubble.
https://pythonhosted.org/Logbook/changelog.html#version-0-11-0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NullHandler doesn't have anymore the argument bubble.
https://pythonhosted.org/Logbook/changelog.html#version-0-11-0
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] disable email firewall on docker containers</title>
<updated>2015-09-23T18:58:21+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-09-23T18:32:22+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=c4d239f56947cf5ae4c4d260946bf5ff9fe040cf'/>
<id>c4d239f56947cf5ae4c4d260946bf5ff9fe040cf</id>
<content type='text'>
- Related: #7471
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Related: #7471
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] add compatibility mode for platform &lt; 0.8</title>
<updated>2015-09-21T20:59:42+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-09-21T19:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=f292d910ae8bf98448dd02cd26e9e4f2ed8f6339'/>
<id>f292d910ae8bf98448dd02cd26e9e4f2ed8f6339</id>
<content type='text'>
there was a bug in plaform that made webapp not serve correctly the smtp
certificates. with this fallback, we try to support platforms &lt; 0.8,
although we should deprecate this behavior in bitmask 0.10
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
there was a bug in plaform that made webapp not serve correctly the smtp
certificates. with this fallback, we try to support platforms &lt; 0.8,
although we should deprecate this behavior in bitmask 0.10
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] retrieve specific smtp certificate. Closes: #4284</title>
<updated>2015-09-21T20:59:36+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-09-02T20:04:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=ce63b5a0277b3ff062d04a17af9e9a927b7d9b87'/>
<id>ce63b5a0277b3ff062d04a17af9e9a927b7d9b87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix typo on backend name</title>
<updated>2015-09-21T19:48:13+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-09-21T19:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=262a9a750a573ae6003ebf19d5a1867bc19d28c0'/>
<id>262a9a750a573ae6003ebf19d5a1867bc19d28c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
