[tor-commits] [metrics-web/release] Update module name for tordir.sql.

2019-11-09 Thread karsten
commit bfcbed7d19594f523623ee4d708f453f3bb511b1 Author: Karsten Loesing Date: Thu Nov 22 15:59:30 2018 +0100 Update module name for tordir.sql. Part of #28116. --- src/main/sql/{legacy => bwhist}/tordir.sql | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/

[tor-commits] [metrics-web/release] Schedule changes related to #28353.

2019-11-09 Thread karsten
commit ab9acb2f7b92fa70b33c0f9c6980a604a84e346d Author: Karsten Loesing Date: Wed Dec 5 21:19:10 2018 +0100 Schedule changes related to #28353. In roughly two weeks from now we're going to update one bandwidth graph and remove two obsolete ones. Similar to commit

[tor-commits] [metrics-web/release] Break down totalcw numbers by Guard/(Bad)Exit flags.

2019-11-09 Thread karsten
commit 7b39042ecfae011d5891af963ae94bd35141fbc0 Author: Karsten Loesing Date: Thu Nov 29 10:09:28 2018 +0100 Break down totalcw numbers by Guard/(Bad)Exit flags. Requires updating the vote table and the totalcw view in the database. Implements #28328. --- src/main/R

[tor-commits] [metrics-web/release] Also update module name for init-ipv6servers.sql.

2019-11-09 Thread karsten
commit 1ce7b61353ff43e79e12e831bc1c5c3267f0c1b5 Author: Karsten Loesing Date: Thu Nov 22 16:03:36 2018 +0100 Also update module name for init-ipv6servers.sql. Part of #28116. --- src/main/sql/{ipv6servers => servers}/init-ipv6servers.sql | 0 1 file changed, 0 insertions(+)

[tor-commits] [metrics-web/release] Use readr to speed up drawing graphs.

2019-11-09 Thread karsten
commit 2c44721c9ab903183558b92d7a4e17674fcb79be Author: Karsten Loesing Date: Mon Dec 17 21:03:16 2018 +0100 Use readr to speed up drawing graphs. Over two years ago, in commit 1f90b72 from October 2016, we made our user graphs faster by avoiding to read the large .csv file

[tor-commits] [metrics-web/release] Update Reproducible Metrics document.

2019-11-09 Thread karsten
commit d4b17e906f55b553ac16bcf902967157e07a234d Author: Karsten Loesing Date: Fri Nov 30 16:54:17 2018 +0100 Update Reproducible Metrics document. Reflects code changes made in #28116 and #28305. --- .../resources/web/jsps/reproducible-metrics.jsp| 51

[tor-commits] [metrics-web/release] Schedule changes related to #28603.

2019-11-09 Thread karsten
commit b14dbc36ef2df218fc1f91b9e58c458347088935 Author: Karsten Loesing Date: Wed Dec 5 11:53:45 2018 +0100 Schedule changes related to #28603. In roughly two weeks from now we're going to remove source parameters and output rows with aggregates over all sources from all

[tor-commits] [metrics-web/release] Temporarily add "We Are Hiring!" link to navbar.

2019-11-09 Thread karsten
commit f7f2f7f8ffcc02fccf8ceae66f1677e99b2746af Author: Karsten Loesing Date: Mon Nov 5 21:32:01 2018 +0100 Temporarily add "We Are Hiring!" link to navbar. --- src/main/resources/web/jsps/top.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/web/jsps/

[tor-commits] [metrics-web/release] Add consensuses to totalcw graph.

2019-11-09 Thread karsten
commit c0ba389d25a19f5d194e07541e53f6005991fb47 Author: Karsten Loesing Date: Thu Nov 29 11:38:16 2018 +0100 Add consensuses to totalcw graph. Implements #28352. --- src/main/R/rserver/graphs.R| 5 +- .../torproject/metrics/stats/totalcw/Database.java

[tor-commits] [metrics-web/release] Fix ipv6servers unit tests.

2019-11-09 Thread karsten
commit 88535e1f37ef47c2db61b2e6e0f0b0ab633d0a99 Author: Karsten Loesing Date: Wed Nov 14 17:05:18 2018 +0100 Fix ipv6servers unit tests. --- .../metrics/stats/ipv6servers/Ipv6NetworkStatusTest.java | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src

[tor-commits] [metrics-web/release] Resolve a few checkstyle issues.

2019-11-09 Thread karsten
commit a0e9033ed36024d90b0971afa2e5e197939c7876 Author: Karsten Loesing Date: Thu Oct 25 11:30:38 2018 +0200 Resolve a few checkstyle issues. --- src/main/java/org/torproject/metrics/stats/totalcw/Parser.java | 3 ++- .../metrics/stats/totalcw

[tor-commits] [metrics-web/release] Stop generating servers.csv in legacy module.

2019-11-09 Thread karsten
commit 6765b8ec054bfac54bff188087031e4cf6a46d64 Author: Karsten Loesing Date: Mon Nov 12 10:28:06 2018 +0100 Stop generating servers.csv in legacy module. Also stop importing bridge network size statistics into the database. Required changes to existing legacy.config

[tor-commits] [metrics-web/release] Compute percentiles in advbwdist module using linear interpolation.

2019-11-09 Thread karsten
commit dda2b51eaa6efdd871d5190f4b86fad008beee42 Author: Karsten Loesing Date: Sat May 19 21:08:42 2018 +0200 Compute percentiles in advbwdist module using linear interpolation. So far we computed percentiles in the advbwdist module using our own formula that picked existing

[tor-commits] [metrics-web/release] Use ipv6servers' CSV files instead of servers.csv.

2019-11-09 Thread karsten
commit 28d42211d333d954a846f0885ebe1e4933bef366 Author: Karsten Loesing Date: Sun Nov 11 10:15:57 2018 +0100 Use ipv6servers' CSV files instead of servers.csv. --- build.xml | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/build.xml b/build.xml index b498ea8

[tor-commits] [metrics-web/release] Add 0.3.5 to known versions.

2019-11-09 Thread karsten
commit b1758e3d6fa4bb6ea5ec5a5f2da81b289ed7ef42 Author: Karsten Loesing Date: Sun Oct 21 11:39:52 2018 +0200 Add 0.3.5 to known versions. Fixes #28126. --- src/main/R/rserver/graphs.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/R/rserver

[tor-commits] [metrics-web/release] Extend Tor Browser graphs to include update pings.

2019-11-09 Thread karsten
commit af06d70a389b4f5748dbdeb87c75855fbabbc220 Author: Karsten Loesing Date: Thu Oct 11 12:26:47 2018 +0200 Extend Tor Browser graphs to include update pings. Implements the second half of #27931 by making the actual code changes. --- src/main/R/rserver/graphs.R

[tor-commits] [metrics-web/release] Include client numbers with fractions up to 110%.

2019-11-09 Thread karsten
commit 3b5a2fb6c87a98508ab1633792f5c5176f6ffc31 Author: Karsten Loesing Date: Fri Nov 30 10:22:35 2018 +0100 Include client numbers with fractions up to 110%. Turns out that almost all relays report directory-request statistics these days, including a small number of relays

[tor-commits] [metrics-web/release] Handle days without any successful measurements, second attempt.

2019-11-09 Thread karsten
commit e7c0c84754a070c09ebef09b4b748dab899f8250 Author: Karsten Loesing Date: Sat Oct 27 10:01:48 2018 +0200 Handle days without any successful measurements, second attempt. The earlier fix in 0408b73 was correct and necessary, but not sufficient. We'll also have

[tor-commits] [metrics-web/release] Compute percentiles in clients module using linear interpolation.

2019-11-09 Thread karsten
commit 95d091a87c3ebff8a35a57967b4e144898e2e1a5 Author: Karsten Loesing Date: Sat May 19 21:02:28 2018 +0200 Compute percentiles in clients module using linear interpolation. So far we computed percentiles in the censorship detector of the clients module using our own formula

[tor-commits] [metrics-web/release] Move "We're hiring" link from navbar to start page.

2019-11-09 Thread karsten
commit debe0cfb3ee8fe6fdb8c234479adc729fe42dcb3 Author: Karsten Loesing Date: Wed Nov 7 23:45:00 2018 +0100 Move "We're hiring" link from navbar to start page. Suggested by antonela on #28349. --- src/main/resources/web/jsps/index.jsp | 5 + src/main/resource

[tor-commits] [metrics-web/release] Compute percentiles in connbidirect module using linear interpolation.

2019-11-09 Thread karsten
commit cda16c857e942a822df6b28f23518fc087bbc0f4 Author: Karsten Loesing Date: Sat May 19 21:11:49 2018 +0200 Compute percentiles in connbidirect module using linear interpolation. So far we computed percentiles in the connbidirect module using our own formula that picked

[tor-commits] [metrics-web/release] Update ExoneraTor URL on home page

2019-11-09 Thread karsten
commit 2cf14cb0f2bdc1383503b1ec5d90a518333d9e54 Author: Iain R. Learmonth Date: Mon Oct 15 17:52:00 2018 +0100 Update ExoneraTor URL on home page Fixes: #28049 --- src/main/resources/web/jsps/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [metrics-web/master] Prepare for 1.3.0 release.

2019-11-09 Thread karsten
commit d4581513c4ca31a007df243c10e697600d2b99e6 Author: Karsten Loesing Date: Sat Nov 9 21:43:49 2019 +0100 Prepare for 1.3.0 release. --- CHANGELOG.md | 2 +- build.xml| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8a4ed0

[tor-commits] [metrics-web/release] Update to latest metrics-lib.

2019-11-09 Thread karsten
commit 50a4315b5fef9bc79aee881b1709171d27a0f04f Author: Karsten Loesing Date: Mon Oct 8 16:26:37 2018 +0200 Update to latest metrics-lib. --- src/submods/metrics-lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/submods/metrics-lib b/src/submods/metrics-lib index

[tor-commits] [metrics-web/master] Update to metrics-lib 2.9.1 and ExoneraTor 4.2.0.

2019-11-09 Thread karsten
commit 9d34311e53389493e68d5b885da9928454807044 Author: Karsten Loesing Date: Sat Nov 9 20:38:51 2019 +0100 Update to metrics-lib 2.9.1 and ExoneraTor 4.2.0. --- CHANGELOG.md| 1 + build.xml | 4 ++-- src/submods/metrics-lib | 2 +- 3 files changed, 4 insertions

[tor-commits] [metrics-web/release] Add graph with total cw across bwauths.

2019-11-09 Thread karsten
commit 285be4447deb0bd35e28dd9aab74567c1c6541b8 Author: Karsten Loesing Date: Wed Oct 10 15:48:12 2018 +0200 Add graph with total cw across bwauths. Implements #25459. --- CHANGELOG.md | 7 + build.xml

[tor-commits] [metrics-web/release] Stop setting a session cookie.

2019-11-09 Thread karsten
commit 45100a4d1ace2b36468f55d4e0e69d26e9235ccf Author: Karsten Loesing Date: Mon Oct 8 16:35:34 2018 +0200 Stop setting a session cookie. Fixes #27926. --- src/main/resources/jetty.xml | 5 + 1 file changed, 5 insertions(+) diff --git a/src/main/resources/jetty.xml b/src

[tor-commits] [metrics-web/release] Bump version to 1.2.0-dev.

2019-11-09 Thread karsten
commit 0f30892d8e07f3fe4796b7fdc532664ed6fad403 Author: Karsten Loesing Date: Wed Sep 26 17:21:00 2018 +0200 Bump version to 1.2.0-dev. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 759901e..e5a9794 100644 --- a/build.xml

[tor-commits] [metrics-web/release] Extend Tor Browser graphs to include update pings.

2019-11-09 Thread karsten
commit 49d1198d553c627321cfaee41b142dc7f271dc01 Author: Karsten Loesing Date: Thu Oct 11 12:24:52 2018 +0200 Extend Tor Browser graphs to include update pings. Implements the first half of #27931 by announcing changes to CSV file formats. --- src/main/resources/web/jsps

[tor-commits] [metrics-web/release] Handle days without any successful measurements.

2019-11-09 Thread karsten
commit 0408b73e647a0207f6b6db486d46f1c9993323b6 Author: Karsten Loesing Date: Mon Oct 22 09:42:41 2018 +0200 Handle days without any successful measurements. In the past, there have been days without a single OnionPerf successful measurement to onion services. Despite the fact

[tor-commits] [exonerator/release] Prepare for 4.2.0 release.

2019-11-09 Thread karsten
commit 5bf62c28764083e5fa3b7a3d4368e93c99ea0c51 Author: Karsten Loesing Date: Sat Nov 9 21:28:37 2019 +0100 Prepare for 4.2.0 release. --- CHANGELOG.md | 3 ++- build.xml| 4 ++-- src/build| 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b

[tor-commits] [exonerator/release] Use metrics-base ant task to fetch metrics-lib.

2019-11-09 Thread karsten
commit bc0c4db8ad9048d8f826b781274055ab9d475e9a Author: Karsten Loesing Date: Fri Sep 27 10:06:08 2019 +0200 Use metrics-base ant task to fetch metrics-lib. Implements part of #31649. --- .gitlab-ci.yml | 7 +-- src/build | 2 +- 2 files changed, 2 insertions(+), 7

[tor-commits] [exonerator/release] Adds GitLab CI for tests and checks

2019-11-09 Thread karsten
commit 64782695e66679f485eeaa6030a80ec01598c25c Author: Iain R. Learmonth Date: Thu Sep 5 13:59:05 2019 +0100 Adds GitLab CI for tests and checks Configuration is held in the .gitlab-ci.yml file. Fixes: #31401 --- .gitlab-ci.yml | 25 + 1 file

[tor-commits] [exonerator/release] Bump version to 4.1.0-dev.

2019-11-09 Thread karsten
commit 106e2aab79a9ff853045aabeb9a8d6cc822bd898 Author: Karsten Loesing Date: Wed May 15 08:53:03 2019 +0200 Bump version to 4.1.0-dev. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index bbb7488..d60919a 100644 --- a/build.xml

[tor-commits] [metrics-web/release] Remove outdated project koninoo from Development page.

2019-11-09 Thread karsten
commit 0e1dbc6304d2901d222da208880f81c5176d Author: Karsten Loesing Date: Mon Oct 8 16:13:41 2018 +0200 Remove outdated project koninoo from Development page. Fixes #27945. --- src/main/resources/web/jsps/development.jsp | 1 - 1 file changed, 1 deletion(-) diff --git a/src

[tor-commits] [exonerator/release] Update to latest metrics-base.

2019-11-09 Thread karsten
commit 45c5285a3514d7c5acc3fcf040eb18dcfd8b7e16 Author: Karsten Loesing Date: Mon Sep 30 17:42:33 2019 +0200 Update to latest metrics-base. --- src/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build b/src/build index 07c2a00..62a964a 16 --- a/src/build

[tor-commits] [exonerator/release] Remove Cobertura from the build process.

2019-11-09 Thread karsten
commit 4654ff9518d13daa65bafe69db92890e8700b3e0 Author: Karsten Loesing Date: Wed Aug 14 11:44:40 2019 +0200 Remove Cobertura from the build process. --- CHANGELOG.md | 1 + src/build| 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md

[tor-commits] [exonerator/release] Make Jetty listen host configurable.

2019-11-09 Thread karsten
commit c6f7b83915888c9b4b61a8aa6ae39ec1b2248b71 Author: Karsten Loesing Date: Mon Sep 30 17:43:22 2019 +0200 Make Jetty listen host configurable. 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

[tor-commits] [exonerator/release] Update PostgreSQL JDBC driver version to 42.2.5.

2019-11-09 Thread karsten
commit 6babf3f62e7b23beed348d27b25e897936f96b72 Author: Karsten Loesing Date: Tue Sep 17 10:27:28 2019 +0200 Update PostgreSQL JDBC driver version to 42.2.5. --- CHANGELOG.md | 1 + build.xml| 2 +- src/build| 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git

[tor-commits] [exonerator/release] Revert "Print out a warning if we're missing data."

2019-11-09 Thread karsten
commit a1fc853ce9889e404934b1cc942cc793240bec14 Author: Karsten Loesing Date: Sat Nov 9 21:25:27 2019 +0100 Revert "Print out a warning if we're missing data." This reverts commit b0165cb03138e933a337ddc8400c3a8bbe889b3d. Turns out that worst case query time go

[tor-commits] [exonerator/release] Print out a warning if we're missing data.

2019-11-09 Thread karsten
commit b0165cb03138e933a337ddc8400c3a8bbe889b3d Author: Karsten Loesing Date: Mon Sep 30 17:44:38 2019 +0200 Print out a warning if we're missing data. We're now counting the hours for which we have statuses and exit lists. More precisely, we're truncating consensus valid

[tor-commits] [exonerator/master] Prepare for 4.2.0 release.

2019-11-09 Thread karsten
commit 5bf62c28764083e5fa3b7a3d4368e93c99ea0c51 Author: Karsten Loesing Date: Sat Nov 9 21:28:37 2019 +0100 Prepare for 4.2.0 release. --- CHANGELOG.md | 3 ++- build.xml| 4 ++-- src/build| 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b

[tor-commits] [exonerator/release] Use Ivy for resolving external dependencies.

2019-11-09 Thread karsten
commit 2702e39e5e77a764528b7180f574ea0a78f0e0fe Author: Karsten Loesing Date: Tue Aug 6 17:27:04 2019 +0200 Use Ivy for resolving external dependencies. Includes a metrics-lib upgrade to 2.6.2 and an upgrade to the latest metrics-base commit 256e619. Implements part

[tor-commits] [exonerator/master] Revert "Print out a warning if we're missing data."

2019-11-09 Thread karsten
commit a1fc853ce9889e404934b1cc942cc793240bec14 Author: Karsten Loesing Date: Sat Nov 9 21:25:27 2019 +0100 Revert "Print out a warning if we're missing data." This reverts commit b0165cb03138e933a337ddc8400c3a8bbe889b3d. Turns out that worst case query time go

[tor-commits] [onionoo/release] Prepare for 7.0-1.21.1 release.

2019-11-09 Thread karsten
commit 98eb9d738c76f40ca47807b3254fdbc231b98074 Author: Karsten Loesing Date: Sat Nov 9 12:52:30 2019 +0100 Prepare for 7.0-1.21.1 release. --- CHANGELOG.md | 2 +- build.xml| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index

[tor-commits] [onionoo/release] Update to latest metrics-lib.

2019-11-09 Thread karsten
commit a664d476dcc9e4464f35a1f80004b90b7165eb83 Author: Karsten Loesing Date: Sat Nov 9 12:50:57 2019 +0100 Update to latest metrics-lib. --- CHANGELOG.md | 1 + build.xml| 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea7d2fb

[tor-commits] [onionoo/release] Always set `Access-Control-Allow-Origin *` header.

2019-11-09 Thread karsten
commit 149244abc82a21739f7a613af0fcab21494a8569 Author: Karsten Loesing Date: Sat Nov 9 12:47:25 2019 +0100 Always set `Access-Control-Allow-Origin *` header. Fixes #22062. --- CHANGELOG.md | 4 .../java/org/torproject

[tor-commits] [onionoo/release] Bump version to 7.0-1.21.0-dev.

2019-11-09 Thread karsten
commit 06ab8b46f03b612f551025fcb5abaff690ee70c6 Author: Karsten Loesing Date: Fri Oct 18 09:08:28 2019 +0200 Bump version to 7.0-1.21.0-dev. --- CHANGELOG.md | 3 +++ build.xml| 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index

[tor-commits] [onionoo/release] Update to latest metrics-base.

2019-11-09 Thread karsten
commit 745385a06604be31f47c894285290b095a2ab5c7 Author: Karsten Loesing Date: Sat Nov 9 12:48:31 2019 +0100 Update to latest metrics-base. --- src/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build b/src/build index d82fff9..eb16cb3 16 --- a/src/build

[tor-commits] [onionoo/master] Update to latest metrics-base.

2019-11-09 Thread karsten
commit 745385a06604be31f47c894285290b095a2ab5c7 Author: Karsten Loesing Date: Sat Nov 9 12:48:31 2019 +0100 Update to latest metrics-base. --- src/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build b/src/build index d82fff9..eb16cb3 16 --- a/src/build

[tor-commits] [onionoo/master] Always set `Access-Control-Allow-Origin *` header.

2019-11-09 Thread karsten
commit 149244abc82a21739f7a613af0fcab21494a8569 Author: Karsten Loesing Date: Sat Nov 9 12:47:25 2019 +0100 Always set `Access-Control-Allow-Origin *` header. Fixes #22062. --- CHANGELOG.md | 4 .../java/org/torproject

[tor-commits] [onionoo/master] Update to latest metrics-lib.

2019-11-09 Thread karsten
commit a664d476dcc9e4464f35a1f80004b90b7165eb83 Author: Karsten Loesing Date: Sat Nov 9 12:50:57 2019 +0100 Update to latest metrics-lib. --- CHANGELOG.md | 1 + build.xml| 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea7d2fb

[tor-commits] [onionoo/master] Prepare for 7.0-1.21.1 release.

2019-11-09 Thread karsten
commit 98eb9d738c76f40ca47807b3254fdbc231b98074 Author: Karsten Loesing Date: Sat Nov 9 12:52:30 2019 +0100 Prepare for 7.0-1.21.1 release. --- CHANGELOG.md | 2 +- build.xml| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index

[tor-commits] [metrics-lib/master] Bump version to 2.9.1-dev.

2019-11-09 Thread karsten
commit 87d998c542688c7e465486de24ef07c1cbece0b0 Author: Karsten Loesing Date: Sat Nov 9 12:30:02 2019 +0100 Bump version to 2.9.1-dev. --- CHANGELOG.md | 3 +++ build.xml| 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fd361d

[tor-commits] [metrics-lib/release] Bump version to 2.9.0-dev.

2019-11-09 Thread karsten
commit 8763af44465445b2257f9740d4ce341f8334eead Author: Karsten Loesing Date: Fri Nov 1 09:17:42 2019 +0100 Bump version to 2.9.0-dev. --- CHANGELOG.md | 3 +++ build.xml| 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab5c711

[tor-commits] [metrics-lib/master] Prepare for 2.9.1 release.

2019-11-09 Thread karsten
commit 6c8470a0b79a5262162898087a5aa126f366f51e Author: Karsten Loesing Date: Sat Nov 9 12:25:11 2019 +0100 Prepare for 2.9.1 release. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index cbf4c8d..0f8ac3c 100644 --- a/build.xml

[tor-commits] [metrics-lib/master] Ignore unknown fields in index.json.

2019-11-09 Thread karsten
commit fba9137499ef6255f040d134f488403cae214793 Author: Karsten Loesing Date: Sat Nov 9 12:20:36 2019 +0100 Ignore unknown fields in index.json. This is required for processing index.json files produced by CollecTor 1.13.0 or higher. We don't need those newly added fields

[tor-commits] [metrics-lib/release] Prepare for 2.9.1 release.

2019-11-09 Thread karsten
commit 6c8470a0b79a5262162898087a5aa126f366f51e Author: Karsten Loesing Date: Sat Nov 9 12:25:11 2019 +0100 Prepare for 2.9.1 release. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index cbf4c8d..0f8ac3c 100644 --- a/build.xml

[tor-commits] [metrics-lib/release] Ignore unknown fields in index.json.

2019-11-09 Thread karsten
commit fba9137499ef6255f040d134f488403cae214793 Author: Karsten Loesing Date: Sat Nov 9 12:20:36 2019 +0100 Ignore unknown fields in index.json. This is required for processing index.json files produced by CollecTor 1.13.0 or higher. We don't need those newly added fields

[tor-commits] [collector/master] Bump version to 1.13.0-dev.

2019-11-09 Thread karsten
commit de8ab5f1e9ca1b0c995be6b858aad7ae3aa6f5cd Author: Karsten Loesing Date: Sat Nov 9 11:35:02 2019 +0100 Bump version to 1.13.0-dev. --- CHANGELOG.md | 3 +++ build.xml| 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ac0b3c

[tor-commits] [collector/release] Extend index.json by additional file meta data.

2019-11-09 Thread karsten
commit 500b7c5ad3d94a0f0f8b8c7fdb110813895c25f0 Author: Karsten Loesing Date: Wed Oct 30 21:56:41 2019 +0100 Extend index.json by additional file meta data. Implements #31204. --- CHANGELOG.md | 13 + build.xml

[tor-commits] [collector/release] Prepare for 1.13.0 release.

2019-11-09 Thread karsten
commit facb2117914267e85ab3db6f592f413764c1e8d7 Author: Karsten Loesing Date: Sat Nov 9 11:08:20 2019 +0100 Prepare for 1.13.0 release. --- CHANGELOG.md | 4 +++- build.xml| 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38754c4

[tor-commits] [collector/release] Tweak BridgeDB metrics file names.

2019-11-09 Thread karsten
commit 31034e8781c76df218426db030cac964566e3d34 Author: Karsten Loesing Date: Fri Nov 1 17:40:11 2019 +0100 Tweak BridgeDB metrics file names. We were using the same path for BridgeDB metrics in out/ and recent/, and file names didn't contain the "-bridgedb-metrics&qu

[tor-commits] [collector/release] Bump version to 1.12.0-dev.

2019-11-09 Thread karsten
commit 0e57dae0bfd6f3f7e0c5b5c78773818343ba9550 Author: Karsten Loesing Date: Fri Oct 18 11:11:38 2019 +0200 Bump version to 1.12.0-dev. --- CHANGELOG.md | 3 +++ build.xml| 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f30ea3e

[tor-commits] [collector/master] Prepare for 1.13.0 release.

2019-11-09 Thread karsten
commit facb2117914267e85ab3db6f592f413764c1e8d7 Author: Karsten Loesing Date: Sat Nov 9 11:08:20 2019 +0100 Prepare for 1.13.0 release. --- CHANGELOG.md | 4 +++- build.xml| 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38754c4

[tor-commits] [collector/master] Tweak BridgeDB metrics file names.

2019-11-09 Thread karsten
commit 31034e8781c76df218426db030cac964566e3d34 Author: Karsten Loesing Date: Fri Nov 1 17:40:11 2019 +0100 Tweak BridgeDB metrics file names. We were using the same path for BridgeDB metrics in out/ and recent/, and file names didn't contain the "-bridgedb-metrics&qu

[tor-commits] [collector/master] Extend index.json by additional file meta data.

2019-11-09 Thread karsten
commit 500b7c5ad3d94a0f0f8b8c7fdb110813895c25f0 Author: Karsten Loesing Date: Wed Oct 30 21:56:41 2019 +0100 Extend index.json by additional file meta data. Implements #31204. --- CHANGELOG.md | 13 + build.xml

[tor-commits] [metrics-web/master] Add @type annotation for HS v3.

2019-11-04 Thread karsten
commit 66a657078b697e719cd9f5863fef62bdcb4d890a Author: Karsten Loesing Date: Mon Nov 4 12:24:38 2019 +0100 Add @type annotation for HS v3. Also update to latest metrics-base/-lib. Implements #31481. --- src/build | 2 +- src/main

[tor-commits] [metrics-lib/master] Prepare for 2.9.0 release.

2019-11-01 Thread karsten
commit 4bdfc62905e8e3bf7a88ef9ac7ff473ff41f366a Author: Karsten Loesing Date: Fri Nov 1 09:10:25 2019 +0100 Prepare for 2.9.0 release. --- CHANGELOG.md | 2 +- build.xml| 2 +- src/build| 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b

[tor-commits] [metrics-lib/release] Prepare for 2.9.0 release.

2019-11-01 Thread karsten
commit 4bdfc62905e8e3bf7a88ef9ac7ff473ff41f366a Author: Karsten Loesing Date: Fri Nov 1 09:10:25 2019 +0100 Prepare for 2.9.0 release. --- CHANGELOG.md | 2 +- build.xml| 2 +- src/build| 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b

[tor-commits] [metrics-lib/release] Bump version to 2.8.0-dev.

2019-11-01 Thread karsten
commit 02e486d16d85d037caefbd2c776d720a7074e231 Author: Karsten Loesing Date: Fri Oct 18 09:43:10 2019 +0200 Bump version to 2.8.0-dev. --- CHANGELOG.md | 3 +++ build.xml| 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d9e48

[tor-commits] [metrics-lib/master] Bump version to 2.9.0-dev.

2019-11-01 Thread karsten
commit 8763af44465445b2257f9740d4ce341f8334eead Author: Karsten Loesing Date: Fri Nov 1 09:17:42 2019 +0100 Bump version to 2.9.0-dev. --- CHANGELOG.md | 3 +++ build.xml| 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab5c711

[tor-commits] [metrics-lib/release] Make NetworkStatusEntryImpl#parseSLine thread-safe.

2019-11-01 Thread karsten
commit bde697f44702c3f93cfff7953ff8f5962582e2e1 Author: Karsten Loesing Date: Thu Oct 24 21:29:07 2019 +0200 Make NetworkStatusEntryImpl#parseSLine thread-safe. The bug was that we accessed static class members, namely the two maps NetworkStatusEntryImpl#flagIndexes

[tor-commits] [metrics-base/master] Add permission for tests to create hard links.

2019-11-01 Thread karsten
commit eb16cb359db41722e6089bafb1e26808df4338df Author: Karsten Loesing Date: Fri Nov 1 09:01:13 2019 +0100 Add permission for tests to create hard links. This is going to be required by the tests for CollecTor's #31204. --- java/junittest.policy | 1 + 1 file changed, 1

[tor-commits] [metrics-lib/master] Make NetworkStatusEntryImpl#parseSLine thread-safe.

2019-10-31 Thread karsten
commit bde697f44702c3f93cfff7953ff8f5962582e2e1 Author: Karsten Loesing Date: Thu Oct 24 21:29:07 2019 +0200 Make NetworkStatusEntryImpl#parseSLine thread-safe. The bug was that we accessed static class members, namely the two maps NetworkStatusEntryImpl#flagIndexes

[tor-commits] [metrics-web/master] Update documentation of bridge or_addresses.

2019-10-31 Thread karsten
commit a15b169a00c8a7c44e0cf73a8fa26572f195a189 Author: Karsten Loesing Date: Thu Oct 31 14:42:14 2019 +0100 Update documentation of bridge or_addresses. Fixes #32322. --- src/main/resources/web/jsps/onionoo.jsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[tor-commits] [collector/master] Bump version to 1.12.0-dev.

2019-10-18 Thread karsten
commit 0e57dae0bfd6f3f7e0c5b5c78773818343ba9550 Author: Karsten Loesing Date: Fri Oct 18 11:11:38 2019 +0200 Bump version to 1.12.0-dev. --- CHANGELOG.md | 3 +++ build.xml| 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f30ea3e

[tor-commits] [collector/release] Add new BridgedbMetrics module.

2019-10-18 Thread karsten
commit f2abf679c890f3f050c839cf32910900ae73ee76 Author: Karsten Loesing Date: Wed Sep 18 15:57:52 2019 +0200 Add new BridgedbMetrics module. Implements part of #19332. --- CHANGELOG.md | 2 + build.xml

[tor-commits] [collector/release] Prepare for 1.12.0 release.

2019-10-18 Thread karsten
commit fcdaeb86814c33cfa9b119d5bc396dbf69dda8e6 Author: Karsten Loesing Date: Fri Oct 18 11:05:42 2019 +0200 Prepare for 1.12.0 release. --- CHANGELOG.md | 2 +- build.xml| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca4d7b6

[tor-commits] [collector/release] Create utility class for downloading from HTTP servers

2019-10-18 Thread karsten
commit dc3a2e4aea03ca44be033dafc3dcc3d7e0d5c07f Author: Karsten Loesing Date: Thu Sep 26 11:48:18 2019 +0200 Create utility class for downloading from HTTP servers Also skip two tests in ConfigurationTest that together take 53 seconds which has the effect that we don't run

[tor-commits] [collector/release] Use metrics-base ant task to fetch metrics-lib.

2019-10-18 Thread karsten
commit de03530b98bd66eee404e4483d930baf62a8f3e1 Author: Karsten Loesing Date: Fri Sep 27 10:05:35 2019 +0200 Use metrics-base ant task to fetch metrics-lib. Implements part of #31649. --- .gitlab-ci.yml | 7 +-- src/build | 2 +- 2 files changed, 2 insertions(+), 7

[tor-commits] [collector/release] Bump version to 1.11.1-dev.

2019-10-18 Thread karsten
commit 18877fdb4d270a6ef02664eb07271c064fab785f Author: Karsten Loesing Date: Thu Sep 19 15:11:37 2019 +0200 Bump version to 1.11.1-dev. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 9f2a0a6..6b097a3 100644 --- a/build.xml

[tor-commits] [collector/release] Tweak URL-based unit tests.

2019-10-18 Thread karsten
commit 834ef7c5e76778e31f9ca8569e69423b32700acf Author: Karsten Loesing Date: Fri Sep 27 12:23:19 2019 +0200 Tweak URL-based unit tests. Turns out that one of the tests that we disabled earlier was only slow, because creating a URL instance to https://something.dummy.org

[tor-commits] [collector/release] Update to latest metrics-base.

2019-10-18 Thread karsten
commit 5c87bf6b63c054ddaeb0c627259a9d387903f5ac Author: Karsten Loesing Date: Fri Oct 18 10:59:03 2019 +0200 Update to latest metrics-base. --- src/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build b/src/build index 62a964a..d82fff9 16 --- a/src/build

[tor-commits] [collector/master] Update to latest metrics-base.

2019-10-18 Thread karsten
commit 5c87bf6b63c054ddaeb0c627259a9d387903f5ac Author: Karsten Loesing Date: Fri Oct 18 10:59:03 2019 +0200 Update to latest metrics-base. --- src/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build b/src/build index 62a964a..d82fff9 16 --- a/src/build

[tor-commits] [collector/master] Prepare for 1.12.0 release.

2019-10-18 Thread karsten
commit fcdaeb86814c33cfa9b119d5bc396dbf69dda8e6 Author: Karsten Loesing Date: Fri Oct 18 11:05:42 2019 +0200 Prepare for 1.12.0 release. --- CHANGELOG.md | 2 +- build.xml| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca4d7b6

[tor-commits] [collector/master] Add new BridgedbMetrics module.

2019-10-18 Thread karsten
commit f2abf679c890f3f050c839cf32910900ae73ee76 Author: Karsten Loesing Date: Wed Sep 18 15:57:52 2019 +0200 Add new BridgedbMetrics module. Implements part of #19332. --- CHANGELOG.md | 2 + build.xml

[tor-commits] [metrics-lib/master] Bump version to 2.8.0-dev.

2019-10-18 Thread karsten
commit 02e486d16d85d037caefbd2c776d720a7074e231 Author: Karsten Loesing Date: Fri Oct 18 09:43:10 2019 +0200 Bump version to 2.8.0-dev. --- CHANGELOG.md | 3 +++ build.xml| 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d9e48

[tor-commits] [metrics-lib/master] Prepare for 2.8.0 release.

2019-10-18 Thread karsten
commit ee87da0f048877e33ec4a4b837bbd62bcbafb833 Author: Karsten Loesing Date: Fri Oct 18 09:33:36 2019 +0200 Prepare for 2.8.0 release. --- CHANGELOG.md | 2 +- build.xml| 2 +- src/build| 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b

[tor-commits] [metrics-lib/release] Add new BridgedbMetrics descriptor type.

2019-10-18 Thread karsten
commit 09d7311df6c78e354fc99be34e8226772d9193b7 Author: Karsten Loesing Date: Wed Sep 18 10:22:48 2019 +0200 Add new BridgedbMetrics descriptor type. Also extend DescriptorReader#readDescriptors to support .gz-compressed files which will be necessary to process files rsync'ed

[tor-commits] [metrics-lib/release] Upgrade to latest metrics-base.

2019-10-18 Thread karsten
commit c1581dd8ca26798dc90ea2189ca41636b50e1e0d Author: Karsten Loesing Date: Fri Sep 27 08:58:47 2019 +0200 Upgrade to latest metrics-base. --- src/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build b/src/build index 0674958..07c2a00 16 --- a/src

[tor-commits] [metrics-lib/release] Prepare for 2.8.0 release.

2019-10-18 Thread karsten
commit ee87da0f048877e33ec4a4b837bbd62bcbafb833 Author: Karsten Loesing Date: Fri Oct 18 09:33:36 2019 +0200 Prepare for 2.8.0 release. --- CHANGELOG.md | 2 +- build.xml| 2 +- src/build| 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b

[tor-commits] [metrics-lib/release] Upgrade to latest metrics-base.

2019-10-18 Thread karsten
commit 8e2f67107f1e6add0db3fa209cb89c3b69f7bf06 Author: Karsten Loesing Date: Wed Oct 2 14:34:41 2019 +0200 Upgrade to latest metrics-base. --- src/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build b/src/build index 07c2a00..62a964a 16 --- a/src/build

[tor-commits] [metrics-lib/master] Add new BridgedbMetrics descriptor type.

2019-10-18 Thread karsten
commit 09d7311df6c78e354fc99be34e8226772d9193b7 Author: Karsten Loesing Date: Wed Sep 18 10:22:48 2019 +0200 Add new BridgedbMetrics descriptor type. Also extend DescriptorReader#readDescriptors to support .gz-compressed files which will be necessary to process files rsync'ed

[tor-commits] [metrics-lib/release] Upgrade to latest metrics-base.

2019-10-18 Thread karsten
commit c324d11035059bd9677af120dc6471aebebf980a Author: Karsten Loesing Date: Tue Sep 17 10:00:00 2019 +0200 Upgrade to latest metrics-base. --- src/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build b/src/build index 75cda35..0674958 16 --- a/src

[tor-commits] [metrics-lib/release] Bump version to 2.7.0-dev.

2019-10-18 Thread karsten
commit 7e396f01ef6de4cb3cd7e2b7fc977b4af7b97e7f Author: Karsten Loesing Date: Wed Sep 11 16:08:16 2019 +0200 Bump version to 2.7.0-dev. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 04f79fd..02ccf52 100644 --- a/build.xml

[tor-commits] [onionoo/master] Bump version to 7.0-1.21.0-dev.

2019-10-18 Thread karsten
commit 06ab8b46f03b612f551025fcb5abaff690ee70c6 Author: Karsten Loesing Date: Fri Oct 18 09:08:28 2019 +0200 Bump version to 7.0-1.21.0-dev. --- CHANGELOG.md | 3 +++ build.xml| 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index

[tor-commits] [onionoo/release] Bump version to 7.0-1.20.0-dev.

2019-10-18 Thread karsten
commit c61ce6c4ec69741c3fe35f48e4cddf18f5a8ee49 Author: Karsten Loesing Date: Fri Oct 4 11:09:15 2019 +0200 Bump version to 7.0-1.20.0-dev. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 360dc8b..a6969f5 100644 --- a/build.xml

[tor-commits] [onionoo/release] Always clear old reverse DNS lookups.

2019-10-18 Thread karsten
commit 6faa1ab757f16263f7925dbe4c49d6dfb698f265 Author: Karsten Loesing Date: Thu Oct 3 16:43:21 2019 +0200 Always clear old reverse DNS lookups. The fix is to distinguish between lookup results being null for a given fingerprint (because we didn't have enough time to look up

[tor-commits] [onionoo/release] Prepare for 7.0-1.21.0 release.

2019-10-18 Thread karsten
commit 08f4d3a7f628c0adaba11363d997eaf453982c76 Author: Karsten Loesing Date: Fri Oct 18 08:58:11 2019 +0200 Prepare for 7.0-1.21.0 release. --- CHANGELOG.md | 3 ++- build.xml| 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index

<    3   4   5   6   7   8   9   10   11   12   >