<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nickserver.git/test/unit/adapters, branch master</title>
<subtitle>[nickserver] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/'/>
<entry>
<title>style: rubocop mostly auto-correct</title>
<updated>2017-09-23T14:53:27+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-09-23T09:07:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=40916407517f4bdb75a295caf29e02d4f403349b'/>
<id>40916407517f4bdb75a295caf29e02d4f403349b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: minor: add http adapter test</title>
<updated>2017-07-24T09:02:48+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-07-24T09:02:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=3250015cc6e6a14a550a83cd7d5fe6faefc5e185'/>
<id>3250015cc6e6a14a550a83cd7d5fe6faefc5e185</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup: old empty adapters and tests</title>
<updated>2016-12-02T10:31:20+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-12-02T10:31:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=396b34a52aa7594866fda090f1329827488e98bc'/>
<id>396b34a52aa7594866fda090f1329827488e98bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: separate remote tests into own directory</title>
<updated>2016-09-12T14:34:57+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-09-12T14:34:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=ec875169b0231d84bb8c55bbe91c52b896561f1e'/>
<id>ec875169b0231d84bb8c55bbe91c52b896561f1e</id>
<content type='text'>
Dropped the webmock dependency. We have our own http adapter. So we can
stub that to inject a mock. As an added bonus this does not mess with
other http requests.

Also wrote down testing strategy. Not completely implemented yet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dropped the webmock dependency. We have our own http adapter. So we can
stub that to inject a mock. As an added bonus this does not mess with
other http requests.

Also wrote down testing strategy. Not completely implemented yet.
</pre>
</div>
</content>
</entry>
<entry>
<title>wip: key lookup by address via leaps nicknym</title>
<updated>2016-08-31T10:14:52+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-08-30T10:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=625416ac16a1216240fc4c48aa19802ef8a967a1'/>
<id>625416ac16a1216240fc4c48aa19802ef8a967a1</id>
<content type='text'>
I added a RequestHandler that uses Nicknym::Source - but that has not
been implemented yet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I added a RequestHandler that uses Nicknym::Source - but that has not
been implemented yet.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: replace blocks/yields with returns</title>
<updated>2016-07-02T10:03:46+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-07-02T10:03:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=fb2d7e6f8f1fceefbc8964d34369a867eb8f25bb'/>
<id>fb2d7e6f8f1fceefbc8964d34369a867eb8f25bb</id>
<content type='text'>
This became possible because we now use celluloid.
Celluloid handles asynchronity without the need for callbacks
or blocks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This became possible because we now use celluloid.
Celluloid handles asynchronity without the need for callbacks
or blocks.
</pre>
</div>
</content>
</entry>
<entry>
<title>minor: silence warnings and cleanup</title>
<updated>2016-07-02T08:49:48+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-07-02T08:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=8a664a39bc3dd77a9c53fa5931f81c2b2b8b7295'/>
<id>8a664a39bc3dd77a9c53fa5931f81c2b2b8b7295</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use proper ssl connection with ca_file - green!</title>
<updated>2016-06-30T15:10:26+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-06-30T15:10:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=39697391452a1306e4aef3a5126bd2b9639b5936'/>
<id>39697391452a1306e4aef3a5126bd2b9639b5936</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>actually use celluloid io for http requests</title>
<updated>2016-06-30T11:47:40+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-06-30T11:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=fe9a23419f9a875a98fc05dc22e2ad6c5f6dbe3b'/>
<id>fe9a23419f9a875a98fc05dc22e2ad6c5f6dbe3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trying to replace EM base server with reel</title>
<updated>2016-06-30T10:04:07+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-06-30T09:23:45+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/nickserver.git/commit/?id=0491e79c4e5f16d38cf87e53290394e1eccfa2e9'/>
<id>0491e79c4e5f16d38cf87e53290394e1eccfa2e9</id>
<content type='text'>
some tests are still broken. But at least they are running now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
some tests are still broken. But at least they are running now.
</pre>
</div>
</content>
</entry>
</feed>
