-
Notifications
You must be signed in to change notification settings - Fork 6
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
Roadmap features: Mqtt broker/subscriber support #137
Merged
Merged
Changes from 12 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
1e28140
Shell for supporting new device type, currently not fully working
fcv-iteratorIt 387c281
Added broker details page
fcv-iteratorIt c54c015
Merge branch 'stage' into feature/mqtt-broker-support
fcv-iteratorIt 5425001
Information bubbles for username/password for MQTT broker
fcv-iteratorIt e3613d5
Support added for receiving data from mqtt broker
fcv-iteratorIt 909b493
Bulk import changes and new type
fcv-iteratorIt 53beb12
Bulk import of mqtt devices and halfbaked csv export
fcv-iteratorIt b15d98f
Disabled most editing on mqtt subscriber
fcv-iteratorIt a30443e
IOT-1469
fcv-iteratorIt a020d0b
Fixes from PR
fcv-iteratorIt 7021004
Added CA to password brokers. Added download button to cert files
fcv-iteratorIt 1e7a848
Creating a new iotDevice now routes to detail page of device
fcv-iteratorIt cbe4140
Added helper text about autogenerated informations for mqtt
fcv-iteratorIt 42d58b9
Fixed routing when creating iotDevice
fcv-iteratorIt b8f60c3
Ignore id on bulk import to not risk breaking things
fcv-iteratorIt a1685d6
Enabled editing of mqtt devices
fcv-iteratorIt b16fd8f
Fixed bulk mapping to have validation + error shown when failing
fcv-iteratorIt 3d52150
Changed error message handling to handle differnet deeper nestings
fcv-iteratorIt 0255228
Made error check open to all types with children
fcv-iteratorIt 681fd00
Added info-text to a hover on MQTT subtype
fcv-iteratorIt 895ad86
Changed to checkboxes instead of radio buttons and made logic so when…
7c723e7
Show message when not able to connect to external broker
9197d33
Renamed Mqtt device types
fcv-iteratorIt ae1d502
Fixed application connection types
fcv-iteratorIt a48aace
Added text about CA certificate when making password internal broker
fcv-iteratorIt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
1 change: 0 additions & 1 deletion
1
...-edit/mqtt-device-edit/mqtt-authentication-select/mqtt-authentication-select.component.ts
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
Oops, something went wrong.
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.
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.
Is there a reason that we don't want the id to be set in base scenario?