@things-factory/reference-app 5.0.0-alpha.2 → 5.0.0-alpha.22
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/client/bootstrap.js +32 -33
- package/client/menu.js +10 -10
- package/client/pages/grist-colorizing.js +2 -3
- package/client/pages/grist-page.js +2 -2
- package/client/pages/report-page.js +2 -2
- package/db.sqlite +0 -0
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +9 -24
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +32 -27
- package/logs/application-2022-03-29-17.log +3 -0
- package/logs/application-2022-03-31-15.log +3 -0
- package/logs/application-2022-03-31-16.log +13 -0
- package/logs/{connections-2022-02-23-16.log → connections-2022-03-21-13.log} +0 -0
- package/logs/{connections-2022-03-03-12.log → connections-2022-03-21-14.log} +0 -0
- package/logs/{connections-2022-03-03-23.log → connections-2022-03-21-16.log} +0 -0
- package/logs/{connections-2022-03-07-00.log → connections-2022-03-21-17.log} +0 -0
- package/logs/{connections-2022-03-07-01.log → connections-2022-03-23-14.log} +0 -0
- package/logs/{connections-2022-03-07-11.log → connections-2022-03-29-14.log} +0 -0
- package/logs/{connections-2022-03-07-21.log → connections-2022-03-29-15.log} +0 -0
- package/logs/{connections-2022-03-08-11.log → connections-2022-03-29-17.log} +0 -0
- package/logs/{connections-2022-03-08-12.log → connections-2022-03-31-15.log} +0 -0
- package/logs/connections-2022-03-31-16.log +0 -0
- package/package.json +51 -49
- package/logs/application-2022-03-07-00.log +0 -33
- package/logs/application-2022-03-07-01.log +0 -13
- package/logs/application-2022-03-07-11.log +0 -4
- package/logs/application-2022-03-07-21.log +0 -15
- package/logs/application-2022-03-08-11.log +0 -11
- package/logs/application-2022-03-08-12.log +0 -28
package/client/bootstrap.js
CHANGED
|
@@ -3,23 +3,22 @@ import '@things-factory/barcode-base' /* for <default-label-printer-setting-let>
|
|
|
3
3
|
import '@things-factory/notification' /* for notification-badge */
|
|
4
4
|
import './components/ocr-viewpart'
|
|
5
5
|
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
import { registerDefaultGroups } from '@operato/board/register-default-groups.js'
|
|
6
|
+
import { TOOL_POSITION, VIEWPART_POSITION, appendViewpart, toggleOverlay } from '@things-factory/layout-base'
|
|
9
7
|
import { getEditor, registerEditor, registerRenderer } from '@operato/data-grist'
|
|
10
|
-
import {
|
|
11
|
-
import { auth } from '@things-factory/auth-base'
|
|
12
|
-
import { setAuthManagementMenus } from '@things-factory/auth-ui'
|
|
13
|
-
import { appendViewpart, toggleOverlay, TOOL_POSITION, VIEWPART_POSITION } from '@things-factory/layout-base'
|
|
8
|
+
import { navigate, store } from '@things-factory/shell'
|
|
14
9
|
import { setupMenuPart, updateMenuTemplate } from '@things-factory/lite-menu'
|
|
10
|
+
|
|
15
11
|
import { ADD_MORENDA } from '@things-factory/more-base'
|
|
16
12
|
import { ADD_SETTING } from '@things-factory/setting-base'
|
|
17
|
-
import {
|
|
18
|
-
|
|
19
|
-
import { IdEditor } from './editors/id-editor'
|
|
20
|
-
import { getMenuTemplate } from './menu'
|
|
13
|
+
import { APPEND_APP_TOOL } from '@things-factory/apptool-base'
|
|
21
14
|
import { BarcodeRenderer } from './renderers/barcode-renderer'
|
|
22
15
|
import { IdRenderer } from './renderers/id-renderer'
|
|
16
|
+
import { OxGristEditorResourceId } from '@operato/app/grist-editor/ox-grist-editor-resource-id.js'
|
|
17
|
+
import { auth } from '@things-factory/auth-base'
|
|
18
|
+
import { getMenuTemplate } from './menu'
|
|
19
|
+
import { html } from 'lit-html'
|
|
20
|
+
import { registerDefaultGroups } from '@operato/board/register-default-groups.js'
|
|
21
|
+
import { setAuthManagementMenus } from '@things-factory/auth-ui'
|
|
23
22
|
|
|
24
23
|
console.log(
|
|
25
24
|
`%c
|
|
@@ -33,31 +32,31 @@ console.log(
|
|
|
33
32
|
)
|
|
34
33
|
|
|
35
34
|
export default function bootstrap() {
|
|
36
|
-
|
|
35
|
+
registerRenderer('id', IdRenderer)
|
|
37
36
|
registerRenderer('barcode', BarcodeRenderer)
|
|
38
|
-
|
|
37
|
+
registerEditor('id', OxGristEditorResourceId)
|
|
39
38
|
registerEditor('barcode', getEditor('string'))
|
|
40
39
|
|
|
41
40
|
/* set board-modeller group and default templates */
|
|
42
41
|
registerDefaultGroups()
|
|
43
42
|
|
|
44
43
|
setupMenuPart({
|
|
45
|
-
hovering:
|
|
46
|
-
position: VIEWPART_POSITION.
|
|
44
|
+
hovering: false,
|
|
45
|
+
position: VIEWPART_POSITION.NAVBAR,
|
|
47
46
|
portraitSlotTemplate: html` <domain-switch slot="tail"></domain-switch> `
|
|
48
47
|
})
|
|
49
48
|
updateMenuTemplate(getMenuTemplate())
|
|
50
49
|
|
|
51
50
|
/* add top-menu app-tool */
|
|
52
|
-
store.dispatch({
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
})
|
|
51
|
+
// store.dispatch({
|
|
52
|
+
// type: APPEND_APP_TOOL,
|
|
53
|
+
// replace: 'title-bar',
|
|
54
|
+
// tool: {
|
|
55
|
+
// name: 'top-menu-bar',
|
|
56
|
+
// template: html` <top-menu-bar></top-menu-bar> `,
|
|
57
|
+
// position: TOOL_POSITION.CENTER
|
|
58
|
+
// }
|
|
59
|
+
// })
|
|
61
60
|
|
|
62
61
|
/* add top-menu app-tool */
|
|
63
62
|
store.dispatch({
|
|
@@ -176,15 +175,15 @@ export default function bootstrap() {
|
|
|
176
175
|
}
|
|
177
176
|
})
|
|
178
177
|
|
|
179
|
-
appendViewpart({
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
})
|
|
178
|
+
// appendViewpart({
|
|
179
|
+
// name: 'headerbar',
|
|
180
|
+
// viewpart: {
|
|
181
|
+
// show: true,
|
|
182
|
+
// hovering: false,
|
|
183
|
+
// template: html` <title-bar style="min-width: 300px;"></title-bar> `
|
|
184
|
+
// },
|
|
185
|
+
// position: VIEWPART_POSITION.HEADERBAR
|
|
186
|
+
// })
|
|
188
187
|
|
|
189
188
|
appendViewpart({
|
|
190
189
|
name: 'ocr-viewpart',
|
package/client/menu.js
CHANGED
|
@@ -136,25 +136,25 @@ export function getMenuTemplate() {
|
|
|
136
136
|
]
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
|
-
name: '
|
|
139
|
+
name: '데이타셋',
|
|
140
140
|
icon: 'settings',
|
|
141
|
-
description: '
|
|
141
|
+
description: '데이타 수집을 위한 개념과 기능들을 소개합니다.',
|
|
142
142
|
menus: [
|
|
143
143
|
{
|
|
144
|
-
name: '
|
|
145
|
-
path: '
|
|
144
|
+
name: 'Data Set Master',
|
|
145
|
+
path: 'data-set'
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
|
-
name: '
|
|
149
|
-
path: '
|
|
148
|
+
name: 'Data Collection Sensors',
|
|
149
|
+
path: 'data-sensor'
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
|
-
name: '
|
|
153
|
-
path: '
|
|
152
|
+
name: 'Data Samples',
|
|
153
|
+
path: 'data-sample'
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
|
-
name: '
|
|
157
|
-
path: '
|
|
156
|
+
name: 'Data OOC',
|
|
157
|
+
path: 'data-ooc'
|
|
158
158
|
}
|
|
159
159
|
]
|
|
160
160
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { css, html } from 'lit'
|
|
2
|
-
|
|
3
2
|
import { getEditor, getRenderer } from '@operato/data-grist'
|
|
4
3
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
4
|
+
|
|
5
5
|
import { PageView } from '@things-factory/shell'
|
|
6
6
|
import { isMobileDevice } from '@things-factory/utils'
|
|
7
|
-
|
|
8
7
|
import { referencePageStyles } from './reference-page-styles'
|
|
9
8
|
|
|
10
9
|
class GristColorizing extends localize(i18next)(PageView) {
|
|
@@ -415,7 +414,7 @@ class GristColorizing extends localize(i18next)(PageView) {
|
|
|
415
414
|
sorters: [
|
|
416
415
|
{
|
|
417
416
|
name: 'name',
|
|
418
|
-
|
|
417
|
+
desc: true
|
|
419
418
|
},
|
|
420
419
|
{
|
|
421
420
|
name: 'email'
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { css, html } from 'lit'
|
|
2
|
-
|
|
3
2
|
import { getEditor, getRenderer } from '@operato/data-grist'
|
|
4
3
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
4
|
+
|
|
5
5
|
import { PageView } from '@things-factory/shell'
|
|
6
6
|
import { isMobileDevice } from '@things-factory/utils'
|
|
7
7
|
|
|
@@ -321,7 +321,7 @@ class GristPage extends localize(i18next)(PageView) {
|
|
|
321
321
|
sorters: [
|
|
322
322
|
{
|
|
323
323
|
name: 'name',
|
|
324
|
-
|
|
324
|
+
desc: true
|
|
325
325
|
},
|
|
326
326
|
{
|
|
327
327
|
name: 'email'
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import '@operato/data-grist'
|
|
2
2
|
|
|
3
3
|
import { css, html } from 'lit'
|
|
4
|
-
|
|
5
4
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
5
|
+
|
|
6
6
|
import { PageView } from '@things-factory/shell'
|
|
7
7
|
|
|
8
8
|
class ReportPage extends localize(i18next)(PageView) {
|
|
@@ -215,7 +215,7 @@ class ReportPage extends localize(i18next)(PageView) {
|
|
|
215
215
|
sorters: [
|
|
216
216
|
{
|
|
217
217
|
name: 'company',
|
|
218
|
-
|
|
218
|
+
desc: true
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
name: 'email'
|
package/db.sqlite
CHANGED
|
Binary file
|
|
@@ -6,34 +6,19 @@
|
|
|
6
6
|
"auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
|
-
"date":
|
|
10
|
-
"name": "logs/application-2022-03-
|
|
11
|
-
"hash": "
|
|
9
|
+
"date": 1648541764297,
|
|
10
|
+
"name": "logs/application-2022-03-29-17.log",
|
|
11
|
+
"hash": "c86a6fc116706f77099d4d008a6d2532"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
"date":
|
|
15
|
-
"name": "logs/application-2022-03-
|
|
16
|
-
"hash": "
|
|
14
|
+
"date": 1648708055191,
|
|
15
|
+
"name": "logs/application-2022-03-31-15.log",
|
|
16
|
+
"hash": "ec0dc237ad982c14f6108ec8bc8c6ef5"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
"date":
|
|
20
|
-
"name": "logs/application-2022-03-
|
|
21
|
-
"hash": "
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"date": 1646655403350,
|
|
25
|
-
"name": "logs/application-2022-03-07-21.log",
|
|
26
|
-
"hash": "9137bad91673b69170f611be3835a6a6"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"date": 1646705567978,
|
|
30
|
-
"name": "logs/application-2022-03-08-11.log",
|
|
31
|
-
"hash": "ca2ef28fa1c0a70d8caaf666c5ac3cce"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"date": 1646709541288,
|
|
35
|
-
"name": "logs/application-2022-03-08-12.log",
|
|
36
|
-
"hash": "190c7029a30f286e6d982d4252794070"
|
|
19
|
+
"date": 1648710443948,
|
|
20
|
+
"name": "logs/application-2022-03-31-16.log",
|
|
21
|
+
"hash": "40b47ee507212537cb4df08b721a160b"
|
|
37
22
|
}
|
|
38
23
|
],
|
|
39
24
|
"hashType": "md5"
|
|
@@ -6,49 +6,54 @@
|
|
|
6
6
|
"auditLog": "logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
|
-
"date":
|
|
10
|
-
"name": "logs/connections-2022-
|
|
11
|
-
"hash": "
|
|
9
|
+
"date": 1647836701842,
|
|
10
|
+
"name": "logs/connections-2022-03-21-13.log",
|
|
11
|
+
"hash": "7ec5a4e82116bee259436c3011831113"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
"date":
|
|
15
|
-
"name": "logs/connections-2022-03-
|
|
16
|
-
"hash": "
|
|
14
|
+
"date": 1647839216632,
|
|
15
|
+
"name": "logs/connections-2022-03-21-14.log",
|
|
16
|
+
"hash": "c389e88450b79ca20c28bbf63c42d2f9"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
"date":
|
|
20
|
-
"name": "logs/connections-2022-03-
|
|
21
|
-
"hash": "
|
|
19
|
+
"date": 1647848023313,
|
|
20
|
+
"name": "logs/connections-2022-03-21-16.log",
|
|
21
|
+
"hash": "d4a66407580fa0bc10328c801a871b90"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
"date":
|
|
25
|
-
"name": "logs/connections-2022-03-
|
|
26
|
-
"hash": "
|
|
24
|
+
"date": 1647849746050,
|
|
25
|
+
"name": "logs/connections-2022-03-21-17.log",
|
|
26
|
+
"hash": "ad3e00af12be8620e19e13fa56144faa"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
|
-
"date":
|
|
30
|
-
"name": "logs/connections-2022-03-
|
|
31
|
-
"hash": "
|
|
29
|
+
"date": 1648013141080,
|
|
30
|
+
"name": "logs/connections-2022-03-23-14.log",
|
|
31
|
+
"hash": "50289762489725b491c0ceeb560cb6bd"
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
|
-
"date":
|
|
35
|
-
"name": "logs/connections-2022-03-
|
|
36
|
-
"hash": "
|
|
34
|
+
"date": 1648533457219,
|
|
35
|
+
"name": "logs/connections-2022-03-29-14.log",
|
|
36
|
+
"hash": "6f85eec2977a8bea2fba49246d82f31a"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"date":
|
|
40
|
-
"name": "logs/connections-2022-03-
|
|
41
|
-
"hash": "
|
|
39
|
+
"date": 1648534458086,
|
|
40
|
+
"name": "logs/connections-2022-03-29-15.log",
|
|
41
|
+
"hash": "e9749452b1d34e729d23a908a7f19581"
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
|
-
"date":
|
|
45
|
-
"name": "logs/connections-2022-03-
|
|
46
|
-
"hash": "
|
|
44
|
+
"date": 1648541766654,
|
|
45
|
+
"name": "logs/connections-2022-03-29-17.log",
|
|
46
|
+
"hash": "fc8f45946828a161b2a06c446094c5db"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
|
-
"date":
|
|
50
|
-
"name": "logs/connections-2022-03-
|
|
51
|
-
"hash": "
|
|
49
|
+
"date": 1648706648894,
|
|
50
|
+
"name": "logs/connections-2022-03-31-15.log",
|
|
51
|
+
"hash": "51ce2be7d3f02a31d2e0d3cd8facce70"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"date": 1648710566461,
|
|
55
|
+
"name": "logs/connections-2022-03-31-16.log",
|
|
56
|
+
"hash": "b78dfaae1325736efeb6d37618f00da2"
|
|
52
57
|
}
|
|
53
58
|
],
|
|
54
59
|
"hashType": "md5"
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
2022-03-31T07:09:29.593Z error: Data type "Object" in "DataSample.workDate" is not supported by "sqlite" database.
|
|
2
|
+
2022-03-31T07:09:30.304Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
3
|
+
2022-03-31T07:09:30.305Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
4
|
+
2022-03-31T07:10:12.116Z error: Connection with sqlite database is not established. Check connection configuration.
|
|
5
|
+
2022-03-31T07:13:38.200Z info: Database connection established
|
|
6
|
+
2022-03-31T07:13:39.633Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
7
|
+
2022-03-31T07:13:39.633Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
8
|
+
2022-03-31T07:21:33.611Z info: Database connection established
|
|
9
|
+
2022-03-31T07:21:34.460Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
10
|
+
2022-03-31T07:21:34.461Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
11
|
+
2022-03-31T07:25:07.172Z info: Database connection established
|
|
12
|
+
2022-03-31T07:25:08.171Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
13
|
+
2022-03-31T07:25:08.172Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/reference-app",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.22",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -39,55 +39,57 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@hatiolab/things-scene": "^2.7.34",
|
|
41
41
|
"@material/mwc-checkbox": "^0.25.3",
|
|
42
|
-
"@operato/data-grist": "
|
|
43
|
-
"@operato/ghost-print": "
|
|
44
|
-
"@operato/graphql": "
|
|
45
|
-
"@operato/help": "
|
|
46
|
-
"@operato/i18n": "
|
|
47
|
-
"@operato/input": "
|
|
48
|
-
"@operato/layout": "
|
|
49
|
-
"@operato/ocr": "
|
|
50
|
-
"@operato/popup": "
|
|
51
|
-
"@operato/pull-to-refresh": "
|
|
52
|
-
"@operato/scene-chartjs": "^0.
|
|
53
|
-
"@operato/scene-clock": "^0.
|
|
54
|
-
"@operato/scene-gauge": "^0.
|
|
55
|
-
"@operato/scene-half-roundrect": "^0.
|
|
56
|
-
"@operato/scene-indoor-map": "^0.
|
|
57
|
-
"@operato/scene-news-ticker": "^0.
|
|
58
|
-
"@operato/scene-progressbar": "^0.
|
|
59
|
-
"@operato/scene-random": "^0.
|
|
60
|
-
"@operato/scene-switch": "^0.
|
|
61
|
-
"@operato/scene-tab": "^0.
|
|
62
|
-
"@operato/shell": "
|
|
63
|
-
"@operato/utils": "
|
|
64
|
-
"@things-factory/api": "^5.0.0-alpha.
|
|
65
|
-
"@things-factory/apptool-ui": "^5.0.0-alpha.
|
|
66
|
-
"@things-factory/auth-ui": "^5.0.0-alpha.
|
|
67
|
-
"@things-factory/board-service": "^5.0.0-alpha.
|
|
68
|
-
"@things-factory/board-ui": "^5.0.0-alpha.
|
|
69
|
-
"@things-factory/
|
|
70
|
-
"@things-factory/
|
|
71
|
-
"@things-factory/
|
|
72
|
-
"@things-factory/
|
|
73
|
-
"@things-factory/export-ui
|
|
74
|
-
"@things-factory/
|
|
75
|
-
"@things-factory/
|
|
76
|
-
"@things-factory/
|
|
77
|
-
"@things-factory/
|
|
78
|
-
"@things-factory/
|
|
79
|
-
"@things-factory/
|
|
80
|
-
"@things-factory/
|
|
81
|
-
"@things-factory/
|
|
82
|
-
"@things-factory/
|
|
83
|
-
"@things-factory/
|
|
84
|
-
"@things-factory/
|
|
85
|
-
"@things-factory/
|
|
86
|
-
"@things-factory/
|
|
87
|
-
"@things-factory/
|
|
42
|
+
"@operato/data-grist": "1.0.0-alpha.45",
|
|
43
|
+
"@operato/ghost-print": "1.0.0-alpha.45",
|
|
44
|
+
"@operato/graphql": "1.0.0-alpha.45",
|
|
45
|
+
"@operato/help": "1.0.0-alpha.45",
|
|
46
|
+
"@operato/i18n": "1.0.0-alpha.45",
|
|
47
|
+
"@operato/input": "1.0.0-alpha.45",
|
|
48
|
+
"@operato/layout": "1.0.0-alpha.45",
|
|
49
|
+
"@operato/ocr": "1.0.0-alpha.45",
|
|
50
|
+
"@operato/popup": "1.0.0-alpha.45",
|
|
51
|
+
"@operato/pull-to-refresh": "1.0.0-alpha.45",
|
|
52
|
+
"@operato/scene-chartjs": "^1.0.0-alpha.4",
|
|
53
|
+
"@operato/scene-clock": "^1.0.0-alpha.4",
|
|
54
|
+
"@operato/scene-gauge": "^1.0.0-alpha.4",
|
|
55
|
+
"@operato/scene-half-roundrect": "^1.0.0-alpha.4",
|
|
56
|
+
"@operato/scene-indoor-map": "^1.0.0-alpha.4",
|
|
57
|
+
"@operato/scene-news-ticker": "^1.0.0-alpha.4",
|
|
58
|
+
"@operato/scene-progressbar": "^1.0.0-alpha.4",
|
|
59
|
+
"@operato/scene-random": "^1.0.0-alpha.4",
|
|
60
|
+
"@operato/scene-switch": "^1.0.0-alpha.4",
|
|
61
|
+
"@operato/scene-tab": "^1.0.0-alpha.4",
|
|
62
|
+
"@operato/shell": "1.0.0-alpha.45",
|
|
63
|
+
"@operato/utils": "1.0.0-alpha.45",
|
|
64
|
+
"@things-factory/api": "^5.0.0-alpha.22",
|
|
65
|
+
"@things-factory/apptool-ui": "^5.0.0-alpha.22",
|
|
66
|
+
"@things-factory/auth-ui": "^5.0.0-alpha.22",
|
|
67
|
+
"@things-factory/board-service": "^5.0.0-alpha.22",
|
|
68
|
+
"@things-factory/board-ui": "^5.0.0-alpha.22",
|
|
69
|
+
"@things-factory/ccp": "^5.0.0-alpha.22",
|
|
70
|
+
"@things-factory/context-ui": "^5.0.0-alpha.22",
|
|
71
|
+
"@things-factory/dashboard": "^5.0.0-alpha.22",
|
|
72
|
+
"@things-factory/dataset": "^5.0.0-alpha.22",
|
|
73
|
+
"@things-factory/export-ui": "^5.0.0-alpha.22",
|
|
74
|
+
"@things-factory/export-ui-excel": "^5.0.0-alpha.22",
|
|
75
|
+
"@things-factory/grist-ui": "^5.0.0-alpha.22",
|
|
76
|
+
"@things-factory/help": "^5.0.0-alpha.22",
|
|
77
|
+
"@things-factory/integration-ui": "^5.0.0-alpha.22",
|
|
78
|
+
"@things-factory/lite-menu": "^5.0.0-alpha.22",
|
|
79
|
+
"@things-factory/more-ui": "^5.0.0-alpha.22",
|
|
80
|
+
"@things-factory/notification": "^5.0.0-alpha.22",
|
|
81
|
+
"@things-factory/oauth2-client": "^5.0.0-alpha.22",
|
|
82
|
+
"@things-factory/print-ui": "^5.0.0-alpha.22",
|
|
83
|
+
"@things-factory/qc": "^5.0.0-alpha.22",
|
|
84
|
+
"@things-factory/resource-ui": "^5.0.0-alpha.22",
|
|
85
|
+
"@things-factory/scene-form": "^5.0.0-alpha.22",
|
|
86
|
+
"@things-factory/setting-base": "^5.0.0-alpha.22",
|
|
87
|
+
"@things-factory/setting-ui": "^5.0.0-alpha.22",
|
|
88
|
+
"@things-factory/shell": "^5.0.0-alpha.22",
|
|
89
|
+
"@things-factory/system-ui": "^5.0.0-alpha.22"
|
|
88
90
|
},
|
|
89
91
|
"devDependencies": {
|
|
90
|
-
"@things-factory/builder": "^5.0.0-alpha.
|
|
92
|
+
"@things-factory/builder": "^5.0.0-alpha.22"
|
|
91
93
|
},
|
|
92
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "8e06de9c59237f1800b2ff4f1c53162a0228342a"
|
|
93
95
|
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
2022-03-06T15:02:49.405Z info: File Storage is Ready.
|
|
2
|
-
2022-03-06T15:02:53.434Z info: Database connection established
|
|
3
|
-
2022-03-06T15:02:54.491Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
-
2022-03-06T15:02:54.497Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
5
|
-
2022-03-06T15:05:08.646Z error: SQLITE_CONSTRAINT: FOREIGN KEY constraint failed
|
|
6
|
-
2022-03-06T15:16:23.935Z info: File Storage is Ready.
|
|
7
|
-
2022-03-06T15:16:29.209Z info: Database connection established
|
|
8
|
-
2022-03-06T15:16:30.118Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
9
|
-
2022-03-06T15:16:30.118Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
10
|
-
2022-03-06T15:30:46.135Z info: File Storage is Ready.
|
|
11
|
-
2022-03-06T15:30:51.459Z info: Database connection established
|
|
12
|
-
2022-03-06T15:30:52.417Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
13
|
-
2022-03-06T15:30:52.417Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
14
|
-
2022-03-06T15:41:52.841Z info: File Storage is Ready.
|
|
15
|
-
2022-03-06T15:41:57.689Z info: Database connection established
|
|
16
|
-
2022-03-06T15:41:58.674Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
17
|
-
2022-03-06T15:41:58.674Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
18
|
-
2022-03-06T15:43:04.369Z info: File Storage is Ready.
|
|
19
|
-
2022-03-06T15:43:08.893Z info: Database connection established
|
|
20
|
-
2022-03-06T15:43:10.676Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
21
|
-
2022-03-06T15:43:10.676Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
22
|
-
2022-03-06T15:51:02.227Z info: File Storage is Ready.
|
|
23
|
-
2022-03-06T15:51:09.191Z info: Database connection established
|
|
24
|
-
2022-03-06T15:51:10.291Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
25
|
-
2022-03-06T15:51:10.292Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
26
|
-
2022-03-06T15:55:00.755Z info: File Storage is Ready.
|
|
27
|
-
2022-03-06T15:55:06.114Z info: Database connection established
|
|
28
|
-
2022-03-06T15:55:07.089Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
29
|
-
2022-03-06T15:55:07.089Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
30
|
-
2022-03-06T15:57:23.638Z info: File Storage is Ready.
|
|
31
|
-
2022-03-06T15:57:30.102Z info: Database connection established
|
|
32
|
-
2022-03-06T15:57:31.121Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
33
|
-
2022-03-06T15:57:31.121Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
2022-03-06T16:05:38.564Z info: File Storage is Ready.
|
|
2
|
-
2022-03-06T16:05:45.566Z info: Database connection established
|
|
3
|
-
2022-03-06T16:05:46.727Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
-
2022-03-06T16:05:46.728Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
5
|
-
2022-03-06T16:06:29.777Z error: SQLITE_CONSTRAINT: FOREIGN KEY constraint failed
|
|
6
|
-
2022-03-06T16:09:30.799Z info: File Storage is Ready.
|
|
7
|
-
2022-03-06T16:09:38.645Z info: Database connection established
|
|
8
|
-
2022-03-06T16:09:40.015Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
9
|
-
2022-03-06T16:09:40.016Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
10
|
-
2022-03-06T16:11:44.721Z info: File Storage is Ready.
|
|
11
|
-
2022-03-06T16:11:51.913Z info: Database connection established
|
|
12
|
-
2022-03-06T16:11:53.264Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
13
|
-
2022-03-06T16:11:53.265Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
2022-03-07T02:48:34.467Z info: File Storage is Ready.
|
|
2
|
-
2022-03-07T02:48:38.755Z info: Database connection established
|
|
3
|
-
2022-03-07T02:48:39.739Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
-
2022-03-07T02:48:39.739Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
2022-03-07T12:16:43.343Z error: SQLITE_CONSTRAINT: UNIQUE constraint failed: data_sensors.device_id
|
|
2
|
-
2022-03-07T12:17:18.349Z error: SQLITE_CONSTRAINT: UNIQUE constraint failed: data_sensors.device_id
|
|
3
|
-
2022-03-07T12:30:27.680Z info: File Storage is Ready.
|
|
4
|
-
2022-03-07T12:30:34.574Z info: Database connection established
|
|
5
|
-
2022-03-07T12:30:35.732Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
6
|
-
2022-03-07T12:30:35.732Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
7
|
-
2022-03-07T12:36:32.069Z error: SQLITE_CONSTRAINT: UNIQUE constraint failed: data_sensors.domain_id, data_sensors.name
|
|
8
|
-
2022-03-07T12:39:40.586Z info: File Storage is Ready.
|
|
9
|
-
2022-03-07T12:39:47.436Z info: Database connection established
|
|
10
|
-
2022-03-07T12:39:48.446Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
11
|
-
2022-03-07T12:39:48.447Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
12
|
-
2022-03-07T12:41:48.315Z info: File Storage is Ready.
|
|
13
|
-
2022-03-07T12:41:55.680Z info: Database connection established
|
|
14
|
-
2022-03-07T12:41:56.921Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
15
|
-
2022-03-07T12:41:56.921Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
2022-03-08T02:12:47.926Z error: No entity column "dataSetId" was found.
|
|
2
|
-
2022-03-08T02:15:38.681Z error: No entity column "dataSetId" was found.
|
|
3
|
-
2022-03-08T02:21:36.467Z info: File Storage is Ready.
|
|
4
|
-
2022-03-08T02:21:43.332Z info: Database connection established
|
|
5
|
-
2022-03-08T02:21:44.414Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
6
|
-
2022-03-08T02:21:44.415Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
7
|
-
2022-03-08T02:31:16.947Z error: No entity column "dataSetId" was found.
|
|
8
|
-
2022-03-08T02:31:56.761Z info: File Storage is Ready.
|
|
9
|
-
2022-03-08T02:32:03.810Z info: Database connection established
|
|
10
|
-
2022-03-08T02:32:04.881Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
11
|
-
2022-03-08T02:32:04.882Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
2022-03-08T03:19:04.941Z info: File Storage is Ready.
|
|
2
|
-
2022-03-08T03:19:14.196Z info: Database connection established
|
|
3
|
-
2022-03-08T03:19:15.421Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
-
2022-03-08T03:19:15.422Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
5
|
-
2022-03-08T03:20:49.523Z error: Unable to serialize value '1646709649485' as it's not an instance of 'Date'
|
|
6
|
-
2022-03-08T03:21:40.098Z info: File Storage is Ready.
|
|
7
|
-
2022-03-08T03:21:46.617Z info: Database connection established
|
|
8
|
-
2022-03-08T03:21:47.667Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
9
|
-
2022-03-08T03:21:47.667Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
10
|
-
2022-03-08T03:22:27.246Z error: stream is not readable
|
|
11
|
-
2022-03-08T03:22:27.274Z error: stream is not readable
|
|
12
|
-
2022-03-08T03:22:27.284Z error: stream is not readable
|
|
13
|
-
2022-03-08T03:22:27.296Z error: stream is not readable
|
|
14
|
-
2022-03-08T03:22:27.306Z error: stream is not readable
|
|
15
|
-
2022-03-08T03:22:27.533Z error: stream is not readable
|
|
16
|
-
2022-03-08T03:22:27.544Z error: stream is not readable
|
|
17
|
-
2022-03-08T03:28:15.664Z info: File Storage is Ready.
|
|
18
|
-
2022-03-08T03:28:23.985Z info: Database connection established
|
|
19
|
-
2022-03-08T03:28:25.193Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
20
|
-
2022-03-08T03:28:25.194Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
21
|
-
2022-03-08T03:28:37.898Z error: Unable to serialize value '2022-03-08' as it's not an instance of 'Date'
|
|
22
|
-
2022-03-08T03:28:37.899Z error: Unable to serialize value '2022-03-08' as it's not an instance of 'Date'
|
|
23
|
-
2022-03-08T03:29:45.766Z error: Unable to serialize value '2022-03-08' as it's not an instance of 'Date'
|
|
24
|
-
2022-03-08T03:29:45.776Z error: Unable to serialize value '2022-03-08' as it's not an instance of 'Date'
|
|
25
|
-
2022-03-08T03:31:13.275Z info: File Storage is Ready.
|
|
26
|
-
2022-03-08T03:31:20.217Z info: Database connection established
|
|
27
|
-
2022-03-08T03:31:21.473Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
28
|
-
2022-03-08T03:31:21.473Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|