summaryrefslogtreecommitdiffstats
path: root/tedge
AgeCommit message (Expand)Author
2022-05-13Make logging non-optionalMatthias Beyer
2022-05-13Remove console-subscriberMatthias Beyer
2022-05-10Wire up notification plugin in tedge-cliMatthias Beyer
2022-05-10Make log plugin in tedge-cli able to log NotificationMatthias Beyer
2022-05-06Implement relative config file path readingMatthias Beyer
2022-05-06Adapt CLI to only pass config file path to builderMatthias Beyer
2022-04-26Add help text to CLI commandsMatthias Beyer
2022-04-26Add subcommand to fetch available plugin kind namesMatthias Beyer
2022-04-26Move config loading to helper fnMatthias Beyer
2022-04-22Fix: Validate the configuration before startingMatthias Beyer
2022-04-20Sending CPU-over-12%-usage messages to MQTTMatthias Beyer
2022-04-20Integrate MQTT plugins into CLIMatthias Beyer
2022-04-20Fix: Adapt main() to core interfaceMatthias Beyer
2022-04-19Merge branch 'feature/add_tedge_api/tedge_core-miette-errors' into feature/ad...Matthias Beyer
2022-04-14Fix: Use miette with "fancy" feature in CLIMatthias Beyer
2022-04-14Adapt for changes from tedge_core API changes for miette handled errorsMatthias Beyer
2022-04-14Fix: Qualify path to macroMatthias Beyer
2022-04-13Add measurement-filter plugin in CLIMatthias Beyer
2022-04-13tedge-cli: Adapt for miette as error handling crateMatthias Beyer
2022-03-25Fix: Do not validate the config before running the appMatthias Beyer
2022-03-23Add implementation for timeout in plugin shutdownMatthias Beyer
2022-03-23Add httpstop plugin to tedge CLI implementationMatthias Beyer
2022-03-23Adapt tedge-cli to new core interfaceMatthias Beyer
2022-03-23Revert "Remove plugin_log"Matthias Beyer
2022-03-23Remove plugin_logMatthias Beyer
2022-03-17Add tedge-cli binaryMatthias Beyer
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