@things-factory/reference-app 5.0.0-alpha.23 → 5.0.0-alpha.24

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/_index.html CHANGED
@@ -98,7 +98,7 @@
98
98
  })(window, document, 'script', '//cdn.raygun.io/raygun4js/raygun.min.js', 'rg4js')
99
99
  </script>
100
100
  <script type="text/javascript">
101
- rg4js('apiKey', 'EU2u06LmMqbBKh32syGg')
101
+ rg4js('apiKey', 'VvPzjH0zKdOM0hynpycw')
102
102
  rg4js('enableCrashReporting', true)
103
103
  </script>
104
104
  </head>
@@ -73,6 +73,17 @@ export default function bootstrap() {
73
73
  setAuthManagementMenus(credential)
74
74
 
75
75
  if (credential.owner) {
76
+ store.dispatch({
77
+ type: ADD_MORENDA,
78
+ morenda: {
79
+ icon: html` <mwc-icon>pending_actions</mwc-icon> `,
80
+ name: html` <i18n-msg msgid="title.work-shift"></i18n-msg> `,
81
+ action: () => {
82
+ navigate('work-shift')
83
+ }
84
+ }
85
+ })
86
+
76
87
  store.dispatch({
77
88
  type: ADD_MORENDA,
78
89
  morenda: {
@@ -5,6 +5,6 @@ module.exports = {
5
5
  apiKey: ''
6
6
  },
7
7
  raygun: {
8
- apiKey: 'EU2u06LmMqbBKh32syGg'
8
+ apiKey: 'VvPzjH0zKdOM0hynpycw'
9
9
  }
10
10
  }
package/db.sqlite CHANGED
Binary file
@@ -49,6 +49,11 @@
49
49
  "date": 1648796634176,
50
50
  "name": "logs/application-2022-04-01-16.log",
51
51
  "hash": "dc8dde429397c74da8b073f74b7c0a10"
52
+ },
53
+ {
54
+ "date": 1648800357414,
55
+ "name": "logs/application-2022-04-01-17.log",
56
+ "hash": "2493a8b82f1c7e7b304fdff6853a7433"
52
57
  }
53
58
  ],
54
59
  "hashType": "md5"
@@ -74,6 +74,11 @@
74
74
  "date": 1648796642090,
75
75
  "name": "logs/connections-2022-04-01-16.log",
76
76
  "hash": "8cef208a72cd0356ffd5ed418496cb47"
77
+ },
78
+ {
79
+ "date": 1648800359081,
80
+ "name": "logs/connections-2022-04-01-17.log",
81
+ "hash": "4273e164742e6c6eb336214a6bc6ce64"
77
82
  }
78
83
  ],
79
84
  "hashType": "md5"
@@ -0,0 +1,18 @@
1
+ 2022-04-01T08:06:01.918Z info: Database connection established
2
+ 2022-04-01T08:06:02.930Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
3
+ 2022-04-01T08:06:02.930Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
4
+ 2022-04-01T08:07:32.580Z error: SQLITE_CONSTRAINT: FOREIGN KEY constraint failed
5
+ 2022-04-01T08:09:47.451Z info: Database connection established
6
+ 2022-04-01T08:09:48.338Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
7
+ 2022-04-01T08:09:48.338Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
8
+ 2022-04-01T08:10:49.613Z error: SQLITE_CONSTRAINT: FOREIGN KEY constraint failed
9
+ 2022-04-01T08:27:13.628Z error: SQLITE_CONSTRAINT: FOREIGN KEY constraint failed
10
+ 2022-04-01T08:40:36.142Z info: Database connection established
11
+ 2022-04-01T08:40:37.306Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
12
+ 2022-04-01T08:40:37.306Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
13
+ 2022-04-01T08:41:28.183Z error: SQLITE_CONSTRAINT: FOREIGN KEY constraint failed
14
+ 2022-04-01T08:43:07.448Z error: SQLITE_CONSTRAINT: FOREIGN KEY constraint failed
15
+ 2022-04-01T08:43:38.065Z error: SQLITE_CONSTRAINT: FOREIGN KEY constraint failed
16
+ 2022-04-01T08:45:02.408Z error: SQLITE_CONSTRAINT: FOREIGN KEY constraint failed
17
+ 2022-04-01T08:46:09.951Z error: SQLITE_CONSTRAINT: FOREIGN KEY constraint failed
18
+ 2022-04-01T08:59:10.241Z error: SQLITE_CONSTRAINT: UNIQUE constraint failed: data_sets.domain_id, data_sets.name
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.23",
3
+ "version": "5.0.0-alpha.24",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -39,16 +39,16 @@
39
39
  "dependencies": {
40
40
  "@hatiolab/things-scene": "^2.7.34",
41
41
  "@material/mwc-checkbox": "^0.25.3",
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",
42
+ "@operato/data-grist": "1.0.0-alpha.46",
43
+ "@operato/ghost-print": "1.0.0-alpha.46",
44
+ "@operato/graphql": "1.0.0-alpha.46",
45
+ "@operato/help": "1.0.0-alpha.46",
46
+ "@operato/i18n": "1.0.0-alpha.46",
47
+ "@operato/input": "1.0.0-alpha.46",
48
+ "@operato/layout": "1.0.0-alpha.46",
49
+ "@operato/ocr": "1.0.0-alpha.46",
50
+ "@operato/popup": "1.0.0-alpha.46",
51
+ "@operato/pull-to-refresh": "1.0.0-alpha.46",
52
52
  "@operato/scene-chartjs": "^1.0.0-alpha.4",
53
53
  "@operato/scene-clock": "^1.0.0-alpha.4",
54
54
  "@operato/scene-gauge": "^1.0.0-alpha.4",
@@ -59,37 +59,38 @@
59
59
  "@operato/scene-random": "^1.0.0-alpha.4",
60
60
  "@operato/scene-switch": "^1.0.0-alpha.4",
61
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.23",
65
- "@things-factory/apptool-ui": "^5.0.0-alpha.23",
66
- "@things-factory/auth-ui": "^5.0.0-alpha.23",
67
- "@things-factory/board-service": "^5.0.0-alpha.23",
68
- "@things-factory/board-ui": "^5.0.0-alpha.23",
69
- "@things-factory/ccp": "^5.0.0-alpha.23",
70
- "@things-factory/context-ui": "^5.0.0-alpha.23",
71
- "@things-factory/dashboard": "^5.0.0-alpha.23",
72
- "@things-factory/dataset": "^5.0.0-alpha.23",
73
- "@things-factory/export-ui": "^5.0.0-alpha.23",
74
- "@things-factory/export-ui-excel": "^5.0.0-alpha.23",
75
- "@things-factory/grist-ui": "^5.0.0-alpha.23",
76
- "@things-factory/help": "^5.0.0-alpha.23",
77
- "@things-factory/integration-ui": "^5.0.0-alpha.23",
78
- "@things-factory/lite-menu": "^5.0.0-alpha.23",
79
- "@things-factory/more-ui": "^5.0.0-alpha.23",
80
- "@things-factory/notification": "^5.0.0-alpha.23",
81
- "@things-factory/oauth2-client": "^5.0.0-alpha.23",
82
- "@things-factory/print-ui": "^5.0.0-alpha.23",
83
- "@things-factory/qc": "^5.0.0-alpha.23",
84
- "@things-factory/resource-ui": "^5.0.0-alpha.23",
85
- "@things-factory/scene-form": "^5.0.0-alpha.23",
86
- "@things-factory/setting-base": "^5.0.0-alpha.23",
87
- "@things-factory/setting-ui": "^5.0.0-alpha.23",
88
- "@things-factory/shell": "^5.0.0-alpha.23",
89
- "@things-factory/system-ui": "^5.0.0-alpha.23"
62
+ "@operato/shell": "1.0.0-alpha.46",
63
+ "@operato/utils": "1.0.0-alpha.46",
64
+ "@things-factory/api": "^5.0.0-alpha.24",
65
+ "@things-factory/apptool-ui": "^5.0.0-alpha.24",
66
+ "@things-factory/auth-ui": "^5.0.0-alpha.24",
67
+ "@things-factory/board-service": "^5.0.0-alpha.24",
68
+ "@things-factory/board-ui": "^5.0.0-alpha.24",
69
+ "@things-factory/ccp": "^5.0.0-alpha.24",
70
+ "@things-factory/context-ui": "^5.0.0-alpha.24",
71
+ "@things-factory/dashboard": "^5.0.0-alpha.24",
72
+ "@things-factory/dataset": "^5.0.0-alpha.24",
73
+ "@things-factory/export-ui": "^5.0.0-alpha.24",
74
+ "@things-factory/export-ui-excel": "^5.0.0-alpha.24",
75
+ "@things-factory/grist-ui": "^5.0.0-alpha.24",
76
+ "@things-factory/help": "^5.0.0-alpha.24",
77
+ "@things-factory/integration-ui": "^5.0.0-alpha.24",
78
+ "@things-factory/lite-menu": "^5.0.0-alpha.24",
79
+ "@things-factory/more-ui": "^5.0.0-alpha.24",
80
+ "@things-factory/notification": "^5.0.0-alpha.24",
81
+ "@things-factory/oauth2-client": "^5.0.0-alpha.24",
82
+ "@things-factory/print-ui": "^5.0.0-alpha.24",
83
+ "@things-factory/qc": "^5.0.0-alpha.24",
84
+ "@things-factory/resource-ui": "^5.0.0-alpha.24",
85
+ "@things-factory/scene-form": "^5.0.0-alpha.24",
86
+ "@things-factory/setting-base": "^5.0.0-alpha.24",
87
+ "@things-factory/setting-ui": "^5.0.0-alpha.24",
88
+ "@things-factory/shell": "^5.0.0-alpha.24",
89
+ "@things-factory/system-ui": "^5.0.0-alpha.24",
90
+ "@things-factory/work-shift": "^5.0.0-alpha.24"
90
91
  },
91
92
  "devDependencies": {
92
- "@things-factory/builder": "^5.0.0-alpha.23"
93
+ "@things-factory/builder": "^5.0.0-alpha.24"
93
94
  },
94
- "gitHead": "2be04b72d722f690fac58a3698ddaed5cc616959"
95
+ "gitHead": "077d90d32fa548afd4925ce07f8f7f27c6b3399a"
95
96
  }
@@ -1,10 +0,0 @@
1
- module.exports = {
2
- subdomain: 'system',
3
- awsAppSync: {
4
- apiUrl: '',
5
- apiKey: ''
6
- },
7
- raygun: {
8
- apiKey: 'EU2u06LmMqbBKh32syGg'
9
- }
10
- }