Master378 backport ctt changes - #4326
Merged
mrsuciu merged 9 commits intoSep 10, 2026
Merged
Conversation
Correct Part 13 defaults, interpolation bounds, Min/Max timestamp provenance, transition counting, status aggregates, and sample/population standard deviation while retaining the master378 calculator API. Port direct calculator coverage and keep StatusCode comparisons local to aggregate behavior. Backport-of: 64ca85f Backport-of: b2b4dbb Backport-of: e1c7344 Backport-of: ed09030 Backport-of: b26be47 Backport-of: 7f40965 Backport-of: 70f2e05 Backport-of: 0da85b9 Backport-of: 84fa8e8
Route processed reads through the existing synchronous NodeManager and IHistoryDataSource contracts, with forward/reverse bounds, configuration resolution, bounded pagination, continuation lifecycle, scalar seeding, and an in-memory annotation sidecar. Adapt the CTT and residual oracle scenarios without importing the new public historian framework or changing HistoryFile, HistoryRecord, or HistoryEntry layout. Backport-of: c89bc92 Backport-of: b2b4dbb Backport-of: d7cb170 Backport-of: 0da85b9 Backport-of: 84fa8e8
Add deterministic historizing scalar nodes and HistoricalDataConfiguration metadata without replacing existing nodes or changing their identifiers. Exercise raw and processed service routing, forward/reverse results, annotation counts, pagination and release, parallel snapshots, unchanged record layout, and raw-history non-mutation. Backport-of: c89bc92 Backport-of: d7cb170 Backport-of: 70f2e05 Backport-of: 0da85b9 Backport-of: 84fa8e8
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master378 #4326 +/- ##
=============================================
+ Coverage 60.35% 61.83% +1.48%
=============================================
Files 378 379 +1
Lines 79155 79271 +116
Branches 13850 13881 +31
=============================================
+ Hits 47777 49021 +1244
+ Misses 26961 25827 -1134
- Partials 4417 4423 +6
🚀 New features to boost your workflow:
|
mrsuciu
marked this pull request as ready for review
September 4, 2026 13:23
mrsuciu
requested review from
marcschier and
romanett
and removed request for
marcschier
September 10, 2026 06:33
romanett
approved these changes
Sep 10, 2026
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.
Description
Backport CTT related changes from master into master378.