summaryrefslogtreecommitdiffstats
path: root/crates/core/tedge/src/cli/connect
AgeCommit message (Expand)Author
2022-08-18Merge pull request #1349 from matthiasbeyer/clippy-fixesDidier Wenzek
2022-08-18Fix clippy: tedge: Add derive for EqMatthias Beyer
2022-08-18Fix clippy in tedge: Remove let-unit-valueMatthias Beyer
2022-08-08tedge: Remove unnecessary let _ =Matthias Beyer
2022-07-15Remove the `tedge` dependency on `UserManager`Didier Wenzek
2022-05-17Add smartrest templates to the list of topics for the bridge creationLukasz Woznicki
2022-05-05Cumulocity mapper fails to process messages when connected to a thick-edge VM...PradeepKiruvale
2022-04-07Closes #862 Report mosquitto cloud bridge health status via MQTTAlbin Suresh
2022-03-11Closes #893 Support custom fields and fragments in Thin Edge JSON eventsAlbin Suresh
2022-03-01[823] Configurable mqtt bind address (#929)PradeepKiruvale
2022-02-23Merge pull request #894 from matthiasbeyer/clippy-fixes-tedgeMatthias Beyer
2022-02-23Replace single-character string constant with characterMatthias Beyer
2022-02-23Replace macro invocation with .to_string() callMatthias Beyer
2022-02-23Replace unidomatic .len() > 0 with .is_empty()Matthias Beyer
2022-02-23Remove unneeded borrowingMatthias Beyer
2022-02-23Remove unneeded `return` keywordMatthias Beyer
2022-02-23Make match more explicitMatthias Beyer
2022-02-23Remove unnecessary .clone() callMatthias Beyer
2022-02-23Remove unnecessary .to_string() callMatthias Beyer
2022-02-18Replace structopt with clap 3Matthias Beyer
2022-02-18Remove sm mapper from tedge cliLukasz Woznicki
2022-02-15[860] tedge connection check c8y timeout (#861)PradeepKiruvale
2022-01-27#733 Configurable Device Type (#782)initard
2022-01-24[773] tedge connect panics (#780)PradeepKiruvale
2022-01-20Feature/686/c8y platform fragments (#757)initard
2022-01-19update docs (#772)PradeepKiruvale
2022-01-19[710] Simplify tedge connect c8y (#751)PradeepKiruvale
2022-01-10#639 Remove the dependency on systemd (#729)Rina Fujino
2021-12-10A quick workaround for the issue: use the same wait for mosquitto as on first...Lukasz Woznicki
2021-12-09[680] Start the mapper only after the connection has been checked (#682)Didier Wenzek
2021-12-06tedge connect c8y checks configured URL and connected URL are the same (#661)Rina Fujino
2021-11-24Restructure directories of the workspace (#559)Lukasz Woznicki