feat: switch link direction between feat and log_int_arc - #675
Merged
AlexanderLanin merged 3 commits intoJul 30, 2026
Merged
Conversation
RolandJentschETAS
requested review from
AlexanderLanin,
MaximilianSoerenPollak,
dcalavrezo-qorix and
nradakovic
as code owners
July 30, 2026 13:24
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //src:license-checkStatus: Click to expand output |
Co-authored-by: Alexander Lanin <Alexander.Lanin@etas.com> Signed-off-by: RolandJentschETAS <135332348+RolandJentschETAS@users.noreply.github.com>
|
The created documentation from the pull request is available at: docu-html |
AlexanderLanin
approved these changes
Jul 30, 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
This pull request updates the requirements and metamodel to support a migration in the directionality of the link between
featandlogic_arc_int. The changes ensure that both the old and new link directions are supported as optional during the transition, and update documentation and tests accordingly.Requirements and Metamodel Migration:
requirements.rstto addlogic_arc_int included_by featas an optional link and clarified that both directions are accepted during migration. Also added a note explaining the link direction switch to help with traceability and migration. [1] [2]metamodel.yamlso that the oldincludeslink is now optional, and the newincluded_bylink is also optional forlogic_arc_intduring migration. Added comments to clarify the migration status of both directions. [1] [2]Test Updates:
architecture_tests.rstto include the new:included_by:field for relevantlogic_arc_intentries, ensuring tests cover the new migration path. [1] [2]🚨 Impact Analysis
✅ Checklist