[tor-commits] [ooni-probe/master] Add some basic unittests for the ScheduledTasks

2016-09-19 Thread art
commit 5723658b20d834dfd02b04264bf3f9e4cd8c9f50 Author: Arturo Filastò Date: Tue Sep 6 16:50:03 2016 +0200 Add some basic unittests for the ScheduledTasks --- ooni/agent/scheduler.py | 6 +++--- ooni/settings.py | 2 -- ooni/tests/test_scheduler.py

[tor-commits] [ooni-probe/master] Update the updater

2016-09-19 Thread art
commit 8fa6e1ef7d7e1d8d7140e6171a7debabeffab908 Author: Arturo Filastò Date: Wed Sep 7 13:21:27 2016 +0200 Update the updater --- data/updater.py | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/data/updater.py b/data/updater.py index

[tor-commits] [ooni-probe/master] Better permissions handling for logfile and folder

2016-09-19 Thread art
commit 73b17d70ad8ac535ddebe36ca1b1d4c6277781d1 Author: Arturo Filastò Date: Fri Sep 2 15:17:24 2016 +0200 Better permissions handling for logfile and folder --- ooni/utils/log.py | 15 +++ 1 file changed, 15 insertions(+) diff --git a/ooni/utils/log.py

[tor-commits] [ooni-probe/master] Configure default decks when the scheduler is run for the first time.

2016-09-19 Thread art
commit 4e777252050d8b0266ce726ee8e43abfb6eaeb21 Author: Arturo Filastò Date: Fri Sep 2 17:36:14 2016 +0200 Configure default decks when the scheduler is run for the first time. * Add hook for running an operation when the task is run for the first time. ---

[tor-commits] [ooni-probe/master] When we talk about time ALWAYS use UTC

2016-09-19 Thread art
commit 46027a39a768efa6beabac9af62765970762f6bf Author: Arturo Filastò Date: Tue Sep 13 13:21:36 2016 +0200 When we talk about time ALWAYS use UTC --- ooni/agent/scheduler.py | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[tor-commits] [ooni-probe/master] Update updater script

2016-09-19 Thread art
commit 1d5d892181bf06f21b7c8df8566eb0906212382b Author: Arturo Filastò Date: Tue Sep 13 12:32:55 2016 +0200 Update updater script --- data/updater.py | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/data/updater.py b/data/updater.py index

[tor-commits] [ooni-probe/master] Improve sanity checks on tor_data_dir

2016-09-19 Thread art
commit a731364e988798ebeb12e52eff1b1c11e18cdb2c Author: Arturo Filastò Date: Wed Sep 7 16:49:19 2016 +0200 Improve sanity checks on tor_data_dir --- ooni/utils/onion.py | 40 1 file changed, 36 insertions(+), 4 deletions(-)

[tor-commits] [ooni-probe/master] Don't override the report_id

2016-09-19 Thread art
commit 406c60567a16f6a795602f59c7ec5a1f3e5bcce2 Author: Arturo Filastò Date: Tue Sep 13 17:16:10 2016 +0200 Don't override the report_id --- ooni/reporter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooni/reporter.py b/ooni/reporter.py index

[tor-commits] [ooni-probe/master] Bugfix in updater

2016-09-19 Thread art
commit 96c7b6103023f4968141eb707266bf2bfa167368 Author: Arturo Filastò Date: Wed Sep 7 13:36:43 2016 +0200 Bugfix in updater --- data/updater.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/updater.py b/data/updater.py index

[tor-commits] [ooni-probe/master] Check permissions on logfile as well

2016-09-19 Thread art
commit bfc0a51a0b63ceb1d07812f2a7edc6a63847ea90 Author: Arturo Filastò Date: Tue Sep 6 17:09:18 2016 +0200 Check permissions on logfile as well * Handle the case where the measurement directory doesn't exist yet --- ooni/measurements.py | 2 ++

[tor-commits] [ooni-probe/master] The updater needs to be updated

2016-09-19 Thread art
commit 5f3e8e311013d76db1dc62b21f66f0f3ce371c44 Author: Arturo Filastò Date: Tue Sep 13 13:00:11 2016 +0200 The updater needs to be updated --- data/updater.py | 6 +++--- ooni/ui/web/client/index.html | 2 +- 2 files changed, 4 insertions(+), 4

[tor-commits] [ooni-probe/master] Bugfixes to quota management

2016-09-19 Thread art
commit e6b6f023681bd4e04efa7eb896f2daf9291451ef Author: Arturo Filastò Date: Mon Sep 5 18:32:45 2016 +0200 Bugfixes to quota management --- ooni/agent/scheduler.py | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ooni/agent/scheduler.py

[tor-commits] [ooni-probe/master] Implement retry of director startup with bounded exponential binary backoff

2016-09-19 Thread art
commit 4f80a3bb07df8d742cb79f8ca918734412159422 Author: Arturo Filastò Date: Thu Sep 8 16:17:28 2016 +0200 Implement retry of director startup with bounded exponential binary backoff --- ooni/director.py | 7 +++ ooni/geoip.py | 8 +++-

[tor-commits] [ooni-probe/master] Address feedback from @bassosimone

2016-09-19 Thread art
commit 47b4587d22993343a26aef6eef3667fe959e005e Author: Arturo Filastò Date: Wed Sep 14 17:03:21 2016 +0200 Address feedback from @bassosimone --- Vagrantfile| 5 - data/ooniprobe.conf.sample | 2 +- ooni/agent/scheduler.py| 24

[tor-commits] [ooni-probe/master] Add more unittests for the scheduler

2016-09-19 Thread art
commit 4865ade8dc39d924e6a14e00c9b5a9e741f50abc Author: Arturo Filastò Date: Mon Sep 12 14:24:41 2016 +0200 Add more unittests for the scheduler * Make the logic for triggering scheduled deck tasks more robust --- ooni/agent/scheduler.py | 49

[tor-commits] [ooni-probe/master] Convert last runtime into UTC

2016-09-19 Thread art
commit 5d0f080b6d968172171c16cdd9a9ebd8cb887972 Author: Arturo Filastò Date: Mon Sep 12 17:00:27 2016 +0200 Convert last runtime into UTC --- ooni/agent/scheduler.py | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ooni/agent/scheduler.py

[tor-commits] [ooni-probe/master] Enable submission of reports when run through the web user interface

2016-09-19 Thread art
commit 2ab3219a6044b27c47dd310c1e6cecec20f006fd Author: Arturo Filastò Date: Tue Sep 13 18:57:03 2016 +0200 Enable submission of reports when run through the web user interface --- ooni/ui/web/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [ooni-probe/master] Remove outdated comment

2016-09-19 Thread art
commit 0e452b1c70607da8d389988bb72e85b6b229fe4b Author: Arturo Filastò Date: Wed Sep 14 17:11:04 2016 +0200 Remove outdated comment --- ooni/resources.py | 5 - 1 file changed, 5 deletions(-) diff --git a/ooni/resources.py b/ooni/resources.py index

[tor-commits] [collector/master] Split up bridge descriptor tarballs into one per type.

2016-09-19 Thread karsten
commit f608c94c7f731241bf7ee8e627ca1da98c23d858 Author: Karsten Loesing Date: Sun Sep 18 16:09:52 2016 +0200 Split up bridge descriptor tarballs into one per type. --- CHANGELOG.md | 4 src/main/resources/create-tarballs.sh | 26

[tor-commits] [collector/master] Sanitize TCP ports in bridge descriptors.

2016-09-19 Thread karsten
commit ecb053899eb965c2778cf05479c26549d67f7956 Author: Karsten Loesing Date: Fri Jun 10 13:28:42 2016 +0200 Sanitize TCP ports in bridge descriptors. Implements #19317. --- CHANGELOG.md | 2 +

[tor-commits] [ooni-probe/master] Implementing bridge failover in ooniprobe (#540)

2016-09-19 Thread art
commit 6f8fe6f7fa9197b2465bcbe3374722803f6a24d0 Author: Arturo Filastò Date: Wed Jun 29 16:38:09 2016 +0200 Implementing bridge failover in ooniprobe (#540) * Implementing bridge failover in ooniprobe We support failing over to obfs4 and meek when

[tor-commits] [ooni-probe/master] Add support for starting tests from the HTTP API

2016-09-19 Thread art
commit b2118234e7b85ad4381ef2caddb9ec37e131fba4 Author: Arturo Filastò Date: Fri Apr 1 19:48:14 2016 +0200 Add support for starting tests from the HTTP API --- ooni/director.py | 2 +- ooni/web/resources.py | 172

[tor-commits] [ooni-probe/master] Add a configuration option that allows to prioritise non-onion backends

2016-09-19 Thread art
commit 2eab4fe68b0dfbb082f3253ace5321afb79777dc Author: Arturo Filastò Date: Thu Jun 16 20:03:57 2016 +0300 Add a configuration option that allows to prioritise non-onion backends This option allows a user to specify that they wish to use either a https,

[tor-commits] [ooni-probe/master] Write the deck file to always the same filename deck/

2016-09-19 Thread art
commit 4239679d2d8d28828f6215b70678ab9c99887bd6 Author: Arturo Filastò Date: Wed Jun 29 20:14:01 2016 +0200 Write the deck file to always the same filename deck/ * Add some basic unittests for oonideckgen --- ooni/deckgen/cli.py| 39

[tor-commits] [ooni-probe/master] Implementing bridge failover in ooniprobe

2016-09-19 Thread art
commit 90ec4fb643841b4a2c97fa2985e66d7138049467 Author: Arturo Filastò Date: Tue Jun 14 16:15:44 2016 +0300 Implementing bridge failover in ooniprobe We support failing over to obfs4 and meek when vanilla tor does not work. * This implements #538 ---

[tor-commits] [ooni-probe/master] Add backend to required options to show error when it's not provided

2016-09-19 Thread art
commit 2b688756d9417d1c7279e8b4054fd739e5ca5c35 Author: Arturo Filastò Date: Sun Jul 24 23:46:36 2016 +0200 Add backend to required options to show error when it's not provided * Use same function to represent packets in traceroute test ---

[tor-commits] [ooni-probe/master] Merge pull request #574 from TheTorProject/hotfix/traceroute

2016-09-19 Thread art
commit 5e86276327953e5f054254b6a3f3bd7e1342bbf1 Merge: da2b173 2b68875 Author: Arturo Filastò Date: Tue Jul 26 02:09:06 2016 +0200 Merge pull request #574 from TheTorProject/hotfix/traceroute Add backend to required options to show error when it's not provided

[tor-commits] [ooni-probe/master] Use the ConfigTestCase also for test_nettest

2016-09-19 Thread art
commit 0842d2158ab879e34957168f509c6dfad9c3cb7a Author: Arturo Filastò Date: Wed Jun 29 20:50:40 2016 +0200 Use the ConfigTestCase also for test_nettest --- ooni/tests/test_nettest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ooni/tests/test_nettest.py

[tor-commits] [ooni-probe/master] Bump version number of master

2016-09-19 Thread art
commit 563e4ded184808ab68b36b3043e5a3ba7d6195f7 Author: Arturo Filastò Date: Fri Jul 29 13:42:18 2016 +0200 Bump version number of master --- ooni/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooni/__init__.py b/ooni/__init__.py index

[tor-commits] [ooni-probe/master] Delete inputs, resources and decks data directories

2016-09-19 Thread art
commit 9b48ff3033e93e7386a70f8649657e70abe061cf Author: Arturo Filastò Date: Tue Jul 26 16:14:51 2016 +0200 Delete inputs, resources and decks data directories --- MANIFEST.in | 2 -- data/decks/complete.deck | 72

[tor-commits] [ooni-probe/master] Delete dead code

2016-09-19 Thread art
commit 220c699d52620a4dee887ccc8438548df10960cd Author: Arturo Filastò Date: Mon Jul 25 16:07:08 2016 +0200 Delete dead code --- ooni/nodes.conf | 53 - ooni/oonid.py | 15 --- 2 files changed, 68

[tor-commits] [ooni-probe/master] ignoreExistingDirectory is a recent twisted thing.

2016-09-19 Thread art
commit 21e6b839918e88f8260a58b23614194ec1230247 Author: Arturo Filastò Date: Fri Aug 5 17:16:50 2016 +0200 ignoreExistingDirectory is a recent twisted thing. Wrap calls to makedirs with proper exception handling. --- ooni/deck/store.py | 13 +++--

[tor-commits] [ooni-probe/master] web-full.yaml: add missing word

2016-09-19 Thread art
commit eb7971a108201bed8f6735a14f7372ab9960 Author: Simone Basso Date: Mon Aug 8 18:46:27 2016 +0200 web-full.yaml: add missing word --- data/decks/web-full.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/decks/web-full.yaml

[tor-commits] [ooni-probe/master] Generate the filename for the report late on to avoid conflicts in measurement IDs

2016-09-19 Thread art
commit 40b83a84265a24bd6777195b43a36edc8dc42640 Author: Arturo Filastò Date: Tue Sep 6 22:05:15 2016 +0200 Generate the filename for the report late on to avoid conflicts in measurement IDs --- ooni/deck/deck.py | 18 ++ 1 file changed, 10

[tor-commits] [ooni-probe/master] Check for all the possible pid file locations when checking status of ooniprobe-agent

2016-09-19 Thread art
commit bb7bcdd18d6a94097cf4de057c752828cfdf16c6 Author: Arturo Filastò Date: Thu Sep 1 17:29:23 2016 +0200 Check for all the possible pid file locations when checking status of ooniprobe-agent * This fixes

[tor-commits] [ooni-probe/master] Add deck configuration step to the setup wizard

2016-09-19 Thread art
commit 0c27e0602cfcfb172bc09d1ca2c35a612803f783 Author: Arturo Filastò Date: Wed Aug 31 16:32:38 2016 +0200 Add deck configuration step to the setup wizard --- ooni/ui/web/server.py | 38 +- 1 file changed, 37 insertions(+), 1

[tor-commits] [ooni-probe/master] Add informed consent form to be used in the CLI version of ooniprobe

2016-09-19 Thread art
commit c23c47b4a314329b6bf9a778027b421801e55b82 Author: Arturo Filastò Date: Thu Aug 4 19:47:15 2016 +0200 Add informed consent form to be used in the CLI version of ooniprobe --- ooni/ui/consent-form.md | 265 1 file

[tor-commits] [ooni-probe/master] Add simple unittest for api_status

2016-09-19 Thread art
commit 417e64893fa21a9ca1b9e66efa812d784a128731 Author: Arturo Filastò Date: Tue Sep 6 16:08:27 2016 +0200 Add simple unittest for api_status --- .coveragerc | 2 +- ooni/tests/test_wui_server.py | 32 2 files

[tor-commits] [ooni-probe/master] Add support for initialization of ooniprobe

2016-09-19 Thread art
commit 27a299c5c7d195860e63aa0b1d316f3255e4857d Author: Arturo Filastò Date: Wed Aug 3 13:05:31 2016 +0200 Add support for initialization of ooniprobe --- data/decks/web.yaml | 1 + ooni/agent/scheduler.py | 25 +++--- ooni/scripts/ooniprobe.py

[tor-commits] [ooni-probe/master] Merge branch 'master' into v2.0.0-alpha

2016-09-19 Thread art
commit 847a951b40d1355c7f18d8e91001ad9a1e5fc984 Merge: 8048dbd da00195 Author: Arturo Filastò Date: Fri Aug 26 18:33:38 2016 +0200 Merge branch 'master' into v2.0.0-alpha * master: Don't look for the namebench csv file since we don't ship it

[tor-commits] [ooni-probe/master] Use errno instead of integer to detect if file already exists

2016-09-19 Thread art
commit 1952ca0f1d55d8b78a1bed22c150bdfaf288b94e Author: Arturo Filastò Date: Thu Sep 1 17:30:45 2016 +0200 Use errno instead of integer to detect if file already exists --- ooni/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[tor-commits] [ooni-probe/master] Improvements to start, stop, status workflow of ooniprobe-agent

2016-09-19 Thread art
commit e992f35ca6175ec53ec9966ca17966d86c129e8b Author: Arturo Filastò Date: Thu Sep 1 18:34:48 2016 +0200 Improvements to start, stop, status workflow of ooniprobe-agent * Better support for running it across different users ---

[tor-commits] [ooni-probe/master] Fix unittests for director, reporter and oonicli

2016-09-19 Thread art
commit 539c491e304a89ef2e57cb49aeeadbddab8d8baa Author: Arturo Filastò Date: Fri Aug 5 17:45:47 2016 +0200 Fix unittests for director, reporter and oonicli --- ooni/director.py| 1 - ooni/templates/httpt.py | 4 ++-- ooni/tests/bases.py | 1

[tor-commits] [ooni-probe/master] Implement disk quota management

2016-09-19 Thread art
commit def4c929d162852ace8a016bb3352677eec5bcde Author: Arturo Filastò Date: Tue Aug 30 02:09:55 2016 +0200 Implement disk quota management This is related to the feature described in here: https://github.com/TheTorProject/lepidopter/issues/53 ---

[tor-commits] [ooni-probe/master] Add to setup.py support for installing the updater

2016-09-19 Thread art
commit 21cf4b8525e911e89ee5c567ae5d375f88fda767 Author: Arturo Filastò Date: Mon Sep 5 16:36:13 2016 +0200 Add to setup.py support for installing the updater --- MANIFEST.in | 5 +- data/configs/lepidopter-ooniprobe.conf | 75 ---

[tor-commits] [ooni-probe/master] Update the updater

2016-09-19 Thread art
commit 1046f0ec3692f57d80ee73488bcdabc56d6e315c Author: Arturo Filastò Date: Tue Sep 6 12:50:09 2016 +0200 Update the updater --- data/updater.py | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/data/updater.py b/data/updater.py index

[tor-commits] [ooni-probe/master] Fix typo in data deletion schedule

2016-09-19 Thread art
commit b41bc4b5c6e9616fd4a0ea50a770d862984379e2 Author: Arturo Filastò Date: Mon Sep 5 15:54:40 2016 +0200 Fix typo in data deletion schedule --- ooni/agent/scheduler.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ooni/agent/scheduler.py

[tor-commits] [ooni-probe/master] Make settings parsing more robust

2016-09-19 Thread art
commit b334679f58c835b7a93b6f93662b7cf7aab80240 Author: Arturo Filastò Date: Fri Sep 2 17:35:36 2016 +0200 Make settings parsing more robust * Expand test case to cover more edge cases --- ooni/settings.py| 10 +++---

[tor-commits] [ooni-probe/master] Add ooniprobe systemd service

2016-09-19 Thread art
commit 8da2312d61c4c1a840d0878e19967629526cd731 Author: Arturo Filastò Date: Tue Sep 6 11:24:31 2016 +0200 Add ooniprobe systemd service --- scripts/systemd/ooniprobe.service | 15 +++ 1 file changed, 15 insertions(+) diff --git

[tor-commits] [ooni-probe/master] Bump version to rc.1

2016-09-19 Thread art
commit 7fe1bc1be0f657b8c2492408288067f2d4fd1d62 Author: Arturo Filastò Date: Tue Sep 6 16:19:02 2016 +0200 Bump version to rc.1 --- ooni/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooni/__init__.py b/ooni/__init__.py index

[tor-commits] [ooni-probe/master] Move lepidopter update install process to the install script

2016-09-19 Thread art
commit 1165aeee44567e604f24291a716ef2fb6202e38f Author: Arturo Filastò Date: Mon Sep 5 16:48:56 2016 +0200 Move lepidopter update install process to the install script --- setup.py | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git

[tor-commits] [ooni-probe/master] Add support for parsing multiple config files

2016-09-19 Thread art
commit 31bcae623b8a621aa941f284e67438168243c44a Author: Arturo Filastò Date: Fri Sep 2 15:00:48 2016 +0200 Add support for parsing multiple config files * Configuration files are parsed in a certain order and they override the default behavior. ---

[tor-commits] [ooni-probe/master] Bump to version a0

2016-09-19 Thread art
commit d1765a80349cc5eba46b342056cc08cc29ae6ae0 Author: Arturo Filastò Date: Sat Jul 30 17:23:46 2016 +0200 Bump to version a0 --- ooni/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooni/__init__.py b/ooni/__init__.py index

[tor-commits] [ooni-probe/master] Add support for deck lifecycle in the web UI

2016-09-19 Thread art
commit 7663106d25d272ffc7ff2208d95cddef3b685f62 Author: Arturo Filastò Date: Thu Aug 4 19:46:26 2016 +0200 Add support for deck lifecycle in the web UI * Fix a series of bugs found while testing * Bump the version number up one --- MANIFEST.in

[tor-commits] [ooni-probe/master] Ignore global options that are None or set to zero.

2016-09-19 Thread art
commit 196fc17c2d62a8eb37e95e55f0dedaa2c53284f5 Author: Arturo Filastò Date: Mon Aug 29 09:39:14 2016 +0200 Ignore global options that are None or set to zero. * Always pop values from task_data to ensure the options are always clean. This closes #592

[tor-commits] [ooni-probe/master] Don't look for the namebench csv file since we don't ship it

2016-09-19 Thread art
commit da00195094cdf22678d42608cdbc3bb22b9d757e Author: Arturo Filastò Date: Wed Aug 10 18:11:06 2016 +0200 Don't look for the namebench csv file since we don't ship it * Include an empty file so that older ooniprobes don't end up always updating the

[tor-commits] [ooni-probe/master] Merge pull request #581 from TheTorProject/feature/webui2-rb

2016-09-19 Thread art
commit 0b1ffa329ee7db8e11131f59f2113c9e55de3ee4 Merge: eaf15e6 f3d3bb1 Author: Arturo Filastò Date: Mon Aug 8 16:43:59 2016 +0200 Merge pull request #581 from TheTorProject/feature/webui2-rb Feature/webui2 rb .gitignore

[tor-commits] [ooni-probe/master] Run the check_for_update function when installation is complete

2016-09-19 Thread art
commit f7fec4b6d0aca457cfafdb0617218f2b4c0f0345 Author: Arturo Filastò Date: Sat Jul 30 17:53:32 2016 +0200 Run the check_for_update function when installation is complete --- Vagrantfile | 2 +- ooni/agent/scheduler.py | 6 ++- setup.py

[tor-commits] [ooni-probe/master] Don't raise an exception if a deck is already enabled

2016-09-19 Thread art
commit 886e19ec52e96a52c4a1d34d8126337eea18d66c Author: Arturo Filastò Date: Wed Aug 31 19:42:58 2016 +0200 Don't raise an exception if a deck is already enabled * Disable debug level logging in web server --- ooni/deck/store.py| 6 +-

[tor-commits] [ooni-probe/master] Bind by default to localhost. Add support for disabling the web UI.

2016-09-19 Thread art
commit e020064d31ee93e85fda73dc7a89ac55b97f4aa4 Author: Arturo Filastò Date: Fri Aug 26 18:44:53 2016 +0200 Bind by default to localhost. Add support for disabling the web UI. * Expose these options via configuration options This fixes #589 ---

[tor-commits] [ooni-probe/master] Convert the director status into a property so the IP and ASN get's updated

2016-09-19 Thread art
commit c7970d24f0285e08a57a3b362889f308dbcdbf3c Author: Arturo Filastò Date: Mon Aug 1 19:02:23 2016 +0200 Convert the director status into a property so the IP and ASN get's updated * Make another call to resolveGeodata after we fetch the inputs

[tor-commits] [ooni-probe/master] Bump to alpha.2

2016-09-19 Thread art
commit f3d3bb10d52e472c880eaa0ca3f69cc3fe14dc6d Author: Arturo Filastò Date: Mon Aug 8 16:42:16 2016 +0200 Bump to alpha.2 * Use semantic versioning --- ooni/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooni/__init__.py

[tor-commits] [ooni-probe/master] settings.py: make sure default paths are okay

2016-09-19 Thread art
commit 8048dbd1d1775dc658537b138e102a9e8319f147 Author: Simone Basso Date: Mon Aug 8 19:24:29 2016 +0200 settings.py: make sure default paths are okay --- ooni/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ooni/settings.py

[tor-commits] [ooni-probe/master] Bundle rebuilt

2016-09-19 Thread art
commit 9a26fc9c70f781bba30c0680c7ff542e2cab83d8 Author: Arturo Filastò Date: Mon Jul 18 23:09:08 2016 +0200 Bundle rebuilt --- ooni/ui/web/client/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooni/ui/web/client/index.html

[tor-commits] [ooni-probe/master] Remove debug

2016-09-19 Thread art
commit 19f2fc8b08bd5a3172388044ee766b6aa75c45d7 Author: Arturo Filastò Date: Mon Jul 18 20:16:55 2016 +0200 Remove debug --- ooni/ui/web/server.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ooni/ui/web/server.py b/ooni/ui/web/server.py index

[tor-commits] [ooni-probe/master] Add minimal outline of the ooniprobe-agent and new deck format

2016-09-19 Thread art
commit 7829363f1066a469995c0410025d7e895522363f Author: Arturo Filastò Date: Mon Jul 25 16:08:05 2016 +0200 Add minimal outline of the ooniprobe-agent and new deck format * Use DuckDuckGo to perform geoip lookups instead of torproject.org * Big

[tor-commits] [ooni-probe/master] [Web UI] Refactoring of web UI

2016-09-19 Thread art
commit bd4458d07a7f6755b5c104c068e9c8dd86ce2852 Author: Arturo Filastò Date: Mon Jun 13 00:44:58 2016 +0200 [Web UI] Refactoring of web UI * Move into the ooni/ui tree * Move the web UI related files to a separate repository --- ooni/ui/web/server.py |

[tor-commits] [ooni-probe/master] Start outlining update mechanism for inputs

2016-09-19 Thread art
commit cee9d833edca688429e5323426a1b9ef43050d46 Author: Arturo Filastò Date: Fri Jul 22 19:49:41 2016 +0200 Start outlining update mechanism for inputs * Expose only simple options in web UI --- ooni/deck.py | 109

[tor-commits] [ooni-probe/master] Write ooniprobe reports in JSON format on disk

2016-09-19 Thread art
commit 1ec88b611d77048b8281d3358b20883388bd8283 Author: Arturo Filastò Date: Thu Jul 14 21:30:01 2016 +0200 Write ooniprobe reports in JSON format on disk * Implement various API endpoints --- ooni/measurements.py | 19 +++ ooni/reporter.py | 116

[tor-commits] [ooni-probe/master] Better handling of exceptions inside of web ui server

2016-09-19 Thread art
commit 08ed96f1878a7d1013782553089c05f058d85fab Author: Arturo Filastò Date: Fri Jul 22 19:49:08 2016 +0200 Better handling of exceptions inside of web ui server --- ooni/ui/web/server.py | 145 +- 1 file changed, 84

[tor-commits] [ooni-probe/master] Start the director after the GUI is available. Implement a long polling mechanism.

2016-09-19 Thread art
commit f7f272d93a640d091855c7ca85c274b3aa7113e9 Author: Arturo Filastò Date: Mon Jul 18 19:18:39 2016 +0200 Start the director after the GUI is available. Implement a long polling mechanism. --- ooni/ui/web/server.py | 80

[tor-commits] [ooni-probe/master] Call setupBaseAddress after setting the settings

2016-09-19 Thread art
commit 503c8412828725871be129b073c005a10404df6d Author: Arturo Filastò Date: Tue Jun 21 18:00:41 2016 +0200 Call setupBaseAddress after setting the settings This makes it possible to re-instantiate a BackendClient from the settings --- ooni/backend_client.py

[tor-commits] [ooni-probe/master] Fixes to support cloudfronting and https collectors

2016-09-19 Thread art
commit 409f8a595ec2b67f89d6fca0f621530b732cedc1 Author: Arturo Filastò Date: Tue Jun 21 16:28:18 2016 +0200 Fixes to support cloudfronting and https collectors --- ooni/backend_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ooni/backend_client.py

[tor-commits] [ooni-probe/master] Delete the app component template

2016-09-19 Thread art
commit d8e04435e4f154466fa9354ce215fff2c7af77d9 Author: Arturo Filastò Date: Mon Jul 18 19:19:24 2016 +0200 Delete the app component template --- data/component-template/templ.component.js | 10 -- data/component-template/templ.controller.js | 5 -

[tor-commits] [ooni-probe/master] Use the testing https and cloudfronted bouncer

2016-09-19 Thread art
commit acda284b56fa3a75acbe7d000fbdefb643839948 Author: Arturo Filastò Date: Fri Jun 24 16:29:48 2016 +0200 Use the testing https and cloudfronted bouncer * Bump version number to 1.6.0rc1 --- ooni/constants.py | 4 +++- 1 file changed, 3 insertions(+), 1

[tor-commits] [ooni-probe/master] Merge branch 'master' of github.com:TheTorProject/ooni-probe

2016-09-19 Thread art
commit df0214e8ced0be1ab6bf965e1385cbe428ff1e8d Merge: 7eae5c1 5e86276 Author: Arturo Filastò Date: Fri Jul 29 13:30:01 2016 +0200 Merge branch 'master' of github.com:TheTorProject/ooni-probe * 'master' of github.com:TheTorProject/ooni-probe: Add backend

[tor-commits] [ooni-probe/master] ooni/agent/scheduler.py: fix easter egg date

2016-09-19 Thread art
commit 1b9cb5e63687ca41abadb38282717b63620c719b Author: Simone Basso Date: Mon Sep 19 12:43:07 2016 +0200 ooni/agent/scheduler.py: fix easter egg date --- ooni/agent/scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [ooni-probe/master] ui/web/server.py: pass binary, not unicode cookies

2016-09-19 Thread art
commit 21548e9f0f53100336ef4f22d423f5f728a117e5 Author: Simone Basso Date: Mon Sep 19 11:04:53 2016 +0200 ui/web/server.py: pass binary, not unicode cookies It seems that Twisted has added a function enforcing binary data (not unicode, or str) when

[tor-commits] [ooni-probe/master] Add changelog entry for 2.0.0-rc.3

2016-09-19 Thread art
commit 77c2e0f7f2c1df0d7490d560103ba241c5502c87 Author: Arturo Filastò Date: Mon Sep 19 14:11:00 2016 +0200 Add changelog entry for 2.0.0-rc.3 --- ChangeLog.rst | 5 + 1 file changed, 5 insertions(+) diff --git a/ChangeLog.rst b/ChangeLog.rst index

[tor-commits] [ooni-probe/master] Retry 3 times the http_requests integration tests.

2016-09-19 Thread art
commit 7be2fc5571c9a0c7fa65de70381819f9f458e6fe Author: Arturo Filastò Date: Fri Sep 16 19:19:31 2016 +0200 Retry 3 times the http_requests integration tests. Hopefully this will overcome the transient failures. --- ooni/tests/test_oonicli.py | 13

[tor-commits] [ooni-probe/master] Strip the filepath from input_store listing

2016-09-19 Thread art
commit baa505da2dcd2cf69e58fe212a2bc8478cf99617 Author: Arturo Filastò Date: Sun Sep 18 16:41:38 2016 +0200 Strip the filepath from input_store listing --- ooni/deck/store.py| 4 ++-- ooni/ui/web/server.py | 6 -- 2 files changed, 6 insertions(+), 4

[tor-commits] [ooni-probe/master] Various code style fixes suggested by @bassosimone

2016-09-19 Thread art
commit 3483c8005ecf8eb0c856f04913f6132f547f2d84 Author: Arturo Filastò Date: Fri Sep 16 11:56:38 2016 +0200 Various code style fixes suggested by @bassosimone --- ooni/reporter.py| 6 +++--- ooni/resources.py | 4

[tor-commits] [ooni-probe/master] First kill ooniprobe-agent with SIGTERM and then hit it harder with SIGKILL

2016-09-19 Thread art
commit 16fa7de0af33194376ea1da6a8813ffe85d18a81 Author: Arturo Filastò Date: Fri Sep 16 11:57:32 2016 +0200 First kill ooniprobe-agent with SIGTERM and then hit it harder with SIGKILL --- ooni/scripts/ooniprobe_agent.py | 20 1 file changed, 16

[tor-commits] [ooni-probe/master] The version numbers of oonideckgen, oonireport and ooniresources are now the same of ooniprobe

2016-09-19 Thread art
commit 9f92dc3eefef065ef0be7b577950e2c916f2cc47 Author: Arturo Filastò Date: Fri Sep 16 11:57:02 2016 +0200 The version numbers of oonideckgen, oonireport and ooniresources are now the same of ooniprobe --- ooni/scripts/oonideckgen.py | 4 +---

[tor-commits] [ooni-probe/master] Add some debugging logs to the refresh deck list

2016-09-19 Thread art
commit a3700b5eabd923886f0e6951784196bdc451caaa Author: Arturo Filastò Date: Tue Sep 13 17:20:34 2016 +0200 Add some debugging logs to the refresh deck list --- ooni/agent/scheduler.py | 5 + 1 file changed, 5 insertions(+) diff --git a/ooni/agent/scheduler.py

[tor-commits] [ooni-probe/master] Make changes to the updater based on feedback by @bassosimone

2016-09-19 Thread art
commit 45993baf6bf0ae5377dcc9f99d9bf1c19a050b0b Author: Arturo Filastò Date: Thu Sep 15 12:41:42 2016 +0200 Make changes to the updater based on feedback by @bassosimone --- MANIFEST.in | 2 +- data/lepidopter-update.py | 385

[tor-commits] [ooni-probe/master] Force creation of decks-available directory.

2016-09-19 Thread art
commit 28a441b1da39b8b8de28752dcfc0578352f6911c Author: Arturo Filastò Date: Tue Sep 13 15:28:02 2016 +0200 Force creation of decks-available directory. Failing to do so will lead to the decks not being copied over and pip will silently fail. --- setup.py

[tor-commits] [ooni-probe/master] The last runtime should be determined based on the time we started the task

2016-09-19 Thread art
commit 5c0fd074630b7fdd4e066c0b783242880d0838a3 Author: Arturo Filastò Date: Mon Sep 12 14:53:32 2016 +0200 The last runtime should be determined based on the time we started the task --- ooni/agent/scheduler.py | 8 1 file changed, 4 insertions(+), 4

[tor-commits] [ooni-probe/master] ooniprobe_agent: fix behavior when no command is specified

2016-09-19 Thread art
commit 300660ff9873d45d78e54b4a9c09c7c659afe6f5 Author: Simone Basso Date: Mon Sep 19 11:02:17 2016 +0200 ooniprobe_agent: fix behavior when no command is specified --- ooni/scripts/ooniprobe_agent.py | 21 +++-- 1 file changed, 19 insertions(+), 2

[tor-commits] [ooni-probe/master] Bump to release candidate 3

2016-09-19 Thread art
commit b6b03acf87c44e798480deefd86ce2bb5926b7c0 Author: Arturo Filastò Date: Mon Sep 19 13:38:27 2016 +0200 Bump to release candidate 3 --- ooni/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooni/__init__.py b/ooni/__init__.py index

[tor-commits] [ooni-probe/master] Move check for running process into utility function

2016-09-19 Thread art
commit 8c3a65edc75e6830f4e5c7a6c2e1afd55851de3e Author: Arturo Filastò Date: Thu Sep 15 16:22:12 2016 +0200 Move check for running process into utility function * More fixes based on review by @bassosimone --- ooni/measurements.py| 18

[tor-commits] [ooni-probe/master] In virtualenvs the /usr/share path is actually prefix/share/

2016-09-19 Thread art
commit 38775a3d39f598e925170f5f30792a44415a8a74 Author: Arturo Filastò Date: Tue Sep 13 15:41:11 2016 +0200 In virtualenvs the /usr/share path is actually prefix/share/ --- ooni/settings.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2

[tor-commits] [ooni-probe/master] Bump the timeout value for test_oonicli.

2016-09-19 Thread art
commit 4fd30aab622dcd9dc50311dd8e1ccf58cdafaa87 Author: Arturo Filastò Date: Fri Sep 16 18:23:40 2016 +0200 Bump the timeout value for test_oonicli. Travis has gotten slower or our tests have gotten slower, either way let's increase this to avoid all the

[tor-commits] [ooni-probe/master] Refactor the pattern for directory creation into a function

2016-09-19 Thread art
commit ba8558514aabc963782688ac694daa196c53dc8d Author: Arturo Filastò Date: Fri Sep 16 12:10:20 2016 +0200 Refactor the pattern for directory creation into a function --- ooni/deck/store.py | 14 -- ooni/resources.py | 16

[tor-commits] [ooni-probe/master] Fix cache updating logic.

2016-09-19 Thread art
commit 79ed2a50afc489b925bd6eaa78f1342d60877955 Author: Arturo Filastò Date: Fri Sep 16 17:52:06 2016 +0200 Fix cache updating logic. * Fix typo in comment --- ooni/deck/store.py| 11 --- ooni/ui/web/server.py | 4 ++-- 2 files changed, 10

[tor-commits] [ooni-probe/master] Revert "ui/web/server.py: pass binary, not unicode cookies"

2016-09-19 Thread art
commit baee35fe51e70547e6128885ee0a97e1937d95d0 Author: Simone Basso Date: Mon Sep 19 11:37:20 2016 +0200 Revert "ui/web/server.py: pass binary, not unicode cookies" This reverts commit 21548e9f0f53100336ef4f22d423f5f728a117e5 since now Travis is failing

[tor-commits] [ooni-probe/master] Bump up the default timeout for tor to 400 seconds

2016-09-19 Thread art
commit 3f25dad2ed4ede50798465eb284dbbc8f52e5ee4 Author: Arturo Filastò Date: Tue Sep 13 17:42:33 2016 +0200 Bump up the default timeout for tor to 400 seconds --- ooni/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ooni/settings.py

[tor-commits] [ooni-probe/master] Merge pull request #582 from TheTorProject/v2.0.0-alpha

2016-09-19 Thread art
commit 7d5f430becd2372d71c8e5839d32244121dbbe80 Merge: da00195 b6b03ac Author: Simone Basso Date: Mon Sep 19 13:56:08 2016 +0200 Merge pull request #582 from TheTorProject/v2.0.0-alpha V2.0.0 alpha .coveragerc| 2

[tor-commits] [ooni-probe/master] Skip tests for http_requests integration tests

2016-09-19 Thread art
commit a89d9124caaac15dd54af44975e6029821c41f78 Author: Arturo Filastò Date: Mon Sep 19 12:43:55 2016 +0200 Skip tests for http_requests integration tests --- ooni/tests/test_oonicli.py | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git

[tor-commits] [ooni-probe/master] Revert "Revert "ui/web/server.py: pass binary, not unicode cookies""

2016-09-19 Thread art
commit 897041c08eb6a54e8b181781718412d1500e9800 Author: Simone Basso Date: Mon Sep 19 12:12:42 2016 +0200 Revert "Revert "ui/web/server.py: pass binary, not unicode cookies"" This reverts commit baee35fe51e70547e6128885ee0a97e1937d95d0 because apparently

  1   2   >