@operato/scene-scichart 8.0.0-beta.1 → 9.0.0-beta.0
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/package.json +4 -4
- package/CHANGELOG.md +0 -278
- package/db.sqlite +0 -0
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +0 -15
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +0 -15
- package/logs/application-2024-09-10-23.log +0 -105
- package/logs/connections-2024-09-10-23.log +0 -50
- package/schema.graphql +0 -4455
- package/src/charts/axis-synchronizer.ts +0 -37
- package/src/charts/ox-scichart-multiple.ts +0 -579
- package/src/charts/ox-scichart.ts +0 -155
- package/src/charts/scichart-builder.ts +0 -630
- package/src/editors/index.ts +0 -8
- package/src/groups/index.ts +0 -0
- package/src/index.ts +0 -2
- package/src/scichart-multiple-timeseries.ts +0 -69
- package/src/scichart-timeseries.ts +0 -51
- package/src/templates/index.ts +0 -4
- package/src/templates/scichart-multiple-timeseries.ts +0 -87
- package/src/templates/scichart-timeseries.ts +0 -73
- package/tsconfig.json +0 -23
- package/tsconfig.tsbuildinfo +0 -1
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@operato/scene-scichart",
|
3
3
|
"description": "scichart wrapping component",
|
4
|
-
"version": "
|
4
|
+
"version": "9.0.0-beta.0",
|
5
5
|
"license": "MIT",
|
6
6
|
"things-scene": true,
|
7
7
|
"author": "heartyoh",
|
@@ -27,8 +27,8 @@
|
|
27
27
|
"migration": "things-factory-migration"
|
28
28
|
},
|
29
29
|
"dependencies": {
|
30
|
-
"@hatiolab/things-scene": "^
|
31
|
-
"@operato/chart": "^
|
30
|
+
"@hatiolab/things-scene": "^9.0.0-beta",
|
31
|
+
"@operato/chart": "^9.0.0-beta",
|
32
32
|
"scichart": "^3.4.617"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
@@ -59,5 +59,5 @@
|
|
59
59
|
"prettier --write"
|
60
60
|
]
|
61
61
|
},
|
62
|
-
"gitHead": "
|
62
|
+
"gitHead": "87f7a74e8b66f6cc6f19b9c75a7c9a03637ab7ac"
|
63
63
|
}
|
package/CHANGELOG.md
DELETED
@@ -1,278 +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
|
-
## [8.0.0-beta.1](https://github.com/things-scene/operato-scene/compare/v8.0.0-beta.0...v8.0.0-beta.1) (2025-01-07)
|
7
|
-
|
8
|
-
|
9
|
-
### :bug: Bug Fix
|
10
|
-
|
11
|
-
* [@things-factory](https://github.com/things-factory)@v8.0.0-beta ([2cd95a8](https://github.com/things-scene/operato-scene/commit/2cd95a8b07b588f3d96e5da2a0309910e683e33f))
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
## [8.0.0-beta.0](https://github.com/things-scene/operato-scene/compare/v8.0.0-alpha.12...v8.0.0-beta.0) (2025-01-07)
|
16
|
-
|
17
|
-
|
18
|
-
### :bug: Bug Fix
|
19
|
-
|
20
|
-
* @hatiolab/things-scene@^8.0.0-beta ([c32f4c0](https://github.com/things-scene/operato-scene/commit/c32f4c00decf244ca82ae17a41e33f269e1882e7))
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
## [8.0.0-alpha.5](https://github.com/things-scene/operato-scene/compare/v8.0.0-alpha.4...v8.0.0-alpha.5) (2024-09-19)
|
25
|
-
|
26
|
-
|
27
|
-
### :bug: Bug Fix
|
28
|
-
|
29
|
-
* dispose logic for scichart ([a721528](https://github.com/things-scene/operato-scene/commit/a721528126b3fa40b7aa90720f405e2f53ef8bfa))
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
## [8.0.0-alpha.2](https://github.com/things-scene/operato-scene/compare/v8.0.0-alpha.1...v8.0.0-alpha.2) (2024-09-11)
|
34
|
-
|
35
|
-
|
36
|
-
### :bug: Bug Fix
|
37
|
-
|
38
|
-
* applying scichart community license for headless screenshot ([a6a0d99](https://github.com/things-scene/operato-scene/commit/a6a0d99edd9451896fe5a232089fdf326053aa09))
|
39
|
-
* scichart memory release ([2431abd](https://github.com/things-scene/operato-scene/commit/2431abd697ce24a636f7eda1cb33d24f21364ae3))
|
40
|
-
* support scichart license ([f2be3a3](https://github.com/things-scene/operato-scene/commit/f2be3a3ce113d90c105e2538c022a61ff08f6a11))
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
## [8.0.0-alpha.1](https://github.com/things-scene/operato-scene/compare/v8.0.0-alpha.0...v8.0.0-alpha.1) (2024-09-09)
|
45
|
-
|
46
|
-
|
47
|
-
### :bug: Bug Fix
|
48
|
-
|
49
|
-
* update [@things-factory](https://github.com/things-factory)@^8.0.0-alpha ([1dc3163](https://github.com/things-scene/operato-scene/commit/1dc31638ed9d3fd0ecb2ac55be0ce541e5599ab8))
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
## [8.0.0-alpha.0](https://github.com/things-scene/operato-scene/compare/v7.3.7...v8.0.0-alpha.0) (2024-09-01)
|
54
|
-
|
55
|
-
|
56
|
-
### :bug: Bug Fix
|
57
|
-
|
58
|
-
* dependencies for 8.0.0-alpha.0 ([128676a](https://github.com/things-scene/operato-scene/commit/128676a699896ed403c8ce5620e703042f8e59cf))
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
## [7.2.8](https://github.com/things-scene/operato-scene/compare/v7.2.7...v7.2.8) (2024-08-04)
|
63
|
-
|
64
|
-
|
65
|
-
### :bug: Bug Fix
|
66
|
-
|
67
|
-
* ox-scichart-multiple ([cc4fdb5](https://github.com/things-scene/operato-scene/commit/cc4fdb5eea7b0725b31f4c2d659f42cc8bfcdf4f))
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
## [7.2.7](https://github.com/things-scene/operato-scene/compare/v7.2.6...v7.2.7) (2024-08-04)
|
72
|
-
|
73
|
-
|
74
|
-
### :bug: Bug Fix
|
75
|
-
|
76
|
-
* fallback yAxis for overview chart for scichart ([803f45e](https://github.com/things-scene/operato-scene/commit/803f45e26989280cdbac6a586b3cdfd17568a080))
|
77
|
-
* remove default visibleSeries from scichart-multiple-timeseries ([7f1649c](https://github.com/things-scene/operato-scene/commit/7f1649c7eba51728d17fcddcee75dcca9a520718))
|
78
|
-
* scichart-multi-timeseries ([c3b02b6](https://github.com/things-scene/operato-scene/commit/c3b02b623fc4619799e9bdaaec0e3820f8baf372))
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
## [7.2.6](https://github.com/things-scene/operato-scene/compare/v7.2.5...v7.2.6) (2024-08-03)
|
83
|
-
|
84
|
-
|
85
|
-
### :bug: Bug Fix
|
86
|
-
|
87
|
-
* grouped multiple-timeseries ([747c7eb](https://github.com/things-scene/operato-scene/commit/747c7ebb46691ba7f7cebd3246dd520405aa036b))
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
## [7.2.5](https://github.com/things-scene/operato-scene/compare/v7.2.4...v7.2.5) (2024-08-03)
|
92
|
-
|
93
|
-
|
94
|
-
### :bug: Bug Fix
|
95
|
-
|
96
|
-
* scichart yAxis precision ([07bfb65](https://github.com/things-scene/operato-scene/commit/07bfb65812a861951c255e42824d6be3f9817c2d))
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
## [7.2.4](https://github.com/things-scene/operato-scene/compare/v7.2.3...v7.2.4) (2024-08-02)
|
101
|
-
|
102
|
-
|
103
|
-
### :bug: Bug Fix
|
104
|
-
|
105
|
-
* scichart yAxis precision ([1924c9a](https://github.com/things-scene/operato-scene/commit/1924c9af920d579b682ec71fef80d0c4450844e5))
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
## [7.2.3](https://github.com/things-scene/operato-scene/compare/v7.2.2...v7.2.3) (2024-08-02)
|
110
|
-
|
111
|
-
|
112
|
-
### :bug: Bug Fix
|
113
|
-
|
114
|
-
* scichart yAxis precision ([f59da23](https://github.com/things-scene/operato-scene/commit/f59da232d086a4a811992b67a3124351828f8c8e))
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
## [7.2.2](https://github.com/things-scene/operato-scene/compare/v7.2.1...v7.2.2) (2024-08-02)
|
119
|
-
|
120
|
-
|
121
|
-
### :bug: Bug Fix
|
122
|
-
|
123
|
-
* filter non number value from series ([0337552](https://github.com/things-scene/operato-scene/commit/0337552eb5eacf4f7f38815b1e84801273b8a118))
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
## [7.2.1](https://github.com/things-scene/operato-scene/compare/v7.2.0...v7.2.1) (2024-08-02)
|
128
|
-
|
129
|
-
|
130
|
-
### :bug: Bug Fix
|
131
|
-
|
132
|
-
* filter non number value from series ([0c3fb8e](https://github.com/things-scene/operato-scene/commit/0c3fb8eaa38ea5d2bc235770f9fe64e2f326a482))
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
## [7.2.0](https://github.com/things-scene/operato-scene/compare/v7.1.2...v7.2.0) (2024-07-31)
|
137
|
-
|
138
|
-
|
139
|
-
### :bug: Bug Fix
|
140
|
-
|
141
|
-
* scichart timeseries ([13db79b](https://github.com/things-scene/operato-scene/commit/13db79bc227c0657796a9beef041a844dea3fa0e))
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
## [7.1.1](https://github.com/things-scene/operato-scene/compare/v7.1.0...v7.1.1) (2024-07-29)
|
146
|
-
|
147
|
-
|
148
|
-
### :bug: Bug Fix
|
149
|
-
|
150
|
-
* chart annotation editor & axis for ox-scichart-multiple ([b0dcdd9](https://github.com/things-scene/operato-scene/commit/b0dcdd9366da3a7ae9240478f60efc457ccaff0f))
|
151
|
-
* chart annotation editor & axis for ox-scichart-multiple ([c3ca9a9](https://github.com/things-scene/operato-scene/commit/c3ca9a9728b059da588b3cef5e73ccda676be2a8))
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
## [7.1.0](https://github.com/things-scene/operato-scene/compare/v7.0.12...v7.1.0) (2024-07-28)
|
156
|
-
|
157
|
-
|
158
|
-
### :rocket: New Features
|
159
|
-
|
160
|
-
* scichart-multiple-timeseries ([d8c6f99](https://github.com/things-scene/operato-scene/commit/d8c6f997bb7118f0400c0f114a42fa1040ebe0d5))
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
## [7.0.7](https://github.com/things-scene/operato-scene/compare/v7.0.6...v7.0.7) (2024-07-13)
|
165
|
-
|
166
|
-
|
167
|
-
### :bug: Bug Fix
|
168
|
-
|
169
|
-
* annotations for scichart-builder ([527abe4](https://github.com/things-scene/operato-scene/commit/527abe4c8cabcce6e321470dc9b2121717aa6a89))
|
170
|
-
* multiAxis for scichart-builder ([e750ad8](https://github.com/things-scene/operato-scene/commit/e750ad8131c1389e89186071b032187b594fbf43))
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
## [7.0.5](https://github.com/things-scene/operato-scene/compare/v7.0.4...v7.0.5) (2024-07-09)
|
175
|
-
|
176
|
-
|
177
|
-
### :bug: Bug Fix
|
178
|
-
|
179
|
-
* scichart timeseries ([5b7445d](https://github.com/things-scene/operato-scene/commit/5b7445d5dac02f6011b7ebc520c557b8e9296657))
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
## [7.0.4](https://github.com/things-scene/operato-scene/compare/v7.0.3...v7.0.4) (2024-07-08)
|
184
|
-
|
185
|
-
|
186
|
-
### :bug: Bug Fix
|
187
|
-
|
188
|
-
* support no point in scichart ([02b49dc](https://github.com/things-scene/operato-scene/commit/02b49dc774eed2696a86fa9e5ef4d29cfdac0da6))
|
189
|
-
* zoom x-axis mouse-wheel-zoom-modifier for scichart ([252050f](https://github.com/things-scene/operato-scene/commit/252050f925013fad8ef0815a30d42a908b947931))
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
## [7.0.3](https://github.com/things-scene/operato-scene/compare/v7.0.2...v7.0.3) (2024-07-05)
|
194
|
-
|
195
|
-
|
196
|
-
### :bug: Bug Fix
|
197
|
-
|
198
|
-
* missing component icons ([371d826](https://github.com/things-scene/operato-scene/commit/371d826cd905485d787d45a9a77b1a4cd28a52d7))
|
199
|
-
* scichart ([420e094](https://github.com/things-scene/operato-scene/commit/420e0943764963dd5fdf76d3a55bcb7931df41a7))
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
## [7.0.2](https://github.com/things-scene/operato-scene/compare/v7.0.1...v7.0.2) (2024-07-04)
|
204
|
-
|
205
|
-
|
206
|
-
### :bug: Bug Fix
|
207
|
-
|
208
|
-
* apply @operato/chart model editor into chartjs and scichart ([861c78d](https://github.com/things-scene/operato-scene/commit/861c78d5f1e6eeaf5c6fbf33e7c054016d1563d9))
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
## [7.0.1](https://github.com/things-scene/operato-scene/compare/v7.0.0...v7.0.1) (2024-06-30)
|
213
|
-
|
214
|
-
|
215
|
-
### :bug: Bug Fix
|
216
|
-
|
217
|
-
* things-factory@7.0.0 ([f4cfe44](https://github.com/things-scene/operato-scene/commit/f4cfe44cb565e7b8fdc0df210a722b6526871848))
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
## [7.0.0](https://github.com/things-scene/operato-scene/compare/v7.0.0-rc.4...v7.0.0) (2024-06-30)
|
222
|
-
|
223
|
-
**Note:** Version bump only for package @operato/scene-scichart
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
## [7.0.0-rc.3](https://github.com/things-scene/operato-scene/compare/v7.0.0-rc.2...v7.0.0-rc.3) (2024-06-28)
|
230
|
-
|
231
|
-
|
232
|
-
### :bug: Bug Fix
|
233
|
-
|
234
|
-
* remove eval(..) ([2b82b39](https://github.com/things-scene/operato-scene/commit/2b82b391258126bdecf682b086032e411b679e7a))
|
235
|
-
* update dependencies version ([8629d93](https://github.com/things-scene/operato-scene/commit/8629d9375c84bc7b44c8a3604106345d87c21db5))
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
## [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)
|
240
|
-
|
241
|
-
|
242
|
-
### :bug: Bug Fix
|
243
|
-
|
244
|
-
* apply v7-rc dependencies ([eee5612](https://github.com/things-scene/operato-scene/commit/eee5612e1d569387c284a7c6c49d64ef44b6d701))
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
## [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)
|
249
|
-
|
250
|
-
**Note:** Version bump only for package @operato/scene-scichart
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
## [2.0.0-beta.7](https://github.com/things-scene/operato-scene/compare/v2.0.0-beta.6...v2.0.0-beta.7) (2024-06-14)
|
257
|
-
|
258
|
-
|
259
|
-
### :bug: Bug Fix
|
260
|
-
|
261
|
-
* scichart ([f81d14c](https://github.com/things-scene/operato-scene/commit/f81d14c9dce3bf3eabeba9339617beda0bc4b713))
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
## [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)
|
266
|
-
|
267
|
-
|
268
|
-
### :rocket: New Features
|
269
|
-
|
270
|
-
* 2.0.0-beta.0 ([a2e2869](https://github.com/things-scene/operato-scene/commit/a2e28694eedf5bab0c54bcab5432d54ec59edd7f))
|
271
|
-
* gantt and scichart ([e1c43d3](https://github.com/things-scene/operato-scene/commit/e1c43d30ad65b7d9d2d4a1f9679561339bac3db2))
|
272
|
-
* sci-chart ([25d8f98](https://github.com/things-scene/operato-scene/commit/25d8f987cd03525f6fa940a70a31e050ab71c0a4))
|
273
|
-
|
274
|
-
|
275
|
-
### :bug: Bug Fix
|
276
|
-
|
277
|
-
* allowJs in tsconfig option ([fa77174](https://github.com/things-scene/operato-scene/commit/fa771742188f21f177f0a85281570f59f0c478cf))
|
278
|
-
* scichart-candle-stick ([853dbeb](https://github.com/things-scene/operato-scene/commit/853dbeb952580f205dd321ae6b09f0337775b106))
|
package/db.sqlite
DELETED
Binary file
|
@@ -1,15 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"keep": {
|
3
|
-
"days": true,
|
4
|
-
"amount": 2
|
5
|
-
},
|
6
|
-
"auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
|
7
|
-
"files": [
|
8
|
-
{
|
9
|
-
"date": 1725979234139,
|
10
|
-
"name": "logs/application-2024-09-10-23.log",
|
11
|
-
"hash": "07d6de8388f92f930a04a82a8ee25b42aadc7af7a6a82b9a930afb68092e3c5f"
|
12
|
-
}
|
13
|
-
],
|
14
|
-
"hashType": "sha256"
|
15
|
-
}
|
@@ -1,15 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"keep": {
|
3
|
-
"days": true,
|
4
|
-
"amount": 14
|
5
|
-
},
|
6
|
-
"auditLog": "logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json",
|
7
|
-
"files": [
|
8
|
-
{
|
9
|
-
"date": 1725979235985,
|
10
|
-
"name": "logs/connections-2024-09-10-23.log",
|
11
|
-
"hash": "b919c1329e044407cdbe5bf3a4aa6f9a323695bdea96001c3d4abf922566ad11"
|
12
|
-
}
|
13
|
-
],
|
14
|
-
"hashType": "sha256"
|
15
|
-
}
|
@@ -1,105 +0,0 @@
|
|
1
|
-
2024-09-10T23:40:35+09:00 info: File Storage is Ready.
|
2
|
-
2024-09-10T23:40:36+09:00 error: Error: Cannot find module 'oracledb'
|
3
|
-
Require stack:
|
4
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/connector/oracle-connector.js
|
5
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/connector/index.js
|
6
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/index.js
|
7
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/index.js
|
8
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/lib/module-loader.js
|
9
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/index.js
|
10
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js
|
11
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/bin/things-factory-dev
|
12
|
-
at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
|
13
|
-
at Module._load (node:internal/modules/cjs/loader:986:27)
|
14
|
-
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
15
|
-
at require (node:internal/modules/helpers:179:18)
|
16
|
-
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/connector/oracle-connector.js:7:20)
|
17
|
-
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
18
|
-
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
19
|
-
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
20
|
-
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
21
|
-
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
22
|
-
at require (node:internal/modules/helpers:179:18)
|
23
|
-
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/connector/index.js:11:1)
|
24
|
-
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
25
|
-
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
26
|
-
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
27
|
-
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
28
|
-
2024-09-10T23:40:36+09:00 error: Error: Cannot find module 'oracledb'
|
29
|
-
Require stack:
|
30
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/task/oracle-procedure.js
|
31
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/task/index.js
|
32
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/index.js
|
33
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/index.js
|
34
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/lib/module-loader.js
|
35
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/index.js
|
36
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js
|
37
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/bin/things-factory-dev
|
38
|
-
at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
|
39
|
-
at Module._load (node:internal/modules/cjs/loader:986:27)
|
40
|
-
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
41
|
-
at require (node:internal/modules/helpers:179:18)
|
42
|
-
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/task/oracle-procedure.js:9:20)
|
43
|
-
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
44
|
-
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
45
|
-
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
46
|
-
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
47
|
-
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
48
|
-
at require (node:internal/modules/helpers:179:18)
|
49
|
-
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/task/index.js:43:1)
|
50
|
-
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
51
|
-
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
52
|
-
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
53
|
-
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
54
|
-
2024-09-10T23:40:36+09:00 error: Error: Cannot find module '@thiagoelg/node-printer'
|
55
|
-
Require stack:
|
56
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/controllers/print.js
|
57
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/controllers/index.js
|
58
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/index.js
|
59
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/lib/module-loader.js
|
60
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/index.js
|
61
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js
|
62
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/bin/things-factory-dev
|
63
|
-
at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
|
64
|
-
at Module._load (node:internal/modules/cjs/loader:986:27)
|
65
|
-
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
66
|
-
at require (node:internal/modules/helpers:179:18)
|
67
|
-
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/controllers/print.js:10:17)
|
68
|
-
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
69
|
-
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
70
|
-
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
71
|
-
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
72
|
-
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
73
|
-
at require (node:internal/modules/helpers:179:18)
|
74
|
-
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/controllers/index.js:4:17)
|
75
|
-
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
76
|
-
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
77
|
-
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
78
|
-
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
79
|
-
2024-09-10T23:40:36+09:00 error: Error: Cannot find module '@thiagoelg/node-printer'
|
80
|
-
Require stack:
|
81
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/print-service/dist-server/middlewares/index.js
|
82
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/print-service/dist-server/index.js
|
83
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/lib/module-loader.js
|
84
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/index.js
|
85
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js
|
86
|
-
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/bin/things-factory-dev
|
87
|
-
at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
|
88
|
-
at Module._load (node:internal/modules/cjs/loader:986:27)
|
89
|
-
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
90
|
-
at require (node:internal/modules/helpers:179:18)
|
91
|
-
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/print-service/dist-server/middlewares/index.js:8:19)
|
92
|
-
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
93
|
-
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
94
|
-
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
95
|
-
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
96
|
-
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
97
|
-
at require (node:internal/modules/helpers:179:18)
|
98
|
-
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/print-service/dist-server/index.js:4:22)
|
99
|
-
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
100
|
-
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
101
|
-
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
102
|
-
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
103
|
-
2024-09-10T23:40:37+09:00 info: Default DataSource established
|
104
|
-
2024-09-10T23:40:38+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
105
|
-
2024-09-10T23:40:38+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
@@ -1,50 +0,0 @@
|
|
1
|
-
2024-09-10T23:40:38+09:00 info: Initializing ConnectionManager...
|
2
|
-
2024-09-10T23:40:38+09:00 info: Connector 'echo-back-server' started to ready
|
3
|
-
2024-09-10T23:40:38+09:00 info: Connector 'echo-back' started to ready
|
4
|
-
2024-09-10T23:40:38+09:00 info: Connector 'http-connector' started to ready
|
5
|
-
2024-09-10T23:40:38+09:00 info: Connector 'graphql-connector' started to ready
|
6
|
-
2024-09-10T23:40:38+09:00 info: Connector 'sqlite-connector' started to ready
|
7
|
-
2024-09-10T23:40:38+09:00 info: Connector 'postgresql-connector' started to ready
|
8
|
-
2024-09-10T23:40:38+09:00 info: Connector 'mqtt-connector' started to ready
|
9
|
-
2024-09-10T23:40:38+09:00 info: Connector 'mssql-connector' started to ready
|
10
|
-
2024-09-10T23:40:38+09:00 info: Connector 'oracle-connector' started to ready
|
11
|
-
2024-09-10T23:40:38+09:00 info: Connector 'mysql-connector' started to ready
|
12
|
-
2024-09-10T23:40:38+09:00 info: Connector 'socket-server' started to ready
|
13
|
-
2024-09-10T23:40:38+09:00 info: Connector 'operato-connector' started to ready
|
14
|
-
2024-09-10T23:40:38+09:00 info: Connector 'email-connector' started to ready
|
15
|
-
2024-09-10T23:40:38+09:00 info: Connector 'influxdb-connector' started to ready
|
16
|
-
2024-09-10T23:40:38+09:00 info: Connector 'msgraph-connector' started to ready
|
17
|
-
2024-09-10T23:40:38+09:00 info: Connector 'proxy-connector' started to ready
|
18
|
-
2024-09-10T23:40:38+09:00 info: echo-back-servers are ready
|
19
|
-
2024-09-10T23:40:38+09:00 info: echo-back connections are ready
|
20
|
-
2024-09-10T23:40:38+09:00 info: http-connector connections are ready
|
21
|
-
2024-09-10T23:40:38+09:00 info: graphql-connector connections are ready
|
22
|
-
2024-09-10T23:40:38+09:00 info: sqlite-connector connections are ready
|
23
|
-
2024-09-10T23:40:38+09:00 info: postgresql-connector connections are ready
|
24
|
-
2024-09-10T23:40:38+09:00 info: mqtt-connector connections are ready
|
25
|
-
2024-09-10T23:40:38+09:00 info: mssql-connector connections are ready
|
26
|
-
2024-09-10T23:40:38+09:00 info: oracle-connector connections are ready
|
27
|
-
2024-09-10T23:40:38+09:00 info: mysql-connector connections are ready
|
28
|
-
2024-09-10T23:40:38+09:00 info: socket servers are ready
|
29
|
-
2024-09-10T23:40:38+09:00 info: operato-connector connections are ready
|
30
|
-
2024-09-10T23:40:38+09:00 info: email connections are ready
|
31
|
-
2024-09-10T23:40:38+09:00 info: influxdb connections are ready
|
32
|
-
2024-09-10T23:40:38+09:00 info: msgraph-connector connections are ready
|
33
|
-
2024-09-10T23:40:38+09:00 info: proxy-connector connections are ready
|
34
|
-
2024-09-10T23:40:38+09:00 info: All connector for 'echo-back-server' ready
|
35
|
-
2024-09-10T23:40:38+09:00 info: All connector for 'echo-back' ready
|
36
|
-
2024-09-10T23:40:38+09:00 info: All connector for 'http-connector' ready
|
37
|
-
2024-09-10T23:40:38+09:00 info: All connector for 'graphql-connector' ready
|
38
|
-
2024-09-10T23:40:38+09:00 info: All connector for 'sqlite-connector' ready
|
39
|
-
2024-09-10T23:40:38+09:00 info: All connector for 'postgresql-connector' ready
|
40
|
-
2024-09-10T23:40:38+09:00 info: All connector for 'mqtt-connector' ready
|
41
|
-
2024-09-10T23:40:38+09:00 info: All connector for 'mssql-connector' ready
|
42
|
-
2024-09-10T23:40:38+09:00 info: All connector for 'oracle-connector' ready
|
43
|
-
2024-09-10T23:40:38+09:00 info: All connector for 'mysql-connector' ready
|
44
|
-
2024-09-10T23:40:38+09:00 info: All connector for 'socket-server' ready
|
45
|
-
2024-09-10T23:40:38+09:00 info: All connector for 'operato-connector' ready
|
46
|
-
2024-09-10T23:40:38+09:00 info: All connector for 'email-connector' ready
|
47
|
-
2024-09-10T23:40:38+09:00 info: All connector for 'influxdb-connector' ready
|
48
|
-
2024-09-10T23:40:38+09:00 info: All connector for 'msgraph-connector' ready
|
49
|
-
2024-09-10T23:40:38+09:00 info: All connector for 'proxy-connector' ready
|
50
|
-
2024-09-10T23:40:38+09:00 info: ConnectionManager initialization done:
|