Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

OONI

We are a global community measuring Internet censorship since 2012.
Collective - Host: opensource - https://opencollective.com/ooni - Website: https://ooni.org - Code: https://github.com/ooni

tests needs to be a module for mocks to import

github.com/ooni/probe-legacy - d77cc9075ec140e52cfb18100852acdb3e1da228 authored almost 12 years ago
Refactoring of the architecture of the taskManager

Minimize coupling, make clearer the chain of responsibilities

github.com/ooni/probe-legacy - 813230cc416338740bf72acb04b97042ebd5261a authored almost 12 years ago
Move Director Mocks into mocks.py

github.com/ooni/probe-legacy - 4ffc3c0fefe2f902a48b25df74920e8f46a4486d authored almost 12 years ago
Get test version from net_test_file and parse all options

Adds helper method _parseNetTestOptions to NetTestLoader in order
to assemble the various option...

github.com/ooni/probe-legacy - 2da452336aeb1eac53809305661ba727d8daef7c authored almost 12 years ago
Move NetTest Mocks into mocks.py

github.com/ooni/probe-legacy - 30d8b172d335062ad535fdbb9889fb4895fe6bc5 authored almost 12 years ago
Add tests for missing required options and invalid options

github.com/ooni/probe-legacy - bbb766fdad91cc5f7e167063f44b1137dd7f4939 authored almost 12 years ago
Use a Mediator pattern to keep track of which tests have failed

github.com/ooni/probe-legacy - e10008eb9d9f1df1d1ff9b3f7c69092e101c7716 authored almost 12 years ago
Move setUpNetTestCases into start() and set up measurementManager

Also updates the test cases.

github.com/ooni/probe-legacy - 786436d45d9dfc4c62a46dbf6e2bf0ab9ca94f61 authored almost 12 years ago
Add NetTestCase option validation

Options that are passed to the NetTest constructor must be valid
options defined in the NetTestC...

github.com/ooni/probe-legacy - 54d2aa3fb57f733ab9285df2eab685fa2e0e12fe authored almost 12 years ago
Work on the Director

Provide glue between Director, Tasks and Managers
Director will keep track of the failure rate o...

github.com/ooni/probe-legacy - 8ca9928040168b71dbf41ed092c30def4a129e48 authored almost 12 years ago
Move parseNetTestOptions to oonicli

github.com/ooni/probe-legacy - 9f1d820721d52a5d1f2e8aa00d3980e9c42226dd authored almost 12 years ago
Start outlining unittests for director

github.com/ooni/probe-legacy - a90f2d1e06f707c8cc86efb8d17dbff59b86e90b authored almost 12 years ago
Move Managers Mocks into mocks.py

github.com/ooni/probe-legacy - b59c17b8a9a0fc19ea12492df4163a329f23cadc authored almost 12 years ago
Basic testing and implementation of reporting task manager

github.com/ooni/probe-legacy - 725f9ee90fb10997f57a5c1a5313ae7a84b68249 authored almost 12 years ago
Import base test_reporter from aagbsn's repo

github.com/ooni/probe-legacy - f0a8eead84d2356f89adb930b5934188f82e7580 authored almost 12 years ago
Work in progress on Reporter and NetTest

github.com/ooni/probe-legacy - 2d0dc1b57f0e1f407749d6f3c22f233f43e618b3 authored almost 12 years ago
Test if the done callback will fire when all tasks have been completed

github.com/ooni/probe-legacy - 77fe44bd5dd5a50f7707c2e2e5a9354339e60d68 authored almost 12 years ago
Prevent divide by zero bug

github.com/ooni/probe-legacy - 442a51799ca892e4dcacd410be386418a754531b authored almost 12 years ago
Implement and unittest code for tasks that timeout

github.com/ooni/probe-legacy - ba8fb7ce88d179bf7f3ae09017b6ec3b5eca3f96 authored almost 12 years ago
Add tests for NetTest

Test loading NetTestCase with required options and verify that
the appropriate exceptions are ra...

github.com/ooni/probe-legacy - 7cdfc6f6dd0dbee7ac18384d5f37b1a365763ad8 authored almost 12 years ago
add processTest to NetTest class

ripped out of runner.py and needs testing

github.com/ooni/probe-legacy - f7a6a5229c859aa2cc66f307c0b2363ca00346db authored almost 12 years ago
Import handleAllFailures and failureToString from ooni.errors

github.com/ooni/probe-legacy - 08f87c126d122ad770142f4cfb9990dd6efeccbe authored almost 12 years ago
Check to see if the test methods are callables

github.com/ooni/probe-legacy - 606df6ea2010a2d0a172149bbbfd263e58d67cb7 authored almost 12 years ago
Minor cleaning of Measurement Task

github.com/ooni/probe-legacy - fad04d7b705cfe2b70e571099f02d37b9acaed80 authored almost 12 years ago
Refactoring of NetTestCase and NetTest with partial unittesting

github.com/ooni/probe-legacy - 376715a8350a0a52c57a2fa6f8d68b5d37eafb8d authored almost 12 years ago
Fix imports in nettest unittest

github.com/ooni/probe-legacy - 232a208152173cadcdd68f852c0a6254dec59481 authored almost 12 years ago
Test and implement TasksWithTimeout

Do some refactoring of the unittesting logic

github.com/ooni/probe-legacy - 2b4455c659dc4faf0b0085baeb63cf455583ac35 authored almost 12 years ago
Load NetTests from strings

This is achieved by converting the string to a StringIO

github.com/ooni/probe-legacy - 423d3d6882b8945be915162e54a914c49b393fd7 authored almost 12 years ago
Basic unittest for representing scapy packets

(cherry picked from commit 442a4a3aa716bfcc3f8f2cd2e249dc000f991950)

github.com/ooni/probe-legacy - 6b78de5aeaab6e9cf226fa6a05378427dc19239f authored almost 12 years ago
Unittesting for MeasurementManager

github.com/ooni/probe-legacy - ebe629c757de00639a55592e7693107bc3d92094 authored almost 12 years ago
Write some unittests for NetTest class

github.com/ooni/probe-legacy - ac129c6be76d35f6fa4c1ef6ac3d361dd69e1459 authored almost 12 years ago
Add loadNetTest to NetTest

loadNetTest populates the test_cases from a file on disk or a file-like object
like StringIO
(ch...

github.com/ooni/probe-legacy - c3fcff4e4a68ad98507e2abb18b64790e7239c70 authored almost 12 years ago
Work with aagbsn to make the TaskManager pass all tests

Tests will retry to run until the retry limit has been reached
Test failures are properly kept t...

github.com/ooni/probe-legacy - 8fc8056fa1796c3f5d096d98076aa9d0bbbe47d9 authored almost 12 years ago
Move error handling functionality to the errors module

github.com/ooni/probe-legacy - 12edd26ab39ebd82b9826ea8105c01ac01bac7b8 authored almost 12 years ago
Function that will transform an object into a listiterable

Will return the iterable if it's an iterable

github.com/ooni/probe-legacy - c5513ba318ed75a78f010ad32702d55d4e0516e6 authored almost 12 years ago
Re-organize module structure

github.com/ooni/probe-legacy - 83b169fbae5174255d17939464b29782f81d6de8 authored almost 12 years ago
Move Measurement and ReportEntry into the tasks module

github.com/ooni/probe-legacy - 89c8bd37973b87f9eb405f0020f9caf82e07ce8d authored almost 12 years ago
Renaming of measurements methods

github.com/ooni/probe-legacy - e211916588c55f162c1d14fde2c105decddc2aa1 authored almost 12 years ago
Work on TaskManager and write tests for it

Changes to the API of the MeasurementManager and ReportManager

github.com/ooni/probe-legacy - f621794d11c3dda37edbccf82a56db1025e348c7 authored almost 12 years ago
Rename test_manager to test_nettest

Remove duplicated tests

github.com/ooni/probe-legacy - 84965ad6fb2235119012c502c555850eb967d342 authored almost 12 years ago
Fix import inside of nettest

github.com/ooni/probe-legacy - 649aa4710ee6b180310f4636f41b2561ed6df47e authored almost 12 years ago
Delete measurements module

github.com/ooni/probe-legacy - ca24885eeea83c023e79eecedb139db21cbc1cd9 authored almost 12 years ago
Move NetTest over to nettest module

github.com/ooni/probe-legacy - f5afa1568e6065c2d1e845e522afb99175d2fa7a authored almost 12 years ago
Properly rename MeasurementsManager

github.com/ooni/probe-legacy - cc36ec077351ecb910cae28d47329c5e215838a0 authored almost 12 years ago
Outline the rate limiting abstract class (#7852)

Classes that impose constraints on timeouts and issue rate go here.

github.com/ooni/probe-legacy - 6f5da8e07d7cbc357ba4a15f7a65d3cf57925a11 authored almost 12 years ago
Outline the base class for tasks (#7852)

Tasks are the jobs that get handled by the managers.

github.com/ooni/probe-legacy - cc4b5f2180c451faf173f23c5213a18413f204a7 authored almost 12 years ago
Refactoring of reporting managers

Make the dependencies between modules much clearer
Sketch out a graph that illustrates such depe...

github.com/ooni/probe-legacy - 055993061eb1a69a9e9876091d9b07f894deda32 authored almost 12 years ago
Outline the Measurements and NetTest classes (#7852)

These wrap the NetTestCase and implement the failure and retry logic.
NetTest is responsible for...

github.com/ooni/probe-legacy - f55e52c2b851f386ca3a040590f0f615d237b59e authored almost 12 years ago
Start outlining the Manager classes (#7852)

These will keep track of the running measurements and reporting tasks.

github.com/ooni/probe-legacy - 559c3fa2969346234c86a510ad9c78c6d0baa21b authored almost 12 years ago
Start outlining the unittests for manager (#7852)

This should be split up into further blocks

github.com/ooni/probe-legacy - 8913e5fa4b73aaa55561747fa244e1ab5964d6f6 authored almost 12 years ago
Merge pull request #12 from hellais/http-requests

Http requests

github.com/ooni/spec - 691a1948282ca6c1c25776b313324b2ed0168f0c authored almost 12 years ago
Merge pull request #11 from hellais/error-messages

Error messages

github.com/ooni/spec - 3f67aa5d97320b5ae8d9d5a26c4f66aad6b17e8c authored almost 12 years ago
Merge pull request #13 from TheTorProject/httphost

Httphost

github.com/ooni/spec - 10059505c93d11283b922fa01474159001bcae9b authored almost 12 years ago
Add an example test that inherits from the HTTP and DNS test template

github.com/ooni/probe-legacy - 0c99be6979ace45d9d46758aa9c1e1741fbb69b9 authored almost 12 years ago
Fix bug #7999 allowing tests to inherit from multiple test templates

github.com/ooni/probe-legacy - 1e351c9bc86f89ad022fb1e580182acbb4778dee authored almost 12 years ago
Reflect changes in test for transparent_http_proxy

github.com/ooni/spec - 8c6c84f4e0b1cdf710a15f8b132020e04bd1d938 authored almost 12 years ago
Uniform transparent_http_proxy keys in report

github.com/ooni/probe-legacy - 0c49af0fef382cef3dfa8da5b3288f526d5b40bb authored almost 12 years ago
Fix indentation of sample output

github.com/ooni/spec - fd24fa692bab7ed71e0be1c79b3fafa50daae51d authored almost 12 years ago
Add test specification for HTTP Host test

github.com/ooni/spec - f4b1888a55f134c0e7b26259dbc152d4dca3130d authored almost 12 years ago
Bump up the version of the HTTP Host test.

* Always perform a connection directly to the oonib test helper
* Always include the 'censored' ...

github.com/ooni/probe-legacy - f85dbd4a4433a478e12ce3921ce072a2b7019eb9 authored almost 12 years ago
Merge pull request #37 from hellais/http_requests_refactor

Refactor HTTP Requests test

github.com/ooni/probe-legacy - e746f6263dd88fdde408809dfa93af5b131ca558 authored almost 12 years ago
Merge branch 'master' into experimental-tests

* master: (32 commits)
Add sudo to apt-key
Add note on wheezy and natty
fix text where we ...

github.com/ooni/probe-legacy - 9cad53b7a979e5c8478f51dca32a191c2b31e0a1 authored almost 12 years ago
Merge remote-tracking branch 'thetorproject/master' into merging

* thetorproject/master:
Set a default collector

github.com/ooni/probe-legacy - 5f568cb1b1bc896641145d79b5c9e42067282bab authored almost 12 years ago
Add sudo to apt-key

github.com/ooni/probe-legacy - 691aed31e8c91d65057fe12b0dc3dd9afdf7da38 authored almost 12 years ago
Add note on wheezy and natty

github.com/ooni/probe-legacy - 4f5172047752644ae06163077c7c41cd946cce1d authored almost 12 years ago
fix text where we called a SOCKS port an orport

github.com/ooni/probe-legacy - 6aeb43cf7373da2c640499836319df76fdda99e8 authored almost 12 years ago
fixup decks/before_i_commit.testdeck to actually run against master

github.com/ooni/probe-legacy - 3b4407e76d80d8a953c7a6c3ec8d89be037b21c0 authored almost 12 years ago
Add default config file

github.com/ooni/probe-legacy - 84c7b36894283b013917266249d1ad03dd3e0936 authored almost 12 years ago
remove python-pcapy

github.com/ooni/probe-legacy - 57a18b3cb3f1749923d7c6798a3d069ac38d878b authored almost 12 years ago
add missing ;

github.com/ooni/probe-legacy - f262b61e72ce0c066fd9bac26bf334e517755dc4 authored almost 12 years ago
Use Tor mirror of scapy-02-25-2013-tip.zip

github.com/ooni/probe-legacy - 25a8dbd4ca76b91b31f10f768914fe2e57eb7b8a authored almost 12 years ago
Use Tor mirror of scapy-02-25-2013-tip.zip

github.com/ooni/backend - 71adc58c4872841f829efb2a5cd7edeb9d5848f5 authored almost 12 years ago
Add wheezy support for arma to test

github.com/ooni/probe-legacy - fb3df16f6ca3753eab4ba1f634521e4bf7ca9da4 authored almost 12 years ago
Make the final output more generic

github.com/ooni/probe-legacy - a5b89645e809ecebb524304bd3a9fa07f8b7685d authored almost 12 years ago
Update README.md to explain easy setup steps

github.com/ooni/probe-legacy - de4c9f0abd91497b06397eefa3b29473e7796416 authored almost 12 years ago
Add stable mirror to requirements.txt

github.com/ooni/probe-legacy - 9939c12d316d9d21eae9e77842c9f0deccbb5bf3 authored almost 12 years ago
Merge pull request #47 from aagbsn/add_default_oonib_reporter_legacy

Add default oonib reporter

github.com/ooni/probe-legacy - 46308d5ef692d3a454ed9309a1d1dd6efc227f60 authored almost 12 years ago
Merge branch 'master' of ssh://git-rw.torproject.org/ooni-probe

github.com/ooni/probe-legacy - 064be176e2b02b4ff4a15f48777e1b5b03f7e882 authored almost 12 years ago
Set a default collector

github.com/ooni/probe-legacy - c6d4fff1d3fcf39181311adad57cff576d5d497f authored almost 12 years ago
Merge pull request #39 from aagbsn/captive_portal_fixes

Catch 302 redirect loops and log.err not log.warn

github.com/ooni/probe-legacy - 5ff0b8e952615860f819477ad9a2f649eda0fffd authored almost 12 years ago
Merge pull request #38 from hellais/littlefixes

Littlefixes

github.com/ooni/probe-legacy - 8a5b05557e9400963d42fec62f4e4fb61049e0aa authored almost 12 years ago
Update README.md with setcap instructions

github.com/ooni/probe-legacy - 7823c2baf22dc0c88fc3c31e8336b76a3ea21b07 authored almost 12 years ago
Don't ask for root if we have the power

github.com/ooni/probe-legacy - d707f5ab5b9c4abe129430297459d28477880d7a authored almost 12 years ago
Test for raw socket permission

github.com/ooni/probe-legacy - 5eb60817a2ed1771adf2a11ba3fe4041ed5a3df8 authored almost 12 years ago
Merge pull request #35 from hellais/dnstamper-dnsconsistency

Rename Dnstamper to dnsconsistency

github.com/ooni/probe-legacy - f92307be0325d500c953b7543eda5ab70cce4897 authored almost 12 years ago
Add sent packets to report and use startSending instead of sendPackets

if sendPackets is called before startSending is called, ScapySender is not
properly initialized

github.com/ooni/probe-legacy - 254c765bf37061d3b6a89a0a3f09f169ea465d9f authored almost 12 years ago
Catch 302 redirect loops and log.err not log.warn

github.com/ooni/probe-legacy - 2777766ad192c68dccec7120b49fa314ae62aa56 authored almost 12 years ago
Add details on the error strings used to keep track of failures

github.com/ooni/spec - 06154a26b5f680fe7cd7d66f4067bd117a812cef authored almost 12 years ago
Add HTTP Requests Test specification

github.com/ooni/spec - 31652753d02131ec7316abe262501334b358fe4a authored almost 12 years ago
Update user agent strings for user agent randomization

They are now taken from the PETS2010 paper "How unique is your browser" as the
user agents with ...

github.com/ooni/probe-legacy - 66cbb71acfaf158fa8380a44395f83c95e6e7548 authored almost 12 years ago
Disable by default user agent randomization in HTTP Request template

github.com/ooni/probe-legacy - b515d72eea5239d8977229a54f457406df419566 authored almost 12 years ago
Make the user agent selection in the HTTP Requests test be static

This is to avoid false positives due to user agent based targeted content

github.com/ooni/probe-legacy - 185867db9f33446d6c6f0e2cc3acffa4a4a1f7d4 authored almost 12 years ago
Set the default value of the failure keys in the HTTP request test

github.com/ooni/probe-legacy - eace1caba4122b9c8b4d0e9d30808f0ddb9e8463 authored almost 12 years ago
Do not swallow errors in HTTP test template

github.com/ooni/probe-legacy - 0bbd9a1e0c2f3f04120264fddabc3020692e4c01 authored almost 12 years ago
In case of failing requests write control_failure and experiment_failure report keys

These keys will contain the error strings for errors that have occurred while
performing the HTT...

github.com/ooni/probe-legacy - f8b13b0b9cb1fd453c77a887726318b04ffe148e authored almost 12 years ago
Remove dependency on _WrappingFactory

This closes issue #28

github.com/ooni/probe-legacy - e42ccc321774f502355888ca15c24a638957d01d authored almost 12 years ago
Remove some superfluous requirements from the requirements.txt

github.com/ooni/probe-legacy - 7f6fd2784e798ca97b49c0abf833f6ca83c20a89 authored almost 12 years ago
Make sure to import Gen, SetGen and MTU even when pypcap is and libdnet are not installed

github.com/ooni/probe-legacy - 56f038eea8cf63bcb7f984e4d075665f4d670d3d authored almost 12 years ago
Refactor HTTP Requests test

Fix bug where response headers where not getting compared

github.com/ooni/probe-legacy - becee5fe855d13fe46f72fe77648d68641bca4fc authored almost 12 years ago