Skip to content
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

Merged
merged 52 commits into from
Sep 2, 2024
Merged

Fastapi based API #45

merged 52 commits into from
Sep 2, 2024

Conversation

hellais
Copy link
Member

@hellais hellais commented Nov 21, 2023

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.

Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.41%. Comparing base (0d1c655) to head (3fb37b1).
Report is 1 commits behind head on v5.0.0-rc.0.

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           
Flag Coverage Δ
oonidata 77.41% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hellais
Copy link
Member Author

hellais commented Mar 6, 2024

I cherry picked 2d9e6d5 directly into master so this is only changes related to fastapi.

We should probably move this branch into ooni/backend in the oonidataaapi package.

@hellais hellais changed the base branch from main to v5.0.0-rc.0 August 30, 2024 19:19
* '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
@hellais hellais merged commit a06a793 into v5.0.0-rc.0 Sep 2, 2024
7 of 9 checks passed
@hellais hellais deleted the fastapi branch September 2, 2024 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant