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

MG-2304 - Add endpoint to verify thing channel connection #2360

Open
wants to merge 45 commits into
base: main
Choose a base branch
from

Commits on Sep 2, 2024

  1. Add verify connections endpoint and service layer

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b93ad70 View commit details
    Browse the repository at this point in the history
  2. fix failing ci

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    8833d62 View commit details
    Browse the repository at this point in the history
  3. Add sdk and cli support

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3044a0a View commit details
    Browse the repository at this point in the history
  4. Fix lint errors

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    4fb5a4f View commit details
    Browse the repository at this point in the history
  5. Fix lint errors

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e13b0bc View commit details
    Browse the repository at this point in the history
  6. Add verify connections api documentation

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    8e49e8e View commit details
    Browse the repository at this point in the history
  7. Change from get to post method

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    7d9752c View commit details
    Browse the repository at this point in the history
  8. Update sdk

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a865482 View commit details
    Browse the repository at this point in the history
  9. Update endpoint test

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    7492cd8 View commit details
    Browse the repository at this point in the history
  10. convert verify connections to a grpc endpoint

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    420e35b View commit details
    Browse the repository at this point in the history
  11. Add test cases and fix grpc endpoint

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    ddf90b4 View commit details
    Browse the repository at this point in the history
  12. Fix golangci-lint

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    cf1b92e View commit details
    Browse the repository at this point in the history
  13. Update protoc version

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    06fe480 View commit details
    Browse the repository at this point in the history
  14. Fix metric.go

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0054ac0 View commit details
    Browse the repository at this point in the history
  15. Fix naming of the slice

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c1c546d View commit details
    Browse the repository at this point in the history
  16. Fix failing ci

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0be88ad View commit details
    Browse the repository at this point in the history
  17. Move verify connections endpoint from auth to things

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0a24662 View commit details
    Browse the repository at this point in the history
  18. Fix failing ci

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9dbd3ce View commit details
    Browse the repository at this point in the history
  19. Fix failing ci

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    286c0d9 View commit details
    Browse the repository at this point in the history
  20. Fix failing tests

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    cddddd1 View commit details
    Browse the repository at this point in the history
  21. Fix failing endpoint tests

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    8c43ff9 View commit details
    Browse the repository at this point in the history
  22. Fix failing endpoint tests

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    7f8e1c8 View commit details
    Browse the repository at this point in the history
  23. Change port for the test

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    76f4943 View commit details
    Browse the repository at this point in the history
  24. Add main test

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    49e8db6 View commit details
    Browse the repository at this point in the history
  25. Rename thingauthclient

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    1953025 View commit details
    Browse the repository at this point in the history
  26. Refactor verify connections to use go routines

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e2de628 View commit details
    Browse the repository at this point in the history
  27. Address comments

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9354263 View commit details
    Browse the repository at this point in the history
  28. fix failing ci

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5dfb031 View commit details
    Browse the repository at this point in the history
  29. fix failing ci

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    1d0bff9 View commit details
    Browse the repository at this point in the history
  30. fix failing linter

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    8345ddb View commit details
    Browse the repository at this point in the history
  31. Address comments

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e266b63 View commit details
    Browse the repository at this point in the history
  32. Fix failing linter

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    cb7c81d View commit details
    Browse the repository at this point in the history
  33. Address comments

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    dc1ac49 View commit details
    Browse the repository at this point in the history
  34. Fix naming of fields

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    07dd6f5 View commit details
    Browse the repository at this point in the history
  35. Add verification for verifyconnections

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    91e7fb2 View commit details
    Browse the repository at this point in the history
  36. Fix schemathesis test

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b7c21a2 View commit details
    Browse the repository at this point in the history
  37. Change status to string

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0a74700 View commit details
    Browse the repository at this point in the history
  38. Remove index

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    399eab9 View commit details
    Browse the repository at this point in the history
  39. Address naming of variables

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    aa30025 View commit details
    Browse the repository at this point in the history
  40. Rename test

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a75bdb8 View commit details
    Browse the repository at this point in the history
  41. Add connections struct

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b7e337d View commit details
    Browse the repository at this point in the history
  42. Fix ci

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    7b0850b View commit details
    Browse the repository at this point in the history
  43. Address comments

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e45b4fc View commit details
    Browse the repository at this point in the history
  44. Fix failing tests

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    6e44dd3 View commit details
    Browse the repository at this point in the history
  45. Fix go mod file

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene authored and dborovcanin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    413d0e6 View commit details
    Browse the repository at this point in the history