Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging #462

Merged
merged 3 commits into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.15-alpha.274](https://github.com/TheTechCompany/HiveCommandClient/compare/v1.4.15-alpha.273...v1.4.15-alpha.274) (2023-10-12)

**Note:** Version bump only for package @hivecomand-clients/root





## [1.4.15-alpha.273](https://github.com/TheTechCompany/HiveCommandClient/compare/v1.4.15-alpha.272...v1.4.15-alpha.273) (2023-10-12)

**Note:** Version bump only for package @hivecomand-clients/root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"packages/editors/*"
],
"npmClient": "yarn",
"version": "1.4.15-alpha.273"
"version": "1.4.15-alpha.274"
}
8 changes: 8 additions & 0 deletions packages/app/hivecommand-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.15-alpha.274](https://github.com/TheTechCompany/HiveCommand/compare/v1.4.15-alpha.273...v1.4.15-alpha.274) (2023-10-12)

**Note:** Version bump only for package @hive-command/api





## [1.4.15-alpha.273](https://github.com/TheTechCompany/HiveCommand/compare/v1.4.15-alpha.272...v1.4.15-alpha.273) (2023-10-12)

**Note:** Version bump only for package @hive-command/api
Expand Down
2 changes: 1 addition & 1 deletion packages/app/hivecommand-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hive-command/api",
"version": "1.4.15-alpha.273",
"version": "1.4.15-alpha.274",
"description": "",
"main": "dist/index.js",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/app/hivecommand-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.15-alpha.274](https://github.com/TheTechCompany/HiveCommand/compare/v1.4.15-alpha.273...v1.4.15-alpha.274) (2023-10-12)

**Note:** Version bump only for package @hive-command/backend





## [1.4.15-alpha.273](https://github.com/TheTechCompany/HiveCommand/compare/v1.4.15-alpha.272...v1.4.15-alpha.273) (2023-10-12)

**Note:** Version bump only for package @hive-command/backend
Expand Down
8 changes: 4 additions & 4 deletions packages/app/hivecommand-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hive-command/backend",
"version": "1.4.15-alpha.273",
"version": "1.4.15-alpha.274",
"description": "",
"main": "index.js",
"private": true,
Expand Down Expand Up @@ -31,9 +31,9 @@
"@aws-sdk/client-lambda": "^3.410.0",
"@casl/ability": "^6.5.0",
"@hexhive/graphql-server": "1.0.2-beta.62",
"@hive-command/amqp-client": "^1.4.15-alpha.273",
"@hive-command/data": "^1.4.15-alpha.273",
"@hive-command/scripting": "^1.4.15-alpha.273",
"@hive-command/amqp-client": "^1.4.15-alpha.274",
"@hive-command/data": "^1.4.15-alpha.274",
"@hive-command/scripting": "^1.4.15-alpha.274",
"@prisma/client": "^3.12.0",
"amqplib": "^0.8.0",
"axios": "^0.27.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/app/hivecommand-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.15-alpha.274](https://github.com/TheTechCompany/HiveCommand/compare/v1.4.15-alpha.273...v1.4.15-alpha.274) (2023-10-12)

**Note:** Version bump only for package @hive-command/frontend





## [1.4.15-alpha.273](https://github.com/TheTechCompany/HiveCommand/compare/v1.4.15-alpha.272...v1.4.15-alpha.273) (2023-10-12)

**Note:** Version bump only for package @hive-command/frontend
Expand Down
14 changes: 7 additions & 7 deletions packages/app/hivecommand-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hive-command/frontend",
"private": true,
"version": "1.4.15-alpha.273",
"version": "1.4.15-alpha.274",
"scripts": {
"start": "webpack serve --port 8504",
"start:standalone": "webpack serve --env standalone",
Expand Down Expand Up @@ -69,14 +69,14 @@
"@hexhive/auth-ui": "1.0.2-beta.44",
"@hexhive/styles": "1.0.1-alpha.84",
"@hexhive/ui": "1.0.1-alpha.119",
"@hive-command/api": "^1.4.15-alpha.273",
"@hive-command/canvas-nodes": "^1.4.15-alpha.273",
"@hive-command/command-surface": "^1.4.15-alpha.273",
"@hive-command/api": "^1.4.15-alpha.274",
"@hive-command/canvas-nodes": "^1.4.15-alpha.274",
"@hive-command/command-surface": "^1.4.15-alpha.274",
"@hive-command/data-types": "^1.4.15-alpha.52",
"@hive-command/electrical-editor": "^1.4.15-alpha.273",
"@hive-command/electrical-editor": "^1.4.15-alpha.274",
"@hive-command/electrical-editor-v2": "workspace:^",
"@hive-command/remote-components": "^1.4.15-alpha.273",
"@hive-command/scripting": "^1.4.15-alpha.273",
"@hive-command/remote-components": "^1.4.15-alpha.274",
"@hive-command/scripting": "^1.4.15-alpha.274",
"@monaco-editor/react": "^4.4.6",
"@mui/base": "^5.0.0-beta.18",
"@mui/icons-material": "^5.6.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
.canvas-container .react-flow__pane{
/* cursor: crosshair !important; */
cursor: none !important;
}

.react-flow__node-page {
pointer-events: none !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,14 @@ export const SchematicEditor = () => {
}

if(page.edges){

input.edges = page.edges;
}

if(page.name){
input.name = page.name;
}

debouncedUpdate({
variables:{
schematic: id,
Expand Down
8 changes: 8 additions & 0 deletions packages/app/hivecommand-native-designer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.15-alpha.274](https://github.com/TheTechCompany/HiveCommand/compare/v1.4.15-alpha.273...v1.4.15-alpha.274) (2023-10-12)

**Note:** Version bump only for package hivecommand-native-designer





## [1.4.15-alpha.273](https://github.com/TheTechCompany/HiveCommand/compare/v1.4.15-alpha.272...v1.4.15-alpha.273) (2023-10-12)

**Note:** Version bump only for package hivecommand-native-designer
Expand Down
2 changes: 1 addition & 1 deletion packages/app/hivecommand-native-designer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hivecommand-native-designer",
"version": "1.4.15-alpha.273",
"version": "1.4.15-alpha.274",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/app/hivecommand-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.15-alpha.274](https://github.com/TheTechCompany/HiveCommand/compare/v1.4.15-alpha.273...v1.4.15-alpha.274) (2023-10-12)

**Note:** Version bump only for package @hive-command/native





## [1.4.15-alpha.273](https://github.com/TheTechCompany/HiveCommand/compare/v1.4.15-alpha.272...v1.4.15-alpha.273) (2023-10-12)

**Note:** Version bump only for package @hive-command/native
Expand Down
12 changes: 6 additions & 6 deletions packages/app/hivecommand-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hive-command/native",
"version": "1.4.15-alpha.273",
"version": "1.4.15-alpha.274",
"private": true,
"sideEffects": false,
"dependencies": {
Expand All @@ -9,11 +9,11 @@
"@hexhive/styles": "^1.0.1-alpha.77",
"@hexhive/ui": "1.0.1-alpha.119",
"@hexhive/utils": "^0.0.6-alpha.13",
"@hive-command/api": "^1.4.15-alpha.273",
"@hive-command/command-surface": "^1.4.15-alpha.273",
"@hive-command/local-sidecar": "^1.4.15-alpha.273",
"@hive-command/remote-components": "^1.4.15-alpha.273",
"@hive-command/scripting": "^1.4.15-alpha.273",
"@hive-command/api": "^1.4.15-alpha.274",
"@hive-command/command-surface": "^1.4.15-alpha.274",
"@hive-command/local-sidecar": "^1.4.15-alpha.274",
"@hive-command/remote-components": "^1.4.15-alpha.274",
"@hive-command/scripting": "^1.4.15-alpha.274",
"@monaco-editor/react": "^4.4.6",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "5.0.0-alpha.102",
Expand Down
8 changes: 8 additions & 0 deletions packages/clients/iot-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.15-alpha.274](https://github.com/TheTechCompany/HiveCommand/compare/v1.4.15-alpha.273...v1.4.15-alpha.274) (2023-10-12)

**Note:** Version bump only for package @hive-command/iot-cli





## [1.4.15-alpha.273](https://github.com/TheTechCompany/HiveCommand/compare/v1.4.15-alpha.272...v1.4.15-alpha.273) (2023-10-12)

**Note:** Version bump only for package @hive-command/iot-cli
Expand Down
4 changes: 2 additions & 2 deletions packages/clients/iot-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hive-command/iot-cli",
"version": "1.4.15-alpha.273",
"version": "1.4.15-alpha.274",
"description": "",
"files": [
"dist/"
Expand All @@ -19,7 +19,7 @@
"typescript": "^4.3.5"
},
"dependencies": {
"@hive-command/local-sidecar": "^1.4.15-alpha.273",
"@hive-command/local-sidecar": "^1.4.15-alpha.274",
"axios": "^1.3.3",
"loglevel": "^1.8.1"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/communication/amqp-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.15-alpha.274](https://github.com/TheTechCompany/HiveCommand/compare/v1.4.15-alpha.273...v1.4.15-alpha.274) (2023-10-12)

**Note:** Version bump only for package @hive-command/amqp-client





## [1.4.15-alpha.273](https://github.com/TheTechCompany/HiveCommand/compare/v1.4.15-alpha.272...v1.4.15-alpha.273) (2023-10-12)

**Note:** Version bump only for package @hive-command/amqp-client
Expand Down
2 changes: 1 addition & 1 deletion packages/communication/amqp-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hive-command/amqp-client",
"version": "1.4.15-alpha.273",
"version": "1.4.15-alpha.274",
"description": "",
"main": "dist/index.js",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/communication/amqp-hub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.15-alpha.274](https://github.com/TheTechCompany/HiveCommand/compare/v1.4.15-alpha.273...v1.4.15-alpha.274) (2023-10-12)

**Note:** Version bump only for package @hive-command/amqp-hub





## [1.4.15-alpha.273](https://github.com/TheTechCompany/HiveCommand/compare/v1.4.15-alpha.272...v1.4.15-alpha.273) (2023-10-12)

**Note:** Version bump only for package @hive-command/amqp-hub
Expand Down
6 changes: 3 additions & 3 deletions packages/communication/amqp-hub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hive-command/amqp-hub",
"version": "1.4.15-alpha.273",
"version": "1.4.15-alpha.274",
"description": "",
"main": "dist/index.js",
"files": [
Expand All @@ -14,14 +14,14 @@
"test": "jest"
},
"devDependencies": {
"@hive-command/data": "^1.4.15-alpha.273",
"@hive-command/data": "^1.4.15-alpha.274",
"@types/amqplib": "^0.10.1",
"dotenv": "^16.0.3",
"jest": "27.x",
"typescript": "^4.3.5"
},
"dependencies": {
"@hive-command/amqp-client": "^1.4.15-alpha.273",
"@hive-command/amqp-client": "^1.4.15-alpha.274",
"amqplib": "^0.10.3",
"mqtt": "^4.3.7"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/communication/opc-amqp-bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.15-alpha.274](https://github.com/TheTechCompany/HiveCommand/compare/v1.4.15-alpha.273...v1.4.15-alpha.274) (2023-10-12)

**Note:** Version bump only for package @hive-command/opcua-amqp-bridge





## [1.4.15-alpha.273](https://github.com/TheTechCompany/HiveCommand/compare/v1.4.15-alpha.272...v1.4.15-alpha.273) (2023-10-12)

**Note:** Version bump only for package @hive-command/opcua-amqp-bridge
Expand Down
8 changes: 4 additions & 4 deletions packages/communication/opc-amqp-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hive-command/opcua-amqp-bridge",
"version": "1.4.15-alpha.273",
"version": "1.4.15-alpha.274",
"description": "",
"main": "dist/index.js",
"files": [
Expand All @@ -20,9 +20,9 @@
"typescript": "^4.3.5"
},
"dependencies": {
"@hive-command/amqp-client": "^1.4.15-alpha.273",
"@hive-command/opcua-client": "^1.4.15-alpha.273",
"@hive-command/scripting": "^1.4.15-alpha.273",
"@hive-command/amqp-client": "^1.4.15-alpha.274",
"@hive-command/opcua-client": "^1.4.15-alpha.274",
"@hive-command/scripting": "^1.4.15-alpha.274",
"lodash": "^4.17.21",
"loglevel": "^1.8.1",
"node-opcua": "^2.91.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/communication/opc-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.15-alpha.274](https://github.com/TheTechCompany/sudbuster/compare/v1.4.15-alpha.273...v1.4.15-alpha.274) (2023-10-12)

**Note:** Version bump only for package @hive-command/opcua-client





## [1.4.15-alpha.273](https://github.com/TheTechCompany/sudbuster/compare/v1.4.15-alpha.272...v1.4.15-alpha.273) (2023-10-12)

**Note:** Version bump only for package @hive-command/opcua-client
Expand Down
6 changes: 3 additions & 3 deletions packages/communication/opc-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hive-command/opcua-client",
"version": "1.4.15-alpha.273",
"version": "1.4.15-alpha.274",
"description": "> TODO: description",
"author": "Ross Leitch <[email protected]>",
"homepage": "https://github.com/TheTechCompany/sudbuster#readme",
Expand All @@ -27,12 +27,12 @@
"url": "https://github.com/TheTechCompany/sudbuster/issues"
},
"dependencies": {
"@hive-command/opcua-utils": "^1.4.15-alpha.273",
"@hive-command/opcua-utils": "^1.4.15-alpha.274",
"commander": "^7.2.0",
"node-opcua": "^2.68.1"
},
"devDependencies": {
"@hive-command/opcua-server": "^1.4.15-alpha.273",
"@hive-command/opcua-server": "^1.4.15-alpha.274",
"@sinonjs/fake-timers": "^10.0.2",
"@types/jest": "^27.0.3",
"@types/sinon": "^10.0.13",
Expand Down
8 changes: 8 additions & 0 deletions packages/communication/opc-ethernet-ip-bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.15-alpha.274](https://github.com/TheTechCompany/HiveCommand/compare/v1.4.15-alpha.273...v1.4.15-alpha.274) (2023-10-12)

**Note:** Version bump only for package @hive-command/enip-bridge





## [1.4.15-alpha.273](https://github.com/TheTechCompany/HiveCommand/compare/v1.4.15-alpha.272...v1.4.15-alpha.273) (2023-10-12)

**Note:** Version bump only for package @hive-command/enip-bridge
Expand Down
Loading
Loading