@operato/scene-tab 1.2.46 → 1.2.56
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/CHANGELOG.md +18 -0
- package/dist/tab.d.ts +0 -1
- package/dist/tab.js +0 -12
- package/dist/tab.js.map +1 -1
- package/package.json +2 -2
- package/schema.gql +3702 -0
- package/src/tab.ts +0 -19
- package/tsconfig.tsbuildinfo +1 -1
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +0 -20
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +0 -20
- package/logs/application-2022-11-13-11.log +0 -14
- package/logs/application-2022-11-13-12.log +0 -6
- package/logs/connections-2022-11-13-11.log +0 -70
- package/logs/connections-2022-11-13-12.log +0 -35
package/src/tab.ts
CHANGED
|
@@ -148,25 +148,6 @@ export default class Tab extends Container {
|
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
-
postrender(context: CanvasRenderingContext2D) {
|
|
152
|
-
super.postrender(context)
|
|
153
|
-
|
|
154
|
-
// if (!this.app.isEditMode) return
|
|
155
|
-
|
|
156
|
-
var { left, top, width, fillStyle } = this.state
|
|
157
|
-
|
|
158
|
-
// 이동 핸들 그리기
|
|
159
|
-
context.beginPath()
|
|
160
|
-
|
|
161
|
-
context.rect(left + width, top, HANDLE_WIDTH, HANDLE_HEIGHT)
|
|
162
|
-
|
|
163
|
-
let color = 255 - (20 % 255)
|
|
164
|
-
context.fillStyle = rgba(color, color, color, 1)
|
|
165
|
-
context.fill()
|
|
166
|
-
|
|
167
|
-
context.closePath()
|
|
168
|
-
}
|
|
169
|
-
|
|
170
151
|
contains(x: number, y: number) {
|
|
171
152
|
if (!this.app.isEditMode) return super.contains(x, y)
|
|
172
153
|
|
package/tsconfig.tsbuildinfo
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/tslib/tslib.d.ts","../../node_modules/@hatiolab/things-scene/things-scene.d.ts","./src/tab-container.ts","./src/tab-card.ts","./src/tab.ts","./src/tab-button.ts","./src/index.ts","./src/templates/tab-container.ts","./src/templates/tab.ts","./src/templates/index.ts"],"fileInfos":[{"version":"
|
|
1
|
+
{"program":{"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/tslib/tslib.d.ts","../../node_modules/@hatiolab/things-scene/things-scene.d.ts","./src/tab-container.ts","./src/tab-card.ts","./src/tab.ts","./src/tab-button.ts","./src/index.ts","./src/templates/tab-container.ts","./src/templates/tab.ts","./src/templates/index.ts"],"fileInfos":[{"version":"2ac9cdcfb8f8875c18d14ec5796a8b029c426f73ad6dc3ffb580c228b58d1c44","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","dc48272d7c333ccf58034c0026162576b7d50ea0e69c3b9292f803fc20720fd5","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7",{"version":"0075fa5ceda385bcdf3488e37786b5a33be730e8bc4aa3cf1e78c63891752ce8","affectsGlobalScope":true},{"version":"f296963760430fb65b4e5d91f0ed770a91c6e77455bacf8fa23a1501654ede0e","affectsGlobalScope":true},{"version":"09226e53d1cfda217317074a97724da3e71e2c545e18774484b61562afc53cd2","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"8b41361862022eb72fcc8a7f34680ac842aca802cf4bc1f915e8c620c9ce4331","affectsGlobalScope":true},{"version":"f7bd636ae3a4623c503359ada74510c4005df5b36de7f23e1db8a5c543fd176b","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"0c20f4d2358eb679e4ae8a4432bdd96c857a2960fd6800b21ec4008ec59d60ea","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"82d0d8e269b9eeac02c3bd1c9e884e85d483fcb2cd168bccd6bc54df663da031","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"b8deab98702588840be73d67f02412a2d45a417a3c097b2e96f7f3a42ac483d1","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"376d554d042fb409cb55b5cbaf0b2b4b7e669619493c5d18d5fa8bd67273f82a","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"c4138a3dd7cd6cf1f363ca0f905554e8d81b45844feea17786cdf1626cb8ea06","affectsGlobalScope":true},{"version":"6ff3e2452b055d8f0ec026511c6582b55d935675af67cdb67dd1dc671e8065df","affectsGlobalScope":true},{"version":"03de17b810f426a2f47396b0b99b53a82c1b60e9cba7a7edda47f9bb077882f4","affectsGlobalScope":true},{"version":"8184c6ddf48f0c98429326b428478ecc6143c27f79b79e85740f17e6feb090f1","affectsGlobalScope":true},{"version":"261c4d2cf86ac5a89ad3fb3fafed74cbb6f2f7c1d139b0540933df567d64a6ca","affectsGlobalScope":true},{"version":"6af1425e9973f4924fca986636ac19a0cf9909a7e0d9d3009c349e6244e957b6","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"15a630d6817718a2ddd7088c4f83e4673fde19fa992d2eae2cf51132a302a5d3","affectsGlobalScope":true},{"version":"f35a831e4f0fe3b3697f4a0fe0e3caa7624c92b78afbecaf142c0f93abfaf379","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"7a1971efcba559ea9002ada4c4e3c925004fb67a755300d53b5edf9399354900","7116a83b274d2f842d0269c1d35a36158289a4ed4a9b11ddb6d52aff5d1ae8aa",{"version":"4571a00fec3b083008be5189a7d356ddfcaeb71f9ed2651e69903c474bcc0eb1","signature":"4272b1b18af2ee717d5ee74400c801837c5a9ac2509d792c177827fd6d7c563a"},{"version":"61b8b1a87df8810b18d96e5540ce18140708b6ff9bcd6e0a41da5b01834dd77f","signature":"903336d4b0a83371879de11f43ac82d819d200198638bc27d1c5324575863569"},{"version":"fe3953a45a23cee8345a033fc6a499bac5c8ad2401f5911644522b786fe39ed4","signature":"1dbd2a0757a18779697c35a3dbafec993a92552eefc0f65dc68637cf370188c6"},{"version":"43764e902042ce56678cfdf9b932aae1e51d50c1c68fa2c536f20882b0f0cd9b","signature":"1e29443446bc89c0d939030c3c55e8476a81f64da3fa633f108370bb9ef56f39"},{"version":"0f300668d702080921c78d3c4edd493925de582dce2a50c0993ac4b8c62bb7d4","signature":"88132cd35f670e57b6d85e802f4453aff313270908886369da0561fbc599c354"},{"version":"b668e19c84a1d923f78e4def083d7eb2cb0cc7b834d38e130be5a60f33d2a41f","signature":"ce7354820bf2fb9fad3221a704dbede20b61e9f30f384128b3be81f685c63a08"},{"version":"9958af937b59735fadadb4cac852bdde6aea78bfcf803deecc2f63a2f3127918","signature":"b21130ee402d2f055d24259958864b717e89897989b3663d6fe8fafbf692dd7f"},{"version":"66603f5a0bd2d7052120523791e8edb77078229aaf5314522886798ce92151bb","signature":"05890472fb38b7b901355c9294924f1da43644a9150fe916eab7b020d77aadb6"}],"root":[[38,45]],"options":{"allowSyntheticDefaultImports":true,"declaration":true,"esModuleInterop":false,"experimentalDecorators":true,"importHelpers":true,"inlineSources":true,"module":99,"noEmitOnError":true,"outDir":"./dist","rootDir":"./src","sourceMap":true,"strict":true,"target":5},"fileIdsList":[[36,38,39,40,41],[36,37,40],[36,37,38],[36,37,39],[36,37],[36,43,44],[36],[38,39,40,41],[37,40],[37],[37,39]],"referencedMap":[[42,1],[41,2],[39,3],[38,4],[40,5],[45,6],[43,7],[44,7]],"exportedModulesMap":[[42,8],[41,9],[39,10],[38,11],[40,10]],"semanticDiagnosticsPerFile":[37,36,34,35,7,9,8,2,10,11,12,13,14,15,16,17,3,4,18,22,19,20,21,23,24,25,5,26,27,28,29,6,33,30,31,32,1,42,41,39,38,40,45,43,44]},"version":"5.2.2"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"keep": {
|
|
3
|
-
"days": true,
|
|
4
|
-
"amount": 2
|
|
5
|
-
},
|
|
6
|
-
"auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
|
|
7
|
-
"files": [
|
|
8
|
-
{
|
|
9
|
-
"date": 1668305631867,
|
|
10
|
-
"name": "logs/application-2022-11-13-11.log",
|
|
11
|
-
"hash": "1a4fca34a06957f0bc9147bd1998aaea9986f560f3845b16e24ba2561354870c"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"date": 1668310621750,
|
|
15
|
-
"name": "logs/application-2022-11-13-12.log",
|
|
16
|
-
"hash": "a6e92b1ff5d1c59348091f85a4b8ce1ebea0994b1d64a91dae0e13226b57bbc5"
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
|
-
"hashType": "sha256"
|
|
20
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"keep": {
|
|
3
|
-
"days": true,
|
|
4
|
-
"amount": 14
|
|
5
|
-
},
|
|
6
|
-
"auditLog": "logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json",
|
|
7
|
-
"files": [
|
|
8
|
-
{
|
|
9
|
-
"date": 1668305632737,
|
|
10
|
-
"name": "logs/connections-2022-11-13-11.log",
|
|
11
|
-
"hash": "92b5a5784b7ecd0a635f48151736b7f4694661cb60da2f3356fc2c3763067370"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"date": 1668310623258,
|
|
15
|
-
"name": "logs/connections-2022-11-13-12.log",
|
|
16
|
-
"hash": "9827208d4a25978610634d4d0297f8b056db5eec06278d5b1baf16df63c4b684"
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
|
-
"hashType": "sha256"
|
|
20
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
2022-11-13T11:13:52+09:00 info: File Storage is Ready.
|
|
2
|
-
2022-11-13T11:13:52+09:00 error: oracledb module loading failed
|
|
3
|
-
2022-11-13T11:14:05+09:00 info: File Storage is Ready.
|
|
4
|
-
2022-11-13T11:14:05+09:00 error: oracledb module loading failed
|
|
5
|
-
2022-11-13T11:14:06+09:00 info: Default DataSource established
|
|
6
|
-
2022-11-13T11:14:06+09:00 info: Transaction DataSource established
|
|
7
|
-
2022-11-13T11:14:07+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
8
|
-
2022-11-13T11:14:07+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
9
|
-
2022-11-13T11:47:26+09:00 info: File Storage is Ready.
|
|
10
|
-
2022-11-13T11:47:26+09:00 error: oracledb module loading failed
|
|
11
|
-
2022-11-13T11:47:27+09:00 info: Default DataSource established
|
|
12
|
-
2022-11-13T11:47:27+09:00 info: Transaction DataSource established
|
|
13
|
-
2022-11-13T11:47:28+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
14
|
-
2022-11-13T11:47:28+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
2022-11-13T12:37:02+09:00 info: File Storage is Ready.
|
|
2
|
-
2022-11-13T12:37:03+09:00 error: oracledb module loading failed
|
|
3
|
-
2022-11-13T12:37:04+09:00 info: Default DataSource established
|
|
4
|
-
2022-11-13T12:37:04+09:00 info: Transaction DataSource established
|
|
5
|
-
2022-11-13T12:37:04+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
6
|
-
2022-11-13T12:37:04+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
2022-11-13T11:14:07+09:00 info: Initializing ConnectionManager...
|
|
2
|
-
2022-11-13T11:14:07+09:00 info: Connector 'echo-back-server' started to ready
|
|
3
|
-
2022-11-13T11:14:07+09:00 info: Connector 'echo-back' started to ready
|
|
4
|
-
2022-11-13T11:14:07+09:00 info: Connector 'http-connector' started to ready
|
|
5
|
-
2022-11-13T11:14:07+09:00 info: Connector 'graphql-connector' started to ready
|
|
6
|
-
2022-11-13T11:14:07+09:00 info: Connector 'sqlite-connector' started to ready
|
|
7
|
-
2022-11-13T11:14:07+09:00 info: Connector 'postgresql-connector' started to ready
|
|
8
|
-
2022-11-13T11:14:07+09:00 info: Connector 'mqtt-connector' started to ready
|
|
9
|
-
2022-11-13T11:14:07+09:00 info: Connector 'mssql-connector' started to ready
|
|
10
|
-
2022-11-13T11:14:07+09:00 info: Connector 'oracle-connector' started to ready
|
|
11
|
-
2022-11-13T11:14:07+09:00 info: Connector 'mysql-connector' started to ready
|
|
12
|
-
2022-11-13T11:14:07+09:00 info: Connector 'socket-server' started to ready
|
|
13
|
-
2022-11-13T11:14:07+09:00 info: echo-back-servers are ready
|
|
14
|
-
2022-11-13T11:14:07+09:00 info: echo-back connections are ready
|
|
15
|
-
2022-11-13T11:14:07+09:00 info: http-connector connections are ready
|
|
16
|
-
2022-11-13T11:14:07+09:00 info: graphql-connector connections are ready
|
|
17
|
-
2022-11-13T11:14:07+09:00 info: sqlite-connector connections are ready
|
|
18
|
-
2022-11-13T11:14:07+09:00 info: postgresql-connector connections are ready
|
|
19
|
-
2022-11-13T11:14:07+09:00 info: mqtt-connector connections are ready
|
|
20
|
-
2022-11-13T11:14:07+09:00 info: mssql-connector connections are ready
|
|
21
|
-
2022-11-13T11:14:07+09:00 info: oracle-connector connections are ready
|
|
22
|
-
2022-11-13T11:14:07+09:00 info: mysql-connector connections are ready
|
|
23
|
-
2022-11-13T11:14:07+09:00 info: socket servers are ready
|
|
24
|
-
2022-11-13T11:14:07+09:00 info: All connector for 'echo-back-server' ready
|
|
25
|
-
2022-11-13T11:14:07+09:00 info: All connector for 'echo-back' ready
|
|
26
|
-
2022-11-13T11:14:07+09:00 info: All connector for 'http-connector' ready
|
|
27
|
-
2022-11-13T11:14:07+09:00 info: All connector for 'graphql-connector' ready
|
|
28
|
-
2022-11-13T11:14:07+09:00 info: All connector for 'sqlite-connector' ready
|
|
29
|
-
2022-11-13T11:14:07+09:00 info: All connector for 'postgresql-connector' ready
|
|
30
|
-
2022-11-13T11:14:07+09:00 info: All connector for 'mqtt-connector' ready
|
|
31
|
-
2022-11-13T11:14:07+09:00 info: All connector for 'mssql-connector' ready
|
|
32
|
-
2022-11-13T11:14:07+09:00 info: All connector for 'oracle-connector' ready
|
|
33
|
-
2022-11-13T11:14:07+09:00 info: All connector for 'mysql-connector' ready
|
|
34
|
-
2022-11-13T11:14:07+09:00 info: All connector for 'socket-server' ready
|
|
35
|
-
2022-11-13T11:14:07+09:00 info: ConnectionManager initialization done:
|
|
36
|
-
2022-11-13T11:47:28+09:00 info: Initializing ConnectionManager...
|
|
37
|
-
2022-11-13T11:47:28+09:00 info: Connector 'echo-back-server' started to ready
|
|
38
|
-
2022-11-13T11:47:28+09:00 info: Connector 'echo-back' started to ready
|
|
39
|
-
2022-11-13T11:47:28+09:00 info: Connector 'http-connector' started to ready
|
|
40
|
-
2022-11-13T11:47:28+09:00 info: Connector 'graphql-connector' started to ready
|
|
41
|
-
2022-11-13T11:47:28+09:00 info: Connector 'sqlite-connector' started to ready
|
|
42
|
-
2022-11-13T11:47:28+09:00 info: Connector 'postgresql-connector' started to ready
|
|
43
|
-
2022-11-13T11:47:28+09:00 info: Connector 'mqtt-connector' started to ready
|
|
44
|
-
2022-11-13T11:47:28+09:00 info: Connector 'mssql-connector' started to ready
|
|
45
|
-
2022-11-13T11:47:28+09:00 info: Connector 'oracle-connector' started to ready
|
|
46
|
-
2022-11-13T11:47:28+09:00 info: Connector 'mysql-connector' started to ready
|
|
47
|
-
2022-11-13T11:47:28+09:00 info: Connector 'socket-server' started to ready
|
|
48
|
-
2022-11-13T11:47:28+09:00 info: echo-back-servers are ready
|
|
49
|
-
2022-11-13T11:47:28+09:00 info: echo-back connections are ready
|
|
50
|
-
2022-11-13T11:47:28+09:00 info: http-connector connections are ready
|
|
51
|
-
2022-11-13T11:47:28+09:00 info: graphql-connector connections are ready
|
|
52
|
-
2022-11-13T11:47:28+09:00 info: sqlite-connector connections are ready
|
|
53
|
-
2022-11-13T11:47:28+09:00 info: postgresql-connector connections are ready
|
|
54
|
-
2022-11-13T11:47:28+09:00 info: mqtt-connector connections are ready
|
|
55
|
-
2022-11-13T11:47:28+09:00 info: mssql-connector connections are ready
|
|
56
|
-
2022-11-13T11:47:28+09:00 info: oracle-connector connections are ready
|
|
57
|
-
2022-11-13T11:47:28+09:00 info: mysql-connector connections are ready
|
|
58
|
-
2022-11-13T11:47:28+09:00 info: socket servers are ready
|
|
59
|
-
2022-11-13T11:47:28+09:00 info: All connector for 'echo-back-server' ready
|
|
60
|
-
2022-11-13T11:47:28+09:00 info: All connector for 'echo-back' ready
|
|
61
|
-
2022-11-13T11:47:28+09:00 info: All connector for 'http-connector' ready
|
|
62
|
-
2022-11-13T11:47:28+09:00 info: All connector for 'graphql-connector' ready
|
|
63
|
-
2022-11-13T11:47:28+09:00 info: All connector for 'sqlite-connector' ready
|
|
64
|
-
2022-11-13T11:47:28+09:00 info: All connector for 'postgresql-connector' ready
|
|
65
|
-
2022-11-13T11:47:28+09:00 info: All connector for 'mqtt-connector' ready
|
|
66
|
-
2022-11-13T11:47:28+09:00 info: All connector for 'mssql-connector' ready
|
|
67
|
-
2022-11-13T11:47:28+09:00 info: All connector for 'oracle-connector' ready
|
|
68
|
-
2022-11-13T11:47:28+09:00 info: All connector for 'mysql-connector' ready
|
|
69
|
-
2022-11-13T11:47:28+09:00 info: All connector for 'socket-server' ready
|
|
70
|
-
2022-11-13T11:47:28+09:00 info: ConnectionManager initialization done:
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
2022-11-13T12:37:05+09:00 info: Initializing ConnectionManager...
|
|
2
|
-
2022-11-13T12:37:05+09:00 info: Connector 'echo-back-server' started to ready
|
|
3
|
-
2022-11-13T12:37:05+09:00 info: Connector 'echo-back' started to ready
|
|
4
|
-
2022-11-13T12:37:05+09:00 info: Connector 'http-connector' started to ready
|
|
5
|
-
2022-11-13T12:37:05+09:00 info: Connector 'graphql-connector' started to ready
|
|
6
|
-
2022-11-13T12:37:05+09:00 info: Connector 'sqlite-connector' started to ready
|
|
7
|
-
2022-11-13T12:37:05+09:00 info: Connector 'postgresql-connector' started to ready
|
|
8
|
-
2022-11-13T12:37:05+09:00 info: Connector 'mqtt-connector' started to ready
|
|
9
|
-
2022-11-13T12:37:05+09:00 info: Connector 'mssql-connector' started to ready
|
|
10
|
-
2022-11-13T12:37:05+09:00 info: Connector 'oracle-connector' started to ready
|
|
11
|
-
2022-11-13T12:37:05+09:00 info: Connector 'mysql-connector' started to ready
|
|
12
|
-
2022-11-13T12:37:05+09:00 info: Connector 'socket-server' started to ready
|
|
13
|
-
2022-11-13T12:37:05+09:00 info: echo-back-servers are ready
|
|
14
|
-
2022-11-13T12:37:05+09:00 info: echo-back connections are ready
|
|
15
|
-
2022-11-13T12:37:05+09:00 info: http-connector connections are ready
|
|
16
|
-
2022-11-13T12:37:05+09:00 info: graphql-connector connections are ready
|
|
17
|
-
2022-11-13T12:37:05+09:00 info: sqlite-connector connections are ready
|
|
18
|
-
2022-11-13T12:37:05+09:00 info: postgresql-connector connections are ready
|
|
19
|
-
2022-11-13T12:37:05+09:00 info: mqtt-connector connections are ready
|
|
20
|
-
2022-11-13T12:37:05+09:00 info: mssql-connector connections are ready
|
|
21
|
-
2022-11-13T12:37:05+09:00 info: oracle-connector connections are ready
|
|
22
|
-
2022-11-13T12:37:05+09:00 info: mysql-connector connections are ready
|
|
23
|
-
2022-11-13T12:37:05+09:00 info: socket servers are ready
|
|
24
|
-
2022-11-13T12:37:05+09:00 info: All connector for 'echo-back-server' ready
|
|
25
|
-
2022-11-13T12:37:05+09:00 info: All connector for 'echo-back' ready
|
|
26
|
-
2022-11-13T12:37:05+09:00 info: All connector for 'http-connector' ready
|
|
27
|
-
2022-11-13T12:37:05+09:00 info: All connector for 'graphql-connector' ready
|
|
28
|
-
2022-11-13T12:37:05+09:00 info: All connector for 'sqlite-connector' ready
|
|
29
|
-
2022-11-13T12:37:05+09:00 info: All connector for 'postgresql-connector' ready
|
|
30
|
-
2022-11-13T12:37:05+09:00 info: All connector for 'mqtt-connector' ready
|
|
31
|
-
2022-11-13T12:37:05+09:00 info: All connector for 'mssql-connector' ready
|
|
32
|
-
2022-11-13T12:37:05+09:00 info: All connector for 'oracle-connector' ready
|
|
33
|
-
2022-11-13T12:37:05+09:00 info: All connector for 'mysql-connector' ready
|
|
34
|
-
2022-11-13T12:37:05+09:00 info: All connector for 'socket-server' ready
|
|
35
|
-
2022-11-13T12:37:05+09:00 info: ConnectionManager initialization done:
|