Commit Graph
175 Commits
Author SHA1 Message Date
zhouxin 1b7aac3f6f * Fix bug #47654. 2024-04-25 14:19:34 +08:00
zhouxin 6934f36b9e * Remove useless method. 2024-04-25 13:35:40 +08:00
qixinzhi d744b78bc9 * Fix id continuous for zt_metriclib. 2024-04-22 08:58:44 +00:00
qixinzhi 9e79e38deb * Skip closed scope when calculate metric. 2024-04-22 07:46:32 +00:00
zhouxin 2cf3643055 * Add recalculate feature for metric. 2024-04-19 15:51:02 +08:00
zhouxin fd4edd5e24 * Add comment. 2024-04-18 13:33:25 +08:00
宋辰轩 d120252d92 * Fix bug #48013. 2024-04-18 11:10:44 +08:00
zhouxin 48cbf32f4c * Fix bug #47606. 2024-04-18 10:16:02 +08:00
qixinzhi 06ef07f204 * Fix delist and delete tip in view page. 2024-04-17 09:06:14 +00:00
qixinzhi 1a07fe4047 * Fix realtime field list. 2024-04-17 09:04:00 +00:00
qixinzhi dc8c81e487 * Remove unused code. 2024-04-17 09:04:00 +00:00
qixinzhi 3f750da9c8 * Fix metric header and realtime calculate. 2024-04-17 08:55:48 +00:00
qixinzhi 4b7ad1e653 * Add viewType to edit action. 2024-04-17 08:34:21 +00:00
qixinzhi 06f25e33d2 * Fix name lang of metric scope header. 2024-04-17 08:26:06 +00:00
qixinzhi 0f8e5c8f56 * Include kanban to execution option list. 2024-04-17 07:26:23 +00:00
qixinzhi 798153baaa * Fix metric unit test. 2024-03-27 09:32:05 +00:00
qixinzhi 1d2e0f32f5 * Fix metric unit test. 2024-03-27 08:43:57 +00:00
zhouxin 54b699af9d * Adjust code of updateMetricLib. 2024-03-27 08:43:57 +00:00
songchenxuan 233091ec5a * Fix bug #47050. 2024-03-27 08:43:57 +00:00
qixinzhi 8fe1a9929d * Display empty action with builtin metric. 2024-03-27 08:43:57 +00:00
qixinzhi 811f4420e1 * Fix can not delist metric with builtin. 2024-03-27 08:43:56 +00:00
songchenxuan b6a3effdae * Add function for metric. 2024-03-27 08:43:56 +00:00
qixinzhi 0b11fee290 * Add auto y axis range for line chart. 2024-03-27 08:43:56 +00:00
qixinzhi 8ce4d280bb * Fix priv with button display. 2024-03-27 08:43:56 +00:00
zhouxin a8263e828d Revert "* Fetch metric list with date type."
This reverts commit 63f19cdbe9.
2024-03-27 08:43:56 +00:00
zhouxin 9e72e06b6f * Fetch metric list with date type. 2024-03-27 08:43:55 +00:00
qixinzhi 7351d25acb * Fixing inconsistent date format in tables and charts, bug#40965. 2024-03-27 08:43:55 +00:00
qixinzhi 245371e794 * Update SQL label tooltips to 'Implement type'. 2024-03-27 08:43:55 +00:00
caoyanyi 1de446f6ce * Merge for release branch. 2024-03-15 14:59:57 +08:00
songchenxuan 94327955e0 * Cherry pick 7840285fa3. 2024-02-29 15:16:19 +08:00
qixinzhi 26beb6c47c * Update metric from 18.x. 2024-02-29 09:40:11 +08:00
qixinzhi b9f6a21557 * Fix project without execution record. 2024-01-31 15:32:25 +08:00
qixinzhi fb99369d97 * Add vision parameter to getResultByCode. 2024-01-26 11:03:11 +08:00
qixinzhi 7fc0502193 * Fix undefined property: . 2024-01-19 16:57:55 +08:00
qixinzhi bf139e1d18 * Fix metric unit test. 2024-01-19 14:40:30 +08:00
qixinzhi b741314ec6 * Pick code from branch 18.x+bi. 2024-01-19 10:23:09 +08:00
songchenxuan 498420f095 * Add metric test. 2023-12-25 07:47:49 +08:00
zhouxin 8e5dfce6de * Add comment to metric module. 2023-12-23 13:18:41 +08:00
songchenxuan df5200f314 + Add metric test. 2023-12-21 04:23:56 +08:00
zhouxin 4015c38fa3 * Add unit test to metricModel-genDataZoom. 2023-12-21 09:34:17 +08:00
zhouxin 980e1cebb3 * Add unit test to metricModel-getResultByCode. 2023-12-19 14:49:00 +08:00
zhouxin 9c2962a515 * Add comment for metricModel-getDateTypeByCode. 2023-12-18 15:56:33 +08:00
zhouxin 222ee01063 * Refactor code of call getDateType method. 2023-12-18 15:32:50 +08:00
zhouxin 182e77776b * Refactor method of metricModel. 2023-12-18 15:09:06 +08:00
songchenxuan 8a7dbf93ce * Add metric test. 2023-12-18 12:21:51 +08:00
zhouxin 13fbf8ee6a * Add comment to metric module. 2023-12-18 11:19:27 +08:00
songchenxuan bf9c1d9b72 * Merge 18x metric module to master. 2023-12-15 17:22:53 +08:00
caoyanyi 8e17266f28 * Update commit link info. 2023-12-06 13:42:44 +08:00
wangyidong 4ad76f6162 * Adjust check consistency for upgrade and update standard sql. 2023-12-06 10:00:59 +08:00
liugang 22bae254a4 * Move the getVisionList method from user/model.php to helper.class.php and rename it to getVisisons. 2023-12-04 16:15:42 +08:00