ooni / backend

Everything related to OONI backend infrastructure: ooni/api, ooni/pipeline, ooni/sysadmin, collector, bouncers and test-helpers
BSD 3-Clause "New" or "Revised" License
48 stars 28 forks source link

API: Remove hardcoded TEST_GROUPS #773

Closed FedericoCeratto closed 3 months ago

FedericoCeratto commented 7 months ago

test_groups is now in a database table. Remove it from https://github.com/ooni/backend/blob/master/api/ooniapi/models.py and update private.py accordingly.

hellais commented 3 months ago

test_groups should not be a database table, but should rather be a common module in the ooniapi services setup. This should be addressed as part of: https://github.com/ooni/backend/issues/807