[tor-commits] [sbws/master] Add chagelog entry about use secs-away

2018-10-22 Thread pastly
commit 52e222158bce106572b1a7c85ccdb9499c821076 Author: juga0 Date: Thu Oct 18 12:14:45 2018 + Add chagelog entry about use secs-away --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f58bfe3..9464985 100644 --- a/CHANGELOG.md +++

[tor-commits] [sbws/master] Merge remote-tracking branch 'juga/ticket28105_fix_recent_results'

2018-10-22 Thread pastly
commit 73c01a476080799fbf57ae6503b16153ff0de4b1 Merge: 8f86202 52e2221 Author: Matt Traudt Date: Mon Oct 22 09:43:44 2018 -0400 Merge remote-tracking branch 'juga/ticket28105_fix_recent_results' CHANGELOG.md | 1 + sbws/core/generate.py | 8 ++-- sbws/lib/v3bwfile.py | 13

[tor-commits] [sbws/master] Add debugging lines that show filtered results

2018-10-22 Thread pastly
commit 6817580a88fb6096ee4026a209388bd35e9788f4 Author: juga0 Date: Thu Oct 18 11:32:39 2018 + Add debugging lines that show filtered results --- sbws/lib/v3bwfile.py | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sbws/lib/v3bwfile.py b/sbws/lib/v3bwfile.py

[tor-commits] [sbws/master] Add changelog entry about not removing results

2018-10-22 Thread pastly
commit 8f862024e011ea5a3905d5908229c6240f8f274b Author: juga0 Date: Thu Oct 18 11:35:07 2018 + Add changelog entry about not removing results that are not away from some other X secs. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md

[tor-commits] [sbws/master] Stop removing results that are not away

2018-10-22 Thread pastly
commit 39c5e42a3517ea9d7732f2b01615d368f7b3bc3c Author: juga0 Date: Thu Oct 18 11:26:52 2018 + Stop removing results that are not away from some other X secs. In #27338 it was implemented to do not include relays in the bandwidth files that does not have at least 2

[tor-commits] [sbws/master] Add test to check results_away_each_other

2018-10-22 Thread pastly
commit c14cefd32a6e049d884a64883d49c8a4ae7bc4fe Author: juga0 Date: Thu Oct 18 11:13:54 2018 + Add test to check results_away_each_other When there's at least one result that is X secs away from any other, all the results should be keep. ---

[tor-commits] [sbws/master] Use secs-recent instead of data_period

2018-10-22 Thread pastly
commit 490017be388552f3851628762a6c4d81d7082be2 Author: juga0 Date: Thu Oct 18 11:44:02 2018 + Use secs-recent instead of data_period when the arg is provided. Also, use list when filtering the results and add debugging lines --- sbws/core/generate.py | 8 ++--

[tor-commits] [sbws/master] Reword changelog entry about system requirements

2018-09-05 Thread pastly
commit 56553055692792daf516b9da282cc5183ccdb712 Author: Matt Traudt Date: Wed Sep 5 11:11:21 2018 -0400 Reword changelog entry about system requirements trac: finishes #26937 --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md

[tor-commits] [sbws/master] Merge branch 'ticket26937_02' from juga, thanks

2018-09-05 Thread pastly
commit 75be1aa2060880bd534593d0bc6cd58d5f4db0de Merge: 5e363d8 a9e4fbd Author: Matt Traudt Date: Wed Sep 5 11:16:51 2018 -0400 Merge branch 'ticket26937_02' from juga, thanks CHANGELOG.md | 6 +- INSTALL.rst | 25 + 2 files changed, 30 insertions(+), 1

[tor-commits] [sbws/master] Add system physical requirements

2018-09-05 Thread pastly
commit 5601e2d891d4a4e7302e127eb3c2e0045c0b066c Author: juga0 Date: Mon Sep 3 12:43:02 2018 + Add system physical requirements --- INSTALL.rst | 25 + 1 file changed, 25 insertions(+) diff --git a/INSTALL.rst b/INSTALL.rst index 3821aaf..9d5c8f5 100644 ---

[tor-commits] [sbws/master] Add changelog entry about system physical requirements

2018-09-05 Thread pastly
commit b329a56e4e741839e6a25dbd913f7b7853c64562 Author: juga0 Date: Mon Sep 3 12:45:45 2018 + Add changelog entry about system physical requirements --- CHANGELOG.md | 5 + 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f028b6..37b79f7 100644 ---

[tor-commits] [sbws/master] Use conf.getint and getpath

2018-09-05 Thread pastly
commit 5e363d8b9bba1225029a2317c0d58673429585e8 Author: Matt Traudt Date: Wed Sep 5 10:56:31 2018 -0400 Use conf.getint and getpath getpath is necessary so that ~ is expanded GH: closes #241 trac: implements #26937 --- sbws/util/fs.py | 4 ++-- 1 file changed, 2

[tor-commits] [sbws/master] Size of log file, no stdout

2018-09-05 Thread pastly
commit dcc7435aae0d15bbad89aa21161b106cc64388c2 Author: juga0 Date: Sat Aug 4 05:13:04 2018 + Size of log file, no stdout --- sbws/util/fs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbws/util/fs.py b/sbws/util/fs.py index 9e6bc29..9621b6f 100644 ---

[tor-commits] [sbws/master] Move changelog entry to Unreleased

2018-09-05 Thread pastly
commit a9e4fbdfcee8f39b3694aee79b17361605029e69 Author: Matt Traudt Date: Wed Sep 5 11:11:45 2018 -0400 Move changelog entry to Unreleased --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27795be..5d0acce 100644 ---

[tor-commits] [sbws/master] Use conf.getint and getpath

2018-09-05 Thread pastly
commit 93e454e2328f2ed427d844c72bcc74cafd34ec52 Author: Matt Traudt Date: Wed Sep 5 10:56:31 2018 -0400 Use conf.getint and getpath getpath is necessary so that ~ is expanded GH: closes #241 trac: implements #26937 --- sbws/util/fs.py | 4 ++-- 1 file changed, 2

[tor-commits] [sbws/master] Revert "Exit on OSError when building circuit"

2018-09-05 Thread pastly
commit c1a6eb9d21d340e23d725dbb73c3ac52f9c940cb Author: juga0 Date: Sat Aug 4 05:17:53 2018 + Revert "Exit on OSError when building circuit" This reverts commit ede9feda3b6285c9e04a162dc393afa5e734d7e3. An exception trying to write to log file when there is not disk

[tor-commits] [sbws/master] Specify the unit is MiB

2018-09-05 Thread pastly
commit b5002e7e921a04bb32f8f4a0210fbcc58bdfcbcd Author: juga0 Date: Fri Aug 3 12:54:06 2018 + Specify the unit is MiB --- sbws/util/fs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbws/util/fs.py b/sbws/util/fs.py index 5b48f3b..0f20d0a 100644 ---

[tor-commits] [sbws/master] Check disk space before running generate

2018-09-05 Thread pastly
commit 7aaf0a5b4342840ae07827d3becfcd45b6351a01 Author: juga0 Date: Sun Jul 15 20:37:02 2018 + Check disk space before running generate --- sbws/core/scanner.py | 6 ++ 1 file changed, 6 insertions(+) diff --git a/sbws/core/scanner.py b/sbws/core/scanner.py index 0fe7908..8b13816

[tor-commits] [sbws/master] Fix typo

2018-09-05 Thread pastly
commit 39cf07040a3e36fcde07b58d9faf982d1a5613af Author: juga0 Date: Fri Aug 3 12:54:26 2018 + Fix typo --- sbws/util/fs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbws/util/fs.py b/sbws/util/fs.py index 0f20d0a..9e6bc29 100644 --- a/sbws/util/fs.py +++

[tor-commits] [sbws/master] Add unit tests for disk space functions

2018-09-05 Thread pastly
commit 07140b3433e32906bdeab75a669ded41356ff216 Author: juga0 Date: Sun Jul 15 20:35:58 2018 + Add unit tests for disk space functions --- tests/unit/util/test_fs.py | 23 +++ 1 file changed, 23 insertions(+) diff --git a/tests/unit/util/test_fs.py

[tor-commits] [sbws/master] Revert "Warn when exception might be caused by no disk space"

2018-09-05 Thread pastly
commit 1da39db2bb46536fa3ef9227f249620859c18b6f Author: juga0 Date: Sat Aug 4 05:17:29 2018 + Revert "Warn when exception might be caused by no disk space" This reverts commit 72b45d4d5b5ccd7228ab793012ba7d42084ddfbf. --- sbws/lib/circuitbuilder.py | 4 +--- 1 file changed, 1

[tor-commits] [sbws/master] Update the total

2018-09-05 Thread pastly
commit a602a54e12f200566751e417ed6614a8900aead2 Author: juga0 Date: Fri Aug 3 12:53:39 2018 + Update the total and add comment about MiB --- sbws/util/fs.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sbws/util/fs.py b/sbws/util/fs.py index

[tor-commits] [sbws/master] Increase space needed in test

2018-09-05 Thread pastly
commit ec42ff0376dfe99820c9dd290e402bea2fb3aaa0 Author: juga0 Date: Fri Aug 3 12:54:48 2018 + Increase space needed in test --- tests/unit/util/test_fs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/util/test_fs.py b/tests/unit/util/test_fs.py index

[tor-commits] [sbws/master] Add changelog entry about disk space warning

2018-09-05 Thread pastly
commit 1cc6e19d484980f9057cd2c099df4bafe7ae46d7 Author: juga0 Date: Wed Jul 25 23:05:31 2018 + Add changelog entry about disk space warning --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1de8368..5f028b6 100644 --- a/CHANGELOG.md

[tor-commits] [sbws/master] Fix syntax

2018-09-05 Thread pastly
commit bda5d187ca99a5a96ae6b7844b47f4a6f7ce94b0 Author: juga0 Date: Wed Aug 29 08:01:04 2018 + Fix syntax --- INSTALL.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.rst b/INSTALL.rst index 73d960f..962e4ab 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@

[tor-commits] [sbws/master] Calculate space for result files and tor dir

2018-09-05 Thread pastly
commit d92f85aeef967846f3489d582fd9194ceba13a3a Author: juga0 Date: Fri Aug 3 12:52:05 2018 + Calculate space for result files and tor dir also replace conf[''] for conf.getint/conf.getboolean --- sbws/util/fs.py | 16 +++- 1 file changed, 11 insertions(+), 5

[tor-commits] [sbws/master] Add functions to check disk space

2018-09-05 Thread pastly
commit 2f39df44fb4b539498cbabe1d072b8c100a7da63 Author: juga0 Date: Sun Jul 15 20:35:23 2018 + Add functions to check disk space --- sbws/util/fs.py | 50 ++ 1 file changed, 50 insertions(+) diff --git a/sbws/util/fs.py

[tor-commits] [sbws/master] Exit on OSError when building circuit

2018-09-05 Thread pastly
commit 949e67637772597621a6060673270a6df1ecdec4 Author: juga0 Date: Sun Jul 15 14:28:13 2018 + Exit on OSError when building circuit --- sbws/core/scanner.py | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/sbws/core/scanner.py b/sbws/core/scanner.py

[tor-commits] [sbws/master] Fix syntax

2018-09-05 Thread pastly
commit f0c873e6cb84c627c0aa6f6706cc4f8890d57c71 Author: juga0 Date: Wed Aug 29 08:01:12 2018 + Fix syntax --- INSTALL.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.rst b/INSTALL.rst index 962e4ab..67540b0 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@

[tor-commits] [sbws/master] Merge branch 'ticket27341'

2018-09-05 Thread pastly
commit eca0d2685cac7bc20571d3d476eda7fcdf48f0a7 Merge: 48715b7 9239f69 Author: Matt Traudt Date: Wed Sep 5 10:35:31 2018 -0400 Merge branch 'ticket27341' CHANGELOG.md | 12 +++ DEPLOY.rst | 84 -- INSTALL.rst | 198

[tor-commits] [sbws/master] sbws.ini.5 is not automatically build nor installed

2018-09-05 Thread pastly
commit 48715b7ca361d7e731a08539e24ad97f94d4c47c Author: juga0 Date: Wed Aug 29 08:19:21 2018 + sbws.ini.5 is not automatically build nor installed when installing sbws from git. When there will be a system package, it should be added the possibility to use man sbws.ini

[tor-commits] [sbws/master] Fix syntax

2018-09-05 Thread pastly
commit f0cae0f82301345eb31dd9c71acfcef61e82eacc Author: juga0 Date: Wed Aug 29 08:01:52 2018 + Fix syntax --- INSTALL.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.rst b/INSTALL.rst index 67540b0..85c70b9 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@

[tor-commits] [sbws/master] Clarify which section must be edited

2018-09-05 Thread pastly
commit abee1767b8dbcebad4edb108baae775676f8bf5f Author: juga0 Date: Wed Aug 29 07:54:31 2018 + Clarify which section must be edited --- docs/source/man_sbws.ini.rst | 7 +++ 1 file changed, 7 insertions(+) diff --git a/docs/source/man_sbws.ini.rst b/docs/source/man_sbws.ini.rst

[tor-commits] [sbws/master] Add other paths and remove non-config dir

2018-09-05 Thread pastly
commit 2dfe05595906d0a742873025f7ada90ef75fe330 Author: juga0 Date: Wed Aug 29 07:25:19 2018 + Add other paths and remove non-config dir --- docs/source/man_sbws.ini.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/source/man_sbws.ini.rst

[tor-commits] [sbws/master] HTTP Server must also support Range requests

2018-09-05 Thread pastly
commit 6585dc741826b89cf3b0efb705f4f228956fbfba Author: juga0 Date: Wed Aug 29 06:41:53 2018 + HTTP Server must also support Range requests --- DEPLOY.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DEPLOY.rst b/DEPLOY.rst index 5ed375b..41ff9cd 100644 ---

[tor-commits] [sbws/master] Add path to runtime directory

2018-09-05 Thread pastly
commit 022ce9a68ad5251f7785fa803f626c89503d7627 Author: juga0 Date: Wed Aug 29 07:29:48 2018 + Add path to runtime directory --- docs/source/man_sbws.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/man_sbws.rst b/docs/source/man_sbws.rst index 775c7db..7ffb7ba

[tor-commits] [sbws/master] Check disk space before running scanner

2018-09-05 Thread pastly
commit 1054eea6150331b1215e6871c0b04020b4ba0331 Author: juga0 Date: Sun Jul 15 20:36:42 2018 + Check disk space before running scanner --- sbws/core/generate.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sbws/core/generate.py b/sbws/core/generate.py index f10ecc1..3c19ed4

[tor-commits] [sbws/master] Fix mistaken .[doc] by .[test]

2018-09-05 Thread pastly
commit 012781f8811c46a224cb1a569aabd250f9609fa8 Author: juga0 Date: Wed Aug 29 07:59:38 2018 + Fix mistaken .[doc] by .[test] --- INSTALL.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.rst b/INSTALL.rst index 7ab7558..73d960f 100644 --- a/INSTALL.rst

[tor-commits] [sbws/master] Warn when exception might be caused by no disk space

2018-09-05 Thread pastly
commit 66189d6ffed40bac6b7e2e6d111ec68925d71af0 Author: juga0 Date: Thu Jul 12 21:32:32 2018 + Warn when exception might be caused by no disk space --- sbws/lib/circuitbuilder.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sbws/lib/circuitbuilder.py

[tor-commits] [sbws/master] Remove anticipated config location in system package

2018-09-05 Thread pastly
commit 4beeb253f11f1e6d30832440389b13a48190e022 Author: juga0 Date: Wed Aug 29 06:45:27 2018 + Remove anticipated config location in system package it will have to be added again when there is a system package --- DEPLOY.rst | 2 -- 1 file changed, 2 deletions(-) diff --git

[tor-commits] [sbws/master] Correct path

2018-09-05 Thread pastly
commit 66e2bca8d70d84bdec68f3271a000995b9a99294 Author: juga0 Date: Wed Aug 29 08:02:05 2018 + Correct path --- INSTALL.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.rst b/INSTALL.rst index 85c70b9..eb9773f 100644 --- a/INSTALL.rst +++ b/INSTALL.rst

[tor-commits] [sbws/master] Specify which python 3 version is supported

2018-09-05 Thread pastly
commit 9239f69e84403f987e21bace17d26a8d087c7de0 Author: juga0 Date: Wed Aug 29 08:15:13 2018 + Specify which python 3 version is supported --- INSTALL.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.rst b/INSTALL.rst index eb9773f..3821aaf 100644 ---

[tor-commits] [sbws/master] Add example with default configuration path

2018-09-05 Thread pastly
commit 7acff724bd16f4c63cab67f049cb395c208f8765 Author: juga0 Date: Wed Aug 29 07:28:48 2018 + Add example with default configuration path --- docs/source/man_sbws.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/man_sbws.rst b/docs/source/man_sbws.rst index

[tor-commits] [sbws/master] It is only the scanner that needs destinations

2018-09-05 Thread pastly
commit bdf9384b92f3d269f8b77d16c7f84d8b21f9c1c6 Author: juga0 Date: Wed Aug 29 07:26:27 2018 + It is only the scanner that needs destinations --- DEPLOY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPLOY.rst b/DEPLOY.rst index aafa093..e7f2a36 100644 ---

[tor-commits] [sbws/master] config.ini is not a default configuration file

2018-09-05 Thread pastly
commit 68cf30399b75822aac3100a57becfbf89343452d Author: juga0 Date: Wed Aug 29 07:27:49 2018 + config.ini is not a default configuration file --- DEPLOY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPLOY.rst b/DEPLOY.rst index 9bd53ba..7a20fae 100644 ---

[tor-commits] [sbws/master] Add valid destinations examples

2018-09-05 Thread pastly
commit 36cf669bb5298fae499945514a676bdb8f2aa7e7 Author: juga0 Date: Wed Aug 29 07:55:16 2018 + Add valid destinations examples --- docs/source/man_sbws.ini.rst | 22 ++ 1 file changed, 22 insertions(+) diff --git a/docs/source/man_sbws.ini.rst

[tor-commits] [sbws/master] Remove what is now explained in man sbws.ini

2018-09-05 Thread pastly
commit 99f516b02a6298b6e7b19ec5c741c2b0706d5931 Author: juga0 Date: Wed Aug 29 07:56:16 2018 + Remove what is now explained in man sbws.ini --- DEPLOY.rst | 28 1 file changed, 28 deletions(-) diff --git a/DEPLOY.rst b/DEPLOY.rst index 7a20fae..1e56924

[tor-commits] [sbws/master] Clarify the url format

2018-09-05 Thread pastly
commit 7b14f473bbdc68be23d0b4753c5d86a9af3e1722 Author: juga0 Date: Wed Aug 29 07:54:56 2018 + Clarify the url format --- docs/source/man_sbws.ini.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/man_sbws.ini.rst b/docs/source/man_sbws.ini.rst

[tor-commits] [sbws/master] No need to repeat what is already in man sbws.ini

2018-09-05 Thread pastly
commit 2391db08a743e5180a52f9c074c90674c92ff3ad Author: juga0 Date: Wed Aug 29 07:27:09 2018 + No need to repeat what is already in man sbws.ini --- DEPLOY.rst | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/DEPLOY.rst b/DEPLOY.rst index e7f2a36..9bd53ba

[tor-commits] [sbws/master] English wording

2018-09-05 Thread pastly
commit a1390f7ba8f23f4b483b8a27ec47bf5404228d23 Author: juga0 Date: Wed Aug 29 06:56:20 2018 + English wording --- INSTALL.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.rst b/INSTALL.rst index 23217c1..7ab7558 100644 --- a/INSTALL.rst +++

[tor-commits] [sbws/master] Fix type and add command example

2018-09-05 Thread pastly
commit 0ccab0cc2239c70302928fcec1724dd95b75b501 Author: juga0 Date: Wed Aug 29 06:47:49 2018 + Fix type and add command example --- DEPLOY.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DEPLOY.rst b/DEPLOY.rst index fa58b62..610dd77 100644 --- a/DEPLOY.rst

[tor-commits] [sbws/master] Change location for path

2018-09-05 Thread pastly
commit fae15990176a5262a6903092045bdacd678bc37e Author: juga0 Date: Wed Aug 29 07:24:04 2018 + Change location for path --- docs/source/man_sbws.ini.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/man_sbws.ini.rst b/docs/source/man_sbws.ini.rst

[tor-commits] [sbws/master] Fix link typo

2018-09-05 Thread pastly
commit 9ee4f86d5caedba59e2a258036297a935f350b38 Author: juga0 Date: Tue Aug 28 15:34:49 2018 + Fix link typo --- INSTALL.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.rst b/INSTALL.rst index 8a5807b..23217c1 100644 --- a/INSTALL.rst +++ b/INSTALL.rst

[tor-commits] [sbws/master] Add path to URL

2018-09-05 Thread pastly
commit 855432dae4331728cf19c6374df84f9f1318ef62 Author: juga0 Date: Wed Aug 29 06:55:13 2018 + Add path to URL --- DEPLOY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPLOY.rst b/DEPLOY.rst index 610dd77..aafa093 100644 --- a/DEPLOY.rst +++ b/DEPLOY.rst @@

[tor-commits] [sbws/master] Make 'no destinations' error message point to man page

2018-09-05 Thread pastly
commit 726fe24a42676166e4df0bd7a333404be7c40c05 Author: Matt Traudt Date: Tue Aug 28 14:33:04 2018 -0400 Make 'no destinations' error message point to man page --- sbws/lib/destination.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sbws/lib/destination.py

[tor-commits] [sbws/master] Add changelog entry

2018-09-05 Thread pastly
commit 70648236070040ba4a49dc083aa46bd4b2da86db Author: juga0 Date: Tue Aug 28 15:29:54 2018 + Add changelog entry --- CHANGELOG.md | 12 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1a6d1a..f45182e 100644 --- a/CHANGELOG.md +++

[tor-commits] [sbws/master] Fix a missed conf['path'] -> conf.getpath() transition

2018-09-05 Thread pastly
commit 43812bed068fd1933022ccae8e83d67f9e84cb1e Author: Matt Traudt Date: Tue Aug 28 14:18:59 2018 -0400 Fix a missed conf['path'] -> conf.getpath() transition --- sbws/core/scanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbws/core/scanner.py

[tor-commits] [sbws/master] Fix broken envvar in config.default.ini

2018-09-05 Thread pastly
commit c0885dcb4e77c58eb0afe9635172a5a93557dd0e Author: Matt Traudt Date: Tue Aug 28 14:20:27 2018 -0400 Fix broken envvar in config.default.ini --- CHANGELOG.md| 5 + sbws/config.default.ini | 2 +- sbws/util/config.py | 3 ++- 3 files changed, 8 insertions(+), 2

[tor-commits] [sbws/master] Default user config location is ~/.sbws.ini

2018-09-05 Thread pastly
commit 75441b03281aed317b54f1312f4aef542a9291d6 Author: juga0 Date: Wed Aug 29 06:43:55 2018 + Default user config location is ~/.sbws.ini --- DEPLOY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPLOY.rst b/DEPLOY.rst index 41ff9cd..8ed429c 100644 ---

[tor-commits] [sbws/master] Use domains reserved for examples

2018-09-05 Thread pastly
commit 5e7ff7303eccb0996e221bded92ba7b0fe06682a Author: juga0 Date: Tue Aug 28 14:57:37 2018 + Use domains reserved for examples --- DEPLOY.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPLOY.rst b/DEPLOY.rst index f94e0f7..5ed375b 100644 ---

[tor-commits] [sbws/master] Remove versions and just clone sbws

2018-09-05 Thread pastly
commit 6a1668c62182761fa00980906e6ef6ea74726dc6 Author: juga0 Date: Tue Aug 28 15:06:40 2018 + Remove versions and just clone sbws --- INSTALL.rst | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index 7c74c0f..dd0dc2f 100644 ---

[tor-commits] [sbws/master] Add extra dependencies for tests. Remove obsolete

2018-09-05 Thread pastly
-~~ - -:: +- Flake8_ +- tox_ +- pytest_ +- coverage_ -git clone https://github.com/pastly/simple-bw-scanner.git -cd simple-bw-scanner -git checkout v1.5.3 -virtualenv -p python3 venv -source venv/bin/activate -pip install --process-dependency-links . -sbws init

[tor-commits] [sbws/master] Update links to the dependencies

2018-09-05 Thread pastly
commit bd17b20dde344bb64e5956afb8665979ecdd9efe Author: juga0 Date: Tue Aug 28 15:13:19 2018 + Update links to the dependencies --- INSTALL.rst | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/INSTALL.rst b/INSTALL.rst index b774ae2..8a5807b 100644 ---

[tor-commits] [sbws/master] And remove it from README

2018-09-05 Thread pastly
commit 59b42b085931c44fb474753e04cead8bc8945de8 Author: juga0 Date: Tue Aug 28 15:10:23 2018 + And remove it from README --- README.md | 9 - 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 7072f8b..ddf4d20 100644 --- a/README.md +++ b/README.md @@

[tor-commits] [sbws/master] Explain how to build docs. Remove obsolete

2018-09-05 Thread pastly
index f83489d..b774ae2 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -80,35 +80,22 @@ To install them from ``sbws``:: pip install .[doc] -:: - -git clone https://github.com/pastly/simple-bw-scanner.git -cd simple-bw-scanner -git checkout v1.5.3 -virtualenv -p python3 venv

[tor-commits] [sbws/master] Create virtualenv using python 3

2018-09-05 Thread pastly
commit 16423a51dfd114d39e24284093484ccf22539c25 Author: juga0 Date: Tue Aug 28 15:06:01 2018 + Create virtualenv using python 3 --- INSTALL.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index 2c7d2f3..7c74c0f 100644 ---

[tor-commits] [sbws/master] Remove obsolote command, add requirement

2018-09-05 Thread pastly
commit ac56d0087d11862c0a289b1c1a7fe298765d1822 Author: juga0 Date: Tue Aug 28 14:53:42 2018 + Remove obsolote command, add requirement --- DEPLOY.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPLOY.rst b/DEPLOY.rst index dfb8e1c..4411d85 100644 ---

[tor-commits] [sbws/master] Remove unneed steps, include system dependencies example

2018-09-05 Thread pastly
tps://stem.torproject.org/ -.. _Requests: http://docs.python-requests.org/ - -.. _release page: https://github.com/pastly/simple-bw-scanner/releases - -Virtualenv - Development --- - -Choose a directory to store code in. I might cho

[tor-commits] [sbws/master] Add extra dependencies for docs. Remove obsolete

2018-09-05 Thread pastly
commit f92a10276157c1fa9437322e48eabe47b25fbfff Author: juga0 Date: Tue Aug 28 15:11:10 2018 + Add extra dependencies for docs. Remove obsolete --- INSTALL.rst | 24 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index

[tor-commits] [sbws/master] Remove versions and install python dependencies with pip

2018-09-05 Thread pastly
commit d3f5dd202c57ae68e2e8aea59b535dc5b3967674 Author: juga0 Date: Tue Aug 28 15:07:35 2018 + Remove versions and install python dependencies with pip --- INSTALL.rst | 19 +-- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst

[tor-commits] [sbws/master] Remove paragraph about versions

2018-09-05 Thread pastly
commit a0f750566b85458ab92bb3250efca12afd246899 Author: juga0 Date: Tue Aug 28 15:02:27 2018 + Remove paragraph about versions --- INSTALL.rst | 5 - 1 file changed, 5 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index b61c642..1c6775e 100644 --- a/INSTALL.rst +++

[tor-commits] [sbws/master] Add all the system requirements

2018-09-05 Thread pastly
commit 3c4dfeb8069270b525c30bca26535db1e8c6b852 Author: juga0 Date: Tue Aug 28 15:00:01 2018 + Add all the system requirements --- INSTALL.rst | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index 1ccfa1b..b61c642

[tor-commits] [sbws/master] Explain how to run tests

2018-09-05 Thread pastly
commit 52d4e7d4ae9564a305cce0904a3b0920a73bbff4 Author: juga0 Date: Tue Aug 28 15:09:43 2018 + Explain how to run tests --- INSTALL.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index 4041223..9eac885 100644 --- a/INSTALL.rst

[tor-commits] [sbws/master] Explain where config should create and where to find doc about it

2018-09-05 Thread pastly
commit 18039b8060dbf4665154b059b64350b3fd239095 Author: juga0 Date: Tue Aug 28 14:55:54 2018 + Explain where config should create and where to find doc about it --- DEPLOY.rst | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/DEPLOY.rst b/DEPLOY.rst

[tor-commits] [sbws/master] Add python dependencies

2018-09-05 Thread pastly
commit 2042e36527c3a64e00554a1fb882383247d067d4 Author: juga0 Date: Tue Aug 28 15:05:12 2018 + Add python dependencies --- INSTALL.rst | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index 4122e4a..2c7d2f3 100644 --- a/INSTALL.rst

[tor-commits] [sbws/master] Specify what is nickname is optional

2018-09-05 Thread pastly
commit adee13d12da114a07e9ff185dc314467f27484ab Author: juga0 Date: Tue Aug 28 14:56:47 2018 + Specify what is nickname is optional --- DEPLOY.rst | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/DEPLOY.rst b/DEPLOY.rst index ea20302..f94e0f7 100644 ---

[tor-commits] [sbws/master] And remove it from README

2018-09-05 Thread pastly
commit 2303b06399edb4a976872b491d0cde6d62c35dbe Author: juga0 Date: Tue Aug 28 15:12:46 2018 + And remove it from README --- README.md | 8 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index ddf4d20..6febd3a 100644 --- a/README.md +++ b/README.md @@

[tor-commits] [sbws/master] Add refernce to deploy

2018-09-05 Thread pastly
commit 18d992abbfdf4a0110bd9c36950c52470d2f5f3c Author: juga0 Date: Tue Aug 28 15:08:01 2018 + Add refernce to deploy --- INSTALL.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index 21e8fbd..2fccc46 100644 --- a/INSTALL.rst +++

[tor-commits] [sbws/master] Reuse glossary term

2018-09-05 Thread pastly
commit 3432effef20007a9d9c6b9616581404a6748df67 Author: juga0 Date: Tue Aug 28 14:52:47 2018 + Reuse glossary term --- DEPLOY.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/DEPLOY.rst b/DEPLOY.rst index e6eb185..dfb8e1c 100644 --- a/DEPLOY.rst +++

[tor-commits] [sbws/master] Reuse glossary term

2018-09-05 Thread pastly
commit 1d23f7d0baa30ad328fec29ca4fcc01c92a894a6 Author: juga0 Date: Tue Aug 28 14:51:12 2018 + Reuse glossary term --- DEPLOY.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/DEPLOY.rst b/DEPLOY.rst index f5ae2cb..2d2e65e 100644 --- a/DEPLOY.rst +++

[tor-commits] [sbws/master] Simplify definition with specification terms

2018-09-05 Thread pastly
commit b53827073864c5bd32a4584236868af859baeffd Author: juga0 Date: Tue Aug 28 14:45:51 2018 + Simplify definition with specification terms --- docs/source/glossary.rst | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/source/glossary.rst

[tor-commits] [sbws/master] Add term to be used in DEPLOY.rst

2018-09-05 Thread pastly
commit 9be8d7de0034839045db77a1512d08eb5a5e26de Author: juga0 Date: Tue Aug 28 14:48:04 2018 + Add term to be used in DEPLOY.rst --- docs/source/glossary.rst | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/glossary.rst b/docs/source/glossary.rst

[tor-commits] [sbws/master] Reuse glossary term

2018-09-05 Thread pastly
commit a8bf0785bc01900ccacad0f4a8bd6f77dd1e7029 Author: juga0 Date: Tue Aug 28 14:51:33 2018 + Reuse glossary term --- DEPLOY.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPLOY.rst b/DEPLOY.rst index 2d2e65e..b9f63b7 100644 --- a/DEPLOY.rst +++

[tor-commits] [sbws/master] Reuse glossary term and do not repeat requirements

2018-09-05 Thread pastly
commit 560052868dd9adee2b1093530218e3e40b46b2d2 Author: juga0 Date: Tue Aug 28 14:52:29 2018 + Reuse glossary term and do not repeat requirements --- DEPLOY.rst | 19 +-- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/DEPLOY.rst b/DEPLOY.rst index

[tor-commits] [sbws/master] Add reference label to deploy file

2018-09-05 Thread pastly
commit 2d1a6355a75f43e4e2c77bd100eee1940657f69f Author: juga0 Date: Tue Aug 28 14:50:21 2018 + Add reference label to deploy file --- DEPLOY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEPLOY.rst b/DEPLOY.rst index e3c4ac4..f5ae2cb 100644 --- a/DEPLOY.rst +++

[tor-commits] [sbws/master] Indent example to the correct term

2018-09-05 Thread pastly
commit fb76c84fd593e66f9f4b76b5a670e71947ae519e Author: juga0 Date: Tue Aug 28 14:47:21 2018 + Indent example to the correct term --- docs/source/glossary.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/glossary.rst b/docs/source/glossary.rst

[tor-commits] [sbws/master] Simplify definition with specification terms

2018-09-05 Thread pastly
commit 093283236c73cbf32c308a33c01ef7572998883c Author: juga0 Date: Tue Aug 28 14:46:53 2018 + Simplify definition with specification terms --- docs/source/glossary.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/glossary.rst

[tor-commits] [sbws/master] Reuse terms used in the specification

2018-09-05 Thread pastly
commit db731a22b1c30a6a0678e5ba4a4fb6a138eee078 Author: juga0 Date: Tue Aug 28 14:42:49 2018 + Reuse terms used in the specification --- docs/source/glossary.rst | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/source/glossary.rst

[tor-commits] [sbws/master] Simplify definition with specification terms

2018-09-05 Thread pastly
commit d18ca62f1d786fc25f918a6ce2eb4a2d7db1e1dc Author: juga0 Date: Tue Aug 28 14:46:15 2018 + Simplify definition with specification terms --- docs/source/glossary.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source/glossary.rst

[tor-commits] [sbws/master] Use same definition as in metrics.tpo

2018-09-05 Thread pastly
commit 6c2a20d29c14cef5b082f0e75c166a281f7d59d2 Author: juga0 Date: Tue Aug 28 14:31:06 2018 + Use same definition as in metrics.tpo Let's try to reuse terms and reuse definitions, terms are already confusing enough. --- docs/source/glossary.rst | 6 +++--- 1 file

[tor-commits] [sbws/master] Add term used in the specification

2018-09-05 Thread pastly
commit 85e7f33d03d32d7110fe786583951d0b93c6e766 Author: juga0 Date: Tue Aug 28 14:45:28 2018 + Add term used in the specification and that can be also used in DEPLOY.rst --- docs/source/glossary.rst | 6 ++ 1 file changed, 6 insertions(+) diff --git

[tor-commits] [sbws/master] Add term used in the specification

2018-09-05 Thread pastly
commit 3e997cfa7b3b33ae6bf25e4266cb71fda7222abc Author: juga0 Date: Tue Aug 28 14:45:13 2018 + Add term used in the specification and that can be also used in DEPLOY.rst --- docs/source/glossary.rst | 5 + 1 file changed, 5 insertions(+) diff --git

[tor-commits] [sbws/master] Add term used in the specification

2018-09-05 Thread pastly
commit 4338313b8ca277c6ad34ebfeaf5abc0195a576cc Author: juga0 Date: Tue Aug 28 14:44:15 2018 + Add term used in the specification and that can be also used in DEPLOY.rst --- docs/source/glossary.rst | 5 + 1 file changed, 5 insertions(+) diff --git

[tor-commits] [sbws/master] Bump to 0.7.1-dev

2018-08-09 Thread pastly
commit 0ffe0d42fd429042b583ee081fc609dbbb36a714 Author: Matt Traudt Date: Thu Aug 9 06:50:53 2018 -0400 Bump to 0.7.1-dev --- sbws/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbws/__init__.py b/sbws/__init__.py index a71c5c7..fee9d85 100644 ---

[tor-commits] [sbws/master] Release 0.7.0

2018-08-09 Thread pastly
of `sbws_home` (which contains the path to a config +file) ### Added @@ -162,7 +167,8 @@ So fix that. - `earliest_bandwidth` being the newest bw not the oldest (thanks juga0) - `node_id` was missing the character "$" at the beginning -[Unreleased]: https://github.com/pastly/simple-

[tor-commits] [sbws/master] Revert "Remove init from documentation"

2018-08-09 Thread pastly
commit 7d5a00988599b5ff86a5ec7667a5629a92dddbab Author: juga0 Date: Thu Aug 2 17:47:36 2018 + Revert "Remove init from documentation" This reverts commit b91697cc3eb5badabd3a1cc16430ab6a28f648ea. Removed by mistake --- docs/source/sbws.core.rst | 54

[tor-commits] [sbws/master] Delete config.ini from documentation

2018-08-09 Thread pastly
commit 3cfb8dd5d0fe0de3228ffe054203da6a02fd3f77 Author: juga0 Date: Tue Jul 24 19:20:27 2018 + Delete config.ini from documentation and add config.example.ini --- docs/source/config.example.ini | 10 ++ docs/source/config.ini | 2 -- 2 files changed, 10

[tor-commits] [sbws/master] Replace conf['paths'] by conf.getpath('paths'

2018-08-09 Thread pastly
commit 036cc7f239a4605126cb3311e2cbfa2efc52dbcc Author: juga0 Date: Thu Aug 2 17:45:48 2018 + Replace conf['paths'] by conf.getpath('paths' --- sbws/lib/v3bwfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbws/lib/v3bwfile.py b/sbws/lib/v3bwfile.py index

[tor-commits] [sbws/master] Drop support for python 3.4

2018-08-09 Thread pastly
commit f82da2e10433cdcf92526c96590977fd1b9de8d4 Author: juga0 Date: Fri Aug 3 11:02:24 2018 + Drop support for python 3.4 --- tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 36d9283..bf86c65 100644 --- a/tox.ini +++ b/tox.ini @@

[tor-commits] [sbws/master] Replace conf['paths'] by conf.getpath('paths'

2018-08-09 Thread pastly
commit 3a4b2c0ef72bc3d4e554910e8278cf667711c744 Author: juga0 Date: Thu Aug 2 17:44:44 2018 + Replace conf['paths'] by conf.getpath('paths' --- sbws/core/generate.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbws/core/generate.py b/sbws/core/generate.py

  1   2   3   4   5   >