Commit Graph

16 Commits

Author SHA1 Message Date
df31b2080d -(#3013) Data Export - Implement Data Export API BE (Cont.)
All checks were successful
Server Tests / Mocha – Unit & Utility Tests (push) Successful in 42s
+ Added public data export API enhancements, tests, and customer documentation
  + Extended /api/v1 data export endpoints with richer session, records, area, and async export output
  + Added confirmed/fallback report values, client metadata, mapped area, over-spray, volume/apprate (string) units, and weather blocks
  + Normalized flowController to "No FC" and align record field names with playback output
  + Converted record wind speed output to knots, add Fligh Mater only record/export fields behind fm=true, and persist fm on export jobs
  + Added export status/area constants, HTTP 202 support, route-level API docs, and per-account export rate limiting support
  + Added comprehensive endpoint, format, and verification test coverage plus test-suite README
  + Added customer-facing data export design, integration, rate-limit, and documentation index guides
  + Updated README/DLQ docs and related documentation links to current HTTPS dashboard paths
2026-04-24 09:05:55 -04:00
d99ffa9b40 fix cache error in build
All checks were successful
Server Tests / Mocha – Unit & Utility Tests (push) Successful in 1m0s
2026-04-23 15:03:54 -04:00
35dad9bfff add workflow to run tests on any branch (for now just runs existing mocha tests, but later will run integration tests against controllers as well)
Some checks failed
Server Tests / Mocha – Unit & Utility Tests (push) Failing after 1m37s
2026-04-23 14:58:54 -04:00
fbfa44ba97 all changes from April 23 2026 2026-04-23 14:24:54 -04:00
40e405ac57 Merge remote-tracking branch 'origin/development' into feature/data-export-api 2026-04-23 08:58:50 -04:00
fbe71daa86 updated location of error-handler package 2026-04-23 08:58:00 -04:00
a39ce2800f Merge pull request 'initialize the CI/CD pipeline to sync to SVN (does not include the commit step yet)' (#1) from feature/ci-cd-pipeline into development
Reviewed-on: http://192.168.12.253:3000/trungh/agmission/pulls/1
2026-04-22 20:07:41 +00:00
cd8f954584 proved pipeline runs correctly, reinstated the commit to SVN step, and the master branch filter 2026-04-22 16:06:51 -04:00
4d39ac2595 try adding on: push to start the action
All checks were successful
Sync to SVN / push-to-svn (push) Successful in 28s
2026-04-22 15:48:25 -04:00
e1d68734f0 changed yml to a yaml file (hopefully the action runs now) 2026-04-22 15:46:36 -04:00
354d468968 removed branch filter temporarily to test, renamed yml file, and added subfolder called workflows 2026-04-22 15:42:43 -04:00
3cfb81adfe initialize the CI/CD pipeline to sync to SVN (does not include the commit step yet) 2026-04-22 15:30:30 -04:00
14f83f0008 add .gitignore file and pre-commit hook 2026-04-22 15:19:10 -04:00
9ea0a43ae7 copy of data-export-api branch as of April 22 2026 2026-04-22 15:12:27 -04:00
0836fc0fbc first commit (copy of Trunk as of April 22 2026) 2026-04-22 15:00:02 -04:00
0518ade5ae Initial commit 2026-04-22 18:38:23 +00:00