@things-factory/operato-dataset 6.0.27
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 +8 -0
- package/Dockerfile +16 -0
- package/_index.html +89 -0
- package/assets/favicon.ico +0 -0
- package/assets/helps/index.md +1 -0
- package/assets/images/hatiolab-logo.png +0 -0
- package/assets/images/spinner.png +0 -0
- package/assets/manifest/apple-1024.png +0 -0
- package/assets/manifest/apple-120.png +0 -0
- package/assets/manifest/apple-152.png +0 -0
- package/assets/manifest/apple-167.png +0 -0
- package/assets/manifest/apple-180.png +0 -0
- package/assets/manifest/apple-touch-icon.png +0 -0
- package/assets/manifest/badge-128x128.png +0 -0
- package/assets/manifest/chrome-splashscreen-icon-384x384.png +0 -0
- package/assets/manifest/chrome-touch-icon-192x192.png +0 -0
- package/assets/manifest/icon-128x128.png +0 -0
- package/assets/manifest/icon-192x192.png +0 -0
- package/assets/manifest/icon-512x512.png +0 -0
- package/assets/manifest/icon-72x72.png +0 -0
- package/assets/manifest/icon-96x96.png +0 -0
- package/assets/manifest/image-metaog.png +0 -0
- package/assets/manifest/maskable_icon.png +0 -0
- package/assets/manifest/ms-icon-144x144.png +0 -0
- package/assets/manifest/ms-touch-icon-144x144-precomposed.png +0 -0
- package/assets/manifest.json +27 -0
- package/client/bootstrap.ts +182 -0
- package/client/index.ts +0 -0
- package/client/menu.ts +135 -0
- package/client/query-data-key-sets.ts +29 -0
- package/client/route.ts +6 -0
- package/client/themes/app-theme.css +142 -0
- package/client/tsconfig.json +12 -0
- package/config/config.development.js +1 -0
- package/config/config.production.js +36 -0
- package/config.development.js +31 -0
- package/db.sqlite +0 -0
- package/dist-server/controllers/index.js +1 -0
- package/dist-server/controllers/index.js.map +1 -0
- package/dist-server/index.js +7 -0
- package/dist-server/index.js.map +1 -0
- package/dist-server/routes.js +25 -0
- package/dist-server/routes.js.map +1 -0
- package/dist-server/service/index.js +14 -0
- package/dist-server/service/index.js.map +1 -0
- package/dist-server/tsconfig.tsbuildinfo +1 -0
- package/installer/config.production.js +40 -0
- package/installer/docker-compose.yml +37 -0
- package/installer/install.sh +54 -0
- package/installer/migrate.sh +1 -0
- package/installer/start.sh +18 -0
- package/installer/stop.sh +1 -0
- package/installer/upgrade.sh +1 -0
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +165 -0
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +110 -0
- package/logs/application-2023-03-25-17.log +15 -0
- package/logs/application-2023-03-26-02.log +8 -0
- package/logs/application-2023-03-26-03.log +10 -0
- package/logs/application-2023-03-26-06.log +21 -0
- package/logs/application-2023-03-26-07.log +11 -0
- package/logs/application-2023-03-26-11.log +1 -0
- package/logs/application-2023-03-26-12.log +2 -0
- package/logs/application-2023-03-26-13.log +52 -0
- package/logs/application-2023-03-26-15.log +5 -0
- package/logs/application-2023-03-26-16.log +2 -0
- package/logs/application-2023-03-26-22.log +5 -0
- package/logs/application-2023-03-27-03.log +5 -0
- package/logs/application-2023-03-27-04.log +35 -0
- package/logs/application-2023-03-27-09.log +84 -0
- package/logs/application-2023-03-27-10.log +20 -0
- package/logs/application-2023-03-27-11.log +16 -0
- package/logs/application-2023-03-27-12.log +6 -0
- package/logs/application-2023-03-27-13.log +19 -0
- package/logs/application-2023-03-27-14.log +20 -0
- package/logs/application-2023-03-27-15.log +10 -0
- package/logs/application-2023-03-27-16.log +13 -0
- package/logs/application-2023-03-27-17.log +16 -0
- package/logs/application-2023-03-27-18.log +11 -0
- package/logs/application-2023-03-27-19.log +4 -0
- package/logs/application-2023-03-27-20.log +4 -0
- package/logs/application-2023-03-27-21.log +1 -0
- package/logs/application-2023-03-27-22.log +2 -0
- package/logs/application-2023-03-27-23.log +4 -0
- package/logs/application-2023-03-28-00.log +2 -0
- package/logs/application-2023-03-28-01.log +2 -0
- package/logs/application-2023-03-28-02.log +3 -0
- package/logs/connections-2023-03-25-14.log +0 -0
- package/logs/connections-2023-03-25-15.log +0 -0
- package/logs/connections-2023-03-25-16.log +0 -0
- package/logs/connections-2023-03-25-17.log +0 -0
- package/logs/connections-2023-03-26-02.log +0 -0
- package/logs/connections-2023-03-26-03.log +0 -0
- package/logs/connections-2023-03-26-06.log +0 -0
- package/logs/connections-2023-03-26-07.log +0 -0
- package/logs/connections-2023-03-26-13.log +0 -0
- package/logs/connections-2023-03-27-03.log +0 -0
- package/logs/connections-2023-03-27-04.log +0 -0
- package/logs/connections-2023-03-27-09.log +0 -0
- package/logs/connections-2023-03-27-10.log +0 -0
- package/logs/connections-2023-03-27-11.log +0 -0
- package/logs/connections-2023-03-27-12.log +0 -0
- package/logs/connections-2023-03-27-13.log +0 -0
- package/logs/connections-2023-03-27-14.log +0 -0
- package/logs/connections-2023-03-27-15.log +0 -0
- package/logs/connections-2023-03-27-16.log +0 -0
- package/logs/connections-2023-03-27-17.log +0 -0
- package/openapi/unstable.yaml +41 -0
- package/package.json +94 -0
- package/schema.gql +4326 -0
- package/server/controllers/index.ts +0 -0
- package/server/index.ts +4 -0
- package/server/routes.ts +28 -0
- package/server/service/index.ts +13 -0
- package/server/tsconfig.json +9 -0
- package/things-factory.config.ts +13 -0
- package/translations/en.json +1 -0
- package/translations/ko.json +1 -0
- package/translations/ms.json +1 -0
- package/translations/zh.json +1 -0
- package/views/auth-page.html +93 -0
- package/views/public/home.html +83 -0
- package/yarn-error.log +23772 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
2023-03-27T23:11:28+09:00 error: oracledb module loading failed
|
|
2
|
+
2023-03-27T23:11:30+09:00 info: Default DataSource established
|
|
3
|
+
2023-03-27T23:11:30+09:00 info: Transaction DataSource established
|
|
4
|
+
2023-03-27T23:11:31+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
5
|
+
2023-03-27T23:11:31+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
6
|
+
2023-03-27T23:15:58+09:00 error: oracledb module loading failed
|
|
7
|
+
2023-03-27T23:16:00+09:00 info: Default DataSource established
|
|
8
|
+
2023-03-27T23:16:00+09:00 info: Transaction DataSource established
|
|
9
|
+
2023-03-27T23:16:01+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
10
|
+
2023-03-27T23:16:01+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
11
|
+
2023-03-27T23:17:44+09:00 error: oracledb module loading failed
|
|
12
|
+
2023-03-27T23:17:45+09:00 info: Default DataSource established
|
|
13
|
+
2023-03-27T23:17:45+09:00 info: Transaction DataSource established
|
|
14
|
+
2023-03-27T23:17:46+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
15
|
+
2023-03-27T23:17:46+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
16
|
+
2023-03-27T23:35:49+09:00 error: oracledb module loading failed
|
|
17
|
+
2023-03-27T23:35:50+09:00 info: Default DataSource established
|
|
18
|
+
2023-03-27T23:35:50+09:00 info: Transaction DataSource established
|
|
19
|
+
2023-03-27T23:35:51+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
20
|
+
2023-03-27T23:35:51+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
2023-03-28T00:00:24+09:00 error: oracledb module loading failed
|
|
2
|
+
2023-03-28T00:00:26+09:00 info: Default DataSource established
|
|
3
|
+
2023-03-28T00:00:26+09:00 info: Transaction DataSource established
|
|
4
|
+
2023-03-28T00:00:26+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
5
|
+
2023-03-28T00:00:26+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
6
|
+
2023-03-28T00:16:53+09:00 error: oracledb module loading failed
|
|
7
|
+
2023-03-28T00:16:54+09:00 info: Default DataSource established
|
|
8
|
+
2023-03-28T00:16:54+09:00 info: Transaction DataSource established
|
|
9
|
+
2023-03-28T00:16:55+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
10
|
+
2023-03-28T00:16:55+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
2023-03-28T01:27:12+09:00 error: oracledb module loading failed
|
|
2
|
+
2023-03-28T01:27:13+09:00 info: Default DataSource established
|
|
3
|
+
2023-03-28T01:27:13+09:00 info: Transaction DataSource established
|
|
4
|
+
2023-03-28T01:27:14+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
5
|
+
2023-03-28T01:27:14+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
6
|
+
2023-03-28T01:28:03+09:00 error: Cannot destructure property 'id' of 'approver' as it is null.
|
|
7
|
+
2023-03-28T01:45:34+09:00 error: oracledb module loading failed
|
|
8
|
+
2023-03-28T01:45:34+09:00 info: Default DataSource established
|
|
9
|
+
2023-03-28T01:45:35+09:00 info: Transaction DataSource established
|
|
10
|
+
2023-03-28T01:45:35+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
11
|
+
2023-03-28T01:45:35+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
12
|
+
2023-03-28T01:57:39+09:00 error: Cannot destructure property 'id' of 'approver' as it is null.
|
|
13
|
+
2023-03-28T01:58:53+09:00 error: Cannot destructure property 'id' of 'approver' as it is null.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
2023-03-28T02:02:50+09:00 error: oracledb module loading failed
|
|
2
|
+
2023-03-28T02:02:51+09:00 info: Default DataSource established
|
|
3
|
+
2023-03-28T02:02:52+09:00 info: Transaction DataSource established
|
|
4
|
+
2023-03-28T02:02:52+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
5
|
+
2023-03-28T02:02:52+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
6
|
+
2023-03-28T02:04:33+09:00 error: Cannot destructure property 'id' of 'approver' as it is null.
|
|
7
|
+
2023-03-28T02:13:18+09:00 error: oracledb module loading failed
|
|
8
|
+
2023-03-28T02:13:19+09:00 info: Default DataSource established
|
|
9
|
+
2023-03-28T02:13:19+09:00 info: Transaction DataSource established
|
|
10
|
+
2023-03-28T02:13:33+09:00 error: oracledb module loading failed
|
|
11
|
+
2023-03-28T02:13:34+09:00 info: Default DataSource established
|
|
12
|
+
2023-03-28T02:13:34+09:00 info: Transaction DataSource established
|
|
13
|
+
2023-03-28T02:13:34+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
14
|
+
2023-03-28T02:13:34+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
15
|
+
2023-03-28T02:14:20+09:00 error: Variable "$comment" of non-null type "String!" must not be null.
|
|
16
|
+
2023-03-28T02:14:55+09:00 error: Variable "$comment" of non-null type "String!" must not be null.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
2023-03-27T18:10:32+09:00 info: File Storage is Ready.
|
|
2
|
+
2023-03-27T18:12:59+09:00 info: File Storage is Ready.
|
|
3
|
+
2023-03-27T18:13:26+09:00 info: File Storage is Ready.
|
|
4
|
+
2023-03-27T18:14:11+09:00 info: File Storage is Ready.
|
|
5
|
+
2023-03-27T18:16:32+09:00 info: File Storage is Ready.
|
|
6
|
+
2023-03-27T18:17:44+09:00 info: File Storage is Ready.
|
|
7
|
+
2023-03-27T18:18:26+09:00 info: File Storage is Ready.
|
|
8
|
+
2023-03-27T18:24:59+09:00 info: File Storage is Ready.
|
|
9
|
+
2023-03-27T18:40:49+09:00 info: File Storage is Ready.
|
|
10
|
+
2023-03-27T18:50:53+09:00 info: File Storage is Ready.
|
|
11
|
+
2023-03-27T18:57:02+09:00 info: File Storage is Ready.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2023-03-27T21:46:30+09:00 info: File Storage is Ready.
|
|
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
|
|
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
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
openapi: 3.0.0
|
|
2
|
+
info:
|
|
3
|
+
description: >
|
|
4
|
+
For the latest release information please check our [release notes](https://developer.operato-dataset.com/release_notes).
|
|
5
|
+
The Operato Dataset API exposes integrations endpoint and related functions.
|
|
6
|
+
version: 'unstable'
|
|
7
|
+
title: 'Operato Dataset'
|
|
8
|
+
termsOfService: 'https://operato-dataset.com/terms/'
|
|
9
|
+
contact:
|
|
10
|
+
email: 'heartyoh@hatiolab.com'
|
|
11
|
+
license:
|
|
12
|
+
name: MIT
|
|
13
|
+
url: http://mit-license.org/
|
|
14
|
+
tags:
|
|
15
|
+
- name: 'operato-dataset'
|
|
16
|
+
description: 'API for read, create and update operato-haccps'
|
|
17
|
+
schemes:
|
|
18
|
+
- 'https'
|
|
19
|
+
- 'http'
|
|
20
|
+
servers:
|
|
21
|
+
- url: '/api/unstable'
|
|
22
|
+
|
|
23
|
+
components:
|
|
24
|
+
securitySchemes:
|
|
25
|
+
basicAuth:
|
|
26
|
+
type: http
|
|
27
|
+
scheme: basic
|
|
28
|
+
bearerAuth:
|
|
29
|
+
type: http
|
|
30
|
+
scheme: bearer
|
|
31
|
+
|
|
32
|
+
security:
|
|
33
|
+
- basicAuth: []
|
|
34
|
+
- bearerAuth: []
|
|
35
|
+
responses:
|
|
36
|
+
UnauthorizedError:
|
|
37
|
+
description: Unauthorized
|
|
38
|
+
|
|
39
|
+
externalDocs:
|
|
40
|
+
description: 'Find out about our release notes'
|
|
41
|
+
url: 'https://developer.operato-dataset.com/release_notes'
|
package/package.json
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@things-factory/operato-dataset",
|
|
3
|
+
"version": "6.0.27",
|
|
4
|
+
"main": "dist-server/index.js",
|
|
5
|
+
"browser": "dist-client/index.js",
|
|
6
|
+
"things-factory": true,
|
|
7
|
+
"thingsFactoryConfig": "things-factory.config.ts",
|
|
8
|
+
"author": "heartyoh <heartyoh@hatiolab.com>",
|
|
9
|
+
"description": "Operato Dataset - dataset, collecting, logging",
|
|
10
|
+
"publishConfig": {
|
|
11
|
+
"access": "public",
|
|
12
|
+
"@things-factory:registry": "https://registry.npmjs.org"
|
|
13
|
+
},
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "git+https://github.com/hatiolab/things-factory.git",
|
|
17
|
+
"directory": "packages/operato-dataset"
|
|
18
|
+
},
|
|
19
|
+
"scripts": {
|
|
20
|
+
"serve": "things-factory operato-dataset",
|
|
21
|
+
"serve:dev": "npm run build:server && things-factory-dev operato-dataset",
|
|
22
|
+
"build": "npm run build:server",
|
|
23
|
+
"build:client": "npm run clean:client && webpack --config ../builder/webpack.config.js",
|
|
24
|
+
"build:server": "npm run clean:server && tsc --p ./server/tsconfig.json",
|
|
25
|
+
"clean:server": "rm -rf dist-server",
|
|
26
|
+
"clean:client": "rm -rf dist-client",
|
|
27
|
+
"clean": "npm run clean:server && npm run clean:client",
|
|
28
|
+
"migration": "npm run build:server && things-factory-migration",
|
|
29
|
+
"migration:privileges": "npm run build:server && things-factory-migration-privileges",
|
|
30
|
+
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations",
|
|
31
|
+
"migration:generate": "node ../../node_modules/typeorm/cli.js migration:generate",
|
|
32
|
+
"migration:run": "node ../../node_modules/typeorm/cli.js migration:run",
|
|
33
|
+
"migration:revert": "node ../../node_modules/typeorm/cli.js migration:revert",
|
|
34
|
+
"stop:dev": "kill $(lsof -t -i:3000,3001)",
|
|
35
|
+
"stop": "things-factory-stop operato-dataset",
|
|
36
|
+
"docker": "npm run build:client && things-factory-dockerize hatiolab/operato-dataset:latest hatiolab/operato-dataset:$npm_package_version linux/amd64",
|
|
37
|
+
"docker:run": "docker run --platform linux/amd64 -p 4000:3000 hatiolab/operato-dataset:latest",
|
|
38
|
+
"docker:push": "docker image push hatiolab/operato-dataset:latest && docker image push hatiolab/operato-dataset:$npm_package_version"
|
|
39
|
+
},
|
|
40
|
+
"dependencies": {
|
|
41
|
+
"@operato/board": "^1.2.10",
|
|
42
|
+
"@operato/data-grist": "^1.2.10",
|
|
43
|
+
"@operato/layout": "^1.2.10",
|
|
44
|
+
"@operato/scene-chartjs": "^1.0.0",
|
|
45
|
+
"@operato/scene-clock": "^1.0.0",
|
|
46
|
+
"@operato/scene-data-transform": "^1.0.0",
|
|
47
|
+
"@operato/scene-form": "^1.0.0",
|
|
48
|
+
"@operato/scene-gauge": "^1.0.0",
|
|
49
|
+
"@operato/scene-grist": "^1.0.0",
|
|
50
|
+
"@operato/scene-half-roundrect": "^1.0.0",
|
|
51
|
+
"@operato/scene-integration": "^1.0.0",
|
|
52
|
+
"@operato/scene-news-ticker": "^1.0.0",
|
|
53
|
+
"@operato/scene-progressbar": "^1.0.0",
|
|
54
|
+
"@operato/scene-random": "^1.0.0",
|
|
55
|
+
"@operato/scene-switch": "^1.0.0",
|
|
56
|
+
"@operato/scene-table": "^1.0.0",
|
|
57
|
+
"@operato/scene-timer": "^1.0.0",
|
|
58
|
+
"@operato/shell": "^1.2.6",
|
|
59
|
+
"@things-factory/api": "^6.0.27",
|
|
60
|
+
"@things-factory/apptool-base": "^6.0.27",
|
|
61
|
+
"@things-factory/apptool-ui": "^6.0.27",
|
|
62
|
+
"@things-factory/auth-base": "^6.0.27",
|
|
63
|
+
"@things-factory/auth-ui": "^6.0.27",
|
|
64
|
+
"@things-factory/board-service": "^6.0.27",
|
|
65
|
+
"@things-factory/board-ui": "^6.0.27",
|
|
66
|
+
"@things-factory/ccp": "^6.0.27",
|
|
67
|
+
"@things-factory/context-ui": "^6.0.27",
|
|
68
|
+
"@things-factory/dashboard": "^6.0.27",
|
|
69
|
+
"@things-factory/dataset": "^6.0.27",
|
|
70
|
+
"@things-factory/export-ui": "^6.0.27",
|
|
71
|
+
"@things-factory/help": "^6.0.27",
|
|
72
|
+
"@things-factory/i18n-base": "^6.0.27",
|
|
73
|
+
"@things-factory/integration-base": "^6.0.27",
|
|
74
|
+
"@things-factory/integration-ui": "^6.0.27",
|
|
75
|
+
"@things-factory/lite-menu": "^6.0.27",
|
|
76
|
+
"@things-factory/more-base": "^6.0.27",
|
|
77
|
+
"@things-factory/more-ui": "^6.0.27",
|
|
78
|
+
"@things-factory/notification": "^6.0.27",
|
|
79
|
+
"@things-factory/oauth2-client": "^6.0.27",
|
|
80
|
+
"@things-factory/organization": "^6.0.27",
|
|
81
|
+
"@things-factory/qc": "^6.0.27",
|
|
82
|
+
"@things-factory/resource-ui": "^6.0.27",
|
|
83
|
+
"@things-factory/setting-base": "^6.0.27",
|
|
84
|
+
"@things-factory/setting-ui": "^6.0.27",
|
|
85
|
+
"@things-factory/shell": "^6.0.27",
|
|
86
|
+
"@things-factory/system-ui": "^6.0.27",
|
|
87
|
+
"@things-factory/work-shift": "^6.0.27",
|
|
88
|
+
"@things-factory/worklist": "^6.0.27"
|
|
89
|
+
},
|
|
90
|
+
"devDependencies": {
|
|
91
|
+
"@things-factory/builder": "^6.0.24"
|
|
92
|
+
},
|
|
93
|
+
"gitHead": "684784a4f3e450e9ce07dcd51db70b8a2d2c2a0f"
|
|
94
|
+
}
|