Files
test_dashboard/s -ExecutionPolicy RemoteSigned) ; (& cUsers26005101DesktopProjectstest_house_dashboardserver.venvScriptsActivate.ps1)

3.3 KiB

commit 74d8a8565ed2963c458201f1fd68ee1e609e2799 (HEAD -> main, tag: v1.0.0, secondary/main, origin/main, origin/HEAD)
Author: Mia Wu <mia.wu@wnc.com.tw>
Date: Thu May 28 16:13:54 2026 -0400
 
remove all sp and bw320 test cases, remove p3p and coe for 452
 
commit c1aaf69fd039462f8db2f52d260e15f654881536
Author: Mia Wu <mia.wu@wnc.com.tw>
Date: Thu May 28 15:14:21 2026 -0400
 
remove SP, P2P BW320, 452 P3P testcases
 
commit 49310e6d591ca1f368cde8c197b158f956ed05d0
Author: Mia Wu <mia.wu@wnc.com.tw>
Date: Thu May 28 12:34:01 2026 -0400
 
fix scan
 
commit d239de257d82c5bd21bbc94cd9d8161717ac9c33
Author: Mia Wu <mia.wu@wnc.com.tw>
Date: Thu May 28 11:01:47 2026 -0400
 
remove browse, add image
 
commit 1cbb887e1df3634acdc4acd0503d95db4de88b37
Merge: 72a6f84 7f253c4
Author: Mia Wu <Mia.Wu@wnc.com.tw>
Date: Wed May 27 16:10:21 2026 -0400
 
Merge pull request #2 from Mia-Wu_wnc/python-migration
 
Fixed Network path, added COE pairings and P3P pairings
 
commit 7f253c4f741fd49bf29a2a6bd6b4e0176fa35698 (origin/python-migration)
Author: Mia Wu <mia.wu@wnc.com.tw>
Date: Wed May 27 16:07:46 2026 -0400
 
p3p pairs
 
commit ba86f5830f16aa1265d71c879536bd5618d899ca
Author: Mia Wu <mia.wu@wnc.com.tw>
Date: Wed May 27 15:02:32 2026 -0400
 
fix: allow network paths
 
commit 5996443f38f7a4afdceb81e8b9d8d72538ffdd46
Author: Mia Wu <mia.wu@wnc.com.tw>
Date: Wed May 27 11:29:02 2026 -0400
 
coe pair filter
 
commit 8da59570248e13ec251a11298fc43f64b5d7802c
Author: Mia Wu <mia.wu@wnc.com.tw>
Date: Wed May 27 10:34:52 2026 -0400
 
expand, collapse all
 
commit d560b2e0b4f9fa253cf4ff7ddf436dd8e2f59b73
Author: Mia Wu <mia.wu@wnc.com.tw>
Date: Wed May 27 10:29:26 2026 -0400
 
UI changes
 
commit 72a6f8425bfa397cd9073cf8d61e6ab69f820c19
Merge: a67815c 1ba2aa3
Author: Mia Wu <Mia.Wu@wnc.com.tw>
Date: Tue May 26 14:56:58 2026 -0400
 
Merge pull request #1 from Mia-Wu_wnc/python-migration
 
python migration
 
commit 1ba2aa39d80af9367c839c7b5ea40b61d6d78507
Author: Mia Wu <mia.wu@wnc.com.tw>
Date: Tue May 26 14:36:34 2026 -0400
 
python migration
 
commit a67815c61a567e69bcbac61d5ce56bf491cda3a6
Author: Mia Wu <mia.wu@wnc.com.tw>
Date: Thu May 21 14:53:08 2026 -0400
 
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.
 
commit ed0f93036dbd0625771571c35cd3602bd36b9b6c
Author: Mia Wu <mia.wu@wnc.com.tw>
Date: Wed May 20 11:52:18 2026 -0400
 
Initial Commit