summaryrefslogtreecommitdiffstats
path: root/tedge
AgeCommit message (Expand)Author
2021-11-24Restructure directories of the workspace (#559)Lukasz Woznicki
2021-11-24(cargo release) bump version 0.4.3github-actions[bot]
2021-11-17[CIT-678] Change error message to inform about new way to set device id (#572)Lukasz Woznicki
2021-11-15[CIT-671] Add more explicit message when service manager is not found (#568)Lukasz Woznicki
2021-11-11Patch version bump (#573)github-actions[bot]
2021-11-10[CIT 515] Fix the tests of the MQTT component. (#561)Didier Wenzek
2021-10-29(cargo release) bump version (#538)github-actions[bot]
2021-10-22[CIT-620] Modify certificate configuration for external MQTT access (#515)Lukasz Woznicki
2021-10-15Add a missing print line (connection successful) in az connection check (#513)Rina Fujino
2021-10-15Remove duplicated remote_username from bridge config (#512)Rina Fujino
2021-10-15Fix issue #495 (#511)Didier Wenzek
2021-10-14Release 0.4.0 (#493)Lukasz Woznicki
2021-10-11Update all dependencies (#487)Lukasz Woznicki
2021-09-29add option to allow connection from external clients (#452)Yudai Kiyofuji
2021-09-29(cargo release) bump version (#457)github-actions[bot]
2021-09-28Increase the max packet size (#450)PradeepKiruvale
2021-09-16Clippy lints fixes for latest code (#433)Lukasz Woznicki
2021-09-16Fix the exit status of `tedge mqtt pub` on error (#434)Didier Wenzek
2021-09-15(cargo release) bump version (#429)github-actions[bot]
2021-09-15[CIT-547] Device type for thin-edge devices on Cumulocity (#416)Albin Suresh
2021-09-14Fix the bridge configuration of the clean session flag (#426)Didier Wenzek
2021-09-14[CIT-565] tedge connect test c8y/az (#425)PradeepKiruvale
2021-09-13[CIT-538] Directly use rumqttc to implement `tedge mqtt sub` (#418)Didier Wenzek
2021-09-06[CIT-532] Resubscribe to Cumulocity cloud inbound topics only on new device c...Albin Suresh
2021-08-31Release 0.3.0 (#410)Lukasz Woznicki
2021-08-30[CIT-532] Subscribe to cloud operations only after device creation (#404)Albin Suresh
2021-08-26[CIT-525] enable sm services (#396)PradeepKiruvale
2021-08-19[CIT-502] Default software plugin support (#386)Albin Suresh
2021-08-19Patch version bump (#390) 0.2.4github-actions[bot]
2021-08-10[CIT-446] c8y jwt token (#369)PradeepKiruvale
2021-08-08[CIT-450] Tedge Agent - SM feature (#354)Lukasz Woznicki
2021-07-29Move utils from tedge cli to separate crate to be usable by other tedge compo...Lukasz Woznicki
2021-07-21[CIT-420] mqtt packet size (#346)PradeepKiruvale
2021-07-21(cargo release) bump version (#352)github-actions[bot]
2021-07-14Remove ExecutionContext - Inject UserManager where required (#347)Michael Neumann
2021-07-13Add system service manager abstraction (#338)Michael Neumann
2021-07-12CIE-437: Use Display for the path in the certificate exists message, rather t...ChrisGreenaway
2021-07-12CIT-425: Fix copy-paste error in mqtt sub help message (#341)ChrisGreenaway
2021-07-08Update crates dependencies versions (#337)Lukasz Woznicki
2021-07-08Patch version bump to 0.2.2github-actions[bot]
2021-07-06Refactor inflight tracking and notify on completed instead of polling (#329)Michael Neumann
2021-07-06Reduce sleep from 500ms to 50ms (#328)Michael Neumann
2021-07-05tedge mqtt pub - Fix a race when publishing QoS=0 messages (#323)Michael Neumann
2021-07-05[CIT-403] Address issue with self signed certificates not allowed when upload...Lukasz Woznicki
2021-07-01[CIT-417] Address mqtt port change issues (#303)PradeepKiruvale
2021-06-29Get rid of MqttClient#publish_with_ack functionality (#306)Michael Neumann
2021-06-23Rename mqtt_client::Error to mqtt_client::MQTTClientError (#304)PradeepKiruvale
2021-06-23(cargo release) bump version (#308)github-actions[bot]
2021-06-21[#300] Add the child device topics to c8y bridge (#301)Didier Wenzek
2021-06-11Utf8 payload (#278)PradeepKiruvale