-
Notifications
You must be signed in to change notification settings - Fork 15
feat: thunderBroker migration changes with config switch #675
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
Closed
Closed
Changes from 29 commits
Commits
Show all changes
74 commits
Select commit
Hold shift + click to select a range
927bcec
feat: thunderBroker migration changes with config switch
nnaveen979 5ac3fba
fix: compilation warnings fixed.
nnaveen979 6dc75b7
chore: added new field calledd "use_thunderbroker" to use as switch b…
nnaveen979 84fd20d
feat : thunderbroker migration changes added, no compilation errors.
nnaveen979 2669a4b
fix: clippy errors fixed
nnaveen979 b6d055b
fix: clippy errors fixed
nnaveen979 5558256
fix: clippy error fixed
nnaveen979 9bbc431
chore: deleted the unnecessary file "thunder_client2.rs"
nnaveen979 8e6ccd9
fix: modified the thunder_client::manage() method
nnaveen979 7a51c9a
chore: Merge branch 'main' into Rppl_2681_new
nnaveen979 6566a42
feat: updated the method of ThunderClientManager::manage()
nnaveen979 de029ae
chore: added await method for one shot channel communication method
nnaveen979 1fccdaa
fix: modified the get_device_resp_msg() method.
nnaveen979 88ff286
chore: passing valid url for websocket connection
nnaveen979 b52500f
feat: added the src code to get the platform params for thunderbroker…
nnaveen979 620e007
chore: Merge branch 'main' into Rppl_2681_new
nnaveen979 932037c
feat: cleanup fn get_protocol_endpoint() in RuleEngine
nnaveen979 fff0199
chore: Merge branch 'main' into Rppl_2681_new
nnaveen979 1e7c2c9
chore: Merge branch 'main' into Rppl_2681_new
nnaveen979 cdb8f31
fix: clippy warning fixed
nnaveen979 be29008
chore: Merge branch 'main' into Rppl_2681_new
nnaveen979 84ad404
fix: modified the thunderbroker flag check based on the config file
nnaveen979 5c31852
chore: Merge branch 'main' into Rppl_2681_new
nnaveen979 6747a42
chore: Merge branch 'main' into Rppl_2681_new
nnaveen979 21cb6f4
feat: modified the broker subscription handling
nnaveen979 ab0b10a
fix: fixed the clippy errors
nnaveen979 e077c77
Merge branch 'main' into Rppl_2681_new
nnaveen979 0ec2df8
fix: clippy warnings fixed, unit tests added thunder_async_client
nnaveen979 a403a55
chore:Merge branch 'main' into Rppl_2681_new
nnaveen979 3b48052
fix: fixed review comments
nnaveen979 c806670
Trigger Concourse
nnaveen979 ed7270c
fix: review comments fixed.
nnaveen979 b5e9c9e
fix: format check failure fix
nnaveen979 b5cbe77
chore: Merge branch 'main' into Rppl_2681_new
nnaveen979 5664535
chore: renaming, cleanup done for better readability.
nnaveen979 2609d4d
chore: clippy error fixed
nnaveen979 26588b6
fix: review comment fixed
nnaveen979 7242e40
fix: clippy error fixed
nnaveen979 1b7016d
fix: review comment fixed.
nnaveen979 f6e1acf
chore: Merge branch 'main' into Rppl_2681_new
nnaveen979 073ab20
chore: Merge branch 'main' into Rppl_2681_new
nnaveen979 c345b4c
chore: flag and one file name renamed for better readability.
nnaveen979 8d7771b
fix: format check failure fix
nnaveen979 58849cd
feat: added the new websocket for new thunder request in thunder_asyn…
nnaveen979 08a7c3b
fix: review comments fixed.
nnaveen979 d8ba964
fix: review comment fixed.
nnaveen979 a274ac7
fix: review comment fixed.
nnaveen979 543c5ac
Fixed status manager repsonse handling.
pahearn73 5869296
Removed debug
pahearn73 aa9129f
chore: renaming done for thunder async related variables structs for …
nnaveen979 bdf2afb
fix: device_operator file directory changed.moved into thunder_ripple…
nnaveen979 3a0b12d
chore: Merge branch 'main' into Rppl_2681_new
nnaveen979 3039eed
fix: added handling for notification receiving in thunder_async_clien…
nnaveen979 a559862
fix: review comment fixed related to websocket routing based on reque…
nnaveen979 28600fb
chore: Merge branch 'main' into Rppl_2681_new
nnaveen979 707c755
PCA: Changes to reduce boilerplate
pahearn73 a02a974
fix: added the websocket close call
nnaveen979 9439424
chore: cleanup of unused functions
nnaveen979 ec177fe
chore: Merge branch 'main' into Rppl_2681_new
nnaveen979 149ba9c
chore: Merge branch 'main' into Rppl_2681_new
nnaveen979 b66b9a9
fix: try to add websocket disconnection handling changes
nnaveen979 1617246
Revert "fix: try to add websocket disconnection handling changes"
pahearn73 3599e40
ThunderAsyncClient: Added reconnect/resubscribe logic.
pahearn73 0c53700
ThunderAsyncClient: Attempt to resolve blackduck failure.
pahearn73 d28ec45
fix: review comments of single web socket usage for thunderasyncclient
nnaveen979 63a84b4
chore: Merge branch 'main' into Rppl_2681_new
nnaveen979 a82f809
chore:Merge branch 'main' into Rppl_2681_new
nnaveen979 ca9a7fa
fix: format check failure fix
nnaveen979 614bd09
fix: avoid unnecessary unwrap()
nnaveen979 5034ae9
chore: Merge branch 'main' into Rppl_2681_new
nnaveen979 ca867b8
fix: renamed the socket tx, rx channel names, prepare_request fn now …
nnaveen979 c606f58
fix: fn name updated in test case
nnaveen979 41bb106
ThunderAsyncClient: Fixed request encoding
pahearn73 f0b5418
ThunderAsyncClient: Clippy
pahearn73 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.