<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/karsten/collector, branch task-19332-2</title>
<subtitle>Karsten's collector repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/collector.git/'/>
<entry>
<title>Tweak BridgeDB metrics file names.</title>
<updated>2019-11-01T16:57:22+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2019-11-01T16:40:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/collector.git/commit/?id=14cff6502252a0bf70453581d11b8d05a6445ab8'/>
<id>14cff6502252a0bf70453581d11b8d05a6445ab8</id>
<content type='text'>
We were using the same path for BridgeDB metrics in out/ and recent/,
and file names didn't contain the "-bridgedb-metrics" suffix that we
intended to add.

We're now using paths generated by BridgedbMetricsPersistence.

Also update create-tarballs.sh to create BridgeDB metrics tarballs.

Still part of #19332.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were using the same path for BridgeDB metrics in out/ and recent/,
and file names didn't contain the "-bridgedb-metrics" suffix that we
intended to add.

We're now using paths generated by BridgedbMetricsPersistence.

Also update create-tarballs.sh to create BridgeDB metrics tarballs.

Still part of #19332.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 1.12.0-dev.</title>
<updated>2019-10-18T09:11:38+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2019-10-18T09:11:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/collector.git/commit/?id=0e57dae0bfd6f3f7e0c5b5c78773818343ba9550'/>
<id>0e57dae0bfd6f3f7e0c5b5c78773818343ba9550</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare for 1.12.0 release.</title>
<updated>2019-10-18T09:05:42+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2019-10-18T09:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/collector.git/commit/?id=fcdaeb86814c33cfa9b119d5bc396dbf69dda8e6'/>
<id>fcdaeb86814c33cfa9b119d5bc396dbf69dda8e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to latest metrics-base.</title>
<updated>2019-10-18T08:59:03+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2019-10-18T08:59:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/collector.git/commit/?id=5c87bf6b63c054ddaeb0c627259a9d387903f5ac'/>
<id>5c87bf6b63c054ddaeb0c627259a9d387903f5ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new BridgedbMetrics module.</title>
<updated>2019-10-18T08:58:15+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2019-09-18T13:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/collector.git/commit/?id=f2abf679c890f3f050c839cf32910900ae73ee76'/>
<id>f2abf679c890f3f050c839cf32910900ae73ee76</id>
<content type='text'>
Implements part of #19332.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements part of #19332.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak URL-based unit tests.</title>
<updated>2019-09-27T10:23:19+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2019-09-27T10:23:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/collector.git/commit/?id=834ef7c5e76778e31f9ca8569e69423b32700acf'/>
<id>834ef7c5e76778e31f9ca8569e69423b32700acf</id>
<content type='text'>
Turns out that one of the tests that we disabled earlier was only
slow, because creating a URL instance to https://something.dummy.org/
triggered an actual DNS resolve. There's absolutely no need to do
this, so we can as well use localhost in all our test URLs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turns out that one of the tests that we disabled earlier was only
slow, because creating a URL instance to https://something.dummy.org/
triggered an actual DNS resolve. There's absolutely no need to do
this, so we can as well use localhost in all our test URLs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Create utility class for downloading from HTTP servers</title>
<updated>2019-09-27T08:41:05+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2019-09-26T09:48:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/collector.git/commit/?id=dc3a2e4aea03ca44be033dafc3dcc3d7e0d5c07f'/>
<id>dc3a2e4aea03ca44be033dafc3dcc3d7e0d5c07f</id>
<content type='text'>
Also skip two tests in ConfigurationTest that together take 53 seconds
which has the effect that we don't run tests very often.

Implements #31599.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also skip two tests in ConfigurationTest that together take 53 seconds
which has the effect that we don't run tests very often.

Implements #31599.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use metrics-base ant task to fetch metrics-lib.</title>
<updated>2019-09-27T08:05:35+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2019-09-27T08:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/collector.git/commit/?id=de03530b98bd66eee404e4483d930baf62a8f3e1'/>
<id>de03530b98bd66eee404e4483d930baf62a8f3e1</id>
<content type='text'>
Implements part of #31649.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements part of #31649.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 1.11.1-dev.</title>
<updated>2019-09-19T13:11:37+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2019-09-19T13:11:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/collector.git/commit/?id=18877fdb4d270a6ef02664eb07271c064fab785f'/>
<id>18877fdb4d270a6ef02664eb07271c064fab785f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare for 1.11.1 release.</title>
<updated>2019-09-19T13:00:00+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2019-09-19T13:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/collector.git/commit/?id=91e5a07df83f4432043afe13ad221d8d8992c176'/>
<id>91e5a07df83f4432043afe13ad221d8d8992c176</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
