@operato/scene-gantt 7.3.9 → 7.3.19

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 (50) hide show
  1. package/package.json +4 -3
  2. package/CHANGELOG.md +0 -144
  3. package/db.sqlite +0 -0
  4. package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +0 -90
  5. package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +0 -105
  6. package/logs/application-2024-06-10-00.log +0 -6
  7. package/logs/application-2024-06-10-12.log +0 -6
  8. package/logs/application-2024-06-10-13.log +0 -18
  9. package/logs/application-2024-06-10-22.log +0 -10
  10. package/logs/application-2024-06-11-00.log +0 -6
  11. package/logs/application-2024-06-11-01.log +0 -7
  12. package/logs/application-2024-06-11-02.log +0 -12
  13. package/logs/application-2024-06-11-03.log +0 -12
  14. package/logs/application-2024-06-11-04.log +0 -12
  15. package/logs/application-2024-06-11-14.log +0 -6
  16. package/logs/application-2024-06-11-15.log +0 -6
  17. package/logs/application-2024-06-11-16.log +0 -6
  18. package/logs/application-2024-06-11-17.log +0 -24
  19. package/logs/application-2024-06-11-19.log +0 -36
  20. package/logs/application-2024-06-11-20.log +0 -24
  21. package/logs/application-2024-06-11-21.log +0 -6
  22. package/logs/connections-2024-06-04-11.log +0 -50
  23. package/logs/connections-2024-06-04-12.log +0 -0
  24. package/logs/connections-2024-06-04-13.log +0 -50
  25. package/logs/connections-2024-06-10-00.log +0 -50
  26. package/logs/connections-2024-06-10-12.log +0 -50
  27. package/logs/connections-2024-06-10-13.log +0 -150
  28. package/logs/connections-2024-06-10-22.log +0 -50
  29. package/logs/connections-2024-06-11-00.log +0 -50
  30. package/logs/connections-2024-06-11-01.log +0 -50
  31. package/logs/connections-2024-06-11-02.log +0 -100
  32. package/logs/connections-2024-06-11-03.log +0 -100
  33. package/logs/connections-2024-06-11-04.log +0 -100
  34. package/logs/connections-2024-06-11-14.log +0 -50
  35. package/logs/connections-2024-06-11-15.log +0 -50
  36. package/logs/connections-2024-06-11-16.log +0 -50
  37. package/logs/connections-2024-06-11-17.log +0 -200
  38. package/logs/connections-2024-06-11-19.log +0 -300
  39. package/logs/connections-2024-06-11-20.log +0 -200
  40. package/logs/connections-2024-06-11-21.log +0 -50
  41. package/schema.graphql +0 -3988
  42. package/src/data.ts +0 -1898
  43. package/src/editors/index.ts +0 -8
  44. package/src/gantt.ts +0 -265
  45. package/src/groups/index.ts +0 -0
  46. package/src/index.ts +0 -1
  47. package/src/templates/gantt.ts +0 -16
  48. package/src/templates/index.ts +0 -3
  49. package/tsconfig.json +0 -23
  50. package/tsconfig.tsbuildinfo +0 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@operato/scene-gantt",
3
3
  "description": "Operato Scene Component for Gantt Chart",
4
- "version": "7.3.9",
4
+ "version": "7.3.19",
5
5
  "license": "MIT",
6
6
  "things-scene": true,
7
7
  "author": "heartyoh",
@@ -28,7 +28,8 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@hatiolab/things-scene": "^3.4.0",
31
- "@operato/gantt": "^7.0.0"
31
+ "@operato/gantt": "^7.0.0",
32
+ "@operato/i18n": "^7.0.0"
32
33
  },
33
34
  "devDependencies": {
34
35
  "@hatiolab/prettier-config": "^1.0.0",
@@ -58,5 +59,5 @@
58
59
  "prettier --write"
59
60
  ]
60
61
  },
61
- "gitHead": "32b46499c33be406e0fccc602746290a51e0f286"
62
+ "gitHead": "ff73072a62ee02520f9d986d0095f6d329de64f9"
62
63
  }
package/CHANGELOG.md DELETED
@@ -1,144 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [7.3.9](https://github.com/things-scene/operato-scene/compare/v7.3.8...v7.3.9) (2024-09-11)
7
-
8
-
9
- ### :bug: Bug Fix
10
-
11
- * @hatiolab/things-scene version ([5260171](https://github.com/things-scene/operato-scene/commit/52601719115288709ca7e0eee0974cc4677f219e))
12
-
13
-
14
-
15
- ## [7.3.8](https://github.com/things-scene/operato-scene/compare/v7.3.7...v7.3.8) (2024-09-11)
16
-
17
- **Note:** Version bump only for package @operato/scene-gantt
18
-
19
-
20
-
21
-
22
-
23
- ## [7.1.0](https://github.com/things-scene/operato-scene/compare/v7.0.12...v7.1.0) (2024-07-28)
24
-
25
-
26
- ### :rocket: New Features
27
-
28
- * scichart-multiple-timeseries ([d8c6f99](https://github.com/things-scene/operato-scene/commit/d8c6f997bb7118f0400c0f114a42fa1040ebe0d5))
29
-
30
-
31
- ### :bug: Bug Fix
32
-
33
- * remove unused file ([49d624f](https://github.com/things-scene/operato-scene/commit/49d624fd59f9a0c051daed67f03ecfe07598852e))
34
-
35
-
36
-
37
- ## [7.0.3](https://github.com/things-scene/operato-scene/compare/v7.0.2...v7.0.3) (2024-07-05)
38
-
39
-
40
- ### :bug: Bug Fix
41
-
42
- * missing component icons ([371d826](https://github.com/things-scene/operato-scene/commit/371d826cd905485d787d45a9a77b1a4cd28a52d7))
43
-
44
-
45
-
46
- ## [7.0.1](https://github.com/things-scene/operato-scene/compare/v7.0.0...v7.0.1) (2024-06-30)
47
-
48
-
49
- ### :bug: Bug Fix
50
-
51
- * things-factory@7.0.0 ([f4cfe44](https://github.com/things-scene/operato-scene/commit/f4cfe44cb565e7b8fdc0df210a722b6526871848))
52
-
53
-
54
-
55
- ## [7.0.0](https://github.com/things-scene/operato-scene/compare/v7.0.0-rc.4...v7.0.0) (2024-06-30)
56
-
57
- **Note:** Version bump only for package @operato/scene-gantt
58
-
59
-
60
-
61
-
62
-
63
- ## [7.0.0-rc.4](https://github.com/things-scene/operato-scene/compare/v7.0.0-rc.3...v7.0.0-rc.4) (2024-06-30)
64
-
65
-
66
- ### :bug: Bug Fix
67
-
68
- * operato@7.0.0 ([9740f89](https://github.com/things-scene/operato-scene/commit/9740f8949654b9dd9388558059e89cbed3d8235a))
69
-
70
-
71
-
72
- ## [7.0.0-rc.1](https://github.com/things-scene/operato-scene/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2024-06-21)
73
-
74
-
75
- ### :bug: Bug Fix
76
-
77
- * apply v7-rc dependencies ([eee5612](https://github.com/things-scene/operato-scene/commit/eee5612e1d569387c284a7c6c49d64ef44b6d701))
78
-
79
-
80
-
81
- ## [7.0.0-rc.0](https://github.com/things-scene/operato-scene/compare/v2.0.0-beta.8...v7.0.0-rc.0) (2024-06-21)
82
-
83
-
84
- ### :bug: Bug Fix
85
-
86
- * apply operato@7.0.0-rc ([7d5fa6e](https://github.com/things-scene/operato-scene/commit/7d5fa6e9bef5f6d2231e4d1eface82578fe794f3))
87
-
88
-
89
-
90
- ## [2.0.0-beta.4](https://github.com/things-scene/operato-scene/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2024-06-11)
91
-
92
-
93
- ### :bug: Bug Fix
94
-
95
- * default value for ox-property-editor-table-column-config ([e4fd360](https://github.com/things-scene/operato-scene/commit/e4fd360ac46e2f335067811f1552a2a924b43c92))
96
-
97
-
98
-
99
- ## [2.0.0-beta.3](https://github.com/things-scene/operato-scene/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2024-06-11)
100
-
101
-
102
- ### :bug: Bug Fix
103
-
104
- * remove wellstek-gantt component ([52f8a34](https://github.com/things-scene/operato-scene/commit/52f8a34f4038f9b2a45d963d63da31a03a919372))
105
-
106
-
107
-
108
- ## [2.0.0-beta.2](https://github.com/things-scene/operato-scene/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2024-06-11)
109
-
110
-
111
- ### :bug: Bug Fix
112
-
113
- * remove wellstek-gantt component ([88b6453](https://github.com/things-scene/operato-scene/commit/88b6453ce9d5a271dcd20af4b894f3692d2def22))
114
-
115
-
116
-
117
- ## [2.0.0-beta.1](https://github.com/things-scene/operato-scene/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2024-06-11)
118
-
119
-
120
- ### :rocket: New Features
121
-
122
- * add gantt component ([720ab2d](https://github.com/things-scene/operato-scene/commit/720ab2d3097c26892c903ebe11d93f8b9879fd7d))
123
-
124
-
125
- ### :bug: Bug Fix
126
-
127
- * remove anchor from gantt ([7603333](https://github.com/things-scene/operato-scene/commit/76033335c563f9ef2a972ad932abe4591a99161e))
128
- * scene-gantt reverse scaling ([0764e60](https://github.com/things-scene/operato-scene/commit/0764e609b59a52fee2280d2f2c2a90c8871e8e95))
129
-
130
-
131
-
132
- ## [2.0.0-beta.0](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.12...v2.0.0-beta.0) (2024-06-01)
133
-
134
-
135
- ### :rocket: New Features
136
-
137
- * 2.0.0-beta.0 ([a2e2869](https://github.com/things-scene/operato-scene/commit/a2e28694eedf5bab0c54bcab5432d54ec59edd7f))
138
- * add gantt component ([0f9d70d](https://github.com/things-scene/operato-scene/commit/0f9d70d02df6cf90763801fe7d7fca62a92fa9a9))
139
- * gantt and scichart ([e1c43d3](https://github.com/things-scene/operato-scene/commit/e1c43d30ad65b7d9d2d4a1f9679561339bac3db2))
140
-
141
-
142
- ### :bug: Bug Fix
143
-
144
- * allowJs in tsconfig option ([fa77174](https://github.com/things-scene/operato-scene/commit/fa771742188f21f177f0a85281570f59f0c478cf))
package/db.sqlite DELETED
Binary file
@@ -1,90 +0,0 @@
1
- {
2
- "keep": {
3
- "days": true,
4
- "amount": 2
5
- },
6
- "auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
7
- "files": [
8
- {
9
- "date": 1717946822839,
10
- "name": "logs/application-2024-06-10-00.log",
11
- "hash": "4caf2ff66151fc9a08e71876c85ed3f04ab26111aa964a666a32e88731feadc6"
12
- },
13
- {
14
- "date": 1717991267792,
15
- "name": "logs/application-2024-06-10-12.log",
16
- "hash": "eeb4275549b1e70de1fdae26a2060de05db42217a6ae364ad70fa3842ef472c3"
17
- },
18
- {
19
- "date": 1717992591611,
20
- "name": "logs/application-2024-06-10-13.log",
21
- "hash": "7c198c077715e3a0c78ea5e0fac0a96b987feb62f2575b6e0eaf4ba53e339b5d"
22
- },
23
- {
24
- "date": 1718024692403,
25
- "name": "logs/application-2024-06-10-22.log",
26
- "hash": "570d536d54c37bb2036695c6808abd8e21145c6401df885a4e065af6bdb350aa"
27
- },
28
- {
29
- "date": 1718034695847,
30
- "name": "logs/application-2024-06-11-00.log",
31
- "hash": "e4ed4ec65c7129203c783bfcc80c74cda5217a09842e37daa68bb588b09476c3"
32
- },
33
- {
34
- "date": 1718038741761,
35
- "name": "logs/application-2024-06-11-01.log",
36
- "hash": "0fb8ccec3bef14eda5853e54c74eea9eef81a0049e979240e6f0bd3cd634fc9b"
37
- },
38
- {
39
- "date": 1718040750818,
40
- "name": "logs/application-2024-06-11-02.log",
41
- "hash": "53c288beacc2c6a128e74788541d3b697121d9933e1520436ddca9fede33b00b"
42
- },
43
- {
44
- "date": 1718045447197,
45
- "name": "logs/application-2024-06-11-03.log",
46
- "hash": "edcba41c028c2380fa70240c50495943247ed484f9bb8300e798a6f60dad6366"
47
- },
48
- {
49
- "date": 1718046615074,
50
- "name": "logs/application-2024-06-11-04.log",
51
- "hash": "d1df10714afcb09883e1a4473a6d7118d0302e4509f9e3a41187f489ee8c398e"
52
- },
53
- {
54
- "date": 1718083818996,
55
- "name": "logs/application-2024-06-11-14.log",
56
- "hash": "410d27c7f23e837674bdfb60b208e3da5ea6ea5646a9f7e9e8c1038a4d8977dd"
57
- },
58
- {
59
- "date": 1718088851483,
60
- "name": "logs/application-2024-06-11-15.log",
61
- "hash": "13e8a2e40bf5bb49b3dd3ecc2ddff5760c659a7ce9989ff7d17295269f44f6a2"
62
- },
63
- {
64
- "date": 1718091933554,
65
- "name": "logs/application-2024-06-11-16.log",
66
- "hash": "38219b28c8cbeddcaf84c05fd58c01a12f039b14848e16dbd78715835ccbdc20"
67
- },
68
- {
69
- "date": 1718093770636,
70
- "name": "logs/application-2024-06-11-17.log",
71
- "hash": "092b66ed70631656288ea6f1287519df2b460ec2d391bc81e6d8a1cbb1c5a610"
72
- },
73
- {
74
- "date": 1718100142515,
75
- "name": "logs/application-2024-06-11-19.log",
76
- "hash": "30c09dd604bce185de36513403a62cc51a4bd4dfde8b6a95edb25677edf56b3d"
77
- },
78
- {
79
- "date": 1718104028639,
80
- "name": "logs/application-2024-06-11-20.log",
81
- "hash": "c8f87e7b4366ea94380d5d250f21da27b40fafbd5b1d80b9397d611789c110a8"
82
- },
83
- {
84
- "date": 1718107453574,
85
- "name": "logs/application-2024-06-11-21.log",
86
- "hash": "4ad6caffb7598e51f5b0a8c00d399f133ac998407eae44bba65d14c5db188d2d"
87
- }
88
- ],
89
- "hashType": "sha256"
90
- }
@@ -1,105 +0,0 @@
1
- {
2
- "keep": {
3
- "days": true,
4
- "amount": 14
5
- },
6
- "auditLog": "logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json",
7
- "files": [
8
- {
9
- "date": 1717468938119,
10
- "name": "logs/connections-2024-06-04-11.log",
11
- "hash": "1caf24454578b5357b6bccf4ba91901eb316d263e284cb3716127734f8ff8e7d"
12
- },
13
- {
14
- "date": 1717471418699,
15
- "name": "logs/connections-2024-06-04-12.log",
16
- "hash": "8e4f6db64c0eba0cf6a0b108198522a9ca4e8efe22b6abda5c24b891c8e313d0"
17
- },
18
- {
19
- "date": 1717476190537,
20
- "name": "logs/connections-2024-06-04-13.log",
21
- "hash": "97e50feb8776032e99b749453ed16f3166dba1522355f19d6e6b3d0b90d428e3"
22
- },
23
- {
24
- "date": 1717947275762,
25
- "name": "logs/connections-2024-06-10-00.log",
26
- "hash": "001ba1e3fdd4ed90d33e4e34cdaf4e2980b4fc306110a2750a82cf8ba20ae052"
27
- },
28
- {
29
- "date": 1717991269614,
30
- "name": "logs/connections-2024-06-10-12.log",
31
- "hash": "9c51978dfca2e97f2a000f6751af0e337f06d141ef47b69c54a332730aa8eae4"
32
- },
33
- {
34
- "date": 1717992593284,
35
- "name": "logs/connections-2024-06-10-13.log",
36
- "hash": "d5899921f965c34b580beb044314cd0a90ea0235f7f68783ed651170d4ad8a4c"
37
- },
38
- {
39
- "date": 1718024694259,
40
- "name": "logs/connections-2024-06-10-22.log",
41
- "hash": "8e60153b5bc81853fe1758a5e081714c3b29ba770a83e4a266b866d87efd4f60"
42
- },
43
- {
44
- "date": 1718034697653,
45
- "name": "logs/connections-2024-06-11-00.log",
46
- "hash": "4825b202b4a32f3034212f3c1325c8fc5f62cfcd1f131ecacf2815cca20c407c"
47
- },
48
- {
49
- "date": 1718038757922,
50
- "name": "logs/connections-2024-06-11-01.log",
51
- "hash": "abeb5a7bdc56bbd18fefb8d531b32c093825aa6a77c392598dea63a328c03c4b"
52
- },
53
- {
54
- "date": 1718040752498,
55
- "name": "logs/connections-2024-06-11-02.log",
56
- "hash": "f0ec84b7c3c78a2a0b5a2361df4a794f9c603c0c9fed5f4602720982ce379a6a"
57
- },
58
- {
59
- "date": 1718045449434,
60
- "name": "logs/connections-2024-06-11-03.log",
61
- "hash": "ff2362ef82a10190adbd2ea9e58f4881051adab075ff366ea01ed6227cbda926"
62
- },
63
- {
64
- "date": 1718046616881,
65
- "name": "logs/connections-2024-06-11-04.log",
66
- "hash": "43bfbada43420b17d19aef2cdff918524b935523068c4f54457c4463c2020ca1"
67
- },
68
- {
69
- "date": 1718083820830,
70
- "name": "logs/connections-2024-06-11-14.log",
71
- "hash": "48b599ab8afc0142c584f2c989fb8319632933609520d158ff7b4bffeea413bc"
72
- },
73
- {
74
- "date": 1718088853417,
75
- "name": "logs/connections-2024-06-11-15.log",
76
- "hash": "d73a68d9ad5bf2be354aab04e72ca223abfa36b16a4a1555a25743f0bf730439"
77
- },
78
- {
79
- "date": 1718091935324,
80
- "name": "logs/connections-2024-06-11-16.log",
81
- "hash": "dbdae76d7ca82aa604eddb0ff2eaaa6b1d8a4e4f4b1e905bcd21b280924932d4"
82
- },
83
- {
84
- "date": 1718093772364,
85
- "name": "logs/connections-2024-06-11-17.log",
86
- "hash": "8f068b58aaaf2d1401a0d3eac509a7452c4023b6afc7b6fa844b865b6ba8d4d7"
87
- },
88
- {
89
- "date": 1718100144208,
90
- "name": "logs/connections-2024-06-11-19.log",
91
- "hash": "8760d38083a1aaf6ca1448b78da83270d5e2ee5520c7aa068b9b3c755b296c51"
92
- },
93
- {
94
- "date": 1718104030420,
95
- "name": "logs/connections-2024-06-11-20.log",
96
- "hash": "41a48086a1b255424dcf719ee4fc8a2f1e9a8c7e57e24dbd1d246373d024adf4"
97
- },
98
- {
99
- "date": 1718107455288,
100
- "name": "logs/connections-2024-06-11-21.log",
101
- "hash": "fd1764f7c769ad3f57dfc25f51f108595e80eecba746c73024676ecd917ce3b3"
102
- }
103
- ],
104
- "hashType": "sha256"
105
- }
@@ -1,6 +0,0 @@
1
- 2024-06-10T00:34:35+09:00 info: File Storage is Ready.
2
- 2024-06-10T00:34:36+09:00 error: oracledb module loading failed
3
- 2024-06-10T00:34:36+09:00 error: oracledb module loading failed
4
- 2024-06-10T00:34:37+09:00 info: Default DataSource established
5
- 2024-06-10T00:34:39+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
6
- 2024-06-10T00:34:39+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1,6 +0,0 @@
1
- 2024-06-10T12:47:49+09:00 info: File Storage is Ready.
2
- 2024-06-10T12:47:49+09:00 error: oracledb module loading failed
3
- 2024-06-10T12:47:50+09:00 error: oracledb module loading failed
4
- 2024-06-10T12:47:51+09:00 info: Default DataSource established
5
- 2024-06-10T12:47:53+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
6
- 2024-06-10T12:47:53+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1,18 +0,0 @@
1
- 2024-06-10T13:09:52+09:00 info: File Storage is Ready.
2
- 2024-06-10T13:09:53+09:00 error: oracledb module loading failed
3
- 2024-06-10T13:09:53+09:00 error: oracledb module loading failed
4
- 2024-06-10T13:09:54+09:00 info: Default DataSource established
5
- 2024-06-10T13:09:56+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
6
- 2024-06-10T13:09:56+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
7
- 2024-06-10T13:14:53+09:00 info: File Storage is Ready.
8
- 2024-06-10T13:14:54+09:00 error: oracledb module loading failed
9
- 2024-06-10T13:14:54+09:00 error: oracledb module loading failed
10
- 2024-06-10T13:14:55+09:00 info: Default DataSource established
11
- 2024-06-10T13:14:57+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
12
- 2024-06-10T13:14:57+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
13
- 2024-06-10T13:29:02+09:00 info: File Storage is Ready.
14
- 2024-06-10T13:29:03+09:00 error: oracledb module loading failed
15
- 2024-06-10T13:29:03+09:00 error: oracledb module loading failed
16
- 2024-06-10T13:29:04+09:00 info: Default DataSource established
17
- 2024-06-10T13:29:06+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
18
- 2024-06-10T13:29:06+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1,10 +0,0 @@
1
- 2024-06-10T22:04:53+09:00 info: File Storage is Ready.
2
- 2024-06-10T22:04:54+09:00 error: oracledb module loading failed
3
- 2024-06-10T22:04:54+09:00 error: oracledb module loading failed
4
- 2024-06-10T22:04:56+09:00 info: Default DataSource established
5
- 2024-06-10T22:05:10+09:00 info: File Storage is Ready.
6
- 2024-06-10T22:05:11+09:00 error: oracledb module loading failed
7
- 2024-06-10T22:05:11+09:00 error: oracledb module loading failed
8
- 2024-06-10T22:05:12+09:00 info: Default DataSource established
9
- 2024-06-10T22:05:14+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
10
- 2024-06-10T22:05:14+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1,6 +0,0 @@
1
- 2024-06-11T00:51:37+09:00 info: File Storage is Ready.
2
- 2024-06-11T00:51:37+09:00 error: oracledb module loading failed
3
- 2024-06-11T00:51:38+09:00 error: oracledb module loading failed
4
- 2024-06-11T00:51:39+09:00 info: Default DataSource established
5
- 2024-06-11T00:51:41+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
6
- 2024-06-11T00:51:41+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1,7 +0,0 @@
1
- 2024-06-11T01:59:01+09:00 error: stream is not readable
2
- 2024-06-11T01:59:17+09:00 info: File Storage is Ready.
3
- 2024-06-11T01:59:18+09:00 error: oracledb module loading failed
4
- 2024-06-11T01:59:18+09:00 error: oracledb module loading failed
5
- 2024-06-11T01:59:19+09:00 info: Default DataSource established
6
- 2024-06-11T01:59:21+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
7
- 2024-06-11T01:59:21+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1,12 +0,0 @@
1
- 2024-06-11T02:32:32+09:00 info: File Storage is Ready.
2
- 2024-06-11T02:32:32+09:00 error: oracledb module loading failed
3
- 2024-06-11T02:32:32+09:00 error: oracledb module loading failed
4
- 2024-06-11T02:32:34+09:00 info: Default DataSource established
5
- 2024-06-11T02:32:36+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
6
- 2024-06-11T02:32:36+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
7
- 2024-06-11T02:54:56+09:00 info: File Storage is Ready.
8
- 2024-06-11T02:54:56+09:00 error: oracledb module loading failed
9
- 2024-06-11T02:54:57+09:00 error: oracledb module loading failed
10
- 2024-06-11T02:54:58+09:00 info: Default DataSource established
11
- 2024-06-11T02:55:00+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
12
- 2024-06-11T02:55:00+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1,12 +0,0 @@
1
- 2024-06-11T03:50:48+09:00 info: File Storage is Ready.
2
- 2024-06-11T03:50:49+09:00 error: oracledb module loading failed
3
- 2024-06-11T03:50:50+09:00 error: oracledb module loading failed
4
- 2024-06-11T03:50:51+09:00 info: Default DataSource established
5
- 2024-06-11T03:50:54+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
6
- 2024-06-11T03:50:54+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
7
- 2024-06-11T03:59:12+09:00 info: File Storage is Ready.
8
- 2024-06-11T03:59:12+09:00 error: oracledb module loading failed
9
- 2024-06-11T03:59:13+09:00 error: oracledb module loading failed
10
- 2024-06-11T03:59:14+09:00 info: Default DataSource established
11
- 2024-06-11T03:59:16+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
12
- 2024-06-11T03:59:16+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1,12 +0,0 @@
1
- 2024-06-11T04:10:16+09:00 info: File Storage is Ready.
2
- 2024-06-11T04:10:17+09:00 error: oracledb module loading failed
3
- 2024-06-11T04:10:17+09:00 error: oracledb module loading failed
4
- 2024-06-11T04:10:19+09:00 info: Default DataSource established
5
- 2024-06-11T04:10:21+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
6
- 2024-06-11T04:10:21+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
7
- 2024-06-11T04:24:50+09:00 info: File Storage is Ready.
8
- 2024-06-11T04:24:51+09:00 error: oracledb module loading failed
9
- 2024-06-11T04:24:51+09:00 error: oracledb module loading failed
10
- 2024-06-11T04:24:53+09:00 info: Default DataSource established
11
- 2024-06-11T04:24:55+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
12
- 2024-06-11T04:24:55+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1,6 +0,0 @@
1
- 2024-06-11T14:30:20+09:00 info: File Storage is Ready.
2
- 2024-06-11T14:30:21+09:00 error: oracledb module loading failed
3
- 2024-06-11T14:30:21+09:00 error: oracledb module loading failed
4
- 2024-06-11T14:30:23+09:00 info: Default DataSource established
5
- 2024-06-11T14:30:25+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
6
- 2024-06-11T14:30:25+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1,6 +0,0 @@
1
- 2024-06-11T15:54:13+09:00 info: File Storage is Ready.
2
- 2024-06-11T15:54:13+09:00 error: oracledb module loading failed
3
- 2024-06-11T15:54:13+09:00 error: oracledb module loading failed
4
- 2024-06-11T15:54:15+09:00 info: Default DataSource established
5
- 2024-06-11T15:54:17+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
6
- 2024-06-11T15:54:17+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1,6 +0,0 @@
1
- 2024-06-11T16:45:34+09:00 info: File Storage is Ready.
2
- 2024-06-11T16:45:35+09:00 error: oracledb module loading failed
3
- 2024-06-11T16:45:35+09:00 error: oracledb module loading failed
4
- 2024-06-11T16:45:36+09:00 info: Default DataSource established
5
- 2024-06-11T16:45:38+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
6
- 2024-06-11T16:45:38+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1,24 +0,0 @@
1
- 2024-06-11T17:16:12+09:00 info: File Storage is Ready.
2
- 2024-06-11T17:16:12+09:00 error: oracledb module loading failed
3
- 2024-06-11T17:16:12+09:00 error: oracledb module loading failed
4
- 2024-06-11T17:16:14+09:00 info: Default DataSource established
5
- 2024-06-11T17:16:15+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
6
- 2024-06-11T17:16:15+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
7
- 2024-06-11T17:30:08+09:00 info: File Storage is Ready.
8
- 2024-06-11T17:30:09+09:00 error: oracledb module loading failed
9
- 2024-06-11T17:30:09+09:00 error: oracledb module loading failed
10
- 2024-06-11T17:30:10+09:00 info: Default DataSource established
11
- 2024-06-11T17:30:12+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
12
- 2024-06-11T17:30:12+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
13
- 2024-06-11T17:46:59+09:00 info: File Storage is Ready.
14
- 2024-06-11T17:46:59+09:00 error: oracledb module loading failed
15
- 2024-06-11T17:47:00+09:00 error: oracledb module loading failed
16
- 2024-06-11T17:47:01+09:00 info: Default DataSource established
17
- 2024-06-11T17:47:03+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
18
- 2024-06-11T17:47:03+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
19
- 2024-06-11T17:58:59+09:00 info: File Storage is Ready.
20
- 2024-06-11T17:59:00+09:00 error: oracledb module loading failed
21
- 2024-06-11T17:59:00+09:00 error: oracledb module loading failed
22
- 2024-06-11T17:59:01+09:00 info: Default DataSource established
23
- 2024-06-11T17:59:03+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
24
- 2024-06-11T17:59:03+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1,36 +0,0 @@
1
- 2024-06-11T19:02:23+09:00 info: File Storage is Ready.
2
- 2024-06-11T19:02:24+09:00 error: oracledb module loading failed
3
- 2024-06-11T19:02:24+09:00 error: oracledb module loading failed
4
- 2024-06-11T19:02:26+09:00 info: Default DataSource established
5
- 2024-06-11T19:02:28+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
6
- 2024-06-11T19:02:28+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
7
- 2024-06-11T19:09:24+09:00 info: File Storage is Ready.
8
- 2024-06-11T19:09:24+09:00 error: oracledb module loading failed
9
- 2024-06-11T19:09:25+09:00 error: oracledb module loading failed
10
- 2024-06-11T19:09:26+09:00 info: Default DataSource established
11
- 2024-06-11T19:09:27+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
12
- 2024-06-11T19:09:27+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
13
- 2024-06-11T19:25:59+09:00 info: File Storage is Ready.
14
- 2024-06-11T19:25:59+09:00 error: oracledb module loading failed
15
- 2024-06-11T19:25:59+09:00 error: oracledb module loading failed
16
- 2024-06-11T19:26:01+09:00 info: Default DataSource established
17
- 2024-06-11T19:26:02+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
18
- 2024-06-11T19:26:02+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
19
- 2024-06-11T19:30:23+09:00 info: File Storage is Ready.
20
- 2024-06-11T19:30:24+09:00 error: oracledb module loading failed
21
- 2024-06-11T19:30:24+09:00 error: oracledb module loading failed
22
- 2024-06-11T19:30:25+09:00 info: Default DataSource established
23
- 2024-06-11T19:30:27+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
24
- 2024-06-11T19:30:27+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
25
- 2024-06-11T19:34:59+09:00 info: File Storage is Ready.
26
- 2024-06-11T19:34:59+09:00 error: oracledb module loading failed
27
- 2024-06-11T19:35:00+09:00 error: oracledb module loading failed
28
- 2024-06-11T19:35:01+09:00 info: Default DataSource established
29
- 2024-06-11T19:35:02+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
30
- 2024-06-11T19:35:02+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
31
- 2024-06-11T19:37:52+09:00 info: File Storage is Ready.
32
- 2024-06-11T19:37:53+09:00 error: oracledb module loading failed
33
- 2024-06-11T19:37:53+09:00 error: oracledb module loading failed
34
- 2024-06-11T19:37:54+09:00 info: Default DataSource established
35
- 2024-06-11T19:37:56+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
36
- 2024-06-11T19:37:56+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1,24 +0,0 @@
1
- 2024-06-11T20:07:10+09:00 info: File Storage is Ready.
2
- 2024-06-11T20:07:10+09:00 error: oracledb module loading failed
3
- 2024-06-11T20:07:10+09:00 error: oracledb module loading failed
4
- 2024-06-11T20:07:12+09:00 info: Default DataSource established
5
- 2024-06-11T20:07:14+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
6
- 2024-06-11T20:07:14+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
7
- 2024-06-11T20:31:20+09:00 info: File Storage is Ready.
8
- 2024-06-11T20:31:20+09:00 error: oracledb module loading failed
9
- 2024-06-11T20:31:21+09:00 error: oracledb module loading failed
10
- 2024-06-11T20:31:22+09:00 info: Default DataSource established
11
- 2024-06-11T20:31:24+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
12
- 2024-06-11T20:31:24+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
13
- 2024-06-11T20:36:10+09:00 info: File Storage is Ready.
14
- 2024-06-11T20:36:11+09:00 error: oracledb module loading failed
15
- 2024-06-11T20:36:11+09:00 error: oracledb module loading failed
16
- 2024-06-11T20:36:12+09:00 info: Default DataSource established
17
- 2024-06-11T20:36:14+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
18
- 2024-06-11T20:36:14+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
19
- 2024-06-11T20:51:26+09:00 info: File Storage is Ready.
20
- 2024-06-11T20:51:26+09:00 error: oracledb module loading failed
21
- 2024-06-11T20:51:26+09:00 error: oracledb module loading failed
22
- 2024-06-11T20:51:28+09:00 info: Default DataSource established
23
- 2024-06-11T20:51:30+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
24
- 2024-06-11T20:51:30+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1,6 +0,0 @@
1
- 2024-06-11T21:04:14+09:00 info: File Storage is Ready.
2
- 2024-06-11T21:04:15+09:00 error: oracledb module loading failed
3
- 2024-06-11T21:04:15+09:00 error: oracledb module loading failed
4
- 2024-06-11T21:04:17+09:00 info: Default DataSource established
5
- 2024-06-11T21:04:18+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
6
- 2024-06-11T21:04:18+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1,50 +0,0 @@
1
- 2024-06-04T11:42:21+09:00 info: Initializing ConnectionManager...
2
- 2024-06-04T11:42:21+09:00 info: Connector 'echo-back-server' started to ready
3
- 2024-06-04T11:42:21+09:00 info: Connector 'echo-back' started to ready
4
- 2024-06-04T11:42:21+09:00 info: Connector 'http-connector' started to ready
5
- 2024-06-04T11:42:21+09:00 info: Connector 'graphql-connector' started to ready
6
- 2024-06-04T11:42:21+09:00 info: Connector 'sqlite-connector' started to ready
7
- 2024-06-04T11:42:21+09:00 info: Connector 'postgresql-connector' started to ready
8
- 2024-06-04T11:42:21+09:00 info: Connector 'mqtt-connector' started to ready
9
- 2024-06-04T11:42:21+09:00 info: Connector 'mssql-connector' started to ready
10
- 2024-06-04T11:42:21+09:00 info: Connector 'oracle-connector' started to ready
11
- 2024-06-04T11:42:21+09:00 info: Connector 'mysql-connector' started to ready
12
- 2024-06-04T11:42:21+09:00 info: Connector 'socket-server' started to ready
13
- 2024-06-04T11:42:21+09:00 info: Connector 'operato-connector' started to ready
14
- 2024-06-04T11:42:21+09:00 info: Connector 'email-connector' started to ready
15
- 2024-06-04T11:42:21+09:00 info: Connector 'influxdb-connector' started to ready
16
- 2024-06-04T11:42:21+09:00 info: Connector 'msgraph-connector' started to ready
17
- 2024-06-04T11:42:21+09:00 info: Connector 'proxy-connector' started to ready
18
- 2024-06-04T11:42:21+09:00 info: proxy-connector connections are ready
19
- 2024-06-04T11:42:21+09:00 info: proxy-connector connections are ready
20
- 2024-06-04T11:42:21+09:00 info: proxy-connector connections are ready
21
- 2024-06-04T11:42:21+09:00 info: proxy-connector connections are ready
22
- 2024-06-04T11:42:21+09:00 info: proxy-connector connections are ready
23
- 2024-06-04T11:42:21+09:00 info: proxy-connector connections are ready
24
- 2024-06-04T11:42:21+09:00 info: proxy-connector connections are ready
25
- 2024-06-04T11:42:21+09:00 info: proxy-connector connections are ready
26
- 2024-06-04T11:42:21+09:00 info: proxy-connector connections are ready
27
- 2024-06-04T11:42:21+09:00 info: proxy-connector connections are ready
28
- 2024-06-04T11:42:21+09:00 info: proxy-connector connections are ready
29
- 2024-06-04T11:42:21+09:00 info: proxy-connector connections are ready
30
- 2024-06-04T11:42:21+09:00 info: proxy-connector connections are ready
31
- 2024-06-04T11:42:21+09:00 info: proxy-connector connections are ready
32
- 2024-06-04T11:42:21+09:00 info: proxy-connector connections are ready
33
- 2024-06-04T11:42:21+09:00 info: proxy-connector connections are ready
34
- 2024-06-04T11:42:21+09:00 info: All connector for 'echo-back-server' ready
35
- 2024-06-04T11:42:21+09:00 info: All connector for 'echo-back' ready
36
- 2024-06-04T11:42:21+09:00 info: All connector for 'http-connector' ready
37
- 2024-06-04T11:42:21+09:00 info: All connector for 'graphql-connector' ready
38
- 2024-06-04T11:42:21+09:00 info: All connector for 'sqlite-connector' ready
39
- 2024-06-04T11:42:21+09:00 info: All connector for 'postgresql-connector' ready
40
- 2024-06-04T11:42:21+09:00 info: All connector for 'mqtt-connector' ready
41
- 2024-06-04T11:42:21+09:00 info: All connector for 'mssql-connector' ready
42
- 2024-06-04T11:42:21+09:00 info: All connector for 'oracle-connector' ready
43
- 2024-06-04T11:42:21+09:00 info: All connector for 'mysql-connector' ready
44
- 2024-06-04T11:42:21+09:00 info: All connector for 'socket-server' ready
45
- 2024-06-04T11:42:21+09:00 info: All connector for 'operato-connector' ready
46
- 2024-06-04T11:42:21+09:00 info: All connector for 'email-connector' ready
47
- 2024-06-04T11:42:21+09:00 info: All connector for 'influxdb-connector' ready
48
- 2024-06-04T11:42:21+09:00 info: All connector for 'msgraph-connector' ready
49
- 2024-06-04T11:42:21+09:00 info: All connector for 'proxy-connector' ready
50
- 2024-06-04T11:42:21+09:00 info: ConnectionManager initialization done:
File without changes