@devtable/dashboard 6.1.0 → 6.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dashboard.es.js +2952 -3468
- package/dist/dashboard.umd.js +19 -126
- package/dist/plugins/viz-components/viz-merico-gqm/index.d.ts +2 -0
- package/dist/plugins/viz-components/viz-merico-gqm/request/call-expert-system.d.ts +27 -0
- package/dist/plugins/viz-components/viz-merico-gqm/type.d.ts +6 -0
- package/dist/plugins/viz-components/{expert-system/viz-expert-system-panel.d.ts → viz-merico-gqm/viz-merico-gqm-panel.d.ts} +1 -1
- package/dist/plugins/viz-components/viz-merico-gqm/viz-merico-gqm.d.ts +3 -0
- package/package.json +1 -1
- package/dist/commits.structure.26a44e4e.mjs +0 -13
- package/dist/efficiency.schema.5ba0fdb1.mjs +0 -82
- package/dist/efficiency.structure.8ac41504.mjs +0 -12
- package/dist/efficiency.structure.cf755f40.mjs +0 -12
- package/dist/heatmap.structure.75d4a09a.mjs +0 -11
- package/dist/pareto.structure.64175247.mjs +0 -11
- package/dist/pareto.structure.870fcfae.mjs +0 -11
- package/dist/plugins/viz-components/expert-system/index.d.ts +0 -2
- package/dist/plugins/viz-components/expert-system/metric-set-selector.d.ts +0 -8
- package/dist/plugins/viz-components/expert-system/request/call-expert-system.d.ts +0 -6
- package/dist/plugins/viz-components/expert-system/request/payload/comparison/efficiency.d.ts +0 -10
- package/dist/plugins/viz-components/expert-system/request/payload/comparison/index.d.ts +0 -8
- package/dist/plugins/viz-components/expert-system/request/payload/dev_load/heatmap.d.ts +0 -9
- package/dist/plugins/viz-components/expert-system/request/payload/dev_load/index.d.ts +0 -14
- package/dist/plugins/viz-components/expert-system/request/payload/dev_load/pareto.d.ts +0 -9
- package/dist/plugins/viz-components/expert-system/request/payload/dev_load/productivity.d.ts +0 -11
- package/dist/plugins/viz-components/expert-system/request/payload/index.d.ts +0 -2
- package/dist/plugins/viz-components/expert-system/request/payload/performance/efficiency.d.ts +0 -10
- package/dist/plugins/viz-components/expert-system/request/payload/performance/index.d.ts +0 -31
- package/dist/plugins/viz-components/expert-system/request/payload/performance/pareto.d.ts +0 -9
- package/dist/plugins/viz-components/expert-system/request/payload/performance/quality.d.ts +0 -34
- package/dist/plugins/viz-components/expert-system/request/payload/performance/quality_history.d.ts +0 -12
- package/dist/plugins/viz-components/expert-system/request/payload/personal_report/commits.d.ts +0 -11
- package/dist/plugins/viz-components/expert-system/request/payload/personal_report/index.d.ts +0 -14
- package/dist/plugins/viz-components/expert-system/request/payload/personal_report/quality.d.ts +0 -13
- package/dist/plugins/viz-components/expert-system/request/payload/personal_report/skills.d.ts +0 -8
- package/dist/plugins/viz-components/expert-system/request/schema/comparison/efficiency.structure.d.ts +0 -2
- package/dist/plugins/viz-components/expert-system/request/schema/dev_load/heatmap.structure.d.ts +0 -2
- package/dist/plugins/viz-components/expert-system/request/schema/dev_load/pareto.structure.d.ts +0 -2
- package/dist/plugins/viz-components/expert-system/request/schema/dev_load/productivity.structure.d.ts +0 -2
- package/dist/plugins/viz-components/expert-system/request/schema/index.d.ts +0 -3
- package/dist/plugins/viz-components/expert-system/request/schema/performance/efficiency.structure.d.ts +0 -2
- package/dist/plugins/viz-components/expert-system/request/schema/performance/pareto.structure.d.ts +0 -2
- package/dist/plugins/viz-components/expert-system/request/schema/performance/quality.structure.d.ts +0 -2
- package/dist/plugins/viz-components/expert-system/request/schema/performance/quality_history.structure.d.ts +0 -2
- package/dist/plugins/viz-components/expert-system/request/schema/personal_report/commits.structure.d.ts +0 -2
- package/dist/plugins/viz-components/expert-system/request/schema/personal_report/quality.structure.d.ts +0 -2
- package/dist/plugins/viz-components/expert-system/request/schema/personal_report/skills.structure.d.ts +0 -2
- package/dist/plugins/viz-components/expert-system/request/schema-and-validation.d.ts +0 -8
- package/dist/plugins/viz-components/expert-system/scenario-selector.d.ts +0 -8
- package/dist/plugins/viz-components/expert-system/type.d.ts +0 -22
- package/dist/plugins/viz-components/expert-system/viz-expert-system.d.ts +0 -3
- package/dist/productivity.structure.1fc6f3e4.mjs +0 -13
- package/dist/quality.schema.4f5a1bc0.mjs +0 -182
- package/dist/quality.structure.b1ac00db.mjs +0 -15
- package/dist/quality.structure.bb057537.mjs +0 -19
- package/dist/quality_history.schema.5c04f870.mjs +0 -118
- package/dist/quality_history.structure.ffc4ca11.mjs +0 -24
- package/dist/skills.structure.8ceda40e.mjs +0 -10
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
const e = "object", s = "Root Schema", t = [
|
|
2
|
-
"actor",
|
|
3
|
-
"actor_type",
|
|
4
|
-
"code"
|
|
5
|
-
], i = {
|
|
6
|
-
actor: {
|
|
7
|
-
type: "string",
|
|
8
|
-
default: "",
|
|
9
|
-
title: "The actor Schema",
|
|
10
|
-
examples: [
|
|
11
|
-
"project1"
|
|
12
|
-
]
|
|
13
|
-
},
|
|
14
|
-
actor_type: {
|
|
15
|
-
type: "string",
|
|
16
|
-
default: "",
|
|
17
|
-
title: "The actor_type Schema",
|
|
18
|
-
examples: [
|
|
19
|
-
"project"
|
|
20
|
-
]
|
|
21
|
-
},
|
|
22
|
-
code: {
|
|
23
|
-
type: "object",
|
|
24
|
-
default: {},
|
|
25
|
-
title: "The code Schema",
|
|
26
|
-
required: [
|
|
27
|
-
"doc_coverage",
|
|
28
|
-
"test_coverage",
|
|
29
|
-
"dryness",
|
|
30
|
-
"modularity",
|
|
31
|
-
"issues_density",
|
|
32
|
-
"issues_blocker",
|
|
33
|
-
"issues_critical",
|
|
34
|
-
"issues_info",
|
|
35
|
-
"issues_major",
|
|
36
|
-
"issues_minor"
|
|
37
|
-
],
|
|
38
|
-
properties: {
|
|
39
|
-
doc_coverage: {
|
|
40
|
-
type: [
|
|
41
|
-
"number",
|
|
42
|
-
"string"
|
|
43
|
-
],
|
|
44
|
-
default: 0,
|
|
45
|
-
title: "The doc_coverage Schema",
|
|
46
|
-
examples: [
|
|
47
|
-
0.87
|
|
48
|
-
]
|
|
49
|
-
},
|
|
50
|
-
test_coverage: {
|
|
51
|
-
type: [
|
|
52
|
-
"number",
|
|
53
|
-
"string"
|
|
54
|
-
],
|
|
55
|
-
default: 0,
|
|
56
|
-
title: "The test_coverage Schema",
|
|
57
|
-
examples: [
|
|
58
|
-
0.14
|
|
59
|
-
]
|
|
60
|
-
},
|
|
61
|
-
dryness: {
|
|
62
|
-
type: [
|
|
63
|
-
"number",
|
|
64
|
-
"string"
|
|
65
|
-
],
|
|
66
|
-
default: 0,
|
|
67
|
-
title: "The dryness Schema",
|
|
68
|
-
examples: [
|
|
69
|
-
0.96
|
|
70
|
-
]
|
|
71
|
-
},
|
|
72
|
-
modularity: {
|
|
73
|
-
type: [
|
|
74
|
-
"number",
|
|
75
|
-
"string"
|
|
76
|
-
],
|
|
77
|
-
default: 0,
|
|
78
|
-
title: "The modularity Schema",
|
|
79
|
-
examples: [
|
|
80
|
-
0.45
|
|
81
|
-
]
|
|
82
|
-
},
|
|
83
|
-
issues_density: {
|
|
84
|
-
type: [
|
|
85
|
-
"number",
|
|
86
|
-
"string"
|
|
87
|
-
],
|
|
88
|
-
default: 0,
|
|
89
|
-
title: "The issues_density Schema",
|
|
90
|
-
examples: [
|
|
91
|
-
3e-3
|
|
92
|
-
]
|
|
93
|
-
},
|
|
94
|
-
issues_blocker: {
|
|
95
|
-
type: "integer",
|
|
96
|
-
default: 0,
|
|
97
|
-
title: "The issues_blocker Schema",
|
|
98
|
-
examples: [
|
|
99
|
-
65
|
|
100
|
-
]
|
|
101
|
-
},
|
|
102
|
-
issues_critical: {
|
|
103
|
-
type: "integer",
|
|
104
|
-
default: 0,
|
|
105
|
-
title: "The issues_critical Schema",
|
|
106
|
-
examples: [
|
|
107
|
-
4546
|
|
108
|
-
]
|
|
109
|
-
},
|
|
110
|
-
issues_info: {
|
|
111
|
-
type: "integer",
|
|
112
|
-
default: 0,
|
|
113
|
-
title: "The issues_info Schema",
|
|
114
|
-
examples: [
|
|
115
|
-
1876
|
|
116
|
-
]
|
|
117
|
-
},
|
|
118
|
-
issues_major: {
|
|
119
|
-
type: "integer",
|
|
120
|
-
default: 0,
|
|
121
|
-
title: "The issues_major Schema",
|
|
122
|
-
examples: [
|
|
123
|
-
16049
|
|
124
|
-
]
|
|
125
|
-
},
|
|
126
|
-
issues_minor: {
|
|
127
|
-
type: "integer",
|
|
128
|
-
default: 0,
|
|
129
|
-
title: "The issues_minor Schema",
|
|
130
|
-
examples: [
|
|
131
|
-
10324
|
|
132
|
-
]
|
|
133
|
-
}
|
|
134
|
-
},
|
|
135
|
-
examples: [
|
|
136
|
-
{
|
|
137
|
-
doc_coverage: 0.87,
|
|
138
|
-
test_coverage: 0.14,
|
|
139
|
-
dryness: 0.96,
|
|
140
|
-
modularity: 0.45,
|
|
141
|
-
issues_density: 3e-3,
|
|
142
|
-
issues_blocker: 65,
|
|
143
|
-
issues_critical: 4546,
|
|
144
|
-
issues_info: 1876,
|
|
145
|
-
issues_major: 16049,
|
|
146
|
-
issues_minor: 10324
|
|
147
|
-
}
|
|
148
|
-
]
|
|
149
|
-
}
|
|
150
|
-
}, r = [
|
|
151
|
-
{
|
|
152
|
-
actor: "project1",
|
|
153
|
-
actor_type: "project",
|
|
154
|
-
code: {
|
|
155
|
-
doc_coverage: 0.87,
|
|
156
|
-
test_coverage: 0.14,
|
|
157
|
-
dryness: 0.96,
|
|
158
|
-
modularity: 0.45,
|
|
159
|
-
issues_density: 3e-3,
|
|
160
|
-
issues_blocker: 65,
|
|
161
|
-
issues_critical: 4546,
|
|
162
|
-
issues_info: 1876,
|
|
163
|
-
issues_major: 16049,
|
|
164
|
-
issues_minor: 10324
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
], a = {
|
|
168
|
-
type: e,
|
|
169
|
-
default: {},
|
|
170
|
-
title: s,
|
|
171
|
-
required: t,
|
|
172
|
-
properties: i,
|
|
173
|
-
examples: r
|
|
174
|
-
};
|
|
175
|
-
export {
|
|
176
|
-
a as default,
|
|
177
|
-
r as examples,
|
|
178
|
-
i as properties,
|
|
179
|
-
t as required,
|
|
180
|
-
s as title,
|
|
181
|
-
e as type
|
|
182
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
const e = `
|
|
2
|
-
{
|
|
3
|
-
name?: string;
|
|
4
|
-
actor: string;
|
|
5
|
-
code_issue_density: number;
|
|
6
|
-
code_test_coverage: number;
|
|
7
|
-
code_doc_coverage: number;
|
|
8
|
-
baseline_issue_density: number;
|
|
9
|
-
baseline_test_coverage: number;
|
|
10
|
-
baseline_doc_coverage: number;
|
|
11
|
-
}
|
|
12
|
-
`;
|
|
13
|
-
export {
|
|
14
|
-
e as default
|
|
15
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
const e = `
|
|
2
|
-
{
|
|
3
|
-
actor: string;
|
|
4
|
-
doc_coverage: number;
|
|
5
|
-
test_coverage: number;
|
|
6
|
-
dryness: number;
|
|
7
|
-
modularity: number;
|
|
8
|
-
issues_density: number;
|
|
9
|
-
|
|
10
|
-
issues_blocker: number;
|
|
11
|
-
issues_critical: number;
|
|
12
|
-
issues_info: number;
|
|
13
|
-
issues_major: number;
|
|
14
|
-
issues_minor: number;
|
|
15
|
-
}
|
|
16
|
-
`;
|
|
17
|
-
export {
|
|
18
|
-
e as default
|
|
19
|
-
};
|
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
const e = "array", t = "Root Schema", a = {
|
|
2
|
-
type: "object",
|
|
3
|
-
default: {},
|
|
4
|
-
title: "A Schema",
|
|
5
|
-
required: [
|
|
6
|
-
"actor",
|
|
7
|
-
"val_type",
|
|
8
|
-
"baseline_lower",
|
|
9
|
-
"baseline_upper",
|
|
10
|
-
"ref_date",
|
|
11
|
-
"val"
|
|
12
|
-
],
|
|
13
|
-
properties: {
|
|
14
|
-
actor: {
|
|
15
|
-
type: "string",
|
|
16
|
-
default: "",
|
|
17
|
-
title: "The actor Schema",
|
|
18
|
-
examples: [
|
|
19
|
-
"Name of the subject"
|
|
20
|
-
]
|
|
21
|
-
},
|
|
22
|
-
val_type: {
|
|
23
|
-
type: "string",
|
|
24
|
-
default: "",
|
|
25
|
-
title: "The val_type Schema",
|
|
26
|
-
enum: [
|
|
27
|
-
"doc_coverage",
|
|
28
|
-
"test_coverage",
|
|
29
|
-
"dryness",
|
|
30
|
-
"modularity",
|
|
31
|
-
"blocker_issues",
|
|
32
|
-
"critical_issues",
|
|
33
|
-
"major_issues",
|
|
34
|
-
"minor_issues",
|
|
35
|
-
"info_issues",
|
|
36
|
-
"issues_density"
|
|
37
|
-
],
|
|
38
|
-
examples: [
|
|
39
|
-
"doc_coverage"
|
|
40
|
-
]
|
|
41
|
-
},
|
|
42
|
-
baseline_lower: {
|
|
43
|
-
type: [
|
|
44
|
-
"number",
|
|
45
|
-
"string"
|
|
46
|
-
],
|
|
47
|
-
default: 0,
|
|
48
|
-
title: "The baseline_lower Schema",
|
|
49
|
-
examples: [
|
|
50
|
-
0.2
|
|
51
|
-
]
|
|
52
|
-
},
|
|
53
|
-
baseline_upper: {
|
|
54
|
-
type: [
|
|
55
|
-
"number",
|
|
56
|
-
"string"
|
|
57
|
-
],
|
|
58
|
-
default: 0,
|
|
59
|
-
title: "The baseline_upper Schema",
|
|
60
|
-
examples: [
|
|
61
|
-
0.4
|
|
62
|
-
]
|
|
63
|
-
},
|
|
64
|
-
ref_date: {
|
|
65
|
-
type: "string",
|
|
66
|
-
default: "",
|
|
67
|
-
title: "The ref_date Schema",
|
|
68
|
-
examples: [
|
|
69
|
-
"2021-12-31"
|
|
70
|
-
]
|
|
71
|
-
},
|
|
72
|
-
val: {
|
|
73
|
-
type: [
|
|
74
|
-
"number",
|
|
75
|
-
"string"
|
|
76
|
-
],
|
|
77
|
-
default: 0,
|
|
78
|
-
title: "The val Schema",
|
|
79
|
-
examples: [
|
|
80
|
-
0.2
|
|
81
|
-
]
|
|
82
|
-
}
|
|
83
|
-
},
|
|
84
|
-
examples: [
|
|
85
|
-
{
|
|
86
|
-
actor: "Name of the subject",
|
|
87
|
-
val_type: "doc_coverage",
|
|
88
|
-
baseline_lower: 0.2,
|
|
89
|
-
baseline_upper: 0.4,
|
|
90
|
-
ref_date: "2021-12-31",
|
|
91
|
-
val: 0.2
|
|
92
|
-
}
|
|
93
|
-
]
|
|
94
|
-
}, s = [
|
|
95
|
-
[
|
|
96
|
-
{
|
|
97
|
-
actor: "Name of the subject",
|
|
98
|
-
val_type: "doc_coverage",
|
|
99
|
-
baseline_lower: 0.2,
|
|
100
|
-
baseline_upper: 0.4,
|
|
101
|
-
ref_date: "2021-12-31",
|
|
102
|
-
val: 0.2
|
|
103
|
-
}
|
|
104
|
-
]
|
|
105
|
-
], l = {
|
|
106
|
-
type: e,
|
|
107
|
-
default: [],
|
|
108
|
-
title: t,
|
|
109
|
-
items: a,
|
|
110
|
-
examples: s
|
|
111
|
-
};
|
|
112
|
-
export {
|
|
113
|
-
l as default,
|
|
114
|
-
s as examples,
|
|
115
|
-
a as items,
|
|
116
|
-
t as title,
|
|
117
|
-
e as type
|
|
118
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
const s = `
|
|
2
|
-
{
|
|
3
|
-
name?: string;
|
|
4
|
-
actor: string;
|
|
5
|
-
val_type:
|
|
6
|
-
| 'doc_coverage'
|
|
7
|
-
| 'test_coverage'
|
|
8
|
-
| 'dryness'
|
|
9
|
-
| 'modularity'
|
|
10
|
-
| 'blocker_issues'
|
|
11
|
-
| 'critical_issues'
|
|
12
|
-
| 'major_issues'
|
|
13
|
-
| 'minor_issues'
|
|
14
|
-
| 'info_issues'
|
|
15
|
-
| 'issues_density';
|
|
16
|
-
baseline_lower: number;
|
|
17
|
-
baseline_upper: number;
|
|
18
|
-
ref_date: string;
|
|
19
|
-
val: number;
|
|
20
|
-
}
|
|
21
|
-
`;
|
|
22
|
-
export {
|
|
23
|
-
s as default
|
|
24
|
-
};
|