Commit Graph
65641 Commits
Author SHA1 Message Date
daitingting a2a130befe * Refactor ajaxLoadBuilds function. 2023-09-27 07:39:06 +00:00
liumengyi 17602ec9bc - Remove linkStory, unlinkStory,linkBug in projectreleaseModel and their unit test. 2023-09-27 15:33:51 +08:00
wangyidong e57344f964 * Adjust for story delete, Code for task #102974. 2023-09-27 15:33:13 +08:00
liumengyi a572b48031 * Refactor projectrelease::unlinkStory. 2023-09-27 15:30:26 +08:00
liumengyi 69dea3861c * Fixed bug with viewing release and linking story to release in projectrelease. 2023-09-27 15:27:05 +08:00
tianshujie 04f20fdffc * Modify the parameters that call the ajaxGetExecutionBuilds method. 2023-09-27 15:23:28 +08:00
tianshujie 4aa19d90c2 - Remove unused params for ajaxGetExecutionBuilds method. 2023-09-27 15:23:10 +08:00
tianshujie afd597c52e * Modify the parameters that call the ajaxGetProjectBuilds method. 2023-09-27 15:18:18 +08:00
tianshujie af2ea70840 * Refactor ajaxGetProjectBuilds method. 2023-09-27 15:18:18 +08:00
wangyidong 4f0b716a01 * Rewrite story view page. Code for task #102973. 2023-09-27 15:01:26 +08:00
tianshujie 2cb0ad1df4 * Refactor case for the getBuildPairs method. 2023-09-27 15:01:14 +08:00
caoyanyi 881d29dd1b * Split build update method. 2023-09-27 15:00:43 +08:00
liumengyi 2c718b52b8 * Refactor projectrelease::unlinkBug. 2023-09-27 14:57:13 +08:00
tianshujie d13bd55a8e + Add case for the replaceNameWithRelease method. 2023-09-27 14:48:46 +08:00
daitingting 5bb9f7fa2e * Refactor changeStatus function. 2023-09-27 06:44:22 +00:00
tianshujie 130a568998 + Add case for the setBuildDateGroup method. 2023-09-27 14:35:44 +08:00
tianshujie 8558a98c79 * Add default values to the parameters. 2023-09-27 14:35:44 +08:00
caoyanyi c3d1e9a4bd * Adjust params. 2023-09-27 14:16:06 +08:00
caoyanyi fc1ab2b8a5 + Add method for testtask getByBuild. 2023-09-27 14:11:49 +08:00
caoyanyi 2238e0a2b0 * Refactoring build edit method. 2023-09-27 14:11:35 +08:00
tianshujie 4500f457a0 + Add case for the fetchBuilds method. 2023-09-27 14:05:06 +08:00
tianshujie 286e7dad33 * Change select fields judgement. 2023-09-27 14:05:06 +08:00
liumengyi ca8c1ddd2a * Adjust the raw module, projectrelease or release. 2023-09-27 13:58:58 +08:00
liumengyi e609499262 * Refactor projectrelase::linkStory and projectrelease::linkBug. 2023-09-27 13:50:19 +08:00
tianshujie b8f0fc33fc + Add case for selectedBuildPairs method. 2023-09-27 13:39:08 +08:00
tianshujie 86c92c91c4 * Change the param position. 2023-09-27 13:39:08 +08:00
liumengyi 29a6078722 * Refactor projectrelease::delete. 2023-09-27 13:24:32 +08:00
daitingting 4d16e8d9eb * Refactor getList function. 2023-09-27 05:21:15 +00:00
liumengyi 7787a824f1 * Refactor projectrelease::notify. 2023-09-27 11:22:55 +08:00
liumengyi 6f83b99fb4 * Refactor projectrelease::view. 2023-09-27 11:22:05 +08:00
liumengyi 1f72710364 * Remove projectreleaseModel::getByID, and replace it with release::getByID. 2023-09-27 11:19:12 +08:00
dingguodong 6a9a4ce5ab * Set current app when open story report page. 2023-09-27 11:17:59 +08:00
dingguodong c5c3a1fb3c * Fix typo, rename storys to stories. 2023-09-27 11:05:54 +08:00
tianshujie be396507c7 * Compatible with argument type for calling the getBuildPairs method. 2023-09-27 11:03:36 +08:00
tianshujie c09f7a7380 * Refactor getBuildPairs method. 2023-09-27 11:03:19 +08:00
caoyanyi 36a0aadcf2 * Adjust unit test case data. 2023-09-27 10:53:33 +08:00
caoyanyi f8d874d550 * Adjust return value and comment. 2023-09-27 10:53:33 +08:00
liumengyi 56452d3b16 * Refactor projectrelease::edit. 2023-09-27 10:50:33 +08:00
liumengyi 63107e643c * Refactor projectreleaseModel::getLase, projectreleaseModel::getReleasedBuilds, and modify their unit test. 2023-09-27 10:29:16 +08:00
liumengyi b3d6fc7897 * Refactor projectrelease::create. 2023-09-27 10:28:33 +08:00
caoyanyi 8e934e877a * Refactoring build create method. 2023-09-27 10:25:27 +08:00
dingguodong 0b9fca4243 * Add comment, type hint and reduce db queries. 2023-09-27 10:13:48 +08:00
dingguodong fe48676378 * Strip the spaces around the colon. 2023-09-27 10:13:48 +08:00
daitingting dd6e454b51 * Refactor browse function. 2023-09-27 01:55:29 +00:00
liumengyi 09536862ef * Modify unit test of testreportModel::getCaseIdList. 2023-09-27 09:53:17 +08:00
liumengyi 8d491f9f4c * Fix bug of testreportZen::buildReportBugData. 2023-09-27 09:47:24 +08:00
liumengyi ebfab67a80 * Move bugModel::getBug4Report to bugZen::buildReportBugData, refactor it, and modify unit test. 2023-09-27 09:42:16 +08:00
dingguodong 0bd6b5c935 * Return empty result if both objects and appended users are empty. 2023-09-27 09:39:38 +08:00
dingguodong ca1696a2aa * Add comment and type hint. 2023-09-27 09:39:38 +08:00
daitingting bc06561a06 * Format codes. 2023-09-27 01:25:00 +00:00