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

Correcting setRoutes reason #4513

Merged
merged 2 commits into from
Jul 27, 2023
Merged

Correcting setRoutes reason #4513

merged 2 commits into from
Jul 27, 2023

Conversation

Udumft
Copy link
Contributor

@Udumft Udumft commented Jul 27, 2023

Description

Corrected provided reason to update route when switching to alternative route. This is important to correct logging and Navigator internal functioning.

Implementation

Just added a parameter to InternalRouter's method instead of introducing one more (3rd) enum with cases for proactive rerouting or switching to alternative.
This is an internal change, so no need for a CHANGELOG entry.

@Udumft Udumft self-assigned this Jul 27, 2023
@Udumft Udumft requested a review from a team as a code owner July 27, 2023 11:31
@Udumft Udumft changed the base branch from main to release-v2.15 July 27, 2023 12:08
@codecov
Copy link

codecov bot commented Jul 27, 2023

Codecov Report

Merging #4513 (bcff282) into release-v2.15 (4e80497) will increase coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@                Coverage Diff                @@
##           release-v2.15    #4513      +/-   ##
=================================================
+ Coverage          59.87%   59.95%   +0.08%     
=================================================
  Files                189      189              
  Lines              21203    21203              
=================================================
+ Hits               12696    12713      +17     
+ Misses              8507     8490      -17     

see 5 files with indirect coverage changes

@Udumft Udumft merged commit 12a90bf into release-v2.15 Jul 27, 2023
2 checks passed
@Udumft Udumft deleted the vk/NAVIOS-1111-reasons branch July 27, 2023 13:22
Udumft added a commit that referenced this pull request Jul 27, 2023
* vk/NAVIOS-1111-reasons: corrected switching to alternative reason parameter propagation
Udumft added a commit that referenced this pull request Jul 27, 2023
* vk/NAVIOS-1111-reasons: corrected switching to alternative reason parameter propagation
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