-
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
Release/5.0.0 alpha3 #81
Conversation
Changes: * Switch to threaded workers via co-routines * Get rid of unused commands * Fix bug in database migration generation * Remove unused and dead code
Get read of file based locking
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #81 +/- ##
==========================================
- Coverage 83.03% 82.86% -0.18%
==========================================
Files 75 75
Lines 6295 6267 -28
==========================================
- Hits 5227 5193 -34
- Misses 1068 1074 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…ase/5.0.0-alpha3 * 'release/5.0.0-alpha3' of github.com:ooni/data: Add .DS_Store to ignore Switch tests back to hatch run cov
I am going to land this and proceed with future work as part of new PRs |
* 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
Changes:
Fixes: