-
Notifications
You must be signed in to change notification settings - Fork 671
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
MF-898 - Change thing's service to use bulk connect #946
Conversation
Signed-off-by: Nick Neisen <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #946 +/- ##
=========================================
Coverage ? 83.65%
=========================================
Files ? 75
Lines ? 5255
Branches ? 0
=========================================
Hits ? 4396
Misses ? 590
Partials ? 269
Continue to review full report at Codecov.
|
Signed-off-by: Nick Neisen <[email protected]>
Signed-off-by: Nick Neisen <[email protected]>
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
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
* Change thing's service to use bulk connect Signed-off-by: Nick Neisen <[email protected]> * Move owner check outside of loop Signed-off-by: Nick Neisen <[email protected]> * Change invalid user to unauthorized access error Signed-off-by: Nick Neisen <[email protected]>
Signed-off-by: Nick Neisen [email protected]
What does this do?
Add bulk connect to the thing's service.
Which issue(s) does this PR fix/relate to?
Related to #898.
List any changes that modify/break current functionality
Things can now be connected to a channel at a service level.
Have you included tests for your changes?
Tests for single creation modified as needed.
Did you document any new/modified functionality?
Documentation will be modified in the final PR when the user's endpoint is changed.
Notes