Commit Graph

28 Commits

Author SHA1 Message Date
Mia.Wu 8a11acfcfd get time elapsed from log files 2026-06-03 17:10:59 -04:00
Mia.Wu 24cf346a62 implemented auto updates 2026-06-03 16:54:12 -04:00
Mia.Wu bc4f38726a fixed db problem 2026-06-03 16:15:09 -04:00
Mia.Wu 820ae5d50a upsert tests and mark complete in bulk 2026-06-03 14:42:00 -04:00
Mia.Wu 45e600612e update to read from db 2026-06-03 14:30:43 -04:00
Mia.Wu 5511a717c6 resolve conflict 2026-06-02 14:42:51 -04:00
Mia.Wu d847ff9476 Merge pull request #4 from Mia-Wu_wnc/login
fixed timeout issue
2026-06-02 14:27:27 -04:00
Mia.Wu 64ed8b81c1 fixed timeout issue 2026-06-02 14:26:13 -04:00
Mia.Wu f546adb1ca resolve conflict 2026-06-02 13:08:45 -04:00
Mia.Wu 086453ceea Merge pull request #3 from Mia-Wu_wnc/login
Login
2026-06-02 12:02:16 -04:00
Mia.Wu 50cd3ecc6c minor ui change 2026-06-02 11:59:31 -04:00
Mia.Wu a1b120076b login system 2026-06-02 11:31:11 -04:00
Mia.Wu f6bced78f3 remove live updates, fix save results 2026-06-01 15:07:49 -04:00
Mia.Wu 6fb1650cb9 added exclusion, fixed time display 2026-06-01 14:24:48 -04:00
Mia.Wu 74d8a8565e remove all sp and bw320 test cases, remove p3p and coe for 452 2026-05-28 16:13:54 -04:00
Mia.Wu c1aaf69fd0 remove SP, P2P BW320, 452 P3P testcases 2026-05-28 15:14:21 -04:00
Mia.Wu 49310e6d59 fix scan 2026-05-28 12:34:01 -04:00
Mia.Wu d239de257d remove browse, add image 2026-05-28 11:01:47 -04:00
Mia.Wu 1cbb887e1d Merge pull request #2 from Mia-Wu_wnc/python-migration
Fixed Network path, added COE pairings and P3P pairings
2026-05-27 16:10:21 -04:00
Mia.Wu 7f253c4f74 p3p pairs 2026-05-27 16:07:46 -04:00
Mia.Wu ba86f5830f fix: allow network paths 2026-05-27 15:02:32 -04:00
Mia.Wu 5996443f38 coe pair filter 2026-05-27 11:29:02 -04:00
Mia.Wu 8da5957024 expand, collapse all 2026-05-27 10:34:52 -04:00
Mia.Wu d560b2e0b4 UI changes 2026-05-27 10:29:26 -04:00
Mia.Wu 72a6f8425b Merge pull request #1 from Mia-Wu_wnc/python-migration
python migration
2026-05-26 14:56:58 -04:00
Mia.Wu 1ba2aa39d8 python migration 2026-05-26 14:36:34 -04:00
Mia.Wu a67815c61a feat: refactor parsing and scanning logic for test files
- Updated `parseFilename` to `parseTargetFilename` and modified its return structure to include `test_id` instead of `file_id`.
- Introduced `parseResultFilename` to extract `test_id` and `device` from result file names.
- Enhanced `fullScan` to separately handle target and results directories, improving clarity and functionality.
- Updated database interactions to use `test_id` instead of `file_id` across various modules.
- Added a new `/rescan` endpoint to trigger a full scan of target and results directories.
- Improved logging and error handling throughout the scanning process.
- Introduced `parseTputRssi` to extract throughput and RSSI data from log files.
2026-05-21 14:53:08 -04:00
Mia.Wu ed0f93036d Initial Commit 2026-05-20 11:52:18 -04:00