@things-factory/operato-gangsters 6.0.34 → 6.0.36
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 +1 -1
- package/config/config.development.js +14 -1
- package/config/config.production.js +12 -0
- package/db.sqlite +0 -0
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +5 -0
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +5 -0
- package/logs/application-2023-04-05-10.log +18 -0
- package/logs/application-2023-04-05-19.log +1 -0
- package/logs/connections-2023-04-05-10.log +0 -0
- package/package.json +4 -4
package/client/menu.ts
CHANGED
|
@@ -1 +1,14 @@
|
|
|
1
|
-
module.exports = {
|
|
1
|
+
module.exports = {
|
|
2
|
+
scheduler: {
|
|
3
|
+
/* Name to be used for setting client's "application" properties when registering a schedule */
|
|
4
|
+
application: 'operato-gangsters',
|
|
5
|
+
/* Base endpoint to be used for setting "callback" properties when registering a schedule */
|
|
6
|
+
callbackBase: 'http://localhost:3000',
|
|
7
|
+
/*
|
|
8
|
+
Scheduler service endpoint
|
|
9
|
+
caution) endpoint for "localhost" has some problem.
|
|
10
|
+
https://github.com/node-fetch/node-fetch/issues/1624
|
|
11
|
+
*/
|
|
12
|
+
endpoint: 'http://127.0.0.1:9902'
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
protocol: 'https',
|
|
3
|
+
scheduler: {
|
|
4
|
+
/* Name to be used for setting client's "application" properties when registering a schedule */
|
|
5
|
+
application: 'operato-gangsters',
|
|
6
|
+
/* Base endpoint to be used for setting "callback" properties when registering a schedule */
|
|
7
|
+
callbackBase: 'http://localhost:3000',
|
|
8
|
+
/*
|
|
9
|
+
Scheduler service endpoint
|
|
10
|
+
caution) endpoint for "localhost" has some problem.
|
|
11
|
+
https://github.com/node-fetch/node-fetch/issues/1624
|
|
12
|
+
*/
|
|
13
|
+
endpoint: 'http://127.0.0.1:9902'
|
|
14
|
+
},
|
|
3
15
|
email: {
|
|
4
16
|
host: 'smtp.office365.com', // your sender-email smtp host
|
|
5
17
|
port: 587, // smtp server port
|
package/db.sqlite
CHANGED
|
Binary file
|
|
@@ -79,6 +79,11 @@
|
|
|
79
79
|
"date": 1680679332310,
|
|
80
80
|
"name": "logs/application-2023-04-05-16.log",
|
|
81
81
|
"hash": "93c029375341b5904103032193303d7e36be73c6fa8d7b418c347f2ab75615af"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"date": 1680689713796,
|
|
85
|
+
"name": "logs/application-2023-04-05-19.log",
|
|
86
|
+
"hash": "fead84aedd5c53bdb8530eca607f1c3dd8363248d261076a91e1cb4ee78c8cd2"
|
|
82
87
|
}
|
|
83
88
|
],
|
|
84
89
|
"hashType": "sha256"
|
|
@@ -134,6 +134,11 @@
|
|
|
134
134
|
"date": 1680679334035,
|
|
135
135
|
"name": "logs/connections-2023-04-05-07.log",
|
|
136
136
|
"hash": "e11ff06a9c6df8d1421717c096dc4da5611ca45f73b39cb32edb3618fd9f6d04"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"date": 1680689715065,
|
|
140
|
+
"name": "logs/connections-2023-04-05-10.log",
|
|
141
|
+
"hash": "38219e0e644827a6f3077528103678c5122289335cbdecab8460c9463cd0404f"
|
|
137
142
|
}
|
|
138
143
|
],
|
|
139
144
|
"hashType": "sha256"
|
|
@@ -7,3 +7,21 @@
|
|
|
7
7
|
2023-04-05T10:22:07+09:00 info: File Storage is Ready.
|
|
8
8
|
2023-04-05T10:53:51+09:00 info: File Storage is Ready.
|
|
9
9
|
2023-04-05T10:55:24+09:00 info: File Storage is Ready.
|
|
10
|
+
2023-04-05T19:15:15+09:00 error: oracledb module loading failed
|
|
11
|
+
2023-04-05T19:15:16+09:00 info: Default DataSource established
|
|
12
|
+
2023-04-05T19:15:16+09:00 info: Transaction DataSource established
|
|
13
|
+
2023-04-05T19:15:16+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
14
|
+
2023-04-05T19:15:16+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
15
|
+
2023-04-05T19:16:02+09:00 error: SQLITE_ERROR: cannot start a transaction within a transaction
|
|
16
|
+
2023-04-05T19:16:02+09:00 error: Transaction is not started yet, start transaction before committing or rolling it back.
|
|
17
|
+
2023-04-05T19:16:15+09:00 error: SQLITE_ERROR: cannot start a transaction within a transaction
|
|
18
|
+
2023-04-05T19:16:15+09:00 error: domain(a8462527-50cd-46b2-a33b-a881423b4a9c) not found
|
|
19
|
+
2023-04-05T19:17:02+09:00 error: SQLITE_ERROR: cannot start a transaction within a transaction
|
|
20
|
+
2023-04-05T19:17:02+09:00 error: domain(a8462527-50cd-46b2-a33b-a881423b4a9c) not found
|
|
21
|
+
2023-04-05T19:17:15+09:00 error: SQLITE_ERROR: cannot start a transaction within a transaction
|
|
22
|
+
2023-04-05T19:17:15+09:00 error: Transaction is not started yet, start transaction before committing or rolling it back.
|
|
23
|
+
2023-04-05T19:18:02+09:00 error: SQLITE_ERROR: cannot start a transaction within a transaction
|
|
24
|
+
2023-04-05T19:18:02+09:00 error: Transaction is not started yet, start transaction before committing or rolling it back.
|
|
25
|
+
2023-04-05T19:18:15+09:00 error: SQLITE_ERROR: cannot start a transaction within a transaction
|
|
26
|
+
2023-04-05T19:18:15+09:00 error: domain(a8462527-50cd-46b2-a33b-a881423b4a9c) not found
|
|
27
|
+
2023-04-05T19:19:02+09:00 error: domain(a8462527-50cd-46b2-a33b-a881423b4a9c) not found
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2023-04-05T19:15:14+09:00 info: File Storage is Ready.
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-gangsters",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.36",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@things-factory/board-ui": "^6.0.34",
|
|
64
64
|
"@things-factory/context-ui": "^6.0.34",
|
|
65
65
|
"@things-factory/dashboard": "^6.0.34",
|
|
66
|
-
"@things-factory/dataset": "^6.0.
|
|
66
|
+
"@things-factory/dataset": "^6.0.36",
|
|
67
67
|
"@things-factory/export-ui": "^6.0.34",
|
|
68
68
|
"@things-factory/grist-ui": "^6.0.34",
|
|
69
69
|
"@things-factory/help": "^6.0.34",
|
|
@@ -80,10 +80,10 @@
|
|
|
80
80
|
"@things-factory/setting-ui": "^6.0.34",
|
|
81
81
|
"@things-factory/shell": "^6.0.34",
|
|
82
82
|
"@things-factory/system-ui": "^6.0.34",
|
|
83
|
-
"@things-factory/worklist": "^6.0.
|
|
83
|
+
"@things-factory/worklist": "^6.0.36"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@things-factory/builder": "^6.0.34"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "7a3049f87fca6c58b754b701f97bb41efa1d7424"
|
|
89
89
|
}
|