@operato/scene-gantt 8.0.0-beta.1 → 8.0.0-beta.2
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 +2 -2
- package/CHANGELOG.md +0 -172
- package/db.sqlite +0 -0
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +0 -90
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +0 -105
- package/logs/application-2024-06-10-00.log +0 -6
- package/logs/application-2024-06-10-12.log +0 -6
- package/logs/application-2024-06-10-13.log +0 -18
- package/logs/application-2024-06-10-22.log +0 -10
- package/logs/application-2024-06-11-00.log +0 -6
- package/logs/application-2024-06-11-01.log +0 -7
- package/logs/application-2024-06-11-02.log +0 -12
- package/logs/application-2024-06-11-03.log +0 -12
- package/logs/application-2024-06-11-04.log +0 -12
- package/logs/application-2024-06-11-14.log +0 -6
- package/logs/application-2024-06-11-15.log +0 -6
- package/logs/application-2024-06-11-16.log +0 -6
- package/logs/application-2024-06-11-17.log +0 -24
- package/logs/application-2024-06-11-19.log +0 -36
- package/logs/application-2024-06-11-20.log +0 -24
- package/logs/application-2024-06-11-21.log +0 -6
- package/logs/connections-2024-06-04-11.log +0 -50
- package/logs/connections-2024-06-04-12.log +0 -0
- package/logs/connections-2024-06-04-13.log +0 -50
- package/logs/connections-2024-06-10-00.log +0 -50
- package/logs/connections-2024-06-10-12.log +0 -50
- package/logs/connections-2024-06-10-13.log +0 -150
- package/logs/connections-2024-06-10-22.log +0 -50
- package/logs/connections-2024-06-11-00.log +0 -50
- package/logs/connections-2024-06-11-01.log +0 -50
- package/logs/connections-2024-06-11-02.log +0 -100
- package/logs/connections-2024-06-11-03.log +0 -100
- package/logs/connections-2024-06-11-04.log +0 -100
- package/logs/connections-2024-06-11-14.log +0 -50
- package/logs/connections-2024-06-11-15.log +0 -50
- package/logs/connections-2024-06-11-16.log +0 -50
- package/logs/connections-2024-06-11-17.log +0 -200
- package/logs/connections-2024-06-11-19.log +0 -300
- package/logs/connections-2024-06-11-20.log +0 -200
- package/logs/connections-2024-06-11-21.log +0 -50
- package/schema.graphql +0 -3988
- package/src/data.ts +0 -1898
- package/src/editors/index.ts +0 -8
- package/src/gantt.ts +0 -265
- package/src/groups/index.ts +0 -0
- package/src/index.ts +0 -1
- package/src/templates/gantt.ts +0 -16
- package/src/templates/index.ts +0 -3
- 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-gantt",
|
3
3
|
"description": "Operato Scene Component for Gantt Chart",
|
4
|
-
"version": "8.0.0-beta.
|
4
|
+
"version": "8.0.0-beta.2",
|
5
5
|
"license": "MIT",
|
6
6
|
"things-scene": true,
|
7
7
|
"author": "heartyoh",
|
@@ -59,5 +59,5 @@
|
|
59
59
|
"prettier --write"
|
60
60
|
]
|
61
61
|
},
|
62
|
-
"gitHead": "
|
62
|
+
"gitHead": "d6329b4f15ae63c2a99ec5b58ee1d527e88a4c36"
|
63
63
|
}
|
package/CHANGELOG.md
DELETED
@@ -1,172 +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.3](https://github.com/things-scene/operato-scene/compare/v8.0.0-alpha.2...v8.0.0-alpha.3) (2024-09-15)
|
25
|
-
|
26
|
-
|
27
|
-
### :bug: Bug Fix
|
28
|
-
|
29
|
-
* missing dependency ([32ccf4f](https://github.com/things-scene/operato-scene/commit/32ccf4facfa01d95b166c8edc7dd5e93298f5750))
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
## [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)
|
34
|
-
|
35
|
-
|
36
|
-
### :bug: Bug Fix
|
37
|
-
|
38
|
-
* update [@things-factory](https://github.com/things-factory)@^8.0.0-alpha ([1dc3163](https://github.com/things-scene/operato-scene/commit/1dc31638ed9d3fd0ecb2ac55be0ce541e5599ab8))
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
## [8.0.0-alpha.0](https://github.com/things-scene/operato-scene/compare/v7.3.7...v8.0.0-alpha.0) (2024-09-01)
|
43
|
-
|
44
|
-
|
45
|
-
### :bug: Bug Fix
|
46
|
-
|
47
|
-
* dependencies for 8.0.0-alpha.0 ([128676a](https://github.com/things-scene/operato-scene/commit/128676a699896ed403c8ce5620e703042f8e59cf))
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
## [7.1.0](https://github.com/things-scene/operato-scene/compare/v7.0.12...v7.1.0) (2024-07-28)
|
52
|
-
|
53
|
-
|
54
|
-
### :rocket: New Features
|
55
|
-
|
56
|
-
* scichart-multiple-timeseries ([d8c6f99](https://github.com/things-scene/operato-scene/commit/d8c6f997bb7118f0400c0f114a42fa1040ebe0d5))
|
57
|
-
|
58
|
-
|
59
|
-
### :bug: Bug Fix
|
60
|
-
|
61
|
-
* remove unused file ([49d624f](https://github.com/things-scene/operato-scene/commit/49d624fd59f9a0c051daed67f03ecfe07598852e))
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
## [7.0.3](https://github.com/things-scene/operato-scene/compare/v7.0.2...v7.0.3) (2024-07-05)
|
66
|
-
|
67
|
-
|
68
|
-
### :bug: Bug Fix
|
69
|
-
|
70
|
-
* missing component icons ([371d826](https://github.com/things-scene/operato-scene/commit/371d826cd905485d787d45a9a77b1a4cd28a52d7))
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
## [7.0.1](https://github.com/things-scene/operato-scene/compare/v7.0.0...v7.0.1) (2024-06-30)
|
75
|
-
|
76
|
-
|
77
|
-
### :bug: Bug Fix
|
78
|
-
|
79
|
-
* things-factory@7.0.0 ([f4cfe44](https://github.com/things-scene/operato-scene/commit/f4cfe44cb565e7b8fdc0df210a722b6526871848))
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
## [7.0.0](https://github.com/things-scene/operato-scene/compare/v7.0.0-rc.4...v7.0.0) (2024-06-30)
|
84
|
-
|
85
|
-
**Note:** Version bump only for package @operato/scene-gantt
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
## [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)
|
92
|
-
|
93
|
-
|
94
|
-
### :bug: Bug Fix
|
95
|
-
|
96
|
-
* operato@7.0.0 ([9740f89](https://github.com/things-scene/operato-scene/commit/9740f8949654b9dd9388558059e89cbed3d8235a))
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
## [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)
|
101
|
-
|
102
|
-
|
103
|
-
### :bug: Bug Fix
|
104
|
-
|
105
|
-
* apply v7-rc dependencies ([eee5612](https://github.com/things-scene/operato-scene/commit/eee5612e1d569387c284a7c6c49d64ef44b6d701))
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
## [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)
|
110
|
-
|
111
|
-
|
112
|
-
### :bug: Bug Fix
|
113
|
-
|
114
|
-
* apply operato@7.0.0-rc ([7d5fa6e](https://github.com/things-scene/operato-scene/commit/7d5fa6e9bef5f6d2231e4d1eface82578fe794f3))
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
## [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)
|
119
|
-
|
120
|
-
|
121
|
-
### :bug: Bug Fix
|
122
|
-
|
123
|
-
* default value for ox-property-editor-table-column-config ([e4fd360](https://github.com/things-scene/operato-scene/commit/e4fd360ac46e2f335067811f1552a2a924b43c92))
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
## [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)
|
128
|
-
|
129
|
-
|
130
|
-
### :bug: Bug Fix
|
131
|
-
|
132
|
-
* remove wellstek-gantt component ([52f8a34](https://github.com/things-scene/operato-scene/commit/52f8a34f4038f9b2a45d963d63da31a03a919372))
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
## [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)
|
137
|
-
|
138
|
-
|
139
|
-
### :bug: Bug Fix
|
140
|
-
|
141
|
-
* remove wellstek-gantt component ([88b6453](https://github.com/things-scene/operato-scene/commit/88b6453ce9d5a271dcd20af4b894f3692d2def22))
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
## [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)
|
146
|
-
|
147
|
-
|
148
|
-
### :rocket: New Features
|
149
|
-
|
150
|
-
* add gantt component ([720ab2d](https://github.com/things-scene/operato-scene/commit/720ab2d3097c26892c903ebe11d93f8b9879fd7d))
|
151
|
-
|
152
|
-
|
153
|
-
### :bug: Bug Fix
|
154
|
-
|
155
|
-
* remove anchor from gantt ([7603333](https://github.com/things-scene/operato-scene/commit/76033335c563f9ef2a972ad932abe4591a99161e))
|
156
|
-
* scene-gantt reverse scaling ([0764e60](https://github.com/things-scene/operato-scene/commit/0764e609b59a52fee2280d2f2c2a90c8871e8e95))
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
## [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)
|
161
|
-
|
162
|
-
|
163
|
-
### :rocket: New Features
|
164
|
-
|
165
|
-
* 2.0.0-beta.0 ([a2e2869](https://github.com/things-scene/operato-scene/commit/a2e28694eedf5bab0c54bcab5432d54ec59edd7f))
|
166
|
-
* add gantt component ([0f9d70d](https://github.com/things-scene/operato-scene/commit/0f9d70d02df6cf90763801fe7d7fca62a92fa9a9))
|
167
|
-
* gantt and scichart ([e1c43d3](https://github.com/things-scene/operato-scene/commit/e1c43d30ad65b7d9d2d4a1f9679561339bac3db2))
|
168
|
-
|
169
|
-
|
170
|
-
### :bug: Bug Fix
|
171
|
-
|
172
|
-
* 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
|