Skip to content

feat(spp_api_v2): OpenAPI polymorphic bodies, OAuth2 scheme in auth middleware, bundle schemas (re-land from #76)#276

Merged
gonzalesedwin1123 merged 8 commits into
19.0from
reland/api-v2-core
Jul 13, 2026
Merged

feat(spp_api_v2): OpenAPI polymorphic bodies, OAuth2 scheme in auth middleware, bundle schemas (re-land from #76)#276
gonzalesedwin1123 merged 8 commits into
19.0from
reland/api-v2-core

docs: apply CI-rendered README for the amended HISTORY entries

72c2141
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 13, 2026 in 0s

73.82% (-1.04%) compared to bf61488

View this Pull Request on Codecov

73.82% (-1.04%) compared to bf61488

Details

Codecov Report

❌ Patch coverage is 90.42553% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.82%. Comparing base (bf61488) to head (72c2141).
⚠️ Report is 87 commits behind head on 19.0.

Files with missing lines Patch % Lines
spp_api_v2/utils/openapi_polymorphic.py 86.44% 8 Missing ⚠️
spp_api_v2/routers/filter.py 50.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             19.0     #276      +/-   ##
==========================================
- Coverage   74.86%   73.82%   -1.04%     
==========================================
  Files        1093      351     -742     
  Lines       63718    19338   -44380     
==========================================
- Hits        47701    14277   -33424     
+ Misses      16017     5061   -10956     
Files with missing lines Coverage Δ
spp_api_v2/__manifest__.py 0.00% <ø> (ø)
spp_api_v2/middleware/auth.py 79.74% <100.00%> (+3.98%) ⬆️
spp_api_v2/models/fastapi_endpoint_registry.py 94.59% <100.00%> (+0.65%) ⬆️
spp_api_v2/routers/batch.py 88.57% <100.00%> (ø)
spp_api_v2/schemas/__init__.py 100.00% <100.00%> (ø)
spp_api_v2/schemas/bundle.py 100.00% <100.00%> (ø)
spp_api_v2/routers/filter.py 24.77% <50.00%> (ø)
spp_api_v2/utils/openapi_polymorphic.py 86.44% <86.44%> (ø)

... and 744 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.