@things-factory/operato-dataset 6.1.64 → 6.1.67
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/attachments/32306d75-dce5-49ad-b940-3766eb968f17.pdf +0 -0
- package/attachments/668726f6-6576-4081-88d8-dcb6f23714c3.pdf +0 -0
- package/attachments/ac99504f-4b08-4459-bd16-3183264c3cdf.pdf +0 -0
- package/attachments/b17e7c28-203e-4a1e-94f5-02c939ebe8d2.pdf +0 -0
- package/client/bootstrap.ts +9 -2
- package/db.sqlite +0 -0
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +40 -20
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +15 -0
- package/logs/application-2023-07-28-02.log +18 -0
- package/logs/application-2023-07-28-03.log +4 -0
- package/logs/application-2023-07-28-07.log +2 -0
- package/logs/application-2023-07-28-09.log +1 -0
- package/logs/application-2023-07-28-11.log +4 -0
- package/logs/application-2023-07-28-12.log +1 -0
- package/logs/application-2023-07-29-01.log +4 -0
- package/logs/application-2023-07-29-10.log +1 -0
- package/logs/connections-2023-07-28-02.log +0 -0
- package/logs/connections-2023-07-28-03.log +0 -0
- package/logs/connections-2023-07-29-01.log +0 -0
- package/package.json +34 -34
- package/logs/application-2023-07-26-15.log +0 -16
- package/logs/application-2023-07-26-17.log +0 -8
- package/logs/application-2023-07-27-00.log +0 -3
- package/logs/application-2023-07-27-02.log +0 -2
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/client/bootstrap.ts
CHANGED
|
@@ -18,6 +18,7 @@ import { APPEND_APP_TOOL } from '@things-factory/apptool-base'
|
|
|
18
18
|
import { auth } from '@things-factory/auth-base/dist-client'
|
|
19
19
|
import { setAuthManagementMenus } from '@things-factory/auth-ui'
|
|
20
20
|
import { setupMenuPart, updateMenuTemplate } from '@things-factory/lite-menu'
|
|
21
|
+
import { setupAppToolPart } from '@things-factory/apptool-ui'
|
|
21
22
|
import { ADD_MORENDA } from '@things-factory/more-base'
|
|
22
23
|
import { ADD_SETTING } from '@things-factory/setting-base'
|
|
23
24
|
|
|
@@ -36,14 +37,20 @@ console.log(
|
|
|
36
37
|
)
|
|
37
38
|
|
|
38
39
|
export default function bootstrap() {
|
|
39
|
-
|
|
40
|
-
|
|
40
|
+
setupAppToolPart({
|
|
41
|
+
toolbar: true,
|
|
42
|
+
busybar: true,
|
|
43
|
+
mdibar: true
|
|
44
|
+
})
|
|
41
45
|
|
|
42
46
|
setupMenuPart({
|
|
43
47
|
slotTemplate: html` <domain-switch slot="tail"></domain-switch> `,
|
|
44
48
|
hovering: true
|
|
45
49
|
})
|
|
46
50
|
|
|
51
|
+
/* set board-modeller group and default templates */
|
|
52
|
+
registerDefaultGroups()
|
|
53
|
+
|
|
47
54
|
OxPropertyEditor.register({
|
|
48
55
|
'ccp-limits': 'ox-property-editor-ccp-limits',
|
|
49
56
|
'qc-limits': 'ox-property-editor-qc-limits'
|
package/db.sqlite
CHANGED
|
Binary file
|
|
@@ -5,26 +5,6 @@
|
|
|
5
5
|
},
|
|
6
6
|
"auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
|
|
7
7
|
"files": [
|
|
8
|
-
{
|
|
9
|
-
"date": 1690385331162,
|
|
10
|
-
"name": "logs/application-2023-07-27-00.log",
|
|
11
|
-
"hash": "f7ab4c3318e56c8bfb4f946c4c6735d7a6fe0a0d6fe0d0d6fae282f86b24f6fa"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"date": 1690385332902,
|
|
15
|
-
"name": "logs/application-2023-07-26-15.log",
|
|
16
|
-
"hash": "2cef41141b0c2a8df7952491576db9b16fb5f3af6eea4f8cc83401d2929c4276"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"date": 1690391055390,
|
|
20
|
-
"name": "logs/application-2023-07-27-02.log",
|
|
21
|
-
"hash": "e46db174dbfdc22bc336666daa7818840158ff7393befcca59a25ed042544c03"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"date": 1690391057740,
|
|
25
|
-
"name": "logs/application-2023-07-26-17.log",
|
|
26
|
-
"hash": "807521c7e925e778e46717a0c369eaf551bce6b1d000e61a567435837c5cd13c"
|
|
27
|
-
},
|
|
28
8
|
{
|
|
29
9
|
"date": 1690442439984,
|
|
30
10
|
"name": "logs/application-2023-07-27-16.log",
|
|
@@ -74,6 +54,46 @@
|
|
|
74
54
|
"date": 1690456149312,
|
|
75
55
|
"name": "logs/application-2023-07-27-11.log",
|
|
76
56
|
"hash": "b47586a53d2dba0897afe757cb1cfb5a49877c0e5caaa42a6db34216a3f44a5f"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"date": 1690511703312,
|
|
60
|
+
"name": "logs/application-2023-07-28-11.log",
|
|
61
|
+
"hash": "e6927029058638b3e5c44d3c7254ef4b704e27fdf0561439692b5b625f25c8ca"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"date": 1690511704872,
|
|
65
|
+
"name": "logs/application-2023-07-28-02.log",
|
|
66
|
+
"hash": "24a9bb19fb1bde9a2e47c9a8cea79acd79a1bc6f0966fe53332b8a3ad46ebed1"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"date": 1690513360358,
|
|
70
|
+
"name": "logs/application-2023-07-28-12.log",
|
|
71
|
+
"hash": "da0f58ce0e54a34f2c9a804a073570c91e1797b55f76f48e81b747092d20b06e"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"date": 1690513362377,
|
|
75
|
+
"name": "logs/application-2023-07-28-03.log",
|
|
76
|
+
"hash": "c888bcfd0a694d8bf8d787b8474e102c5bc59fd5fb6df9718964a36389835cb7"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"date": 1690530381911,
|
|
80
|
+
"name": "logs/application-2023-07-28-07.log",
|
|
81
|
+
"hash": "abdf5b53dd314c33fe878b95a72bf3bac04069e44e15caa24ae747c8b4491a29"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"date": 1690537412023,
|
|
85
|
+
"name": "logs/application-2023-07-28-09.log",
|
|
86
|
+
"hash": "947c83969eceea71212afd6e8452b1df5cb20e6ebc2c9b6b40030c8ae206b088"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"date": 1690593377446,
|
|
90
|
+
"name": "logs/application-2023-07-29-10.log",
|
|
91
|
+
"hash": "7ff632590fb376dbf184e1ad14695efd5cff1b91f32c85547584c0d807e4601c"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"date": 1690593379711,
|
|
95
|
+
"name": "logs/application-2023-07-29-01.log",
|
|
96
|
+
"hash": "86c84e6ccc2469045be0d418590a0dc4693fac1f72ad05670d20e578b7482147"
|
|
77
97
|
}
|
|
78
98
|
],
|
|
79
99
|
"hashType": "sha256"
|
|
@@ -39,6 +39,21 @@
|
|
|
39
39
|
"date": 1690456149054,
|
|
40
40
|
"name": "logs/connections-2023-07-27-11.log",
|
|
41
41
|
"hash": "dd4630d957cb705149d3ce1d083f777eace6fdb9612fc3798c83c86ff95b390a"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"date": 1690511704740,
|
|
45
|
+
"name": "logs/connections-2023-07-28-02.log",
|
|
46
|
+
"hash": "71973dbd40ef26b7a3f64abfb74cc9d8507a9abc55c6eb8f81e809fe7598a2e8"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"date": 1690513362196,
|
|
50
|
+
"name": "logs/connections-2023-07-28-03.log",
|
|
51
|
+
"hash": "b160661da0f24731e1fa57941eb4bc1e6a32b82fb110774b7cf3765e3efcbac7"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"date": 1690593379482,
|
|
55
|
+
"name": "logs/connections-2023-07-29-01.log",
|
|
56
|
+
"hash": "e1921d7a6ec11922ee908404779d447c3c073e4fcd9ab97283e7895158557c5d"
|
|
42
57
|
}
|
|
43
58
|
],
|
|
44
59
|
"hashType": "sha256"
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
2023-07-28T11:35:04+09:00 error: oracledb module loading failed
|
|
2
|
+
2023-07-28T11:35:05+09:00 info: Default DataSource established
|
|
3
|
+
2023-07-28T11:35:06+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
+
2023-07-28T11:35:06+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
5
|
+
2023-07-28T11:36:03+09:00 error: files is not iterable
|
|
6
|
+
2023-07-28T11:37:19+09:00 error: oracledb module loading failed
|
|
7
|
+
2023-07-28T11:37:20+09:00 info: Default DataSource established
|
|
8
|
+
2023-07-28T11:37:21+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
9
|
+
2023-07-28T11:37:21+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
10
|
+
2023-07-28T11:38:39+09:00 error: files is not iterable
|
|
11
|
+
2023-07-28T11:41:58+09:00 error: oracledb module loading failed
|
|
12
|
+
2023-07-28T11:41:59+09:00 info: Default DataSource established
|
|
13
|
+
2023-07-28T11:42:00+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
14
|
+
2023-07-28T11:42:00+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
15
|
+
2023-07-28T11:47:38+09:00 error: oracledb module loading failed
|
|
16
|
+
2023-07-28T11:47:39+09:00 info: Default DataSource established
|
|
17
|
+
2023-07-28T11:47:40+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
18
|
+
2023-07-28T11:47:40+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
2023-07-28T12:02:42+09:00 error: oracledb module loading failed
|
|
2
|
+
2023-07-28T12:02:43+09:00 info: Default DataSource established
|
|
3
|
+
2023-07-28T12:02:44+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
+
2023-07-28T12:02:44+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2023-07-28T18:43:32+09:00 error: stream is not readable
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2023-07-28T12:02:41+09:00 info: File Storage is Ready.
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
2023-07-29T10:16:19+09:00 error: oracledb module loading failed
|
|
2
|
+
2023-07-29T10:16:20+09:00 info: Default DataSource established
|
|
3
|
+
2023-07-29T10:16:22+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
+
2023-07-29T10:16:22+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2023-07-29T10:16:18+09:00 info: File Storage is Ready.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-dataset",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.67",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -57,40 +57,40 @@
|
|
|
57
57
|
"@operato/scene-table": "^1.0.0",
|
|
58
58
|
"@operato/scene-timer": "^1.0.0",
|
|
59
59
|
"@operato/shell": "^1.2.6",
|
|
60
|
-
"@things-factory/api": "^6.1.
|
|
61
|
-
"@things-factory/apptool-base": "^6.1.
|
|
62
|
-
"@things-factory/apptool-ui": "^6.1.
|
|
63
|
-
"@things-factory/auth-base": "^6.1.
|
|
64
|
-
"@things-factory/auth-ui": "^6.1.
|
|
65
|
-
"@things-factory/board-service": "^6.1.
|
|
66
|
-
"@things-factory/board-ui": "^6.1.
|
|
67
|
-
"@things-factory/ccp": "^6.1.
|
|
68
|
-
"@things-factory/context-ui": "^6.1.
|
|
69
|
-
"@things-factory/dashboard": "^6.1.
|
|
70
|
-
"@things-factory/dataset": "^6.1.
|
|
71
|
-
"@things-factory/export-ui": "^6.1.
|
|
72
|
-
"@things-factory/help": "^6.1.
|
|
73
|
-
"@things-factory/i18n-base": "^6.1.
|
|
74
|
-
"@things-factory/integration-base": "^6.1.
|
|
75
|
-
"@things-factory/integration-msgraph": "^6.1.
|
|
76
|
-
"@things-factory/integration-ui": "^6.1.
|
|
77
|
-
"@things-factory/lite-menu": "^6.1.
|
|
78
|
-
"@things-factory/more-base": "^6.1.
|
|
79
|
-
"@things-factory/more-ui": "^6.1.
|
|
80
|
-
"@things-factory/notification": "^6.1.
|
|
81
|
-
"@things-factory/oauth2-client": "^6.1.
|
|
82
|
-
"@things-factory/organization": "^6.1.
|
|
83
|
-
"@things-factory/qc": "^6.1.
|
|
84
|
-
"@things-factory/resource-ui": "^6.1.
|
|
85
|
-
"@things-factory/setting-base": "^6.1.
|
|
86
|
-
"@things-factory/setting-ui": "^6.1.
|
|
87
|
-
"@things-factory/shell": "^6.1.
|
|
88
|
-
"@things-factory/system-ui": "^6.1.
|
|
89
|
-
"@things-factory/work-shift": "^6.1.
|
|
90
|
-
"@things-factory/worklist": "^6.1.
|
|
60
|
+
"@things-factory/api": "^6.1.66",
|
|
61
|
+
"@things-factory/apptool-base": "^6.1.66",
|
|
62
|
+
"@things-factory/apptool-ui": "^6.1.67",
|
|
63
|
+
"@things-factory/auth-base": "^6.1.66",
|
|
64
|
+
"@things-factory/auth-ui": "^6.1.67",
|
|
65
|
+
"@things-factory/board-service": "^6.1.66",
|
|
66
|
+
"@things-factory/board-ui": "^6.1.66",
|
|
67
|
+
"@things-factory/ccp": "^6.1.67",
|
|
68
|
+
"@things-factory/context-ui": "^6.1.66",
|
|
69
|
+
"@things-factory/dashboard": "^6.1.66",
|
|
70
|
+
"@things-factory/dataset": "^6.1.67",
|
|
71
|
+
"@things-factory/export-ui": "^6.1.66",
|
|
72
|
+
"@things-factory/help": "^6.1.66",
|
|
73
|
+
"@things-factory/i18n-base": "^6.1.66",
|
|
74
|
+
"@things-factory/integration-base": "^6.1.66",
|
|
75
|
+
"@things-factory/integration-msgraph": "^6.1.66",
|
|
76
|
+
"@things-factory/integration-ui": "^6.1.66",
|
|
77
|
+
"@things-factory/lite-menu": "^6.1.67",
|
|
78
|
+
"@things-factory/more-base": "^6.1.66",
|
|
79
|
+
"@things-factory/more-ui": "^6.1.66",
|
|
80
|
+
"@things-factory/notification": "^6.1.67",
|
|
81
|
+
"@things-factory/oauth2-client": "^6.1.66",
|
|
82
|
+
"@things-factory/organization": "^6.1.67",
|
|
83
|
+
"@things-factory/qc": "^6.1.67",
|
|
84
|
+
"@things-factory/resource-ui": "^6.1.67",
|
|
85
|
+
"@things-factory/setting-base": "^6.1.66",
|
|
86
|
+
"@things-factory/setting-ui": "^6.1.66",
|
|
87
|
+
"@things-factory/shell": "^6.1.66",
|
|
88
|
+
"@things-factory/system-ui": "^6.1.66",
|
|
89
|
+
"@things-factory/work-shift": "^6.1.66",
|
|
90
|
+
"@things-factory/worklist": "^6.1.67"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@things-factory/builder": "^6.1.
|
|
93
|
+
"@things-factory/builder": "^6.1.66"
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "8c200f0b657dc3bb429325d2ae41fecc2bd840a8"
|
|
96
96
|
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
2023-07-27T00:28:52+09:00 error: oracledb module loading failed
|
|
2
|
-
2023-07-27T00:28:53+09:00 info: Default DataSource established
|
|
3
|
-
2023-07-27T00:28:54+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
-
2023-07-27T00:28:54+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
5
|
-
2023-07-27T00:39:27+09:00 error: Cannot destructure property 'domain' of 'context.state' as it is undefined.
|
|
6
|
-
2023-07-27T00:40:41+09:00 error: Cannot destructure property 'domain' of 'context.state' as it is undefined.
|
|
7
|
-
2023-07-27T00:41:31+09:00 error: oracledb module loading failed
|
|
8
|
-
2023-07-27T00:41:32+09:00 info: Default DataSource established
|
|
9
|
-
2023-07-27T00:41:34+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
10
|
-
2023-07-27T00:41:34+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
11
|
-
2023-07-27T00:44:50+09:00 error: Cannot destructure property 'domain' of 'context.state' as it is undefined.
|
|
12
|
-
2023-07-27T00:52:29+09:00 error: oracledb module loading failed
|
|
13
|
-
2023-07-27T00:52:30+09:00 info: Default DataSource established
|
|
14
|
-
2023-07-27T00:52:31+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
15
|
-
2023-07-27T00:52:31+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
16
|
-
2023-07-27T00:53:40+09:00 error: Cannot return null for non-nullable field Query.dataSet.
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
2023-07-27T02:04:17+09:00 error: oracledb module loading failed
|
|
2
|
-
2023-07-27T02:04:18+09:00 info: Default DataSource established
|
|
3
|
-
2023-07-27T02:04:19+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
-
2023-07-27T02:04:19+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
5
|
-
2023-07-27T02:06:15+09:00 error: oracledb module loading failed
|
|
6
|
-
2023-07-27T02:06:16+09:00 info: Default DataSource established
|
|
7
|
-
2023-07-27T02:06:17+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
8
|
-
2023-07-27T02:06:17+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|