feat(comhub): wire up getMetadata, reactive sync, disconnect stubs, upgrade datex to 0.0.13#87
Merged
jonasstrehle merged 17 commits intorelease/0.0.1from Mar 13, 2026
Conversation
benStre
requested changes
Mar 11, 2026
Member
benStre
left a comment
There was a problem hiding this comment.
Looks already a lot better and seems to work so far, just a few remarks from my side. Can you please ensure that all the issues that are part of this PR are linked in the description of the PR?
benStre
requested changes
Mar 12, 2026
benStre
requested changes
Mar 12, 2026
Member
|
Okay, looks good - just rebase this on release/0.0.1 and make sure to resolve all conflicts - then we can also merge this PR |
…pgrade datex to 0.0.13
…e and endpoint views
… and EndpointList components
aec25b0 to
e725130
Compare
benStre
requested changes
Mar 13, 2026
benStre
approved these changes
Mar 13, 2026
jonasstrehle
approved these changes
Mar 13, 2026
…sconnectInterface to removeInterface
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary #87
Completes the ComHub implementation using the @unyt/datex@0.0.13 runtime APIs.
Changes
@unyt/datexto0.0.13(pinned, no^)Runtime.create()inruntime.ts— runtime successfully initializes and returns live ComHub metadataDatex.comHub.getMetadata()callsComHubOverview.vueandComHubEndpointView.vuedisconnectSocketanddisconnectInterfaceusingDatex.comHub.removeSocket()andDatex.comHub.removeInterface()syncMetadata()polling every 2s viasetInterval, cleared ononUnmountedTesting
@@localonly — needs server config indefaultConfigto test external connectionsLinked Issues
Closes #78
Closes #70
Closes #71
Closes #72
Closes #73
Closes #74