liugang
|
4da4073e77
|
* testtaskModel: modify comment.
|
2023-09-25 15:59:04 +08:00 |
|
liugang
|
ba0cb08825
|
- testtaskModel: remove unused getBugInfo method.
|
2023-09-25 15:49:09 +08:00 |
|
liugang
|
d2ced24017
|
* testtaskModel: fix variable unused bug.
|
2023-09-25 14:35:54 +08:00 |
|
liugang
|
54c3ddc98f
|
* testtaskModel: add a method to process the execution name of testtask.
|
2023-09-25 14:22:45 +08:00 |
|
liugang
|
2a35175c1a
|
* testtaskModel: remove unused variable declarations.
|
2023-09-25 14:21:30 +08:00 |
|
liugang
|
5c425afc3a
|
* testtask: rename the groupRunsBySuite method to getRunsForUnitCases.
|
2023-09-25 10:19:16 +08:00 |
|
liumengyi
|
32ee67bf6f
|
* Refactor testtask::browse.
|
2023-09-22 15:14:26 +08:00 |
|
liugang
|
bbe45cee89
|
* testtaskModel: remove parameter's default value.
|
2023-09-22 08:38:55 +08:00 |
|
liugang
|
fcc8beaeaf
|
- testtaskModel: remove unused method.
|
2023-09-21 16:56:50 +08:00 |
|
liugang
|
0fb8f23269
|
* testtask: refactor the importUnitResult method.
|
2023-09-21 14:08:28 +08:00 |
|
liugang
|
3a263c29f1
|
* testtaskModel: refactor the createResult method.
|
2023-09-20 14:03:45 +08:00 |
|
liugang
|
2382519402
|
* testtaskModel: declare the parameter types and return type of the getRuns method.
|
2023-09-19 13:29:35 +08:00 |
|
liumengyi
|
31619703d0
|
* Refactor testtaskModel::getResults, and modify its unit test.
|
2023-09-18 10:55:43 +08:00 |
|
liugang
|
699ab2af09
|
- testtask: remove unused method.
|
2023-09-14 17:05:46 +08:00 |
|
liumengyi
|
d898556ae6
|
* Refactor testtask::getRunByID, and modify its unit test.
|
2023-09-14 16:15:58 +08:00 |
|
liugang
|
f35429393d
|
* testtaskModel: remove the $params parameter of the getPairs method.
|
2023-09-13 16:18:42 +08:00 |
|
liugang
|
bcda912800
|
* testtaskModel: refactor the getPairs method.
|
2023-09-13 14:11:46 +08:00 |
|
liugang
|
c8825383bc
|
+ testtaskModel: add method to batch assign cases in a testtask.
|
2023-09-13 10:38:15 +08:00 |
|
liugang
|
8dacfa7606
|
* testtaskModel: return false if the $taskID parameter is empty.
|
2023-09-13 10:37:51 +08:00 |
|
liugang
|
b9d0029e09
|
* testtaskModel: refactor the batchUnlinkCases method.
|
2023-09-13 10:04:25 +08:00 |
|
liugang
|
0a168775d1
|
+ testtaskModel: add a method to batch remove cases from a testtask.
|
2023-09-13 09:52:10 +08:00 |
|
liugang
|
d8bd6cf2d8
|
* testtaskModel: refactor the unlinkCase method.
|
2023-09-12 17:04:13 +08:00 |
|
liugang
|
a8ac477bc4
|
+ testtask: add method to remove a case from a testtask.
|
2023-09-12 14:20:21 +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
|
2daed2a482
|
* testtaskModel: refactor the block method.
|
2023-09-12 10:15:41 +08:00 |
|
liugang
|
2e8e5a86dc
|
* testtaskModel: refactor the activate method.
|
2023-09-12 10:14:29 +08:00 |
|
liumengyi
|
eae359fb08
|
* Modify unit test of testtaskModel::update, and fix error of it.
|
2023-09-12 09:58:42 +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 |
|
liugang
|
4e79f313bf
|
* testtask: refactor the methods to close a testtask.
|
2023-09-11 16:36:00 +08:00 |
|
liugang
|
010866f5c5
|
* testtask: process the uid field when start a testtask.
|
2023-09-11 16:34:11 +08:00 |
|
liugang
|
8ac9c4e28f
|
* testtask: return false if the testtask's status isn't wait.
|
2023-09-11 14:55:07 +08:00 |
|
liugang
|
1e65289fec
|
* testtask: refactor methods to start a testtask.
|
2023-09-11 14:00:57 +08:00 |
|
liumengyi
|
05dd2ebc43
|
* Refactor testtask::edit.
|
2023-09-06 17:21:37 +08:00 |
|
wangyuting
|
9844f4a6bf
|
* Refactor unitCases function on testtask.
|
2023-08-25 15:56:32 +08:00 |
|
wangyuting
|
6bfb3b4dda
|
* Optimize view function on testtask.
|
2023-08-25 09:38:36 +08:00 |
|
dingguodong
|
0b7c7329e5
|
* Replace leftjoin to leftJoin.
|
2023-08-24 16:49:54 +08:00 |
|
wangyuting
|
85b99f8013
|
* Optimize create function on testtask.
|
2023-08-24 16:32:10 +08:00 |
|
wangyuting
|
e0d8afe5de
|
* Optimize browseUnits function on testtask.
|
2023-08-24 14:29:49 +08:00 |
|
wangyuting
|
8cf7cd5be1
|
* Optimize testtask browse.
|
2023-08-23 15:12:47 +08:00 |
|
liumengyi
|
bcd7c5d90b
|
* Refactor ui of testcase::createBug.
|
2023-07-27 10:03:14 +08:00 |
|
liumengyi
|
6b82e15b13
|
* Refactor ui of testtask::results and testtask::runCase.
|
2023-07-26 16:37:29 +08:00 |
|
liumengyi
|
b8e9ed9e7b
|
* Fix empty error.
|
2023-07-25 18:37:51 +08:00 |
|
liumengyi
|
e5606810b2
|
* Modify style of runCase and case results.
|
2023-07-25 16:44:19 +08:00 |
|
sunguangming
|
7a1899ac9c
|
* Finish task #97630.
|
2023-07-25 16:22:17 +08:00 |
|
朱金勇
|
640e8f4482
|
* Use helper::setcookie.
|
2023-07-11 07:28:39 +00:00 |
|
wangyuting
|
c0e429cdbf
|
* Finish latestTesttask on qastatistic block.
|
2023-07-11 09:28:26 +08:00 |
|
朱金勇
|
ccb6a094f9
|
* Change constant to variable.
|
2023-07-10 04:31:47 +00:00 |
|
daitingting
|
3ffc3361bf
|
* Adjust codes.
|
2023-07-07 01:31:38 +00:00 |
|