<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/karsten/exonerator, branch task-31071</title>
<subtitle>Karsten's exonerator repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/exonerator.git/'/>
<entry>
<title>Print out a warning if we're missing data.</title>
<updated>2019-09-30T15:44:38+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2019-09-30T15:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/exonerator.git/commit/?id=b0165cb03138e933a337ddc8400c3a8bbe889b3d'/>
<id>b0165cb03138e933a337ddc8400c3a8bbe889b3d</id>
<content type='text'>
We're now counting the hours for which we have statuses and exit
lists. More precisely, we're truncating consensus valid-after times
and exit scan times to the hour and counting how many distinct hours
we saw during the requested time. If we're missing 18 or more hours of
statuses or exit lists we're printing out a note in the summary.

Fixes #31071.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We're now counting the hours for which we have statuses and exit
lists. More precisely, we're truncating consensus valid-after times
and exit scan times to the hour and counting how many distinct hours
we saw during the requested time. If we're missing 18 or more hours of
statuses or exit lists we're printing out a note in the summary.

Fixes #31071.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Jetty listen host configurable.</title>
<updated>2019-09-30T15:43:22+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2019-09-30T15:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/exonerator.git/commit/?id=c6f7b83915888c9b4b61a8aa6ae39ec1b2248b71'/>
<id>c6f7b83915888c9b4b61a8aa6ae39ec1b2248b71</id>
<content type='text'>
The default listen host is still 127.0.0.1, but now it's possible to
configure a different listen host, like 0.0.0.0, which can facilitate
local testing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The default listen host is still 127.0.0.1, but now it's possible to
configure a different listen host, like 0.0.0.0, which can facilitate
local testing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to latest metrics-base.</title>
<updated>2019-09-30T15:42:33+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2019-09-30T15:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/exonerator.git/commit/?id=45c5285a3514d7c5acc3fcf040eb18dcfd8b7e16'/>
<id>45c5285a3514d7c5acc3fcf040eb18dcfd8b7e16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use metrics-base ant task to fetch metrics-lib.</title>
<updated>2019-09-27T08:06:08+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2019-09-27T08:06:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/exonerator.git/commit/?id=bc0c4db8ad9048d8f826b781274055ab9d475e9a'/>
<id>bc0c4db8ad9048d8f826b781274055ab9d475e9a</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>Update PostgreSQL JDBC driver version to 42.2.5.</title>
<updated>2019-09-17T08:27:28+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2019-09-17T08:27:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/exonerator.git/commit/?id=6babf3f62e7b23beed348d27b25e897936f96b72'/>
<id>6babf3f62e7b23beed348d27b25e897936f96b72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds GitLab CI for tests and checks</title>
<updated>2019-09-05T12:59:05+00:00</updated>
<author>
<name>Iain R. Learmonth</name>
<email>irl@fsfe.org</email>
</author>
<published>2019-09-05T12:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/exonerator.git/commit/?id=64782695e66679f485eeaa6030a80ec01598c25c'/>
<id>64782695e66679f485eeaa6030a80ec01598c25c</id>
<content type='text'>
Configuration is held in the .gitlab-ci.yml file.

Fixes: #31401
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Configuration is held in the .gitlab-ci.yml file.

Fixes: #31401
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Cobertura from the build process.</title>
<updated>2019-08-14T09:44:59+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2019-08-14T09:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/exonerator.git/commit/?id=4654ff9518d13daa65bafe69db92890e8700b3e0'/>
<id>4654ff9518d13daa65bafe69db92890e8700b3e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Ivy for resolving external dependencies.</title>
<updated>2019-08-06T15:27:04+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2019-08-06T15:27:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/exonerator.git/commit/?id=2702e39e5e77a764528b7180f574ea0a78f0e0fe'/>
<id>2702e39e5e77a764528b7180f574ea0a78f0e0fe</id>
<content type='text'>
Includes a metrics-lib upgrade to 2.6.2 and an upgrade to the latest
metrics-base commit 256e619.

Implements part of #31326.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Includes a metrics-lib upgrade to 2.6.2 and an upgrade to the latest
metrics-base commit 256e619.

Implements part of #31326.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 4.1.0-dev.</title>
<updated>2019-05-15T06:53:03+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2019-05-15T06:53:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/exonerator.git/commit/?id=106e2aab79a9ff853045aabeb9a8d6cc822bd898'/>
<id>106e2aab79a9ff853045aabeb9a8d6cc822bd898</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 4.1.0 release.</title>
<updated>2019-05-13T15:15:15+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2019-05-13T15:15:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/karsten/exonerator.git/commit/?id=5c360208c4df2106cdcd48cf510a2503a562f01a'/>
<id>5c360208c4df2106cdcd48cf510a2503a562f01a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
