[tor-commits] [collector/master] Use metrics-lib's JSON handling classes.

2017-08-30 Thread karsten
commit d2677cba06aaa94f67a6645a1da20d96502e34ba Author: iwakeh Date: Fri Aug 18 13:03:04 2017 + Use metrics-lib's JSON handling classes. Implements task-23286 using metrics-lib-2.0.0 --- .../collector/index/CreateIndexJson.java | 86 -- 1 file cha

[tor-commits] [onionoo/master] Add system property for all paths.

2017-08-30 Thread karsten
commit 14f6192ec88971dbd42ad1cc59e271c029a5646e Author: iwakeh Date: Tue Aug 22 07:41:02 2017 + Add system property for all paths. The system property is 'onionoo.basedir'. If not set, backwards compatible defaults apply. Implements task-14201. --- CHANGELOG.md

[tor-commits] [stem/master] Let library read multiple schemas

2017-08-30 Thread atagar
commit a937507c68e82e655243b898256789072480b6f1 Author: Damian Johnson Date: Tue Aug 29 13:26:24 2017 -0700 Let library read multiple schemas We'll probably want to provide backward compatability with prior minor version releases, but not development commits. Changing the exce

[tor-commits] [stem/master] Make schema a constant, near the version

2017-08-30 Thread atagar
commit 19b8393652a3cba6741d1051d49af02b735c883e Author: Damian Johnson Date: Tue Aug 29 13:19:10 2017 -0700 Make schema a constant, near the version Placing the schema version with the schema itself will help us remember to bump it when the later changes. --- stem/cached_tor_

[tor-commits] [stem/master] Recaching manual if schema is out of date

2017-08-30 Thread atagar
commit 8ecb75a957fbb721e0053597bb0b6ab40a990f63 Author: Damian Johnson Date: Tue Aug 29 10:51:42 2017 -0700 Recaching manual if schema is out of date --- cache_manual.py | 3 +++ stem/cached_tor_manual.sqlite | Bin 217088 -> 217088 bytes stem/manual.py| 20

[tor-commits] [stem/master] Dictionaries could cause equality checks to fail

2017-08-30 Thread atagar
commit d4ae5b775941b54b9303a88a33e21831f0e6fffa Author: Damian Johnson Date: Tue Aug 29 10:57:15 2017 -0700 Dictionaries could cause equality checks to fail Dictionaries, of course, aren't assured to have the same key ordering unless we're using an OrderedDict. Previously we co

[tor-commits] [tor-launcher/master] Bug 22232: fix typo in README-BOOTSTRAP.

2017-08-30 Thread brade
commit a120bb02f4dbcb3e26fe0c031d383a9a8681678a Author: Kathy Brade Date: Wed Aug 30 10:43:34 2017 -0400 Bug 22232: fix typo in README-BOOTSTRAP. --- README-BOOTSTRAP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-BOOTSTRAP b/README-BOOTSTRAP index 8bc2a76..a535

[tor-commits] [tor-browser-build/master] README: mention that rbm is included as a git submodule

2017-08-30 Thread boklm
commit da7485a0b8f89b9ee2278d6132fc7bb53d5220e8 Author: Nicolas Vigier Date: Wed Aug 30 14:45:07 2017 +0200 README: mention that rbm is included as a git submodule --- README | 4 1 file changed, 4 insertions(+) diff --git a/README b/README index 4381074..10cadec 100644 --- a/README

[tor-commits] [onionoo/master] Switch to metrics-lib's DescriptorCollector.

2017-08-30 Thread karsten
commit 32992eea202770065b4cb61d4dc39bbee1b87628 Author: Karsten Loesing Date: Wed May 17 15:58:22 2017 +0200 Switch to metrics-lib's DescriptorCollector. Implements #22287. --- CHANGELOG.md | 2 + .../onionoo/updater/DescriptorDownloader.jav