summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-08-10Fix: Add missing featuresfeature/add_tedge_api_implMatthias Beyer
2022-08-01Fix: Use Default impl for LogPluginBuilderMatthias Beyer
2022-07-16Format test codeMatthias Beyer
2022-07-16Fix format: sort importsMatthias Beyer
2022-07-16plugin_sysstat: Run rustfmtMatthias Beyer
2022-07-16Fix formatting: sort importsMatthias Beyer
2022-07-16Remove trailing whitespaceMatthias Beyer
2022-07-15Merge branch 'feature/plugin_mqtt/fix-clippy' into feature/add_tedge_api_implMatthias Beyer
2022-07-15Merge branch 'feature/plugin_mqtt_measurement_bridge/fix-clippy' into feature...Matthias Beyer
2022-07-15Remove unnecessary clone()Matthias Beyer
2022-07-15Use Default impl instead of constructorMatthias 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-15Use Default impl instead of constructorMatthias 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-15Merge branch 'feature/add_tedge_api/clippy-fixes' into feature/add_tedge_api_...Matthias Beyer
2022-07-06Fix: Use plugin kind name instead of instance nameMatthias Beyer
2022-07-06Remove needless lifetime specMatthias 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-06Remove the Result return typeMatthias Beyer
2022-07-06Replace new() with Default implMatthias Beyer
2022-07-06Use Default impl instead of new() constructorMatthias Beyer
2022-07-06Replace new() with Default implMatthias Beyer
2022-07-06Replace Into<> implementation with From<> implMatthias Beyer
2022-07-06Replace Into<> implementation with From<> implMatthias Beyer
2022-07-06Replace Into<> implementation with From<> implMatthias Beyer
2022-07-06Remove needless borrowMatthias Beyer
2022-07-06Remove redunant cloneMatthias Beyer
2022-07-06Remove redunant cloneMatthias Beyer
2022-07-06Remove borrow of BoxMatthias Beyer
2022-07-06Remove needless borrowMatthias Beyer
2022-07-06Remove needless borrowMatthias Beyer
2022-07-06Remove needless return keywordMatthias Beyer
2022-07-06Allow to return borrowed box hereMatthias Beyer
2022-07-06Replace iter-clone-collect patternMatthias Beyer
2022-07-06Replace .into_iter() with .iter()Matthias Beyer
2022-07-06Remove redunant cloneMatthias Beyer
2022-07-06Allow too many arguments for this functionMatthias Beyer
2022-07-06Allow clippy lint for enum variant namesMatthias Beyer
2022-07-06Remove redunant cloneMatthias Beyer
2022-07-06Remove redunant cloneMatthias Beyer
2022-07-06Replace .into_iter() with .iter()Matthias Beyer
2022-07-06Remove redunant cloneMatthias Beyer