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-2301 - Verify connections during adding of bootstrap config #2371

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

Commits on Aug 26, 2024

  1. Add verify connections endpoint and service layer

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

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    bc5386d 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 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3d768d5 View commit details
    Browse the repository at this point in the history
  4. Fix lint errors

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    13a0546 View commit details
    Browse the repository at this point in the history
  5. Fix lint errors

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a74a17f 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 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f6ec532 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 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    df19873 View commit details
    Browse the repository at this point in the history
  8. Update sdk

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

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    db2b6c8 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 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c8a2e38 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 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1632e84 View commit details
    Browse the repository at this point in the history
  12. Fix golangci-lint

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

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    17afe82 View commit details
    Browse the repository at this point in the history
  14. Fix metric.go

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    697f523 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 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5c1571a View commit details
    Browse the repository at this point in the history
  16. Fix failing ci

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8c3068b 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 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e3810a9 View commit details
    Browse the repository at this point in the history
  18. Fix failing ci

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a551b7c View commit details
    Browse the repository at this point in the history
  19. Fix failing ci

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9bca953 View commit details
    Browse the repository at this point in the history
  20. Fix failing tests

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

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    62f3c0e View commit details
    Browse the repository at this point in the history
  22. Fix failing endpoint tests

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c42183e 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 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    77764a4 View commit details
    Browse the repository at this point in the history
  24. Add main test

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8dcba14 View commit details
    Browse the repository at this point in the history
  25. Rename thingauthclient

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f857152 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 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    483b469 View commit details
    Browse the repository at this point in the history
  27. Address comments

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    172a0e5 View commit details
    Browse the repository at this point in the history
  28. fix failing ci

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    08f555c View commit details
    Browse the repository at this point in the history
  29. fix failing ci

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1076491 View commit details
    Browse the repository at this point in the history
  30. fix failing linter

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d95e46e View commit details
    Browse the repository at this point in the history
  31. Address comments

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    757f040 View commit details
    Browse the repository at this point in the history
  32. Fix failing linter

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    7231205 View commit details
    Browse the repository at this point in the history
  33. Address comments

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    869d727 View commit details
    Browse the repository at this point in the history
  34. Fix naming of fields

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    64465e5 View commit details
    Browse the repository at this point in the history
  35. Add verification for verifyconnections

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c33a429 View commit details
    Browse the repository at this point in the history
  36. Fix schemathesis test

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

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5d7351d View commit details
    Browse the repository at this point in the history
  38. Remove index

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    98d4b99 View commit details
    Browse the repository at this point in the history
  39. Address naming of variables

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    b10d0fe View commit details
    Browse the repository at this point in the history
  40. Rename test

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    748832c View commit details
    Browse the repository at this point in the history
  41. Add connections struct

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e36917d View commit details
    Browse the repository at this point in the history
  42. Fix ci

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d39faf7 View commit details
    Browse the repository at this point in the history
  43. Add verify connections sdk when creating bootstrap

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    980f0d2 View commit details
    Browse the repository at this point in the history
  44. fix lint errors

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5ae180b View commit details
    Browse the repository at this point in the history
  45. fix streams tests

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a2fb5ae View commit details
    Browse the repository at this point in the history
  46. use verify connections grpc endpoint

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    02e7525 View commit details
    Browse the repository at this point in the history
  47. Fix stream tests

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a47e302 View commit details
    Browse the repository at this point in the history
  48. Fix failing ci

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    794b4b3 View commit details
    Browse the repository at this point in the history
  49. Rename thingauthclient

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    bc4b5e4 View commit details
    Browse the repository at this point in the history
  50. Rebase with MG-2304

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3c6cc2f View commit details
    Browse the repository at this point in the history
  51. Remove constant from service

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e49e677 View commit details
    Browse the repository at this point in the history
  52. Rename from group to channel

    Signed-off-by: nyagamunene <[email protected]>
    nyagamunene committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    da46658 View commit details
    Browse the repository at this point in the history