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

MF-898 - Change thing's service to use bulk connect #946

Merged
merged 3 commits into from
Nov 12, 2019
Merged

MF-898 - Change thing's service to use bulk connect #946

merged 3 commits into from
Nov 12, 2019

Conversation

nwneisen
Copy link
Contributor

Signed-off-by: Nick Neisen nwneisen@gmail.com

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

Signed-off-by: Nick Neisen <nwneisen@gmail.com>
@nwneisen nwneisen requested a review from a team as a code owner November 11, 2019 17:58
bootstrap/mocks/things.go Outdated Show resolved Hide resolved
@codecov-io
Copy link

codecov-io commented Nov 11, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@5446d88). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #946   +/-   ##
=========================================
  Coverage          ?   83.65%           
=========================================
  Files             ?       75           
  Lines             ?     5255           
  Branches          ?        0           
=========================================
  Hits              ?     4396           
  Misses            ?      590           
  Partials          ?      269
Impacted Files Coverage Δ
things/service.go 90.44% <100%> (ø)
things/redis/streams.go 92.24% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5446d88...da2b69f. Read the comment docs.

Signed-off-by: Nick Neisen <nwneisen@gmail.com>
bootstrap/mocks/things.go Outdated Show resolved Hide resolved
Signed-off-by: Nick Neisen <nwneisen@gmail.com>
Copy link
Contributor

@manuio manuio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@drasko drasko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@manuio manuio merged commit 67d5188 into absmach:master Nov 12, 2019
@nwneisen nwneisen deleted the MF-898 branch November 12, 2019 00:26
manuio pushed a commit that referenced this pull request Oct 12, 2020
* Change thing's service to use bulk connect

Signed-off-by: Nick Neisen <nwneisen@gmail.com>

* Move owner check outside of loop

Signed-off-by: Nick Neisen <nwneisen@gmail.com>

* Change invalid user to unauthorized access error

Signed-off-by: Nick Neisen <nwneisen@gmail.com>
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.

4 participants