Commit Graph
70507 Commits
Author SHA1 Message Date
wangyuting 1f0184a8d8 * Adjust extractPackage model function to zen. 2023-12-07 17:03:26 +08:00
liugang 350944b189 * userModel: rename the processAccountSort method to setCurrentUserFirst. 2023-12-07 17:01:10 +08:00
tianshujie 6e28d3ed19 * Refactor doc::getDocQuery method. 2023-12-07 16:59:48 +08:00
tianshujie 1de6ae2498 + Add doc::getDocQuery unit test. 2023-12-07 16:59:48 +08:00
wangxuepeng 834526fa12 - Remove pivtoModel::getSysURL. 2023-12-07 16:58:33 +08:00
sunhao 3f166b551b * kanban: refactor screen with the new zui helper. 2023-12-07 16:58:05 +08:00
liugang e3a7741b89 * userModel: refactor the processAccountSort method. 2023-12-07 16:56:18 +08:00
wangyuting 5ecb97151b * Adjust checkFile model function to checkFileConflict zen function. 2023-12-07 16:51:15 +08:00
wangxuepeng 490de95841 * Correct note. 2023-12-07 16:45:17 +08:00
liugang d8ed5144ab * userModel: fixed an issue where 32-bit or 40-bit clear text passwords may fail to verify. 2023-12-07 16:37:01 +08:00
wangyuting d8a7fafbda * Optimize api checkVersion function and finish unit test script. 2023-12-07 16:36:07 +08:00
sunguangming 4b08baf3fb * Adjust code style. 2023-12-07 16:34:54 +08:00
wangxuepeng fb83980c6d * Refactor pivotModel::getBugsAssign. 2023-12-07 16:34:41 +08:00
liugang 19e6c15e01 * userModel: refactor the identify method. 2023-12-07 16:31:59 +08:00
liugang c0d8e4fcfa + userModel: add method to identify user by account and password. 2023-12-07 16:30:39 +08:00
liugang 2ee263cafc + userModel: add method to check if need to modify password. 2023-12-07 16:29:39 +08:00
liugang 3cafc6e7b0 * userModel: add parameter type and return type of the login method. 2023-12-07 16:27:48 +08:00
liugang 32d09b6a62 * userModel: add keepLogin parameter to the login method. 2023-12-07 16:27:11 +08:00
wangyuting cfa062cd80 * Adjust checkDownloadPath and checkExtensionPaths function to extension zen. 2023-12-07 16:26:24 +08:00
sunguangming 7a5ce3fa8e * Add unit test. 2023-12-07 16:25:53 +08:00
liugang 09e77b60ec * userModel: modify comment of the login method. 2023-12-07 16:25:39 +08:00
liumengyi 15d32a8afa * Optimize code. 2023-12-07 16:25:19 +08:00
liumengyi f75b575480 * Refactor tutorialModel::checkNovice, and modify its unit test. 2023-12-07 16:23:56 +08:00
liumengyi 30f0bf9d16 - Remove tutorialModel::checkNovice and its unit test, it's not used. 2023-12-07 16:07:29 +08:00
daitingting 06d51287b4 * Adjust objectType. 2023-12-07 08:04:54 +00:00
wangyuting 6c8fe3b0c3 * Optimize api getDBFile function and finish unit test script. 2023-12-07 16:03:53 +08:00
xieqiyu 52eb5ccc8c * Optimize the code. 2023-12-07 16:03:29 +08:00
daitingting a0b0153663 * Test getList function. 2023-12-07 07:59:55 +00:00
tianshujie 1d96ef2181 * Format data of the zt_productplan. 2023-12-07 15:57:15 +08:00
tianshujie f978b127d8 * Refactor doc::getDocsByBrowseType method. 2023-12-07 15:57:15 +08:00
tianshujie cd044f0b6f * Change the type of the libID. 2023-12-07 15:57:15 +08:00
tianshujie 3203f32743 * Refactor doc::getDocsByBrowseType unit test. 2023-12-07 15:57:15 +08:00
tianshujie 5e146e14a2 + Add doc::getCollectedDocs unit test. 2023-12-07 15:57:15 +08:00
tianshujie 78ab307c12 + Add doc::getOrderedDocsByEditedDate unit test. 2023-12-07 15:57:15 +08:00
caoyanyi c807ac1e44 * Adjust call function param type. 2023-12-07 15:48:19 +08:00
wangyuting 76f75f6461 * Optimize api processLicense function and finish unit test script. 2023-12-07 15:42:54 +08:00
liumengyi 20de4d147c * Refactor tutorial::ajaxSaveNotice. 2023-12-07 15:41:53 +08:00
daitingting 108c737a11 * Set orderBy. 2023-12-07 07:40:51 +00:00
caoyanyi e51e54447a * Adjust function return value type. 2023-12-07 15:38:09 +08:00
caoyanyi c5a7dc4d19 * Adjust call function params. 2023-12-07 15:35:28 +08:00
xieqiyu 29a10d461d * Refactor convert::getJiraDataFromDB method. 2023-12-07 15:30:30 +08:00
liugang 26f673985c * userModel: refactor the keepLogin method. 2023-12-07 15:26:24 +08:00
liumengyi d51c4e9f25 * Optimize code. 2023-12-07 15:25:49 +08:00
liumengyi 5ed8621029 * Refactor tutorial::wizard. 2023-12-07 15:25:37 +08:00
liugang a52dbb81f8 * userModel: refactor the isLogon method. 2023-12-07 15:24:50 +08:00
liugang 72f5ad77f9 * userModel: add parameter type, return type and commit of the getGroups method. 2023-12-07 15:23:29 +08:00
xieqiyu cfc98ac713 * Refactor convert::getIssueData method. 2023-12-07 15:21:47 +08:00
wangyuting 39a6503874 * Optimize api getCondition function and finish unit test script. 2023-12-07 15:20:17 +08:00
wangxuepeng bb44f0109d * Modify unit test for pivotModel::getWorkLoad. 2023-12-07 15:12:59 +08:00
daitingting eaedc3392a * Move these tests to tao. 2023-12-07 07:11:20 +00:00