<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap-client.git/src/leap/base, branch providers-static</title>
<subtitle>[leap-client] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap-client.git/'/>
<entry>
<title>eipchecker.fetch definition and tests</title>
<updated>2012-08-27T20:30:38+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2012-08-27T20:30:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap-client.git/commit/?id=568d52ccf33e6d7683f36f5fe2e3c32b47892216'/>
<id>568d52ccf33e6d7683f36f5fe2e3c32b47892216</id>
<content type='text'>
deprecated base:test_config.test_complete_file (dup functionality)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
deprecated base:test_config.test_complete_file (dup functionality)
</pre>
</div>
</content>
</entry>
<entry>
<title>add test_dump_default_eipconfig to eip.test_checks</title>
<updated>2012-08-27T14:31:39+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2012-08-27T14:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap-client.git/commit/?id=4a46723219e5284bec21b9dccd6589a670babc63'/>
<id>4a46723219e5284bec21b9dccd6589a670babc63</id>
<content type='text'>
plus a little bit of cleaning around (created constants file).
added some notes about inminent deprecation *work in progress*
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
plus a little bit of cleaning around (created constants file).
added some notes about inminent deprecation *work in progress*
</pre>
</div>
</content>
</entry>
<entry>
<title>change default_provider_path to base.constants</title>
<updated>2012-08-26T20:49:41+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2012-08-26T20:45:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap-client.git/commit/?id=2bbe0e0a2d852a1a7261b2fa927eab6e8f41c8c3'/>
<id>2bbe0e0a2d852a1a7261b2fa927eab6e8f41c8c3</id>
<content type='text'>
fix tests by introducing a (dirtish) workaround for
check for openvpn keys during vpn connection initialization.
noted that eipconnection constructor should be better not
having that class of side-effects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix tests by introducing a (dirtish) workaround for
check for openvpn keys during vpn connection initialization.
noted that eipconnection constructor should be better not
having that class of side-effects.
</pre>
</div>
</content>
</entry>
<entry>
<title>add new TODO comment</title>
<updated>2012-08-26T20:25:07+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2012-08-26T20:25:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap-client.git/commit/?id=09a68fab7d39521ffb5017abaffdb4c946cd5034'/>
<id>09a68fab7d39521ffb5017abaffdb4c946cd5034</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make provider-fetch tests pass</title>
<updated>2012-08-26T20:13:29+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2012-08-26T20:13:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap-client.git/commit/?id=c2786de7d2d09d600fa516f93cc1a1f851f0d705'/>
<id>c2786de7d2d09d600fa516f93cc1a1f851f0d705</id>
<content type='text'>
test provider-definition dump functions.

refactored the set-temp-to-home methods to setUpClass
separate provider-fetch tests on different testcases (so they actually
call to requests).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test provider-definition dump functions.

refactored the set-temp-to-home methods to setUpClass
separate provider-fetch tests on different testcases (so they actually
call to requests).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'get-definition.json' into providers-static</title>
<updated>2012-08-23T16:01:06+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2012-08-23T16:01:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap-client.git/commit/?id=c2955d9655e3e7ccb3c5fc9e7d00a0d493d48a40'/>
<id>c2955d9655e3e7ccb3c5fc9e7d00a0d493d48a40</id>
<content type='text'>
adjusted some loose ends to make tests pass again.
this merge is still half-baked regarding functionality:
I've left in place old Configuration class used by
some tests antialias did on his branch. I plan to merge
that functionality with the more recent JSONConfig
and Spec classes.

Conflicts:
	src/leap/base/configuration.py
	src/leap/eip/config.py
	src/leap/eip/tests/test_config.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
adjusted some loose ends to make tests pass again.
this merge is still half-baked regarding functionality:
I've left in place old Configuration class used by
some tests antialias did on his branch. I plan to merge
that functionality with the more recent JSONConfig
and Spec classes.

Conflicts:
	src/leap/base/configuration.py
	src/leap/eip/config.py
	src/leap/eip/tests/test_config.py
</pre>
</div>
</content>
</entry>
<entry>
<title>fix circular import</title>
<updated>2012-08-23T15:01:26+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2012-08-23T15:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap-client.git/commit/?id=d4c0aadaad0d3802f82285d6c87b3278f003381f'/>
<id>d4c0aadaad0d3802f82285d6c87b3278f003381f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>moved help functions from eip/config.py to base/configuration.py.</title>
<updated>2012-08-23T14:50:36+00:00</updated>
<author>
<name>antialias</name>
<email>antialias@leap.se</email>
</author>
<published>2012-08-22T21:01:22+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap-client.git/commit/?id=97ea8ee2fa43d345cf3f1013c87569155680625b'/>
<id>97ea8ee2fa43d345cf3f1013c87569155680625b</id>
<content type='text'>
(cherry picked from get-definition.json branch)

solve merge conflict since antialias was working in
a version in which baseconfig was still at `configuration` file.

Conflicts:
	src/leap/base/configuration.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from get-definition.json branch)

solve merge conflict since antialias was working in
a version in which baseconfig was still at `configuration` file.

Conflicts:
	src/leap/base/configuration.py
</pre>
</div>
</content>
</entry>
<entry>
<title>basic provider-definition and provider spec classes</title>
<updated>2012-08-23T14:27:13+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2012-08-23T14:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap-client.git/commit/?id=48dc15ac80cbba0123c6b14ad3afc6eddabf410a'/>
<id>48dc15ac80cbba0123c6b14ad3afc6eddabf410a</id>
<content type='text'>
tests green for load/dump operations on config.
defaults on config spec for LeapServiceProvider should
be outputting a minimal working config for bootstrapping
the connection.

we should be using this config mechanism for other config
operations; but probably we should specify a local_editable flag
for those configs that are only changed by server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tests green for load/dump operations on config.
defaults on config spec for LeapServiceProvider should
be outputting a minimal working config for bootstrapping
the connection.

we should be using this config mechanism for other config
operations; but probably we should specify a local_editable flag
for those configs that are only changed by server.
</pre>
</div>
</content>
</entry>
<entry>
<title>base config and json-config</title>
<updated>2012-08-23T14:25:10+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2012-08-23T14:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap-client.git/commit/?id=ae64232f5edbb71cbe871a7ae9c76c1839654795'/>
<id>ae64232f5edbb71cbe871a7ae9c76c1839654795</id>
<content type='text'>
an initial attempt at stablishing base classes
for config. we go with a jsonconfig by now, and
will switch to a different storage backend in near
future.

things will surely be broken at this state;
i'm splitting work on different commits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
an initial attempt at stablishing base classes
for config. we go with a jsonconfig by now, and
will switch to a different storage backend in near
future.

things will surely be broken at this state;
i'm splitting work on different commits.
</pre>
</div>
</content>
</entry>
</feed>
