-
Notifications
You must be signed in to change notification settings - Fork 83
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
fix(triggers): Return Bad Request Errors Where Appropriate #1022
fix(triggers): Return Bad Request Errors Where Appropriate #1022
Conversation
@AlexCuse , please complete the PR template. i.e. how'd to test it, n/a for docs. |
8cd82f5
to
688f51a
Compare
This should be good to go @lenny-intel - I think I marked conversations resolved if you want to re-review |
181eaa4
to
d5dcc27
Compare
Requires the trigger to have insight into whether TargetType is byte array or not - exposed this on ServiceBinding as RawInput Fixes edgexfoundry#1019 Signed-off-by: Alex Ullrich <[email protected]>
d5dcc27
to
f5c655a
Compare
Codecov Report
@@ Coverage Diff @@
## main #1022 +/- ##
==========================================
+ Coverage 68.90% 68.91% +0.01%
==========================================
Files 36 36
Lines 2849 2850 +1
==========================================
+ Hits 1963 1964 +1
Misses 777 777
Partials 109 109
Continue to review full report at Codecov.
|
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
…dry#1022) Requires the trigger to have insight into whether TargetType is byte array or not - exposed this on ServiceBinding as RawInput Fixes edgexfoundry#1019 Signed-off-by: Alex Ullrich <[email protected]> Co-authored-by: Lenny Goodell <[email protected]>
Requires the trigger to have insight into whether TargetType is byte
array or not - exposed this on ServiceBinding as RawInput
Fixes #1019
Signed-off-by: Alex Ullrich [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/app-functions-sdk-go/blob/main/.github/CONTRIBUTING.md
PR Checklist
Please check if your PR fulfills the following requirements:
BREAKING CHANGE:
describing the break)unit tests sufficient
no docs change
Testing Instructions
New Dependency Instructions (If applicable)