Merged
Conversation
Member
|
Task linked: DEV-3187 add debug logging |
Contributor
Author
|
inconsistent method/function argument indentation: wrong docstring format: are all part of another change I'll put in PR, have the changes in a branch - fix-inconsistencies-in-PR-185 |
118c11e to
89eaa99
Compare
charlta
requested changes
Jun 4, 2025
src/zepben/evolve/services/network/tracing/find_swer_equipment.py
Outdated
Show resolved
Hide resolved
src/zepben/evolve/services/network/tracing/traversal/debug_logging.py
Outdated
Show resolved
Hide resolved
src/zepben/evolve/services/network/tracing/traversal/debug_logging.py
Outdated
Show resolved
Hide resolved
src/zepben/evolve/services/network/tracing/traversal/debug_logging.py
Outdated
Show resolved
Hide resolved
src/zepben/evolve/services/network/tracing/networktrace/network_trace.py
Outdated
Show resolved
Hide resolved
src/zepben/evolve/services/network/tracing/traversal/traversal.py
Outdated
Show resolved
Hide resolved
src/zepben/evolve/services/network/tracing/traversal/traversal.py
Outdated
Show resolved
Hide resolved
test/services/network/tracing/traversal/test_debug_logging_wrapper.py
Outdated
Show resolved
Hide resolved
Esaotuelr
reviewed
Jun 5, 2025
Member
|
Task linked: DEV-2963 Update Python SDK |
Member
Esaotuelr
reviewed
Jun 5, 2025
Esaotuelr
reviewed
Jun 6, 2025
src/zepben/evolve/services/network/tracing/networktrace/network_trace.py
Outdated
Show resolved
Hide resolved
charlta
requested changes
Jun 17, 2025
src/zepben/evolve/services/network/tracing/networktrace/network_trace.py
Show resolved
Hide resolved
src/zepben/evolve/services/network/tracing/networktrace/network_trace.py
Show resolved
Hide resolved
src/zepben/evolve/services/network/tracing/networktrace/network_trace.py
Show resolved
Hide resolved
test/services/network/tracing/traversal/test_debug_logging_wrapper.py
Outdated
Show resolved
Hide resolved
test/services/network/tracing/traversal/test_debug_logging_wrapper.py
Outdated
Show resolved
Hide resolved
test/services/network/tracing/traversal/test_debug_logging_wrapper.py
Outdated
Show resolved
Hide resolved
Member
|
Marked as draft till rebased to resolve conflicts |
…`Tracing` methods and `TestNetworkBuilder.build`. Just need to write the tests for the actual wrapper Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
…by me Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
… favor of builtins Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
need to expose this via either the `.add*` commands in `Traversal`, a class attribute on `Traversal` or a global. Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
…s if_[not_]stopping() actions Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
…PhaseCode.ABC + PhaseCode.N) and removed last remaining **kwargs. Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
charlta
approved these changes
Jul 1, 2025
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
Fixes a phase tracing bug, adds logging, and allows
NetworkTraceto start on a knownNetworkTraceStep.PathAssociated tasks
https://app.clickup.com/t/6929263/DEV-3187
https://app.clickup.com/t/6929263/DEV-3188
https://app.clickup.com/t/6929263/DEV-3189
Test Steps
Explain in detail how your reviewer can test the changes proposed in this PR. If it cannot be tested, leave an explanation on why.
Checklist
If any of these are not applicable, strikethrough the line
~like this~. Do not delete it!. Let the reviewer decide if you should have done it.Code
Documentation
Breaking Changes
Please leave a summary of the breaking changes here and then post it on the Slack breaking-changes channel to notify the team about it.