-
Notifications
You must be signed in to change notification settings - Fork 298
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
Deprecate and rename start
and stop
nomenclature toward user to activate
and deactivate
#ABI-breaking
#755
Deprecate and rename start
and stop
nomenclature toward user to activate
and deactivate
#ABI-breaking
#755
Conversation
destogl
commented
Jul 2, 2022
•
edited by bmagyar
Loading
edited by bmagyar
- Rename fileds and deprecated old nomenclature.
- New defines from SwitchController.srv
Codecov Report
@@ Coverage Diff @@
## master #755 +/- ##
==========================================
- Coverage 34.61% 33.01% -1.61%
==========================================
Files 52 88 +36
Lines 2981 8539 +5558
Branches 1855 5697 +3842
==========================================
+ Hits 1032 2819 +1787
- Misses 310 654 +344
- Partials 1639 5066 +3427
Flags with carried forward coverage won't be shown. Click here to find out more.
|
start
and stop
nomenclature toward user to activate
and deactivate
start
and stop
nomenclature toward user to activate
and deactivate
#API-breaking
start
and stop
nomenclature toward user to activate
and deactivate
#API-breakingstart
and stop
nomenclature toward user to activate
and deactivate
#ABI-breaking
if matched_controller.state != 'unconfigured': | ||
return f'cannot configure {matched_controller.name} ' \ | ||
f'from its current state {matched_controller.state}' | ||
# TODO(destogl): This has to be implemented in CLI and controller manager |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ticket instead please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will open one in parallel and reference to this line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed in #759
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!