-
Notifications
You must be signed in to change notification settings - Fork 672
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
SMQ-2629 - Remove Boostrap and Provision services #2640
Conversation
92ac771
to
5f5930f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2640 +/- ##
==========================================
- Coverage 45.41% 40.33% -5.09%
==========================================
Files 404 347 -57
Lines 50517 42674 -7843
==========================================
- Hits 22941 17211 -5730
+ Misses 25207 24194 -1013
+ Partials 2369 1269 -1100 ☔ View full report in Codecov by Sentry. |
5f5930f
to
c51c705
Compare
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.
Let's not change SDK and CLI before we create the Magistrala version of SDK.
c51c705
to
6c29f51
Compare
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.
Fix Certs README, it has a link to Bootstrap (L70).
@@ -381,48 +381,6 @@ SMQ_WS_ADAPTER_HTTP_SERVER_KEY= | |||
SMQ_WS_ADAPTER_INSTANCE_ID= | |||
|
|||
## Addons Services | |||
### Bootstrap |
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.
Remove L179 SMQ_BOOTSTRAP_URL=http://bootstrap:9013
from the UI section (we will remove the whole UI or replace it soon).
6c29f51
to
40b10d3
Compare
Signed-off-by: Felix Gateru <[email protected]>
Signed-off-by: Felix Gateru <[email protected]>
Signed-off-by: Felix Gateru <[email protected]>
40b10d3
to
cac4413
Compare
What type of PR is this?
This is a refactor as it removes the bootsrap and provision services.
What does this do?
This pr removes the bootstrap and provision services from supermq.
Which issue(s) does this PR fix/relate to?
Have you included tests for your changes?
No
Did you document any new/modified feature?
No
Notes
None