DecFox
6b01264373
refactor(ooniprobe): migrate database to internal ( #979 )
...
See https://github.com/ooni/probe/issues/2352
Co-authored-by: decfox <decfox@github.com>
Co-authored-by: Simone Basso <bassosimone@gmail.com>
2022-11-15 10:35:30 +01:00
Arturo Filastò
ac7d7dc8a3
Add support for tracking the is_uploaded status in the results table ( #312 )
...
* Add support for tracking the is_uploaded status in the results table
* Add unit tests for measurement upload status
This implements: https://github.com/ooni/probe/issues/1457
* Update cmd/ooniprobe/internal/database/actions.go
Co-authored-by: Simone Basso <bassosimone@gmail.com>
2021-04-30 17:08:16 +02:00
Simone Basso
1d70b81187
More progress towards release v3.10.0 ( #320 )
...
* chore: unvendor github.com/mitchellh/go-wordwrap
The library seems reasonably maintained and tested.
Part of https://github.com/ooni/probe/issues/1439
* fix(netx/quicdialer): ensure we handle all errors
Part of https://github.com/ooni/probe/issues/1439
* fix previous
* cleanup: remove unnecessary shutil fork
Part of https://github.com/ooni/probe/issues/1439
* doc: documented some undocumented functions
Part of https://github.com/ooni/probe/issues/1439
* fix(ooniprobe): rename mis-named function
Part of https://github.com/ooni/probe/issues/1439
2021-04-29 15:59:53 +02:00
Simone Basso
b1ce300c8d
fix: import path should be github.com/ooni/probe-cli/v3 ( #200 )
...
See https://github.com/ooni/probe/issues/1335#issuecomment-771499511
2021-02-02 10:32:46 +01:00