Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
6cb49c2
fix: DefaultBrowseName
AndreasHeine Apr 13, 2026
ba9f78b
bump: version
AndreasHeine Apr 13, 2026
4683d93
chore(deps): update dependency @types/node to v25.6.0 (#1341)
renovate[bot] Apr 14, 2026
f55ee4d
chore(deps): update node.js to v24.14.1 (#1333)
renovate[bot] Apr 14, 2026
4c4cef5
chore(deps): update github/codeql-action action to v4.35.1 (#1334)
renovate[bot] Apr 14, 2026
e9c0374
chore(deps): update docker/login-action action to v4.1.0 (#1339)
renovate[bot] Apr 14, 2026
3d29ecd
chore(deps): update dependency mocha to v12.0.0-beta-9.2 (#1340)
renovate[bot] Apr 14, 2026
04598a7
chore(deps): update dependency @eslint/compat to v2.0.5 (#1342)
renovate[bot] Apr 14, 2026
e01c4cf
chore(deps): update dependency @typescript-eslint/eslint-plugin to v8…
renovate[bot] Apr 14, 2026
dfcf90d
chore(deps): update dependency alpine_3_23/openssl to v3.5.6-r0 (#1344)
renovate[bot] Apr 14, 2026
b0d078b
chore(deps): update dependency prettier to v3.8.2 (#1345)
renovate[bot] Apr 14, 2026
ebb2646
chore(deps): update dependency globals to v17.5.0 (#1346)
renovate[bot] Apr 14, 2026
a99629c
chore(deps): update docker/build-push-action action to v7.1.0 (#1347)
renovate[bot] Apr 17, 2026
57cbda6
feat: update locations for HMI2026 (#1353)
GoetzGoerisch Apr 17, 2026
f8ed440
fix(deps): update dependency @noble/hashes to v2.2.0 (#1348)
renovate[bot] Apr 17, 2026
c2cc931
fix(deps): update node-opcua to v2.169.0 (#1349)
renovate[bot] Apr 17, 2026
4d2e0f5
chore(deps): update dependency prettier to v3.8.3 (#1350)
renovate[bot] Apr 17, 2026
e2edab7
chore(deps): update github/codeql-action action to v4.35.2 (#1351)
renovate[bot] Apr 17, 2026
13361eb
chore(deps): update node.js to v24.15.0 (#1352)
renovate[bot] Apr 17, 2026
eb7751d
chore(deps): update actions/setup-node action to v6.4.0 (#1354)
renovate[bot] Apr 22, 2026
5d28690
chore(deps): update dependency @typescript-eslint/eslint-plugin to v8…
renovate[bot] Apr 22, 2026
8b54acf
chore(deps): update dependency @typescript-eslint/eslint-plugin to v8…
renovate[bot] Apr 28, 2026
1375d5d
feat: Location for GrindingHub 2026
GoetzGoerisch May 5, 2026
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
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.34.1
uses: github/codeql-action/init@v4.35.2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or
Expand All @@ -50,7 +50,7 @@ jobs:
# If this step fails, then you should remove it and
# run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v4.34.1
uses: github/codeql-action/autobuild@v4.35.2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -65,4 +65,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.34.1
uses: github/codeql-action/analyze@v4.35.2
4 changes: 2 additions & 2 deletions .github/workflows/container_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
uses: docker/login-action@v4.0.0
uses: docker/login-action@v4.1.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -65,7 +65,7 @@ jobs:
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
uses: docker/build-push-action@v7.0.0
uses: docker/build-push-action@v7.1.0
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v6.0.2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6.3.0
uses: actions/setup-node@v6.4.0
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:24.14.0-alpine3.23 AS builder
FROM node:24.15.0-alpine3.23 AS builder

RUN node -v

Expand All @@ -14,7 +14,7 @@ RUN npm -v && \
npm install && \
npm run pretest

FROM node:24.14.0-alpine3.23 AS production
FROM node:24.15.0-alpine3.23 AS production

WORKDIR /home/node

Expand Down
4 changes: 2 additions & 2 deletions LDS.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:24.14.0-alpine3.23
FROM node:24.15.0-alpine3.23
# hadolint ignore=DL3018
RUN apk --no-cache add \
openssl=3.5.5-r0
openssl=3.5.6-r0

WORKDIR /home/node/

Expand Down
2 changes: 1 addition & 1 deletion models/LaserSystem-Example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
<Value>
<uax:String>IMTS E3 135256/AMB 9 C45/Virtual 1 1</uax:String>
<uax:String>GRIND 9 B20/AMB 9 C45/Virtual 1 1</uax:String>
</Value>
</UAVariable>
<UAVariable DataType="LocalizedText" NodeId="ns=6;i=6001" BrowseName="1:Manufacturer" ParentNodeId="ns=6;i=5004">
Expand Down
2 changes: 1 addition & 1 deletion models/MachineTool-Energy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5057</Reference>
</References>
<Value>
<uax:String>TMTS 4 G0912/Virtual 1 1/N 49.871215 E 8.654204</uax:String>
<uax:String>GRIND 9 B20/Virtual 1 1/N 49.871215 E 8.654204</uax:String>
</Value>
</UAVariable>
<UAVariable NodeId="ns=1;i=6138" BrowseName="4:Manufacturer" ParentNodeId="ns=1;i=5057" DataType="LocalizedText">
Expand Down
2 changes: 1 addition & 1 deletion models/Machinetool-Example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5003</Reference>
</References>
<Value>
<uax:String>IMTS E3 135256/AMB 9 C45/N 50.082694 E 8.626230</uax:String>
<uax:String>GRIND 9 B20/AMB 9 C45/N 50.082694 E 8.626230</uax:String>
</Value>
</UAVariable>
<UAVariable DataType="LocalizedText" ParentNodeId="ns=1;i=5003" NodeId="ns=1;i=6001" BrowseName="4:Manufacturer">
Expand Down
2 changes: 1 addition & 1 deletion models/Opc.Ua.Ugg.Intances.Umati.NodeSet2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=MyMachine.Identification</Reference>
</References>
<Value>
<uax:String>TMTS 4 G1025/GRIND 9 C51/N46.56528, E26.506400</uax:String>
<uax:String>HMI 27 K21/GRIND 9 C51/N46.56528, E26.506400</uax:String>
</Value>
</UAVariable>
<UAVariable NodeId="ns=1;s=MyMachine.Identification.Manufacturer" DataType="LocalizedText" ParentNodeId="ns=1;s=MyMachine.Identification" BrowseName="4:Manufacturer">
Expand Down
2 changes: 1 addition & 1 deletion models/ShowCaseMachineTool.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5005</Reference>
</References>
<Value>
<uax:String>Virtual 1 1/N 49.871215 E 8.654204</uax:String>
<uax:String>GRIND 9 B20/Virtual 1 1/N 49.871215 E 8.654204</uax:String>
</Value>
</UAVariable>
<UAVariable NodeId="ns=1;i=6001" ParentNodeId="ns=1;i=5005" DataType="LocalizedText" BrowseName="4:Manufacturer">
Expand Down
2 changes: 1 addition & 1 deletion models/umati_opc40077_sample_instance.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=5014</Reference>
</References>
<Value>
<uax:String>IMTS E3 135256/AMB 9 C45/VIRTUAL 0 0/N 51.260407 E 6.744588</uax:String>
<uax:String>GRIND 9 B20/AMB 9 C45/VIRTUAL 0 0/N 51.260407 E 6.744588</uax:String>
</Value>
</UAVariable>
<UAVariable DataType="LocalizedText" ParentNodeId="ns=1;i=5014" NodeId="ns=1;i=6032" BrowseName="3:Manufacturer">
Expand Down
Loading
Loading