@things-factory/operato-dataset 6.0.49 → 6.0.50
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/client/menu.ts +12 -11
- package/db.sqlite +0 -0
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +12 -22
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +10 -165
- package/logs/application-2023-04-18-02.log +25 -0
- package/logs/application-2023-04-18-03.log +15 -0
- package/logs/application-2023-04-18-11.log +5 -0
- package/logs/application-2023-04-18-12.log +3 -0
- package/package.json +7 -7
- package/schema.gql +59 -36
- package/logs/application-2023-04-09-15.log +0 -5
- package/logs/application-2023-04-10-00.log +0 -1
- package/logs/application-2023-04-11-02.log +0 -5
- package/logs/application-2023-04-11-09.log +0 -5
- package/logs/application-2023-04-11-11.log +0 -1
- package/logs/application-2023-04-11-18.log +0 -1
- package/logs/connections-2023-03-28-15.log +0 -0
- package/logs/connections-2023-03-29-17.log +0 -0
- package/logs/connections-2023-03-29-18.log +0 -0
- package/logs/connections-2023-03-30-01.log +0 -0
- package/logs/connections-2023-03-30-04.log +0 -0
- package/logs/connections-2023-03-30-06.log +0 -0
- package/logs/connections-2023-03-30-15.log +0 -0
- package/logs/connections-2023-03-31-05.log +0 -0
- package/logs/connections-2023-03-31-06.log +0 -0
- package/logs/connections-2023-03-31-07.log +0 -0
- package/logs/connections-2023-03-31-08.log +0 -0
- package/logs/connections-2023-03-31-12.log +0 -0
- package/logs/connections-2023-04-01-00.log +0 -0
- package/logs/connections-2023-04-01-01.log +0 -0
- package/logs/connections-2023-04-01-02.log +0 -0
- package/logs/connections-2023-04-01-03.log +0 -0
- package/logs/connections-2023-04-01-04.log +0 -0
- package/logs/connections-2023-04-01-11.log +0 -0
- package/logs/connections-2023-04-01-12.log +0 -0
- package/logs/connections-2023-04-01-13.log +0 -0
- package/logs/connections-2023-04-01-16.log +0 -0
- package/logs/connections-2023-04-02-01.log +0 -0
- package/logs/connections-2023-04-02-05.log +0 -0
- package/logs/connections-2023-04-02-11.log +0 -0
- package/logs/connections-2023-04-02-12.log +0 -0
- package/logs/connections-2023-04-02-15.log +0 -0
- package/logs/connections-2023-04-02-16.log +0 -0
- package/logs/connections-2023-04-03-02.log +0 -0
- package/logs/connections-2023-04-03-03.log +0 -0
- package/logs/connections-2023-04-03-08.log +0 -0
- package/logs/connections-2023-04-03-09.log +0 -0
- /package/logs/{connections-2023-03-28-12.log → connections-2023-04-18-02.log} +0 -0
- /package/logs/{connections-2023-03-28-13.log → connections-2023-04-18-03.log} +0 -0
package/client/menu.ts
CHANGED
|
@@ -24,25 +24,26 @@ export function getMenuTemplate(owner: boolean = false, dataKeySets: any[]) {
|
|
|
24
24
|
badge: () => asyncReplace(generateActivitySummary('numberOfApprovalPendings')),
|
|
25
25
|
active: ({ path }) => /^approval\//.test(path)
|
|
26
26
|
},
|
|
27
|
+
// {
|
|
28
|
+
// name: '작성중인 업무',
|
|
29
|
+
// icon: 'drive_file_rename_outline',
|
|
30
|
+
// path: 'draft-list',
|
|
31
|
+
// badge: () => asyncReplace(generateActivitySummary('numberOfDrafts'))
|
|
32
|
+
// },
|
|
27
33
|
{
|
|
28
|
-
name: '
|
|
29
|
-
icon: '
|
|
30
|
-
path: '
|
|
31
|
-
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
name: '업무 수행 이력',
|
|
35
|
-
icon: 'history',
|
|
36
|
-
description: '업무와 관련된 수행 또는 결재 이력을 조회할 수 있습니다.',
|
|
34
|
+
name: '업무 이력 캘린더',
|
|
35
|
+
icon: 'calendar_month',
|
|
36
|
+
path: 'done-list-calendar',
|
|
37
|
+
description: '업무와 관련된 수행 또는 결재 이력을 캘린더에서 조회할 수 있습니다.',
|
|
37
38
|
menus: [
|
|
38
39
|
{
|
|
39
40
|
name: '업무 수행 이력',
|
|
40
|
-
icon: '
|
|
41
|
+
icon: 'history',
|
|
41
42
|
path: 'done-list'
|
|
42
43
|
},
|
|
43
44
|
{
|
|
44
45
|
name: '결재 수행 이력',
|
|
45
|
-
icon: '
|
|
46
|
+
icon: 'history',
|
|
46
47
|
path: 'approval-done-list'
|
|
47
48
|
}
|
|
48
49
|
]
|
package/db.sqlite
CHANGED
|
Binary file
|
|
@@ -6,34 +6,24 @@
|
|
|
6
6
|
"auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
|
-
"date":
|
|
10
|
-
"name": "logs/application-2023-04-
|
|
11
|
-
"hash": "
|
|
9
|
+
"date": 1681783558952,
|
|
10
|
+
"name": "logs/application-2023-04-18-11.log",
|
|
11
|
+
"hash": "775f273b58acbdcca32bf2331da24ab0c02414148a585c9791785d18e94531a3"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
"date":
|
|
15
|
-
"name": "logs/application-2023-04-
|
|
16
|
-
"hash": "
|
|
14
|
+
"date": 1681783560407,
|
|
15
|
+
"name": "logs/application-2023-04-18-02.log",
|
|
16
|
+
"hash": "a914144ee4224ef9b679504ac24e3be9382bdfb22b2d279955c3ce8d547ca5e7"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
"date":
|
|
20
|
-
"name": "logs/application-2023-04-
|
|
21
|
-
"hash": "
|
|
19
|
+
"date": 1681787094631,
|
|
20
|
+
"name": "logs/application-2023-04-18-12.log",
|
|
21
|
+
"hash": "b935b41b9b9d1e7f78d9bcb58f9b8d87334457dff311f3498fc1c267218a6d95"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
"date":
|
|
25
|
-
"name": "logs/application-2023-04-
|
|
26
|
-
"hash": "
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"date": 1681206435985,
|
|
30
|
-
"name": "logs/application-2023-04-11-18.log",
|
|
31
|
-
"hash": "c54845665b6595fe001bee240f3ca98b1ced9bd81b5d34238627be565e77f180"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"date": 1681206437388,
|
|
35
|
-
"name": "logs/application-2023-04-11-09.log",
|
|
36
|
-
"hash": "08dff6c5b4874edd5d351b7b7e1787426c1f0f5b6335463133a13004f73cff4c"
|
|
24
|
+
"date": 1681787095980,
|
|
25
|
+
"name": "logs/application-2023-04-18-03.log",
|
|
26
|
+
"hash": "2c829a75e6a0a01dfd1b107ed9d5392ca4cc39dbfb61b307a9889f5f7b531662"
|
|
37
27
|
}
|
|
38
28
|
],
|
|
39
29
|
"hashType": "sha256"
|
|
@@ -5,171 +5,6 @@
|
|
|
5
5
|
},
|
|
6
6
|
"auditLog": "logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json",
|
|
7
7
|
"files": [
|
|
8
|
-
{
|
|
9
|
-
"date": 1680005428440,
|
|
10
|
-
"name": "logs/connections-2023-03-28-12.log",
|
|
11
|
-
"hash": "9c88a50bb07ec0214ed3ae5f31bd6ce4a4ffd247e2aaae25c91e848e0a9f746b"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"date": 1680008789891,
|
|
15
|
-
"name": "logs/connections-2023-03-28-13.log",
|
|
16
|
-
"hash": "abdbd72748047668f350e9614f624af209a08a6b02656956482c6892117ffa3f"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"date": 1680016079171,
|
|
20
|
-
"name": "logs/connections-2023-03-28-15.log",
|
|
21
|
-
"hash": "2ff55b48d2ab1b4d8c354f9756eb4b3f464b36cb97eabf2d8fd274fc7753d652"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"date": 1680111551592,
|
|
25
|
-
"name": "logs/connections-2023-03-29-17.log",
|
|
26
|
-
"hash": "c923624035664b74fddad9c1f4e7a6e54ab76fa3883f94581cf955028559450c"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"date": 1680113166078,
|
|
30
|
-
"name": "logs/connections-2023-03-29-18.log",
|
|
31
|
-
"hash": "98a9cb405372edb1324d41612007c91fa869be60962bb43d803c434000d5668e"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"date": 1680141101158,
|
|
35
|
-
"name": "logs/connections-2023-03-30-01.log",
|
|
36
|
-
"hash": "c8ccc590ddcde92fac28d9a3c28a580b0c56dc7bf3c2c8513f7d81865a55d5d2"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"date": 1680152025268,
|
|
40
|
-
"name": "logs/connections-2023-03-30-04.log",
|
|
41
|
-
"hash": "302d8f27e2892800c3872331e65ad70fe6c224fd17920026c8cb22aa2688a090"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"date": 1680158626363,
|
|
45
|
-
"name": "logs/connections-2023-03-30-06.log",
|
|
46
|
-
"hash": "3c2664ee9aa28480451eacee49c82d5d51813ac9fc6bce3f3549d1a21b3a5e3c"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"date": 1680189384558,
|
|
50
|
-
"name": "logs/connections-2023-03-30-15.log",
|
|
51
|
-
"hash": "77fa0dc16fc49750d8720ce8800dc8220255674562dc9db145f4db89a1491954"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"date": 1680242030224,
|
|
55
|
-
"name": "logs/connections-2023-03-31-05.log",
|
|
56
|
-
"hash": "b4516b24045db62eb09046eff9a9bf8f66262a6f8cc9e1da2d5f3b890a8072f6"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"date": 1680242593383,
|
|
60
|
-
"name": "logs/connections-2023-03-31-06.log",
|
|
61
|
-
"hash": "22128cc09753ca432f279aec8573c0037c09461a7afe6c196237d247ff68327e"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"date": 1680246092207,
|
|
65
|
-
"name": "logs/connections-2023-03-31-07.log",
|
|
66
|
-
"hash": "623063f2e78001762782b8d56538b1403efbe8f51629cdb33455abb0b1f38ab0"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"date": 1680249915042,
|
|
70
|
-
"name": "logs/connections-2023-03-31-08.log",
|
|
71
|
-
"hash": "d4ea7e1576d60ecf89432628af6a2fd06c9cdb94119321515843effc2a713c46"
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"date": 1680265994405,
|
|
75
|
-
"name": "logs/connections-2023-03-31-12.log",
|
|
76
|
-
"hash": "48672c276de721cf6ea2b3d160284425ebe444052fdaab053d5e4c3f9c04e395"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"date": 1680309411548,
|
|
80
|
-
"name": "logs/connections-2023-04-01-00.log",
|
|
81
|
-
"hash": "de6a8d3b7391dbb2d7a0f9e65e5742e5ccfce2b26200fddd0b050d267535cd91"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"date": 1680311357642,
|
|
85
|
-
"name": "logs/connections-2023-04-01-01.log",
|
|
86
|
-
"hash": "b87aed6955cd54a26e309e72c401f507b5705e320fdad012ddc0454a3a107bf2"
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"date": 1680314835787,
|
|
90
|
-
"name": "logs/connections-2023-04-01-02.log",
|
|
91
|
-
"hash": "4483c8e03f331c7191ab028cbb3c59e93bbd7abcfaf30982a72573d7602feb9a"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"date": 1680318766625,
|
|
95
|
-
"name": "logs/connections-2023-04-01-03.log",
|
|
96
|
-
"hash": "461b67d0870c0e62a16ec69ebf4d8afb60e885d688829546c6cc318436364fa4"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"date": 1680321714018,
|
|
100
|
-
"name": "logs/connections-2023-04-01-04.log",
|
|
101
|
-
"hash": "b569169bb0c2521f3cb581e4d735a534945918cb69092cf7fa4e536040f058d8"
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"date": 1680348529598,
|
|
105
|
-
"name": "logs/connections-2023-04-01-11.log",
|
|
106
|
-
"hash": "fbec5311c919865708f65f5ebc021469b4be066b51fba9f911f0a2ade2d9a16b"
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"date": 1680350507006,
|
|
110
|
-
"name": "logs/connections-2023-04-01-12.log",
|
|
111
|
-
"hash": "4459043806edc139e5331c3d39f813ff8c355b4cebf83dc3705c169e46927c9a"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"date": 1680354112930,
|
|
115
|
-
"name": "logs/connections-2023-04-01-13.log",
|
|
116
|
-
"hash": "8a613e0f17575d1b04208e417a65b1efff5a7162c45f545a3483cd5e00a75bc6"
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"date": 1680364877420,
|
|
120
|
-
"name": "logs/connections-2023-04-01-16.log",
|
|
121
|
-
"hash": "e6469ae9963adc9b3a80177a5396cc33f9fd33f3be11c2c79cc99d31d901510c"
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"date": 1680398671912,
|
|
125
|
-
"name": "logs/connections-2023-04-02-01.log",
|
|
126
|
-
"hash": "dd58626c7adee254036f3a5ea68b51c39e9efde36e35bea218eae0acf5f97954"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"date": 1680414043917,
|
|
130
|
-
"name": "logs/connections-2023-04-02-05.log",
|
|
131
|
-
"hash": "5553cb6407eaf8e8454584218bb6e99e8ffb5a4926996191bc15df5a5956eafe"
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"date": 1680434168793,
|
|
135
|
-
"name": "logs/connections-2023-04-02-11.log",
|
|
136
|
-
"hash": "dd9fa6a5420a5d2663c70698dad672ecb198e9f4c87b43a6faed64c131be983e"
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"date": 1680436887819,
|
|
140
|
-
"name": "logs/connections-2023-04-02-12.log",
|
|
141
|
-
"hash": "e9d477b470c4aa44875c15a7a8287c08101c3c044d20717414dfa98af96eb376"
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"date": 1680449008367,
|
|
145
|
-
"name": "logs/connections-2023-04-02-15.log",
|
|
146
|
-
"hash": "3f84afbab3ffbea653f1aea463f2bfb6165ce9d048dfef833bda245af9845e35"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"date": 1680451405695,
|
|
150
|
-
"name": "logs/connections-2023-04-02-16.log",
|
|
151
|
-
"hash": "7999066f8c01d678a014e4d6712e1e2e281f824df8ef0a36ea61b4a92fdb1aaa"
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"date": 1680490704489,
|
|
155
|
-
"name": "logs/connections-2023-04-03-02.log",
|
|
156
|
-
"hash": "7f596e55dda5e3f145a9340864f106148c74695e5169a3f98fee9818fbaa314d"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"date": 1680491805007,
|
|
160
|
-
"name": "logs/connections-2023-04-03-03.log",
|
|
161
|
-
"hash": "6a09b5ad327a975326bd11c5d14c26fcfe0fc5cad0821a014ce2de81f8da8b5e"
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"date": 1680511696076,
|
|
165
|
-
"name": "logs/connections-2023-04-03-08.log",
|
|
166
|
-
"hash": "14295ec91a0677985d55c20cdf88bca8c4bb3f3481fa1f7e8084bf2ef15e5c02"
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"date": 1680512571628,
|
|
170
|
-
"name": "logs/connections-2023-04-03-09.log",
|
|
171
|
-
"hash": "13225365e08bc777653aae9ab32c6bcf7afe8c0756f168d820b59705d7119146"
|
|
172
|
-
},
|
|
173
8
|
{
|
|
174
9
|
"date": 1680586830910,
|
|
175
10
|
"name": "logs/connections-2023-04-04-05.log",
|
|
@@ -289,6 +124,16 @@
|
|
|
289
124
|
"date": 1681206437237,
|
|
290
125
|
"name": "logs/connections-2023-04-11-09.log",
|
|
291
126
|
"hash": "38e0c180ecfc0fd85cb24ff3816c8c327e3ac920d58abd18f7bf3e54a2f5de4b"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"date": 1681783560250,
|
|
130
|
+
"name": "logs/connections-2023-04-18-02.log",
|
|
131
|
+
"hash": "604c35f501f957d1b744a4c5e8ebd21b6e89d24b9fd16f7458ea99cb04db5e15"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"date": 1681787095841,
|
|
135
|
+
"name": "logs/connections-2023-04-18-03.log",
|
|
136
|
+
"hash": "ed0f52e2353c71331bdbd9984db72a6ee518a423ac6341726910d468005cbee8"
|
|
292
137
|
}
|
|
293
138
|
],
|
|
294
139
|
"hashType": "sha256"
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
2023-04-18T11:06:00+09:00 error: oracledb module loading failed
|
|
2
|
+
2023-04-18T11:06:01+09:00 info: Default DataSource established
|
|
3
|
+
2023-04-18T11:06:01+09:00 info: Transaction DataSource established
|
|
4
|
+
2023-04-18T11:06:02+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
5
|
+
2023-04-18T11:06:02+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
6
|
+
2023-04-18T11:38:11+09:00 error: oracledb module loading failed
|
|
7
|
+
2023-04-18T11:38:12+09:00 info: Default DataSource established
|
|
8
|
+
2023-04-18T11:38:12+09:00 info: Transaction DataSource established
|
|
9
|
+
2023-04-18T11:38:13+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
10
|
+
2023-04-18T11:38:13+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
11
|
+
2023-04-18T11:48:23+09:00 error: oracledb module loading failed
|
|
12
|
+
2023-04-18T11:48:24+09:00 info: Default DataSource established
|
|
13
|
+
2023-04-18T11:48:24+09:00 info: Transaction DataSource established
|
|
14
|
+
2023-04-18T11:48:25+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
15
|
+
2023-04-18T11:48:25+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
16
|
+
2023-04-18T11:53:19+09:00 error: oracledb module loading failed
|
|
17
|
+
2023-04-18T11:53:20+09:00 info: Default DataSource established
|
|
18
|
+
2023-04-18T11:53:20+09:00 info: Transaction DataSource established
|
|
19
|
+
2023-04-18T11:53:21+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
20
|
+
2023-04-18T11:53:21+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
21
|
+
2023-04-18T11:58:01+09:00 error: oracledb module loading failed
|
|
22
|
+
2023-04-18T11:58:02+09:00 info: Default DataSource established
|
|
23
|
+
2023-04-18T11:58:03+09:00 info: Transaction DataSource established
|
|
24
|
+
2023-04-18T11:58:03+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
25
|
+
2023-04-18T11:58:03+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
2023-04-18T12:04:55+09:00 error: oracledb module loading failed
|
|
2
|
+
2023-04-18T12:04:56+09:00 info: Default DataSource established
|
|
3
|
+
2023-04-18T12:04:56+09:00 info: Transaction DataSource established
|
|
4
|
+
2023-04-18T12:04:57+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
5
|
+
2023-04-18T12:04:57+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
6
|
+
2023-04-18T12:06:16+09:00 error: oracledb module loading failed
|
|
7
|
+
2023-04-18T12:06:17+09:00 info: Default DataSource established
|
|
8
|
+
2023-04-18T12:06:17+09:00 info: Transaction DataSource established
|
|
9
|
+
2023-04-18T12:06:18+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
10
|
+
2023-04-18T12:06:18+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
11
|
+
2023-04-18T12:14:28+09:00 error: oracledb module loading failed
|
|
12
|
+
2023-04-18T12:14:29+09:00 info: Default DataSource established
|
|
13
|
+
2023-04-18T12:14:29+09:00 info: Transaction DataSource established
|
|
14
|
+
2023-04-18T12:14:30+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
15
|
+
2023-04-18T12:14:30+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
2023-04-18T11:05:59+09:00 info: File Storage is Ready.
|
|
2
|
+
2023-04-18T11:38:11+09:00 info: File Storage is Ready.
|
|
3
|
+
2023-04-18T11:48:23+09:00 info: File Storage is Ready.
|
|
4
|
+
2023-04-18T11:53:19+09:00 info: File Storage is Ready.
|
|
5
|
+
2023-04-18T11:58:01+09:00 info: File Storage is Ready.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-dataset",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.50",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
"@things-factory/auth-ui": "^6.0.49",
|
|
64
64
|
"@things-factory/board-service": "^6.0.49",
|
|
65
65
|
"@things-factory/board-ui": "^6.0.49",
|
|
66
|
-
"@things-factory/ccp": "^6.0.
|
|
66
|
+
"@things-factory/ccp": "^6.0.50",
|
|
67
67
|
"@things-factory/context-ui": "^6.0.49",
|
|
68
68
|
"@things-factory/dashboard": "^6.0.49",
|
|
69
|
-
"@things-factory/dataset": "^6.0.
|
|
69
|
+
"@things-factory/dataset": "^6.0.50",
|
|
70
70
|
"@things-factory/export-ui": "^6.0.49",
|
|
71
71
|
"@things-factory/help": "^6.0.49",
|
|
72
72
|
"@things-factory/i18n-base": "^6.0.49",
|
|
@@ -78,18 +78,18 @@
|
|
|
78
78
|
"@things-factory/more-ui": "^6.0.49",
|
|
79
79
|
"@things-factory/notification": "^6.0.49",
|
|
80
80
|
"@things-factory/oauth2-client": "^6.0.49",
|
|
81
|
-
"@things-factory/organization": "^6.0.
|
|
82
|
-
"@things-factory/qc": "^6.0.
|
|
81
|
+
"@things-factory/organization": "^6.0.50",
|
|
82
|
+
"@things-factory/qc": "^6.0.50",
|
|
83
83
|
"@things-factory/resource-ui": "^6.0.49",
|
|
84
84
|
"@things-factory/setting-base": "^6.0.49",
|
|
85
85
|
"@things-factory/setting-ui": "^6.0.49",
|
|
86
86
|
"@things-factory/shell": "^6.0.49",
|
|
87
87
|
"@things-factory/system-ui": "^6.0.49",
|
|
88
88
|
"@things-factory/work-shift": "^6.0.49",
|
|
89
|
-
"@things-factory/worklist": "^6.0.
|
|
89
|
+
"@things-factory/worklist": "^6.0.50"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
92
|
"@things-factory/builder": "^6.0.49"
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "0bc016c1f46f81fcac0afd43609fd6fdb7fda857"
|
|
95
95
|
}
|
package/schema.gql
CHANGED
|
@@ -53,8 +53,8 @@ type Activity {
|
|
|
53
53
|
"""Standard time for this activity to be performed"""
|
|
54
54
|
standardTime: Float
|
|
55
55
|
|
|
56
|
-
"""Whether the
|
|
57
|
-
|
|
56
|
+
"""Whether the purpose of starting the activity is to issue or post"""
|
|
57
|
+
startingType: String
|
|
58
58
|
state: String
|
|
59
59
|
|
|
60
60
|
"""The final authority on a given activity."""
|
|
@@ -106,6 +106,15 @@ type ActivityApprovalList {
|
|
|
106
106
|
total: Int!
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
+
type ActivityEvent {
|
|
110
|
+
date: Timestamp
|
|
111
|
+
id: String
|
|
112
|
+
name: String
|
|
113
|
+
priority: Float
|
|
114
|
+
state: String
|
|
115
|
+
type: String
|
|
116
|
+
}
|
|
117
|
+
|
|
109
118
|
"""Entity for ActivityInstance"""
|
|
110
119
|
type ActivityInstance {
|
|
111
120
|
activity: Activity
|
|
@@ -154,12 +163,32 @@ type ActivityInstance {
|
|
|
154
163
|
viewType: String
|
|
155
164
|
}
|
|
156
165
|
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
166
|
+
input ActivityInstanceDraft {
|
|
167
|
+
activityId: String
|
|
168
|
+
activityType: String
|
|
169
|
+
adhocType: String
|
|
170
|
+
approvalLine: Object
|
|
171
|
+
assigneeRole: ObjectRef
|
|
172
|
+
assignees: Object
|
|
173
|
+
description: String
|
|
174
|
+
dueAt: Date
|
|
175
|
+
id: ID
|
|
176
|
+
input: Object
|
|
177
|
+
name: String!
|
|
178
|
+
output: Object
|
|
179
|
+
priority: Float
|
|
180
|
+
reason: String
|
|
181
|
+
refBy: String
|
|
182
|
+
supervisoryRole: ObjectRef
|
|
183
|
+
threadsMax: Int
|
|
184
|
+
threadsMin: Int
|
|
185
|
+
uiSource: String
|
|
186
|
+
uiType: String
|
|
187
|
+
viewSource: String
|
|
188
|
+
viewType: String
|
|
160
189
|
}
|
|
161
190
|
|
|
162
|
-
input
|
|
191
|
+
input ActivityInstanceIssue {
|
|
163
192
|
activityId: String
|
|
164
193
|
activityType: String
|
|
165
194
|
adhocType: String
|
|
@@ -171,6 +200,7 @@ input ActivityInstancePost {
|
|
|
171
200
|
id: ID
|
|
172
201
|
input: Object
|
|
173
202
|
name: String
|
|
203
|
+
output: Object
|
|
174
204
|
priority: Float
|
|
175
205
|
reason: String
|
|
176
206
|
refBy: String
|
|
@@ -183,6 +213,11 @@ input ActivityInstancePost {
|
|
|
183
213
|
viewType: String
|
|
184
214
|
}
|
|
185
215
|
|
|
216
|
+
type ActivityInstanceList {
|
|
217
|
+
items: [ActivityInstance!]!
|
|
218
|
+
total: Int!
|
|
219
|
+
}
|
|
220
|
+
|
|
186
221
|
type ActivityList {
|
|
187
222
|
items: [Activity!]!
|
|
188
223
|
total: Int!
|
|
@@ -230,7 +265,7 @@ input ActivityPatch {
|
|
|
230
265
|
scheduleId: String
|
|
231
266
|
searchKeys: Object
|
|
232
267
|
standardTime: Float
|
|
233
|
-
|
|
268
|
+
startingType: String
|
|
234
269
|
state: String
|
|
235
270
|
supervisoryRole: ObjectRef
|
|
236
271
|
thumbnail: Upload
|
|
@@ -1565,6 +1600,11 @@ type InstallableActivity {
|
|
|
1565
1600
|
category: String
|
|
1566
1601
|
description: String
|
|
1567
1602
|
model: [ActivityModelItem!]
|
|
1603
|
+
|
|
1604
|
+
"""
|
|
1605
|
+
Parallel or sequential are properties as a multi-instance activity, otherwise it means a single instance.
|
|
1606
|
+
"""
|
|
1607
|
+
multiple: String
|
|
1568
1608
|
name: String
|
|
1569
1609
|
priority: Float
|
|
1570
1610
|
|
|
@@ -1575,7 +1615,7 @@ type InstallableActivity {
|
|
|
1575
1615
|
release: String
|
|
1576
1616
|
reportSource: String
|
|
1577
1617
|
reportType: String
|
|
1578
|
-
|
|
1618
|
+
startingType: String
|
|
1579
1619
|
thumbnail: String
|
|
1580
1620
|
uiSource: String
|
|
1581
1621
|
uiType: String
|
|
@@ -2421,7 +2461,7 @@ type Mutation {
|
|
|
2421
2461
|
domainUserRoleRegister(newDomainInfo: DomainUserRoleInput!): Domain!
|
|
2422
2462
|
|
|
2423
2463
|
"""To draft standard ActivityInstance"""
|
|
2424
|
-
draftActivityInstance(activityInstance:
|
|
2464
|
+
draftActivityInstance(activityInstance: ActivityInstanceDraft!): ActivityInstance!
|
|
2425
2465
|
|
|
2426
2466
|
"""To end a ActivityInstance"""
|
|
2427
2467
|
endActivityInstance(id: String!, output: Object, reason: String): ActivityInstance!
|
|
@@ -2506,6 +2546,9 @@ type Mutation {
|
|
|
2506
2546
|
"""To invite new user"""
|
|
2507
2547
|
inviteUser(email: String!): Boolean!
|
|
2508
2548
|
|
|
2549
|
+
"""To issue standard ActivityInstance"""
|
|
2550
|
+
issueActivityInstance(activityInstance: ActivityInstanceIssue!): ActivityInstance!
|
|
2551
|
+
|
|
2509
2552
|
"""To make the board to join the group"""
|
|
2510
2553
|
joinGroup(boardIds: [String!]!, id: String!): Group!
|
|
2511
2554
|
|
|
@@ -2521,9 +2564,6 @@ type Mutation {
|
|
|
2521
2564
|
"""
|
|
2522
2565
|
pickActivityInstance(id: String!): ActivityThread
|
|
2523
2566
|
|
|
2524
|
-
"""To post standard ActivityInstance"""
|
|
2525
|
-
postActivityInstance(activityInstance: ActivityInstancePost!): ActivityInstance!
|
|
2526
|
-
|
|
2527
2567
|
"""To refresh oauth2 access token"""
|
|
2528
2568
|
refreshOauth2AccessToken(id: String!): Oauth2Client!
|
|
2529
2569
|
|
|
@@ -2798,7 +2838,7 @@ input NewActivity {
|
|
|
2798
2838
|
scheduleId: String
|
|
2799
2839
|
searchKeys: Object
|
|
2800
2840
|
standardTime: Float
|
|
2801
|
-
|
|
2841
|
+
startingType: String
|
|
2802
2842
|
state: String
|
|
2803
2843
|
supervisoryRole: ObjectRef
|
|
2804
2844
|
thumbnail: Upload
|
|
@@ -2809,29 +2849,6 @@ input NewActivity {
|
|
|
2809
2849
|
viewType: String
|
|
2810
2850
|
}
|
|
2811
2851
|
|
|
2812
|
-
input NewActivityInstance {
|
|
2813
|
-
activityId: String
|
|
2814
|
-
activityType: String
|
|
2815
|
-
adhocType: String
|
|
2816
|
-
approvalLine: Object
|
|
2817
|
-
assigneeRole: ObjectRef
|
|
2818
|
-
assignees: Object
|
|
2819
|
-
description: String
|
|
2820
|
-
dueAt: Date
|
|
2821
|
-
input: Object
|
|
2822
|
-
name: String!
|
|
2823
|
-
priority: Float
|
|
2824
|
-
reason: String
|
|
2825
|
-
refBy: String
|
|
2826
|
-
supervisoryRole: ObjectRef
|
|
2827
|
-
threadsMax: Int
|
|
2828
|
-
threadsMin: Int
|
|
2829
|
-
uiSource: String
|
|
2830
|
-
uiType: String
|
|
2831
|
-
viewSource: String
|
|
2832
|
-
viewType: String
|
|
2833
|
-
}
|
|
2834
|
-
|
|
2835
2852
|
input NewActivityTemplate {
|
|
2836
2853
|
active: Boolean
|
|
2837
2854
|
activityType: String
|
|
@@ -3672,6 +3689,9 @@ type Query {
|
|
|
3672
3689
|
"""To fetch a Activity by name"""
|
|
3673
3690
|
activityByName(name: String!): Activity
|
|
3674
3691
|
|
|
3692
|
+
"""To fetch activity events by period"""
|
|
3693
|
+
activityEvents(from: String!, to: String!): [ActivityEvent!]!
|
|
3694
|
+
|
|
3675
3695
|
"""To fetch a ActivityInstance"""
|
|
3676
3696
|
activityInstance(id: String!): ActivityInstance
|
|
3677
3697
|
|
|
@@ -3710,6 +3730,9 @@ type Query {
|
|
|
3710
3730
|
"""To fetch multiple application"""
|
|
3711
3731
|
applications(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ApplicationList!
|
|
3712
3732
|
|
|
3733
|
+
"""To fetch the approvals(ActivityApprovals) which has done by me"""
|
|
3734
|
+
approvalDoneList(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ActivityApprovalList!
|
|
3735
|
+
|
|
3713
3736
|
"""To fetch a approval line"""
|
|
3714
3737
|
approvalLine(id: String!): ApprovalLine
|
|
3715
3738
|
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
2023-04-10T00:17:58+09:00 error: oracledb module loading failed
|
|
2
|
-
2023-04-10T00:17:59+09:00 info: Default DataSource established
|
|
3
|
-
2023-04-10T00:17:59+09:00 info: Transaction DataSource established
|
|
4
|
-
2023-04-10T00:18:00+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
5
|
-
2023-04-10T00:18:00+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2023-04-10T00:17:58+09:00 info: File Storage is Ready.
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
2023-04-11T11:41:57+09:00 error: oracledb module loading failed
|
|
2
|
-
2023-04-11T11:41:58+09:00 info: Default DataSource established
|
|
3
|
-
2023-04-11T11:41:58+09:00 info: Transaction DataSource established
|
|
4
|
-
2023-04-11T11:41:59+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
5
|
-
2023-04-11T11:41:59+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
2023-04-11T18:47:17+09:00 error: oracledb module loading failed
|
|
2
|
-
2023-04-11T18:47:18+09:00 info: Default DataSource established
|
|
3
|
-
2023-04-11T18:47:18+09:00 info: Transaction DataSource established
|
|
4
|
-
2023-04-11T18:47:19+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
5
|
-
2023-04-11T18:47:19+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2023-04-11T11:41:56+09:00 info: File Storage is Ready.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2023-04-11T18:47:16+09:00 info: File Storage is Ready.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|