Dynamic config and file_transfer impl migration - #246
Merged
rmaddikery merged 2 commits intoJul 28, 2026
Conversation
Y-Vaishnavi
had a problem deploying
to
workflow-approval
July 26, 2026 17:31 — with
GitHub Actions
Error
Y-Vaishnavi
requested a deployment
to
workflow-approval
July 26, 2026 17:31 — with
GitHub Actions
Waiting
Y-Vaishnavi
requested a deployment
to
workflow-approval
July 26, 2026 17:31 — with
GitHub Actions
Waiting
Y-Vaishnavi
requested a deployment
to
workflow-approval
July 26, 2026 17:31 — with
GitHub Actions
Waiting
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
Y-Vaishnavi
force-pushed
the
5A6A3ABB4B74F4375B4D7C51733A2996
branch
from
July 27, 2026 06:08
1566978 to
d418fce
Compare
Y-Vaishnavi
requested a deployment
to
workflow-approval
July 27, 2026 06:08 — with
GitHub Actions
Waiting
Y-Vaishnavi
requested a deployment
to
workflow-approval
July 27, 2026 06:08 — with
GitHub Actions
Waiting
Y-Vaishnavi
requested a deployment
to
workflow-approval
July 27, 2026 06:08 — with
GitHub Actions
Waiting
Y-Vaishnavi
had a problem deploying
to
workflow-approval
July 27, 2026 06:08 — with
GitHub Actions
Error
Y-Vaishnavi
marked this pull request as ready for review
July 27, 2026 09:17
Y-Vaishnavi
force-pushed
the
5A6A3ABB4B74F4375B4D7C51733A2996
branch
from
July 28, 2026 07:43
d418fce to
6da9b7b
Compare
Y-Vaishnavi
requested a deployment
to
workflow-approval
July 28, 2026 07:43 — with
GitHub Actions
Waiting
Y-Vaishnavi
requested a deployment
to
workflow-approval
July 28, 2026 07:43 — with
GitHub Actions
Waiting
Y-Vaishnavi
requested a deployment
to
workflow-approval
July 28, 2026 07:43 — with
GitHub Actions
Waiting
Y-Vaishnavi
had a problem deploying
to
workflow-approval
July 28, 2026 07:43 — with
GitHub Actions
Error
Y-Vaishnavi
requested a deployment
to
workflow-approval
July 28, 2026 10:13 — with
GitHub Actions
Waiting
Y-Vaishnavi
requested a deployment
to
workflow-approval
July 28, 2026 10:13 — with
GitHub Actions
Waiting
Y-Vaishnavi
requested a deployment
to
workflow-approval
July 28, 2026 10:13 — with
GitHub Actions
Waiting
Y-Vaishnavi
had a problem deploying
to
workflow-approval
July 28, 2026 10:13 — with
GitHub Actions
Error
When file_transfer=True, the datarouter_feature_config.h includes filetransfer_stream.h which only has log_level.h. This was missing the LogError and LogInfo declarations that dlt_log_server.cpp uses. When file_transfer=False, the stub header provided logging.h transitively, masking the missing include. This fix adds a direct include of score/mw/log/logging.h to make the source file self-sufficient regardless of feature flag state. Tested with file_transfer=True/False and enable_dynamic_configuration=True/False.
Y-Vaishnavi
force-pushed
the
5A6A3ABB4B74F4375B4D7C51733A2996
branch
from
July 28, 2026 10:30
0e8b4b6 to
1cfa72c
Compare
Y-Vaishnavi
temporarily deployed
to
workflow-approval
July 28, 2026 10:30 — with
GitHub Actions
Inactive
Y-Vaishnavi
requested a deployment
to
workflow-approval
July 28, 2026 10:30 — with
GitHub Actions
Waiting
Y-Vaishnavi
temporarily deployed
to
workflow-approval
July 28, 2026 10:30 — with
GitHub Actions
Inactive
rmaddikery
approved these changes
Jul 28, 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.
This migration guide describes necessary steps to replace the EES25 persistent caching concept with the EES30 central collection file concept.
GIT_ORIGIN_SPP_REV_ID: 7a9e0e247d1e69b39c6dbdf2a1c3c2531ded0297
Notes for Reviewer
Pre-Review Checklist for the PR Author
Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References
Closes #