<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/iwakeh/metrics-lib, branch task-25523</title>
<subtitle>iwakeh's personal metrics-lib repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/iwakeh/metrics-lib.git/'/>
<entry>
<title>Make proper filename available to WebServerAccessLog.</title>
<updated>2018-03-27T07:25:41+00:00</updated>
<author>
<name>iwakeh</name>
<email>iwakeh@torproject.org</email>
</author>
<published>2018-03-27T07:25:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/iwakeh/metrics-lib.git/commit/?id=98565d25fe1549a6b3c282311e96df7a96a51316'/>
<id>98565d25fe1549a6b3c282311e96df7a96a51316</id>
<content type='text'>
Also provide the origin of the descriptor with getDescriptorFile.
Include a test for this functionality in log descriptors.
Provide proper file name to log descriptor classes, because this
filename contains log metadata for storing log files properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also provide the origin of the descriptor with getDescriptorFile.
Include a test for this functionality in log descriptors.
Provide proper file name to log descriptor classes, because this
filename contains log metadata for storing log files properly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the descriptor file name for determining descriptor type.</title>
<updated>2018-03-27T07:25:37+00:00</updated>
<author>
<name>iwakeh</name>
<email>iwakeh@torproject.org</email>
</author>
<published>2018-03-27T07:25:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/iwakeh/metrics-lib.git/commit/?id=43b2a6f995950cf6e67ea29186fbe8421fc613a0'/>
<id>43b2a6f995950cf6e67ea29186fbe8421fc613a0</id>
<content type='text'>
Initial solution suggested by Karsten.
In addition, add a test that would fail without this patch
and adapt old test to expect the correct behavior.

Solves task-25332.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initial solution suggested by Karsten.
In addition, add a test that would fail without this patch
and adapt old test to expect the correct behavior.

Solves task-25332.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify parameter description in DescriptorParser's javadoc.</title>
<updated>2018-03-27T07:25:36+00:00</updated>
<author>
<name>iwakeh</name>
<email>iwakeh@torproject.org</email>
</author>
<published>2018-03-27T07:25:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/iwakeh/metrics-lib.git/commit/?id=317ac8e2622df11b94f5fe22d1ce20e2e043d0fe'/>
<id>317ac8e2622df11b94f5fe22d1ce20e2e043d0fe</id>
<content type='text'>
Also rename parameter for clarity and apply the name change to the implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also rename parameter for clarity and apply the name change to the implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add change log entry for #24290.</title>
<updated>2018-03-27T07:25:35+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2018-03-27T07:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/iwakeh/metrics-lib.git/commit/?id=f826234e8064014487d871838e8074e83a142e42'/>
<id>f826234e8064014487d871838e8074e83a142e42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use timeout of one minute for fetching index.</title>
<updated>2018-03-19T10:58:40+00:00</updated>
<author>
<name>iwakeh</name>
<email>iwakeh@torproject.org</email>
</author>
<published>2018-03-19T10:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/iwakeh/metrics-lib.git/commit/?id=56c906f4a0d8ddbc3dd5cab08e3ea548384bbd10'/>
<id>56c906f4a0d8ddbc3dd5cab08e3ea548384bbd10</id>
<content type='text'>
This is set for connect as well as read and can be overridden by
system properties sun.net.client.default&lt;Connect|Read&gt;Timeout.

Implements task-24290.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is set for connect as well as read and can be overridden by
system properties sun.net.client.default&lt;Connect|Read&gt;Timeout.

Implements task-24290.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add change log entry for #25526.</title>
<updated>2018-03-19T10:58:37+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2018-03-19T10:58:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/iwakeh/metrics-lib.git/commit/?id=2e235ef8f38aac679817fa8e8b9171aadb3d5b9d'/>
<id>2e235ef8f38aac679817fa8e8b9171aadb3d5b9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Override logLines method from LogDescriptor.</title>
<updated>2018-02-26T15:24:26+00:00</updated>
<author>
<name>iwakeh</name>
<email>iwakeh@torproject.org</email>
</author>
<published>2018-02-26T15:24:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/iwakeh/metrics-lib.git/commit/?id=c54b264ad865d522bceb135d0fd0ab6b116e5f81'/>
<id>c54b264ad865d522bceb135d0fd0ab6b116e5f81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 2.2.0-dev.</title>
<updated>2018-02-26T15:24:25+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2018-02-26T15:24:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/iwakeh/metrics-lib.git/commit/?id=7648780844f809f3068d3e625973fe43c78ccbb3'/>
<id>7648780844f809f3068d3e625973fe43c78ccbb3</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 2.2.0 release, again.</title>
<updated>2018-02-26T14:04:21+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2018-02-26T13:12:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/iwakeh/metrics-lib.git/commit/?id=72f62fbe48d7cbb2de6d7fd5fd38b867fb0b185e'/>
<id>72f62fbe48d7cbb2de6d7fd5fd38b867fb0b185e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Accomodate logs with more than Integer.MAX_VALUE lines.</title>
<updated>2018-02-26T13:08:05+00:00</updated>
<author>
<name>iwakeh</name>
<email>iwakeh@torproject.org</email>
</author>
<published>2018-02-16T09:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/iwakeh/metrics-lib.git/commit/?id=35feb816f81f26bcc9dc035a1aaf496c34a86647'/>
<id>35feb816f81f26bcc9dc035a1aaf496c34a86647</id>
<content type='text'>
Implements task-23046.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements task-23046.
</pre>
</div>
</content>
</entry>
</feed>
