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

chore: switch to current Mesh 2.17 master build #539

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

tnoczyns-volue
Copy link
Collaborator

  • Switch to current Mesh 2.17 master build
  • Adjust tests to changes with requested time series ID. If requesting points for a time series attribute we no longer return ID (and time series key) of connected physical time series (if any). Instead we return the same ID as in the request.

See example:

  • Time series attribute TsAtt is connected to physical time series with time series key equal 100
  • Client requests time series points for TsAtt providing e.g. time series path like: "Model/MyModel/MyObject.TsAtt"
  • For Mesh server versions <= 2.16 we returned time series points with ID, path and time series key of to the physical time series.
    • ID_OF_PHYSICAL_TIME_SERIES
    • Path = "Resource/MyResourceCatalog/MyPhysicalTimeseries"
    • Key = 100
  • Starting with Mesh 2.17 we return time series points with ID and path (no time series key for time series attribute!) of the time series attribute.
    • ID_OF_TIME_SERIES_ATTRIBUTE
    • Path = "Model/MyModel/MyObject.TsAtt"
    • time series attributes are not identified by time series keys

@tnoczyns-volue tnoczyns-volue added this to the Version 1.12 milestone Feb 3, 2025
@tnoczyns-volue tnoczyns-volue requested a review from simia February 3, 2025 15:04
@tnoczyns-volue tnoczyns-volue force-pushed the tnoczyns-2025-02-03-switch-to-Mesh-2.17-dev branch from 6a9a17b to 35aa321 Compare February 3, 2025 15:15
@tnoczyns-volue tnoczyns-volue merged commit 50fe801 into master Feb 3, 2025
9 checks passed
@tnoczyns-volue tnoczyns-volue deleted the tnoczyns-2025-02-03-switch-to-Mesh-2.17-dev branch February 3, 2025 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants