@things-factory/operato-dataset 6.1.66 → 6.1.68

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.
Files changed (32) hide show
  1. package/attachments/ac99504f-4b08-4459-bd16-3183264c3cdf.pdf +0 -0
  2. package/attachments/b17e7c28-203e-4a1e-94f5-02c939ebe8d2.pdf +0 -0
  3. package/client/bootstrap.ts +17 -4
  4. package/db.sqlite +0 -0
  5. package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +30 -60
  6. package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +15 -0
  7. package/logs/application-2023-07-28-03.log +4 -0
  8. package/logs/application-2023-07-28-07.log +2 -0
  9. package/logs/application-2023-07-28-09.log +1 -0
  10. package/logs/application-2023-07-28-12.log +1 -0
  11. package/logs/application-2023-07-29-01.log +4 -0
  12. package/logs/application-2023-07-29-10.log +1 -0
  13. package/logs/application-2023-07-29-17.log +4 -0
  14. package/logs/application-2023-07-30-02.log +1 -0
  15. package/logs/connections-2023-07-28-03.log +0 -0
  16. package/logs/connections-2023-07-29-01.log +0 -0
  17. package/logs/connections-2023-07-29-17.log +0 -0
  18. package/package.json +16 -16
  19. package/logs/application-2023-07-26-15.log +0 -16
  20. package/logs/application-2023-07-26-17.log +0 -8
  21. package/logs/application-2023-07-27-00.log +0 -3
  22. package/logs/application-2023-07-27-02.log +0 -2
  23. package/logs/application-2023-07-27-07.log +0 -4
  24. package/logs/application-2023-07-27-08.log +0 -20
  25. package/logs/application-2023-07-27-09.log +0 -4
  26. package/logs/application-2023-07-27-10.log +0 -16
  27. package/logs/application-2023-07-27-11.log +0 -12
  28. package/logs/application-2023-07-27-16.log +0 -1
  29. package/logs/application-2023-07-27-17.log +0 -4
  30. package/logs/application-2023-07-27-18.log +0 -1
  31. package/logs/application-2023-07-27-19.log +0 -4
  32. package/logs/application-2023-07-27-20.log +0 -3
@@ -18,6 +18,8 @@ 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'
22
+ import { setupContextUIPart } from '@things-factory/context-ui'
21
23
  import { ADD_MORENDA } from '@things-factory/more-base'
22
24
  import { ADD_SETTING } from '@things-factory/setting-base'
23
25
 
@@ -35,15 +37,26 @@ console.log(
35
37
  'background: #222; color: #bada55'
36
38
  )
37
39
 
38
- export default function bootstrap() {
39
- /* set board-modeller group and default templates */
40
- registerDefaultGroups()
40
+ export default async function bootstrap() {
41
+ await setupAppToolPart({
42
+ toolbar: true,
43
+ busybar: true,
44
+ mdibar: true
45
+ })
46
+
47
+ await setupContextUIPart({
48
+ titlebar: 'header',
49
+ contextToolbar: 'page-footer'
50
+ })
41
51
 
42
- setupMenuPart({
52
+ await setupMenuPart({
43
53
  slotTemplate: html` <domain-switch slot="tail"></domain-switch> `,
44
54
  hovering: true
45
55
  })
46
56
 
57
+ /* set board-modeller group and default templates */
58
+ registerDefaultGroups()
59
+
47
60
  OxPropertyEditor.register({
48
61
  'ccp-limits': 'ox-property-editor-ccp-limits',
49
62
  'qc-limits': 'ox-property-editor-qc-limits'
package/db.sqlite CHANGED
Binary file
@@ -6,84 +6,54 @@
6
6
  "auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
7
7
  "files": [
8
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
- {
29
- "date": 1690442439984,
30
- "name": "logs/application-2023-07-27-16.log",
31
- "hash": "7571c45f953db85938855d4a6c2ef4c3f6451d28c55a0923ec2477ea2f939e68"
32
- },
33
- {
34
- "date": 1690442441665,
35
- "name": "logs/application-2023-07-27-07.log",
36
- "hash": "c99f5f9eb27c5a6266765569a49f7c5c90208286a591b64476f90b86c6094faa"
37
- },
38
- {
39
- "date": 1690447190004,
40
- "name": "logs/application-2023-07-27-17.log",
41
- "hash": "a6ee3f8c2f36c13adb138d4f0f004b1f454793e7e7c253dbbbdc35dfc3497153"
9
+ "date": 1690511703312,
10
+ "name": "logs/application-2023-07-28-11.log",
11
+ "hash": "e6927029058638b3e5c44d3c7254ef4b704e27fdf0561439692b5b625f25c8ca"
42
12
  },
43
13
  {
44
- "date": 1690447191551,
45
- "name": "logs/application-2023-07-27-08.log",
46
- "hash": "c6b21d1dee11f426822a7fbc1775b7cd4ad9b90aa74d94b9daac619214d00ed5"
14
+ "date": 1690511704872,
15
+ "name": "logs/application-2023-07-28-02.log",
16
+ "hash": "24a9bb19fb1bde9a2e47c9a8cea79acd79a1bc6f0966fe53332b8a3ad46ebed1"
47
17
  },
48
18
  {
49
- "date": 1690448450906,
50
- "name": "logs/application-2023-07-27-18.log",
51
- "hash": "78e0122d13834b24c0af3df1653c13e2c19c00b1bc50deb7b504fbedb2ce76f6"
19
+ "date": 1690513360358,
20
+ "name": "logs/application-2023-07-28-12.log",
21
+ "hash": "da0f58ce0e54a34f2c9a804a073570c91e1797b55f76f48e81b747092d20b06e"
52
22
  },
53
23
  {
54
- "date": 1690448452976,
55
- "name": "logs/application-2023-07-27-09.log",
56
- "hash": "1e371c3f17731b6bdbcc2f0e6bcd4c8a4e119fc36573ee66b9ab80e69445409a"
24
+ "date": 1690513362377,
25
+ "name": "logs/application-2023-07-28-03.log",
26
+ "hash": "c888bcfd0a694d8bf8d787b8474e102c5bc59fd5fb6df9718964a36389835cb7"
57
27
  },
58
28
  {
59
- "date": 1690453097503,
60
- "name": "logs/application-2023-07-27-19.log",
61
- "hash": "098cec0d9894e12a1940aa4ca82a3aaca12ef2d7b5891499d53c30ee1d761721"
29
+ "date": 1690530381911,
30
+ "name": "logs/application-2023-07-28-07.log",
31
+ "hash": "abdf5b53dd314c33fe878b95a72bf3bac04069e44e15caa24ae747c8b4491a29"
62
32
  },
63
33
  {
64
- "date": 1690453099673,
65
- "name": "logs/application-2023-07-27-10.log",
66
- "hash": "5b9d2c076c04591a698ce36f903ead5ef7592162b69943b1ace1ea4861b761d7"
34
+ "date": 1690537412023,
35
+ "name": "logs/application-2023-07-28-09.log",
36
+ "hash": "947c83969eceea71212afd6e8452b1df5cb20e6ebc2c9b6b40030c8ae206b088"
67
37
  },
68
38
  {
69
- "date": 1690456147057,
70
- "name": "logs/application-2023-07-27-20.log",
71
- "hash": "718a511b9bc328b5c624f380d331d869361faf3ea5e0f325848509b72d4c5403"
39
+ "date": 1690593377446,
40
+ "name": "logs/application-2023-07-29-10.log",
41
+ "hash": "7ff632590fb376dbf184e1ad14695efd5cff1b91f32c85547584c0d807e4601c"
72
42
  },
73
43
  {
74
- "date": 1690456149312,
75
- "name": "logs/application-2023-07-27-11.log",
76
- "hash": "b47586a53d2dba0897afe757cb1cfb5a49877c0e5caaa42a6db34216a3f44a5f"
44
+ "date": 1690593379711,
45
+ "name": "logs/application-2023-07-29-01.log",
46
+ "hash": "86c84e6ccc2469045be0d418590a0dc4693fac1f72ad05670d20e578b7482147"
77
47
  },
78
48
  {
79
- "date": 1690511703312,
80
- "name": "logs/application-2023-07-28-11.log",
81
- "hash": "e6927029058638b3e5c44d3c7254ef4b704e27fdf0561439692b5b625f25c8ca"
49
+ "date": 1690650091680,
50
+ "name": "logs/application-2023-07-30-02.log",
51
+ "hash": "efaf92a5982886dbcdeddd105962fbee66bf3de4df0e6578859067e5ae1ce26a"
82
52
  },
83
53
  {
84
- "date": 1690511704872,
85
- "name": "logs/application-2023-07-28-02.log",
86
- "hash": "24a9bb19fb1bde9a2e47c9a8cea79acd79a1bc6f0966fe53332b8a3ad46ebed1"
54
+ "date": 1690650092670,
55
+ "name": "logs/application-2023-07-29-17.log",
56
+ "hash": "4b177570cf211efb4a27048a1457cea608a378a92f257687863d4fefb69371f1"
87
57
  }
88
58
  ],
89
59
  "hashType": "sha256"
@@ -44,6 +44,21 @@
44
44
  "date": 1690511704740,
45
45
  "name": "logs/connections-2023-07-28-02.log",
46
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"
57
+ },
58
+ {
59
+ "date": 1690650092592,
60
+ "name": "logs/connections-2023-07-29-17.log",
61
+ "hash": "224994874e89c28d90fd9ec6533797b8ddb1e3bef3bd997e0c24c6069352103c"
47
62
  }
48
63
  ],
49
64
  "hashType": "sha256"
@@ -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,2 @@
1
+ 2023-07-28T16:46:21+09:00 error: stream is not readable
2
+ 2023-07-28T16:46:21+09:00 error: stream is not readable
@@ -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.
@@ -0,0 +1,4 @@
1
+ 2023-07-30T02:01:32+09:00 error: oracledb module loading failed
2
+ 2023-07-30T02:01:33+09:00 info: Default DataSource established
3
+ 2023-07-30T02:01:34+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
4
+ 2023-07-30T02:01:34+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -0,0 +1 @@
1
+ 2023-07-30T02:01:32+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.66",
3
+ "version": "6.1.68",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -58,39 +58,39 @@
58
58
  "@operato/scene-timer": "^1.0.0",
59
59
  "@operato/shell": "^1.2.6",
60
60
  "@things-factory/api": "^6.1.66",
61
- "@things-factory/apptool-base": "^6.1.66",
62
- "@things-factory/apptool-ui": "^6.1.66",
61
+ "@things-factory/apptool-base": "^6.1.68",
62
+ "@things-factory/apptool-ui": "^6.1.68",
63
63
  "@things-factory/auth-base": "^6.1.66",
64
- "@things-factory/auth-ui": "^6.1.66",
64
+ "@things-factory/auth-ui": "^6.1.67",
65
65
  "@things-factory/board-service": "^6.1.66",
66
66
  "@things-factory/board-ui": "^6.1.66",
67
- "@things-factory/ccp": "^6.1.66",
68
- "@things-factory/context-ui": "^6.1.66",
67
+ "@things-factory/ccp": "^6.1.68",
68
+ "@things-factory/context-ui": "^6.1.68",
69
69
  "@things-factory/dashboard": "^6.1.66",
70
- "@things-factory/dataset": "^6.1.66",
71
- "@things-factory/export-ui": "^6.1.66",
70
+ "@things-factory/dataset": "^6.1.68",
71
+ "@things-factory/export-ui": "^6.1.68",
72
72
  "@things-factory/help": "^6.1.66",
73
73
  "@things-factory/i18n-base": "^6.1.66",
74
74
  "@things-factory/integration-base": "^6.1.66",
75
75
  "@things-factory/integration-msgraph": "^6.1.66",
76
76
  "@things-factory/integration-ui": "^6.1.66",
77
- "@things-factory/lite-menu": "^6.1.66",
77
+ "@things-factory/lite-menu": "^6.1.68",
78
78
  "@things-factory/more-base": "^6.1.66",
79
- "@things-factory/more-ui": "^6.1.66",
80
- "@things-factory/notification": "^6.1.66",
79
+ "@things-factory/more-ui": "^6.1.68",
80
+ "@things-factory/notification": "^6.1.67",
81
81
  "@things-factory/oauth2-client": "^6.1.66",
82
- "@things-factory/organization": "^6.1.66",
83
- "@things-factory/qc": "^6.1.66",
84
- "@things-factory/resource-ui": "^6.1.66",
82
+ "@things-factory/organization": "^6.1.67",
83
+ "@things-factory/qc": "^6.1.68",
84
+ "@things-factory/resource-ui": "^6.1.68",
85
85
  "@things-factory/setting-base": "^6.1.66",
86
86
  "@things-factory/setting-ui": "^6.1.66",
87
87
  "@things-factory/shell": "^6.1.66",
88
88
  "@things-factory/system-ui": "^6.1.66",
89
89
  "@things-factory/work-shift": "^6.1.66",
90
- "@things-factory/worklist": "^6.1.66"
90
+ "@things-factory/worklist": "^6.1.68"
91
91
  },
92
92
  "devDependencies": {
93
93
  "@things-factory/builder": "^6.1.66"
94
94
  },
95
- "gitHead": "86447edc189a8432999c6dcfce0e32ee7dbd3e5f"
95
+ "gitHead": "c24575516e5047a6c94a65fe5442f278e5a80148"
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
@@ -1,3 +0,0 @@
1
- 2023-07-27T00:28:51+09:00 info: File Storage is Ready.
2
- 2023-07-27T00:41:30+09:00 info: File Storage is Ready.
3
- 2023-07-27T00:52:28+09:00 info: File Storage is Ready.
@@ -1,2 +0,0 @@
1
- 2023-07-27T02:04:16+09:00 info: File Storage is Ready.
2
- 2023-07-27T02:06:15+09:00 info: File Storage is Ready.
@@ -1,4 +0,0 @@
1
- 2023-07-27T16:20:41+09:00 error: oracledb module loading failed
2
- 2023-07-27T16:20:42+09:00 info: Default DataSource established
3
- 2023-07-27T16:20:43+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
4
- 2023-07-27T16:20:43+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1,20 +0,0 @@
1
- 2023-07-27T17:39:51+09:00 error: oracledb module loading failed
2
- 2023-07-27T17:39:52+09:00 info: Default DataSource established
3
- 2023-07-27T17:39:53+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
4
- 2023-07-27T17:39:53+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
5
- 2023-07-27T17:43:51+09:00 error: oracledb module loading failed
6
- 2023-07-27T17:43:52+09:00 info: Default DataSource established
7
- 2023-07-27T17:43:53+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
8
- 2023-07-27T17:43:53+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
9
- 2023-07-27T17:45:40+09:00 error: createReadStream is not a function
10
- 2023-07-27T17:47:53+09:00 error: oracledb module loading failed
11
- 2023-07-27T17:47:54+09:00 info: Default DataSource established
12
- 2023-07-27T17:47:56+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
13
- 2023-07-27T17:47:56+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
14
- 2023-07-27T17:51:04+09:00 error: createReadStream is not a function
15
- 2023-07-27T17:57:03+09:00 error: oracledb module loading failed
16
- 2023-07-27T17:57:04+09:00 info: Default DataSource established
17
- 2023-07-27T17:57:05+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
18
- 2023-07-27T17:57:05+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
19
- 2023-07-27T17:57:24+09:00 error: createReadStream is not a function
20
- 2023-07-27T17:58:13+09:00 error: createReadStream is not a function
@@ -1,4 +0,0 @@
1
- 2023-07-27T18:00:52+09:00 error: oracledb module loading failed
2
- 2023-07-27T18:00:54+09:00 info: Default DataSource established
3
- 2023-07-27T18:01:09+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
4
- 2023-07-27T18:01:09+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1,16 +0,0 @@
1
- 2023-07-27T19:18:19+09:00 error: oracledb module loading failed
2
- 2023-07-27T19:18:20+09:00 info: Default DataSource established
3
- 2023-07-27T19:18:22+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
4
- 2023-07-27T19:18:22+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
5
- 2023-07-27T19:32:56+09:00 error: oracledb module loading failed
6
- 2023-07-27T19:32:57+09:00 info: Default DataSource established
7
- 2023-07-27T19:32:58+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
8
- 2023-07-27T19:32:58+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
9
- 2023-07-27T19:45:33+09:00 error: oracledb module loading failed
10
- 2023-07-27T19:45:34+09:00 info: Default DataSource established
11
- 2023-07-27T19:45:35+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
12
- 2023-07-27T19:45:35+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
13
- 2023-07-27T19:59:47+09:00 error: oracledb module loading failed
14
- 2023-07-27T19:59:48+09:00 info: Default DataSource established
15
- 2023-07-27T19:59:49+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
16
- 2023-07-27T19:59:49+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1,12 +0,0 @@
1
- 2023-07-27T20:09:09+09:00 error: oracledb module loading failed
2
- 2023-07-27T20:09:11+09:00 info: Default DataSource established
3
- 2023-07-27T20:09:15+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
4
- 2023-07-27T20:09:15+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
5
- 2023-07-27T20:36:05+09:00 error: oracledb module loading failed
6
- 2023-07-27T20:36:06+09:00 info: Default DataSource established
7
- 2023-07-27T20:36:07+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
8
- 2023-07-27T20:36:07+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
9
- 2023-07-27T20:40:45+09:00 error: oracledb module loading failed
10
- 2023-07-27T20:40:46+09:00 info: Default DataSource established
11
- 2023-07-27T20:40:47+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
12
- 2023-07-27T20:40:47+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1 +0,0 @@
1
- 2023-07-27T16:20:40+09:00 info: File Storage is Ready.
@@ -1,4 +0,0 @@
1
- 2023-07-27T17:39:50+09:00 info: File Storage is Ready.
2
- 2023-07-27T17:43:50+09:00 info: File Storage is Ready.
3
- 2023-07-27T17:47:53+09:00 info: File Storage is Ready.
4
- 2023-07-27T17:57:02+09:00 info: File Storage is Ready.
@@ -1 +0,0 @@
1
- 2023-07-27T18:00:51+09:00 info: File Storage is Ready.
@@ -1,4 +0,0 @@
1
- 2023-07-27T19:18:18+09:00 info: File Storage is Ready.
2
- 2023-07-27T19:32:55+09:00 info: File Storage is Ready.
3
- 2023-07-27T19:45:32+09:00 info: File Storage is Ready.
4
- 2023-07-27T19:59:46+09:00 info: File Storage is Ready.
@@ -1,3 +0,0 @@
1
- 2023-07-27T20:09:08+09:00 info: File Storage is Ready.
2
- 2023-07-27T20:36:03+09:00 info: File Storage is Ready.
3
- 2023-07-27T20:40:44+09:00 info: File Storage is Ready.