Skip to content

APS Gateway#5296

Open
brettedw wants to merge 33 commits intomainfrom
task/asago-public-endpoints
Open

APS Gateway#5296
brettedw wants to merge 33 commits intomainfrom
task/asago-public-endpoints

Conversation

@brettedw
Copy link
Copy Markdown
Collaborator

@brettedw brettedw commented Apr 13, 2026

Config refs


  • Adds vscode launcher to run 1 or both of main api & asa-go api

For local testing I recommend:

  1. Start only the asa go api (can run both if you want to, but this will make it obvious the app is hitting asa-go api)
  2. Change your .env.development VITE_API_BASE_URL to port 8081
  3. Build & run app

closes #5249

Test Links:

Landing Page
MoreCast
Percentile Calculator
C-Haines
FireCalc
FireCalc bookmark
Auto Spatial Advisory (ASA)
HFI Calculator
SFMS Insights
Fire Watch
Weather Toolkit

Comment thread backend/packages/wps-api/src/app/asa_go_main.py Fixed
Comment thread backend/packages/wps-api/src/app/tests/asa_go/test_asa_go_router.py Fixed
Comment thread backend/packages/wps-api/src/app/tests/asa_go/test_asa_go_router.py Fixed
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 13, 2026

Codecov Report

❌ Patch coverage is 71.09375% with 37 lines in your changes missing coverage. Please review.
✅ Project coverage is 68.36%. Comparing base (dc5bfd7) to head (f069ab3).
⚠️ Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
backend/packages/wps-api/src/app/asa_go_main.py 60.86% 16 Missing and 2 partials ⚠️
backend/packages/wps-api/src/app/routers/asa_go.py 80.30% 12 Missing and 1 partial ⚠️
backend/packages/wps-shared/src/wps_shared/auth.py 25.00% 6 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #5296      +/-   ##
============================================
+ Coverage     67.78%   68.36%   +0.58%     
- Complexity        0       26      +26     
============================================
  Files           358      453      +95     
  Lines         15615    17973    +2358     
  Branches       1739     2123     +384     
============================================
+ Hits          10584    12287    +1703     
- Misses         4501     5064     +563     
- Partials        530      622      +92     
Flag Coverage Δ
android 24.68% <ø> (?)
asa_go 79.80% <100.00%> (?)

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

🚀 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.

@brettedw brettedw changed the title asa go routes APS Gateway Apr 15, 2026
@brettedw brettedw marked this pull request as ready for review April 15, 2026 17:44
@sonarqubecloud
Copy link
Copy Markdown

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.

ASA Go: Use APS Gateway for public access

2 participants