summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)Author
2022-08-30Merge branch 'feature/add_tedge_api_impl' into integrate-feature-apiintegrate-feature-apiMatthias Beyer
2022-08-22Add manifest fields to all crates in meta-tedgeMarcel Guzik
2022-08-19Merge pull request #1326 from matthiasbeyer/add-shellcheckDidier Wenzek
2022-08-19Merge pull request #1348 from thin-edge/create-pull-request/patchAlbin Suresh
2022-08-19Enhance the tedge_apt_plugin error message to be more verbose (#1341)PradeepKiruvale
2022-08-18Merge pull request #1349 from matthiasbeyer/clippy-fixesDidier Wenzek
2022-08-18Fix clippy: c8y_configuration_plugin: Add derive for EqMatthias Beyer
2022-08-18Fix clippy: Remove unnecessary bindingMatthias Beyer
2022-08-18Fix clippy in tedge_apt_plugin: Remove let-unit-valueMatthias Beyer
2022-08-18Fix clippy in c8y_log_plugin: Remove let-unit-valueMatthias Beyer
2022-08-18Fix clippy in c8y_configuration_plugin: Remove let-unit-valueMatthias Beyer
2022-08-18(cargo release) bump versionVersioneer
2022-08-16Fix: POSIX echo might not expand escape sequencesMatthias Beyer
2022-08-16Fix: Add missing quotesMatthias Beyer
2022-08-16Fix: Add missing quotesMatthias Beyer
2022-08-16Fix: Use -n instead of not operator and -zMatthias Beyer
2022-08-16Fix: Add missing quotesMatthias Beyer
2022-08-16Fix: Use $* instead of $@ in stringMatthias Beyer
2022-08-08c8y_configuration_plugin: Remove unneccessary let _ =Matthias Beyer
2022-08-06Do not necessarily pass &str anymore to fs helper fnsMatthias Beyer
2022-08-01Merge pull request #1305 from initard/bugfix/1304/removing-integration-testinitard
2022-08-01removing apt integration testsinitard
2022-07-29Merge pull request #1245 from initard/improvement/1173/inotify-c8y_log_plugininitard
2022-07-29implementing inotify crate for c8y_log_plugininitard
2022-07-29implementing inotify crate for c8y_configuration_plugininitard
2022-07-29MQTT health endpoints for tedge plugin extensions (#1299)PradeepKiruvale
2022-07-25Bump serial_test from 0.6.0 to 0.8.0dependabot[bot]
2022-07-25Merge pull request #1288 from thin-edge/dependabot/cargo/test-case-2.2.1Didier Wenzek
2022-07-22Bump clap from 3.2.12 to 3.2.14dependabot[bot]
2022-07-22Bump test-case from 2.1.0 to 2.2.1dependabot[bot]
2022-07-22Bump zip from 0.5.13 to 0.6.2dependabot[bot]
2022-07-20Merge pull request #1257 from thin-edge/create-pull-request/patchRina Fujino
2022-07-20(cargo release) bump versionVersioneer
2022-07-20publishing supported log types if c8y bridge is upinitard
2022-07-16plugin_sysstat: Run rustfmtMatthias Beyer
2022-07-15Merge branch 'feature/plugin_mqtt/fix-clippy' into feature/add_tedge_api_implMatthias Beyer
2022-07-15Remove unnecessary clone()Matthias Beyer
2022-07-15Replace empty constructor with Default implMatthias Beyer
2022-07-15Remove redundant closureMatthias Beyer
2022-07-15Use From<_> impl rather than Into<_>Matthias Beyer
2022-07-15Allow "Once" postfix hereMatthias Beyer
2022-07-15Replace empty constructor with Default implMatthias Beyer
2022-07-15Remove unused variantMatthias Beyer
2022-07-15Merge branch 'feature/add_tedge_api/remove-mainloop-stop-result' into feature...Matthias Beyer
2022-07-06plugin_sysstat: Remove error infra for when mainloop stopping failedMatthias Beyer
2022-07-06plugin_mqtt: Remove error infra for when mainloop stopping failedMatthias Beyer
2022-07-06plugin_inotify: Remove error infra for when mainloop stopping failedMatthias Beyer
2022-07-06plugin_avg: Remove error infra for when mainloop stopping failedMatthias Beyer
2022-07-06Replace new() with Default implMatthias Beyer
2022-07-06Remove redunant cloneMatthias Beyer