-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add profile support to the tedge
cli and fix mosquitto configuration
#3262
Open
jarhodes314
wants to merge
8
commits into
thin-edge:main
Choose a base branch
from
jarhodes314:feat/profile-support-in-tedge
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add profile support to the tedge
cli and fix mosquitto configuration
#3262
jarhodes314
wants to merge
8
commits into
thin-edge:main
from
jarhodes314:feat/profile-support-in-tedge
+1,050
−520
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jarhodes314
temporarily deployed
to
Test Pull Request
November 25, 2024 11:02
— with
GitHub Actions
Inactive
jarhodes314
changed the title
Add profile support to the
Add profile support to the Nov 25, 2024
tedge cli
and fix mosquitto configurationtedge
cli and fix mosquitto configuration
jarhodes314
had a problem deploying
to
Test Auto
November 25, 2024 11:07
— with
GitHub Actions
Failure
Codecov ReportAttention: Patch coverage is Additional details and impacted files📢 Thoughts on this report? Let us know! |
Robot Results
|
jarhodes314
force-pushed
the
feat/profile-support-in-tedge
branch
from
November 25, 2024 17:21
bc8fd93
to
8f9ab76
Compare
jarhodes314
requested a deployment
to
Test Pull Request
November 25, 2024 17:21
— with
GitHub Actions
Waiting
jarhodes314
force-pushed
the
feat/profile-support-in-tedge
branch
from
November 26, 2024 10:13
8f9ab76
to
dba0000
Compare
jarhodes314
temporarily deployed
to
Test Pull Request
November 26, 2024 10:13
— with
GitHub Actions
Inactive
jarhodes314
temporarily deployed
to
Test Auto
November 26, 2024 12:52
— with
GitHub Actions
Inactive
Signed-off-by: James Rhodes <[email protected]>
Signed-off-by: James Rhodes <[email protected]>
Signed-off-by: James Rhodes <[email protected]>
Signed-off-by: James Rhodes <[email protected]>
jarhodes314
requested a deployment
to
Test Pull Request
November 27, 2024 14:12
— with
GitHub Actions
Waiting
Signed-off-by: James Rhodes <[email protected]>
Signed-off-by: James Rhodes <[email protected]>
jarhodes314
requested a deployment
to
Test Pull Request
November 28, 2024 09:51
— with
GitHub Actions
Waiting
jarhodes314
requested a deployment
to
Test Pull Request
November 28, 2024 18:33
— with
GitHub Actions
Waiting
jarhodes314
requested review from
didier-wenzek,
albinsuresh,
rina23q,
reubenmiller,
gligorisaev and
a team
as code owners
November 29, 2024 10:36
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
This changes
tedge connect
etc. to use the<cloud>@<profile>
syntax. For example,becomes
It also fixes some issues that were causing mosquitto to fail to start when multiple cloud profiles are configured.
Types of changes
Paste Link to the issue
Checklist
cargo fmt
as mentioned in CODING_GUIDELINEScargo clippy
as mentioned in CODING_GUIDELINESFurther comments