-
Notifications
You must be signed in to change notification settings - Fork 31
Anonymous credentials draft endpoints #1016
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project check has failed because the head coverage (89.27%) is below the target coverage (95.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #1016 +/- ##
==========================================
- Coverage 92.81% 89.27% -3.55%
==========================================
Files 17 27 +10
Lines 1281 2639 +1358
Branches 65 233 +168
==========================================
+ Hits 1189 2356 +1167
- Misses 78 223 +145
- Partials 14 60 +46
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR adds support for the anonymous credentials protocol to the Ooni API:
ooniauth-py
as a dependency/register
,/manifest
,/submit
Note that the new measurement
/submit
endpoint won't replace the old one, and for now it's meant to be used mostly during developmentNew migrations
This PR will require the following database migrations:
TODO
closes #1014 #1015