commit caf7754283ab310e59cd9a8e187e163d05a0f553 Merge: 86c3cb0 fb477a0 Author: Arturo Filastò art@fuffa.org Date: Thu Dec 6 14:45:14 2012 +0100
Merge branch 'timestamp'
* timestamp: Change the timestamp format to use ISO8601. * Write unittests for timestamp generation functions * Add documentation on how reports will be stored in the backend
HACKING | 6 ++-- docs/source/reports.rst | 43 ++++++++++++++++++++++ ooni/config.py | 2 +- ooni/kit/__init__.py | 4 +- ooni/otime.py | 92 +++++++++++++++++++++++++++++++++++++++++++++++ ooni/reporter.py | 14 +++++-- ooni/utils/log.py | 2 +- ooni/utils/otime.py | 51 -------------------------- oonib/report/api.py | 3 +- tests/test_otime.py | 15 ++++++++ 10 files changed, 169 insertions(+), 63 deletions(-)
tor-commits@lists.torproject.org