Commit Graph
64592 Commits
Author SHA1 Message Date
liugang c285ca95e0 * testtask: modify configuration order. 2023-09-12 10:42:39 +08:00
liugang 5fe1795f2c * testtask: refactor script to test the activate method. 2023-09-12 10:42:07 +08:00
daitingting 9c24100be5 * Rename sort to orderBy. 2023-09-12 02:41:26 +00:00
liugang 0f01aceaf0 * testtask: refactor script to test the block method. 2023-09-12 10:41:04 +08:00
liumengyi 8cb70bd7ee * Refactor testcaseModel::getStoryCaseCount, and modify its unit test. 2023-09-12 10:40:21 +08:00
daitingting 6c01129b64 * Refactor getTestCases function.
* Split getNeedConfirmList function.
2023-09-12 02:37:53 +00:00
liumengyi 80116d3287 * Refactor testcaseModel::getStoryCases, and modify its unit test. 2023-09-12 10:27:45 +08:00
caoyanyi 1dc73b0da2 * Move method to zen.php. 2023-09-12 10:23:08 +08:00
liugang bd2004723e * testtask: modify comment. 2023-09-12 10:22:53 +08:00
liugang 4b09607a75 * testtaskModel: remove unused code. 2023-09-12 10:21:07 +08:00
liugang 6e8bcc7bed * testtaskModel: check if the action can be executed based on the isClickable method. 2023-09-12 10:19:50 +08:00
liugang 0eb613d617 * testtask: modify methods order. 2023-09-12 10:18:03 +08:00
liumengyi c731e1ee95 * Refactor testcaseModel::getPairsByProduct, and modify its unit test. 2023-09-12 10:17:15 +08:00
liugang 2daed2a482 * testtaskModel: refactor the block method. 2023-09-12 10:15:41 +08:00
liugang 31c9309e95 * testtask: refactor the block method. 2023-09-12 10:15:23 +08:00
liugang 2e8e5a86dc * testtaskModel: refactor the activate method. 2023-09-12 10:14:29 +08:00
liugang 82226a51c5 * testtask: refactor the activate method. 2023-09-12 10:11:35 +08:00
songchenxuan 220dde930a * Init dtable after create a metricBox. 2023-09-12 10:00:47 +08:00
zhouxin 4dc12e0682 * Add confirm when click edit button in metric-browse. 2023-09-12 10:00:27 +08:00
liumengyi eae359fb08 * Modify unit test of testtaskModel::update, and fix error of it. 2023-09-12 09:58:42 +08:00
liugang b85436f181 + testtask: add methods to build data for the activate form and block form. 2023-09-12 09:36:08 +08:00
liugang 38340ff7bf + testtask: add configuration of activate form and block form. 2023-09-12 09:35:32 +08:00
liugang 766a4830e1 * testtask: modify order of form's configuration. 2023-09-12 09:34:44 +08:00
liumengyi 77e76b1bd1 * Fix error of no dropmenu in testtask::edit. 2023-09-12 09:27:42 +08:00
songchenxuan f10b6c62a1 * IF viewType is single, initTable. 2023-09-12 09:26:16 +08:00
songchenxuan 535196d223 * Use define metricBox tpl. 2023-09-12 09:19:52 +08:00
caoyanyi 03db886c04 + Add unit test for execution appendTasks. 2023-09-12 09:08:01 +08:00
qixinzhi 17ee7525d0 * Fix toolbar action button gap size. 2023-09-12 00:39:23 +00:00
songchenxuan 610cafe872 * Add tpl for metric box. 2023-09-12 08:40:00 +08:00
wangyidong 807ba44343 * Rewrite execution create. 2023-09-12 08:35:19 +08:00
liugang 0c9490c7e9 * testtask: refactor script to test the start method. 2023-09-11 17:43:31 +08:00
liugang 904fd49160 * testtask: refactor script to test the close method. 2023-09-11 17:38:25 +08:00
liugang 0b8837c358 * testtaskModel: return false if the testtask's status is done when close a testtask. 2023-09-11 17:37:21 +08:00
dingguodong 72370df8f3 * Refactor this function. 2023-09-11 17:31:08 +08:00
tianshujie e1e4aadf27 * Adds a default value for the execution name. 2023-09-11 17:19:00 +08:00
tianshujie 0f3a4bd127 * Refactor summary method and case. 2023-09-11 17:09:07 +08:00
songchenxuan 74489ac634 * Modify table height. 2023-09-11 16:38:38 +08:00
tianshujie 1125cfc543 - Delete unuse case. 2023-09-11 17:00:20 +08:00
caoyanyi aa199e648d * Change unit test check rule. 2023-09-11 16:57:44 +08:00
sunhao 6df7bbf70f * zin: fix user avatar not show in user menu. 2023-09-11 16:51:20 +08:00
daitingting 48d3cbee9c * Fix bug #38507. 2023-09-11 08:51:16 +00:00
caoyanyi c8d5f0ef19 * Change method param type and return type. 2023-09-11 16:46:13 +08:00
wangxuepeng bf13fbe98e * Refactor restoreStages method of the action module. 2023-09-11 08:45:24 +00:00
tianshujie 323086e4f8 - Delete unuse method. 2023-09-11 16:45:06 +08:00
tianshujie 73f229325e * Refactor linkCases method and case. 2023-09-11 16:41:07 +08:00
liugang 4e79f313bf * testtask: refactor the methods to close a testtask. 2023-09-11 16:36:00 +08:00
liugang 17e3dc550c + testtask: add method to build data when close a testtask. 2023-09-11 16:35:27 +08:00
liugang a20be2d5d3 + testtask: add configuration of close form. 2023-09-11 16:34:54 +08:00
liugang 010866f5c5 * testtask: process the uid field when start a testtask. 2023-09-11 16:34:11 +08:00
tianshujie 832a3a1603 * Refactor changeProject method and case. 2023-09-11 16:08:03 +08:00