-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fastapi based API #45
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v5.0.0-rc.0 #45 +/- ##
============================================
Coverage 77.41% 77.41%
============================================
Files 32 32
Lines 1913 1913
============================================
Hits 1481 1481
Misses 432 432
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I cherry picked 2d9e6d5 directly into master so this is only changes related to fastapi. We should probably move this branch into |
* 'fastapi' of github.com:ooni/data: (35 commits) Implement list_observations API endpoint Move fastapi tests to top level tests/ folder Add basic tests for fastapi Fix sorting of columns Fix division by zero case Implement ghetto aggregate loni likelyhood space Fix bug in agg loni value counts Fix bug in blocked counts Add optional extra keys Add order by Fix column name mapping Fix missing import Add conversion to test_names to groups Implement aggregation and measurement list API fix poetry lock Add support for filtering measurements and data format returned value Implement basic list_measurements lookup function Add deps Create fastapi boilerplate Add vunicorn dep ...
* v5.0.0-rc.0: Add simple redirector Tidy up the layout of the analysis viewer Add an observations viewer Get rid of all the dataviz that isn't the analysis visualizer Release/5.0.0 alpha3 (#81) Offset analysis schedule by 6 hours Add support for temporal cloud (#79) fix: support for sorting network_events using transaction_id (#51) Optimize performance of table writers and refactor table model (#74) Improvements related to deployment (#69) Add .codecov file Update jsonl sync example Setup workflow to publish ooni data docs (#73) OONI Pipeline v5 alpha (#64) Fix codecov (#62) Temporal workflows (#61) OONI Data, OONI Pipeline split (#60) Add support for caching netinfodb
This implements: #35
This branch is based on top of #44. That one should be merged before this one is ready to be landed in master.