zhouxin
|
f20524ca8b
|
* Add date range filter to metric in screen desinger.
|
2024-01-23 15:56:43 +08:00 |
|
zhouxin
|
54716b0ce9
|
* Adjust legend color of metric in screen designer.
|
2024-01-23 08:52:25 +08:00 |
|
qixinzhi
|
121d4327c1
|
* Fix count_of_annual_finished_execution from closedDate to realEnd.
|
2024-01-22 15:42:34 +08:00 |
|
qixinzhi
|
bc8ac9a598
|
* Update from master branch.
|
2024-01-22 15:09:20 +08:00 |
|
qixinzhi
|
aa5e5ac37f
|
* Update metric defination from master branch.
|
2024-01-22 15:09:16 +08:00 |
|
qixinzhi
|
d83701ef9c
|
* Update unit test from master branch.
|
2024-01-22 15:09:16 +08:00 |
|
zhouxin
|
690729c99f
|
* Make metric's filter from single to multiple.
|
2024-01-22 14:32:01 +08:00 |
|
zhouxin
|
f37d4ad855
|
* Add "belong" param to filter in screen designer.
|
2024-01-22 13:43:07 +08:00 |
|
zhouxin
|
00b57c2cbf
|
* Fix metric of left_period_of_project.
|
2024-01-19 10:31:42 +08:00 |
|
qixinzhi
|
3f1677e2b1
|
* Add metric last calculate rows and time field to zt_metric.
|
2024-01-18 14:01:17 +08:00 |
|
qixinzhi
|
10372a0faf
|
* Add sqlite for metric calculate.
|
2024-01-18 13:43:39 +08:00 |
|
qixinzhi
|
d881f2e773
|
* Compatible with mysql and sqlite syntax.
|
2024-01-18 13:40:31 +08:00 |
|
songchenxuan
|
1e3771540f
|
* Fix bug of use array key for an object.
|
2024-01-18 10:29:12 +08:00 |
|
songchenxuan
|
a0dcb98f56
|
* Finish task #110926.
|
2024-01-17 17:18:19 +08:00 |
|
songchenxuan
|
8c4fc3db13
|
* Modify genComponentData filter logic.
|
2024-01-17 15:28:34 +08:00 |
|
qixinzhi
|
ca80f0aec7
|
* Add default title show when create metric.
|
2024-01-12 16:03:47 +08:00 |
|
zhouxin
|
7180dbcf42
|
* Adjust order of scope list.
|
2024-01-12 13:11:55 +08:00 |
|
songchenxuan
|
4dc7d2e334
|
* Fix metric bug, biz have not risk and issue.
|
2024-01-12 10:38:13 +08:00 |
|
qixinzhi
|
eccfcaa78e
|
* Fix generate zero metric record of week.
|
2024-01-11 16:53:40 +08:00 |
|
qixinzhi
|
4b72bbd8ee
|
* Generate thumbnail of screen.
|
2024-01-11 16:28:13 +08:00 |
|
qixinzhi
|
9fce0b01ef
|
* Fix metric filter.
|
2024-01-10 17:19:12 +08:00 |
|
qixinzhi
|
b50f231c9a
|
* Fix delete duplicate record when calculate metric.
|
2024-01-10 16:49:59 +08:00 |
|
qixinzhi
|
4253d4b36d
|
* Fix component chart option when fetch with filter.
|
2024-01-10 16:11:59 +08:00 |
|
songchenxuan
|
3b70db8c7c
|
* Fix bug #43533.
|
2024-01-10 15:43:56 +08:00 |
|
qixinzhi
|
ac3eb533d9
|
* Get date type from metric.
|
2024-01-10 11:18:19 +08:00 |
|
songchenxuan
|
f3a77e98a4
|
* Fix bug #43547.
|
2024-01-10 09:25:12 +08:00 |
|
zhouxin
|
21973eec80
|
* Fix get user pairs in metric.
|
2024-01-09 16:40:13 +08:00 |
|
songchenxuan
|
27b733b00f
|
* Move isDateMetric and isObjectMetric to option card.
|
2024-01-09 16:34:36 +08:00 |
|
songchenxuan
|
df357a99b2
|
* Add isDateMetric and isObjectMetric for metric component option.
|
2024-01-09 16:07:38 +08:00 |
|
songchenxuan
|
a6d4d5b340
|
* Remove comment code.
|
2024-01-09 15:49:42 +08:00 |
|
qixinzhi
|
ade9e9da3d
|
* Finish display no data tip in different situation,story#52003, task#110464.
|
2024-01-09 14:51:08 +08:00 |
|
qixinzhi
|
ea8e351d22
|
* Fix metric table header error.
|
2024-01-09 14:26:45 +08:00 |
|
qixinzhi
|
fcfd1606ee
|
* Display no avaliable data when return empty records,stroy#52005, task#110465.
|
2024-01-09 13:47:55 +08:00 |
|
qixinzhi
|
9ac9d38c47
|
* Fix get date type error.
|
2024-01-09 13:04:22 +08:00 |
|
songchenxuan
|
ce76c73396
|
* Modify metric groupTable.
|
2024-01-09 11:14:14 +08:00 |
|
qixinzhi
|
90ff882b32
|
* Remove calculate history metric records and refactor.
|
2024-01-09 11:12:51 +08:00 |
|
songchenxuan
|
b63b670d28
|
* Init dateType in metric getByID function.
|
2024-01-09 10:57:11 +08:00 |
|
songchenxuan
|
0c6a73f56e
|
+ Add update sql and function.
|
2024-01-09 10:42:26 +08:00 |
|
qixinzhi
|
fa043bd69f
|
* Finish complete the default 0 when calculate metric record,story#52100,task#110587.
|
2024-01-09 09:14:45 +08:00 |
|
zhouxin
|
3dabc043dc
|
* Add scope to chart config in screen designer.
|
2024-01-09 08:56:18 +08:00 |
|
songchenxuan
|
b41aa7f212
|
* Add metric dateType config.
|
2024-01-08 17:21:43 +08:00 |
|
zhouxin
|
0f11020609
|
* Fix bug #43366.
|
2024-01-08 17:04:14 +08:00 |
|
zhouxin
|
067e236f3c
|
* Fix bug #43134.
|
2024-01-08 16:56:12 +08:00 |
|
zhouxin
|
c987b97c05
|
* Ajax get year list for global filter.
|
2024-01-08 16:23:13 +08:00 |
|
zhouxin
|
c53d900da4
|
* Get program list with hierarchy in screen's metric.
|
2024-01-08 14:27:28 +08:00 |
|
zhouxin
|
027a58f119
|
* Get menu options of dept for global filter.
|
2024-01-08 09:49:42 +08:00 |
|
zhouxin
|
225d109a33
|
* Get first year of install zentao for screen.
|
2024-01-05 16:48:02 +08:00 |
|
zhouxin
|
107bc58fad
|
* Ajax get component of global filters.
|
2024-01-05 13:52:22 +08:00 |
|
qixinzhi
|
b513e71c87
|
* Remove code and pipeline in scope list.
|
2024-01-05 10:53:02 +08:00 |
|
qixinzhi
|
e85f87afe0
|
* Fix division zero error.
|
2024-01-05 10:31:20 +08:00 |
|