Commit Graph
71646 Commits
Author SHA1 Message Date
tianshujie 8ba0d35a0c + Add score::computeExecutionScore unit test. 2023-12-19 13:40:03 +08:00
tianshujie f7ee85c5ef + Add score::computeBugScore unit test. 2023-12-19 13:40:02 +08:00
tianshujie 1df409fbfb + Add comment of score::computeTaskScore. 2023-12-19 13:40:02 +08:00
tianshujie 70f8cf2350 + Add score::computeTaskScore unit test. 2023-12-19 13:40:02 +08:00
zhouxin f8e24cbc94 * Add unit test to metricModel-getViewTableHeader. 2023-12-19 13:38:38 +08:00
xieqiyu b7c41a1531 - Delete upgradeModel::updatePivotGroup. 2023-12-19 13:35:29 +08:00
liugang cf95e1d66d * userTest: refactor script to test the resetPassword method. 2023-12-19 13:31:51 +08:00
caoyanyi d640adb59b * Adjust env get rule for platform. 2023-12-19 13:31:32 +08:00
liugang e7161ecede * userModel: fix error of calling undefined property. 2023-12-19 13:31:08 +08:00
xieqiyu 9f4450e5d6 * Modify function name. 2023-12-19 13:24:29 +08:00
wangxuepeng 8f671127b2 * Refactor upgradeModel::setUrSwitchStatus, 2023-12-19 13:17:53 +08:00
朱金勇 f669c70afd * Refactor methods of group: update*. 2023-12-19 12:07:00 +08:00
zhouxin cbe68d368f * Add field to yaml of metriclib. 2023-12-19 11:28:41 +08:00
songchenxuan 23fd281054 + Add metric test. 2023-12-19 11:24:54 +08:00
daitingting 7784eab97e * Refactor moveExtFiles function. 2023-12-19 03:21:49 +00:00
zhouxin fff1a60827 * Add unit method to metricModel. 2023-12-19 11:19:02 +08:00
zhouxin 444d1489e5 * Add unit test to getMetricRecordDateField in metricModel. 2023-12-19 11:04:54 +08:00
zhouxin 9449b05df1 * Add unit test for getDataStatement in metricModel. 2023-12-19 10:49:23 +08:00
liugang 732f4c61c2 * userTest: refactor script to test the getGroupsByVisions method. 2023-12-19 10:37:58 +08:00
liugang e79487c1f7 * userModel: don't prepend vision before group name if the vision list doesn't include the vision. 2023-12-19 10:37:21 +08:00
caoyanyi e96a976a95 + Add unit test case for mr->apiGetMRCommits. 2023-12-19 10:35:50 +08:00
xieqiyu b6bc28aca0 * Refactor upgradeModel::processDataset. 2023-12-19 10:30:30 +08:00
wangyuting cb5a6c14e9 * Add cron and lang objectTables. 2023-12-19 10:28:13 +08:00
wangxuepeng 76ffd72551 * Refactor upgradeModel::addAdminInviteField. 2023-12-19 10:24:50 +08:00
wangyuting 6da054bda9 * Finish install importdemodata and updatelang function unit test script. 2023-12-19 10:24:02 +08:00
daitingting 61925c39f8 * Add comment for selectMergeMode function.
* Set params type.
2023-12-19 02:09:17 +00:00
caoyanyi db272354dd * Fix sonar issue to bug priv error. 2023-12-19 10:03:14 +08:00
caoyanyi 9a1858ae4b * Adjust sonar btn display rule for repo page. 2023-12-19 10:03:14 +08:00
caoyanyi 952076f081 * Adjust linkage error for job edit. 2023-12-19 10:03:14 +08:00
daitingting bb33512088 * Split setSprintConcept and setDefaultProgram functions.
* Add the returned type.
2023-12-19 01:51:18 +00:00
zhouxin ba0c459276 * Add unit test for getDateTypeByCode in metricModel. 2023-12-19 09:42:17 +08:00
sunguangming 5cd8c6e8fb * kanban: refactor buildExecutionCards. 2023-12-19 09:40:35 +08:00
sunguangming f5c0c611c8 * kanban: modify unit test. 2023-12-19 09:15:54 +08:00
caoyanyi 6e6b11064a * Adjust code download and call function params type. 2023-12-19 09:04:28 +08:00
caoyanyi 2c297f78bb * Adjust function params type and return value. 2023-12-19 09:03:47 +08:00
xieqiyu dc985c0cbc * Fix the bug of install. 2023-12-18 20:03:14 +08:00
liumengyi f9ab9ec463 * Refactor upgradeModel::getOpenVersion, and add its unit test. 2023-12-18 19:58:00 +08:00
liumengyi 4900cbe03b * Refactor upgradeModel::getEditionByVersion, and add its unit test. 2023-12-18 19:54:38 +08:00
caoyanyi 96dba2e601 * Adjust funtion return value type for mr apiGetSingleMR. 2023-12-18 19:46:22 +08:00
caoyanyi c8f6efd643 + Add unit test case for mr->apiGetSingleMR. 2023-12-18 19:45:57 +08:00
liumengyi 85e380509a * Refactor upgradeModel::executeUpgradeMethod. 2023-12-18 19:44:40 +08:00
tianshujie 9776443be3 * Fix bug #41933. 2023-12-18 19:41:01 +08:00
liumengyi 30e3f6db1b * Refactor upgradeModel::getConfirm, and remove upgradeModel::getXxxConfirm. 2023-12-18 19:37:24 +08:00
sunguangming 088c922f42 * kanban: refactor getCardGroupByExecution(). 2023-12-18 19:32:10 +08:00
tianshujie 6894cf1f67 * Fix bug #41934. 2023-12-18 19:31:00 +08:00
tianshujie dc2be13020 * Fix bug #41935. 2023-12-18 19:29:12 +08:00
wangyuting db363db60f * Finish builddblogfile and execdmsql and grantpriv function unit test script. 2023-12-18 19:22:44 +08:00
caoyanyi b5006924b5 * Adjust unit test case for mr. 2023-12-18 19:19:44 +08:00
caoyanyi 3e01a5a142 * Adjust sonar error for gogs. 2023-12-18 19:19:44 +08:00
tianshujie e0a4ec7347 * Fix bug #41383. 2023-12-18 19:13:05 +08:00