ooni-probe-cli/cmd/ooniprobe/internal
Simone Basso c264f61536
feat(ooniprobe): introduce websites_max_runtime (#273)
We cannot control anymore the maximum number of URLs using the API
because now we are using check-in, that has no such limit.

We could theoretically clamp the number of URLs to measure after
the call to check-in, and still honour the setting.

Yet, the right thing to do seems to introduce a max runtime variable
because that is what desktop and mobile do.

Thus, introduce code that warns the user about the change in the
settings, should they have set the URL limit to nonzero.

We are going to do a best effort conversion from the URL limit to
the maximum runtime for the rest of 2021.

Since then, we will silently ignore the URL limit.

This work is part of https://github.com/ooni/probe/issues/1299.
2021-03-30 11:16:12 +02:00
..
autorun Create the LaunchAgents directory if it does not exist (#237) 2021-03-02 20:24:09 +01:00
cli feat(inputloader): use check-in to fetch URLs (#267) 2021-03-29 18:46:26 +02:00
config feat(ooniprobe): introduce websites_max_runtime (#273) 2021-03-30 11:16:12 +02:00
database feat: use go1.16 and resources embedding (#235) 2021-03-02 12:08:24 +01:00
enginex chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
log/handlers fix(ooniprobe): send batch output to stdout (#261) 2021-03-24 11:39:45 +01:00
nettests feat(ooniprobe): introduce websites_max_runtime (#273) 2021-03-30 11:16:12 +02:00
ooni feat(ooniprobe): introduce websites_max_runtime (#273) 2021-03-30 11:16:12 +02:00
oonitest fix: import path should be github.com/ooni/probe-cli/v3 (#200) 2021-02-02 10:32:46 +01:00
output fix: import path should be github.com/ooni/probe-cli/v3 (#200) 2021-02-02 10:32:46 +01:00
utils Release 3.6.0 (#239) 2021-03-03 14:42:17 +01:00