liugang
|
1d33132214
|
+ userTest: add script to test the identifyUser method.
|
2023-12-21 19:46:49 +08:00 |
|
liugang
|
f43ef310d8
|
* userTest: refactor script to test the identify method.
|
2023-12-21 19:05:54 +08:00 |
|
wangyuting
|
fdbc343b2a
|
* Fix user module unit test scirpt bug.
|
2023-12-21 18:37:55 +08:00 |
|
wangyuting
|
5b2528b953
|
* Refactor userModel::checkSprintAuthed.
|
2023-12-21 17:04:17 +08:00 |
|
wangyuting
|
72ea5237cc
|
* Refactor userModel::checkProgramPriv.
|
2023-12-21 17:01:05 +08:00 |
|
wangyuting
|
2fdf2cd18b
|
* Refactor userModel::checkproductpriv.
|
2023-12-21 16:55:08 +08:00 |
|
liugang
|
b779a59a4e
|
- userTest: remove unused script to test the getPersonalData method.
|
2023-12-21 16:33:25 +08:00 |
|
liugang
|
a4f8a8fab3
|
- userTest: remove unused script to test the getUserDisplayInfos method.
|
2023-12-21 16:31:26 +08:00 |
|
wangyuting
|
bc16df6cb2
|
* Refactor checkproductpriv and checkprogrampriv and checkprojectpriv and checksprintpriv.
|
2023-12-21 16:20:31 +08:00 |
|
liugang
|
19bd7e5023
|
* userTest: refactor script to test the identifyByCookie method.
|
2023-12-21 16:07:53 +08:00 |
|
liugang
|
87cfc52c89
|
* userTest: refactor script to test the identifyByPhpAuth method.
|
2023-12-21 14:48:05 +08:00 |
|
liugang
|
9e8dd1773b
|
* userTest: refactor script to test the login method.
|
2023-12-21 10:49:16 +08:00 |
|
liugang
|
90a0a46cf6
|
* userTest: refactor script to test the batchUpdate method.
|
2023-12-20 19:16:18 +08:00 |
|
liugang
|
d33c5c79a5
|
* userTest: refactor script to test the batchCreate method.
|
2023-12-20 18:38:20 +08:00 |
|
liugang
|
adf0f5f974
|
* userTest: refactor script to test the update method.
|
2023-12-20 14:53:54 +08:00 |
|
wangyuting
|
e3cb113d28
|
* Refactor userModel::computeUserView and finish unit test script.
|
2023-12-20 09:55:23 +08:00 |
|
liugang
|
23002045a1
|
* userTest: rename createUserTest to createTest.
|
2023-12-19 18:52:52 +08:00 |
|
liugang
|
3f7d77d539
|
Revert "* userTest: rename createUserTest to createUser."
This reverts commit a17cf55177.
|
2023-12-19 18:49:58 +08:00 |
|
liugang
|
a17cf55177
|
* userTest: rename createUserTest to createUser.
|
2023-12-19 18:49:19 +08:00 |
|
liugang
|
213653027d
|
* userTest: refactor script to test the create method.
|
2023-12-19 18:22:47 +08:00 |
|
liugang
|
1fc2cb85c6
|
- userTest: remove unused script to test the getDataInJSON method.
|
2023-12-19 14:04:33 +08:00 |
|
liugang
|
e476c9d78f
|
* userTest: refactor script to test the updatePassword method.
|
2023-12-19 13:54:41 +08:00 |
|
liugang
|
cf95e1d66d
|
* userTest: refactor script to test the resetPassword method.
|
2023-12-19 13:31:51 +08:00 |
|
liugang
|
732f4c61c2
|
* userTest: refactor script to test the getGroupsByVisions method.
|
2023-12-19 10:37:58 +08:00 |
|
liugang
|
21b5125540
|
* userTest: refactor script to test the getGroups method.
|
2023-12-18 19:11:11 +08:00 |
|
liugang
|
90b7cfaba3
|
* userTest: refactor script to test the isLogon method.
|
2023-12-18 18:45:34 +08:00 |
|
liugang
|
24f49ac5ef
|
* userTest: refactor script to test the checkLocked method.
|
2023-12-18 18:14:45 +08:00 |
|
liugang
|
a636ed5614
|
* userTest: refactor script to test the cleanLocked method.
|
2023-12-18 15:45:19 +08:00 |
|
liugang
|
cd0b7df614
|
* userTest: refactor script to test the getWeakUsers method.
|
2023-12-18 14:16:36 +08:00 |
|
liugang
|
7534ec2613
|
* userTest: refactor script to test the computePasswordStrength method.
|
2023-12-18 13:13:33 +08:00 |
|
liugang
|
e3f865e997
|
* userTest: refactor script to test the isClickable method.
|
2023-12-16 17:17:18 +08:00 |
|
liugang
|
b2c1a91bb7
|
+ userTest: add comment and return type of the getUserTemplates method.
|
2023-12-16 16:51:54 +08:00 |
|
liugang
|
8c92e836ff
|
* userTest: refactor script to test the saveUserTemplate method.
|
2023-12-16 16:48:39 +08:00 |
|
liugang
|
32744d28d4
|
* userTest: refactor script to test the deleteContactList method.
|
2023-12-16 13:26:55 +08:00 |
|
liugang
|
dab2efc535
|
* userTest: refactor script to test the updateContactList method.
|
2023-12-16 13:13:17 +08:00 |
|
liugang
|
b4737f99d1
|
* userTest: modify comment and return type of the createContactListTest method.
|
2023-12-16 10:42:36 +08:00 |
|
liugang
|
e443582878
|
* userTest: refactor script to test the createContactList method.
|
2023-12-16 10:39:13 +08:00 |
|
liugang
|
47f7228d2e
|
- userModel: remove the unused getListByAccount method.
|
2023-12-16 09:59:52 +08:00 |
|
liugang
|
d6624b0192
|
* userTest: refactor script to test the getListForGitLabAPI method.
|
2023-12-16 09:50:26 +08:00 |
|
liugang
|
44b809acec
|
* userTest: refactor script to test the getListByAccounts method.
|
2023-12-16 09:23:18 +08:00 |
|
liugang
|
b1b39a0014
|
* userTest: refactor script to test the setCurrentUserFirst method.
|
2023-12-15 17:04:54 +08:00 |
|
liugang
|
68cd49e0bf
|
* userTest: refactor script to test the getByQuery method.
|
2023-12-15 16:17:32 +08:00 |
|
liugang
|
26ca49ab3b
|
+ userTest: add method to test the checkBeforeBatchUpdate method.
|
2023-12-15 09:09:59 +08:00 |
|
liugang
|
b5aea30f9f
|
+ userTest: add method to test the checkBeforeBatchCreate method.
|
2023-12-14 09:22:24 +08:00 |
|
liugang
|
86f81db658
|
* userTest: concatenate the elements of array without any characters.
|
2023-12-13 10:17:08 +08:00 |
|
liugang
|
6f62d24aec
|
* userTest: move the chinese comment before english comment.
|
2023-12-12 17:14:23 +08:00 |
|
liugang
|
82e00c906e
|
* userTest: refactor the method to test the checkPassword method.
|
2023-12-12 17:12:45 +08:00 |
|
liugang
|
f4666d7dd6
|
+ userTest: declare strict types.
|
2023-12-12 17:11:56 +08:00 |
|
liugang
|
cb1ff3b0ad
|
+ userTest: add method to test the checkVerifyPassword method.
|
2023-12-12 17:09:24 +08:00 |
|
liugang
|
d964be3f53
|
+ userTest: add a method to test the checkBeforeCreateOrEdit method.
|
2023-12-12 16:22:02 +08:00 |
|