-
Notifications
You must be signed in to change notification settings - Fork 484
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
refactor!: Use bool types for command parameters to be more consistent #4276
refactor!: Use bool types for command parameters to be more consistent #4276
Conversation
please modify the Swagger file as well |
BREAKING CHANGE: ds-pushevent and ds-returnevent to use bool true/false instead of yes/no related: edgexfoundry/go-mod-core-contracts#782 Signed-off-by: Ginny Guan <[email protected]>
…-contracts Signed-off-by: Ginny Guan <[email protected]>
5925082
to
d5c05d5
Compare
Signed-off-by: Bryon Nevis <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@jinlinGuan Go mod changes are propagated; marking ready for review (PS see Cloud's note) |
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.
LGTM
@cloudxxx8 Do you think we could merge this one and do the swagger in a followup PR? The breaking change not merged is holding me up on my security work. |
The core-command Swagger file has already been updated in this PR.
|
BREAKING CHANGE: ds-pushevent and ds-returnevent to use bool true/false instead of yes/no
related: edgexfoundry/go-mod-core-contracts#782
Signed-off-by: Ginny Guan [email protected]
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/edgex-go/blob/main/.github/Contributing.md
PR Checklist
Please check if your PR fulfills the following requirements:
BREAKING CHANGE:
describing the break)docs: Update docs to use true/false for ds-pushevent and ds-returnevent in 3.0 edgex-docs#917 and the core-command Swagger file in this repo
Testing Instructions
build core-command and device-virtual docker images based on the changes and run docker-compose.yml
The following commands work as expected:
and the following commands return errors as expected:
New Dependency Instructions (If applicable)