Commit Graph
106095 Commits
Author SHA1 Message Date
liugangandClaude ab30880ba1 * [misc] Enhance unit test generator script with improved argument parsing and start line support
- Add command-line option parsing with -c (continue on error) and -s (start line) flags
- Support starting from specified line number with validation
- Improve error handling with proper usage message
- Add better logging for line processing and skipping
- Clean up code formatting and comments
- Remove unnecessary delay in processing loop

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:05:14 +08:00
刘刚 4e447e5a39 Merge branch release/21.7.6 of zentao/zentaopms (#11480) 2025-09-15 14:50:57 +08:00
wangyidong 9191b08abf Merge branch 'feature/reporttemplate' into release/21.7.6 2025-09-15 13:49:40 +08:00
刘刚 e19bd319c3 Merge branch release/21.7.6 of zentao/zentaopms (#11477) 2025-09-15 11:27:32 +08:00
liugang 2cb1afcdaa + [misc] Add script to delete unused view files, css files and js files. 2025-09-15 10:34:35 +08:00
李阳 66a8dc89a4 * [pipeline] fix unittest pipeline. 2025-09-15 10:22:58 +08:00
刘刚 9cb5f03872 Merge branch release/21.7.6 of zentao/zentaopms (#11476) 2025-09-15 10:08:01 +08:00
liugang 985e56e785 - [misc] Remove unused css and js files. 2025-09-15 10:02:06 +08:00
刘刚 18e5766689 Merge branch release/21.7.6 of zentao/zentaopms (#11475) 2025-09-15 09:14:42 +08:00
李阳 aa29b91546 * [pipeline] fix unittest pipeline. 2025-09-15 08:58:27 +08:00
李阳 5161eaecc6 * [pipeline] add delete test param. 2025-09-15 08:49:57 +08:00
sunguangming 0aa2d3ee98 * [unittest] modify unittest. 2025-09-15 00:36:25 +00:00
刘刚 4fbf038923 Merge branch release/21.7.5 of zentao/zentaopms (#11470) 2025-09-15 08:21:32 +08:00
刘刚 c197a4b568 Merge branch release/21.7.6 of zentao/zentaopms (#11469) 2025-09-13 00:20:42 +08:00
liugangandClaude b58a4192e2 [claude] enhance unit test generator script with start line option and improved error handling
- Add -s START_LINE option to start processing from a specific line in the CSV file
- Improve error handling and validation for command line options
- Skip validation of START_LINE against total line count for flexibility
- Remove unnecessary sleep delay between Claude API calls
- Add detailed logging for skipped lines and processing progress
- Fix stdin redirection in claude_generate_test function

This enhancement allows users to resume unit test generation from a specific point in the CSV file, making the script more robust for large-scale test generation tasks.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-13 00:18:25 +08:00
刘刚 fdb706751b Merge branch release/21.7.6 of zentao/zentaopms (#11460) 2025-09-12 17:39:20 +08:00
刘刚 e7aa4534cb Merge branch feature/reporttemplate of zentao/zentaopms (#11464) 2025-09-12 17:38:49 +08:00
tianshujie 90269d3e89 * [task#149708,done,0.2h] add priv check. 2025-09-12 16:24:25 +08:00
sunhao 0c7d1f8ace * [misc] fix open app not work from old page sometimes. 2025-09-12 15:21:23 +08:00
刘刚 a017afbae6 Merge branch dev/story-76528 of zentao/zentaopms (#11458) 2025-09-12 14:15:48 +08:00
刘刚 a9c6ca537a Merge branch dev/story-76528 of zentao/zentaopms (#11456) 2025-09-12 14:12:56 +08:00
hujunqing e65661e263 [story#76528,done,4h] export docs in project space. 2025-09-12 05:57:45 +00:00
刘刚 526ff9fbd1 Merge branch dev/task-149708 of zentao/zentaopms (#11450) 2025-09-12 11:46:12 +08:00
刘刚 737e73b421 Merge branch dev/bug-60611 of zentao/zentaopms (#11448) 2025-09-12 11:03:38 +08:00
刘刚 cf75a3463f Merge branch dev/task-149708 of zentao/zentaopms (#11444) 2025-09-12 11:03:18 +08:00
刘刚 56f14dfead Merge branch feature/reporttemplate of zentao/zentaopms (#11439) 2025-09-12 11:00:33 +08:00
李阳 27f93c51b4 Merge branch release/21.7.5 of zentao/zentaopms (#11449) 2025-09-12 10:28:17 +08:00
liyang 29e99473be * [makefile] fix makefile. 2025-09-12 10:27:59 +08:00
李阳 a53094d09d Merge branch release/21.7.5 of zentao/zentaopms (#11447) 2025-09-12 09:41:01 +08:00
liyang 8a687139a1 * [package] update DELETE_TEST param. 2025-09-12 09:40:32 +08:00
tianshujie c2d9072a38 * [refac] add comment. 2025-09-12 09:32:51 +08:00
tianshujie 792061bd96 * [unittest] add unittest for upgradeWeeklyReport method. 2025-09-12 09:26:54 +08:00
tianshujie 5b2cf25b4b * [unittest] add unittest for getUpgradeWeeklyReports method. 2025-09-12 09:13:27 +08:00
tianshujie 7d66e67afc * [unittest] add test data for getUpgradeWeeklyReports. 2025-09-12 09:12:45 +08:00
tianshujie 1df7847887 * [bug#65426,done,0.1h] fix hint error. 2025-09-12 08:41:24 +08:00
刘刚 2a632af950 Merge branch release/21.7.6 of zentao/zentaopms (#11438) 2025-09-12 00:54:57 +08:00
liugangandClaude fe3ebe71c4 * [misc] Enhance unit test generator script with error handling and retry mechanism
- Add command line option `-c` to continue processing on error
- Implement retry mechanism with maximum 12 retries and 5-minute intervals
- Extract Claude command execution into reusable function
- Improve error handling strategy configuration

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-12 00:51:52 +08:00
刘刚 dca4f78f75 Merge branch release/21.7.6 of zentao/zentaopms (#11436) 2025-09-11 17:44:40 +08:00
liugang bac6c954e1 * [misc] Fix unittest error of the searchTao::processQueryFormDatas() method. 2025-09-11 17:42:26 +08:00
liugang 9803666fb8 * [misc] Fix unittest error of the searchModel::setDefaultParams() method. 2025-09-11 17:42:26 +08:00
liugang 0a3496603a * [misc] Fix unittest error of the searchModel::setSearchParams() method. 2025-09-11 17:42:26 +08:00
刘刚 55d19d0975 Merge branch release/21.7.6 of zentao/zentaopms (#11435) 2025-09-11 17:11:39 +08:00
wangyuting 6d8e92445b * Optimize story getstories2link unit test script. 2025-09-11 17:06:48 +08:00
刘刚 e02d69941d Merge branch dev/story-78108 of zentao/zentaopms (#11434) 2025-09-11 16:33:33 +08:00
tianshujie f31eaf4e34 * [task#149708,doing,0.2h] refactor weekly report menu. 2025-09-11 16:33:27 +08:00
刘刚 55ad8660ba Merge branch release/21.7.6 of zentao/zentaopms (#11433) 2025-09-11 16:32:30 +08:00
刘刚 5ac15abb6f Merge branch release/21.7.6 of zentao/zentaopms (#11432) 2025-09-11 16:32:19 +08:00
刘刚 19fb829be9 Merge branch release/21.7.6 of zentao/zentaopms (#11431) 2025-09-11 16:32:11 +08:00
刘刚 e496cfa756 Merge branch dev/story-78108 of zentao/zentaopms (#11430) 2025-09-11 16:31:53 +08:00
liugang 53be2c64c6 - [misc] Remove unused view files. 2025-09-11 16:30:53 +08:00