summaryrefslogtreecommitdiffstats
path: root/tedge
AgeCommit message (Expand)Author
2022-08-01Fix: Use Default impl for LogPluginBuilderMatthias Beyer
2022-07-15Merge branch 'feature/plugin_mqtt/fix-clippy' into feature/add_tedge_api_implMatthias Beyer
2022-07-15Use Default impl instead of constructorMatthias Beyer
2022-07-15Use Default impl instead of constructorMatthias Beyer
2022-07-06Use Default impl instead of new() constructorMatthias Beyer
2022-07-06Remove redundant closureMatthias Beyer
2022-07-06Replace single char pattern with characterMatthias Beyer
2022-07-06Remove needless borrowMatthias Beyer
2022-07-06Replace manual map with Option::map()Matthias Beyer
2022-07-06Replace new() with Default implMatthias Beyer
2022-07-04Merge branch 'feature/add_tedge_api/doc' into feature/add_tedge_api_implMatthias Beyer
2022-07-03Merge branch 'feature/add_tedge_api/cli-as-lib-and-bin' into feature/add_tedg...Matthias Beyer
2022-07-02Fix doc: Link to correct typeMatthias Beyer
2022-07-01Fix name of setting: communication_buffer_size -> max_concurrencyMatthias Beyer
2022-07-01Switch to even more "english style" macro interfaceMatthias Beyer
2022-07-01Move imports into macroMatthias Beyer
2022-07-01register_plugin!() macro should be more self-explanatoryMatthias Beyer
2022-07-01Move Registry type to own moduleMatthias Beyer
2022-07-01Simplify Registry creation with constructorMatthias Beyer
2022-07-01Split binary in CLI lib and main() shimMatthias Beyer
2022-05-24Update miette and error implementationsMarcel Müller
2022-05-24Adapt errors to miette interfaceMarcel Müller
2022-05-24Adapt tedge binary to new error typesMarcel Müller
2022-05-19Move variables from context to tracing associated variablesMatthias Beyer
2022-05-17Include README as crate-level documentationMatthias Beyer
2022-05-17Add README for tedge-cliMatthias Beyer
2022-05-13Enhance doc output headerMatthias Beyer
2022-05-13tedge: Run formatterMatthias Beyer
2022-05-13Merge branch 'feature/add_tedge_api/self-describing-configuration-types' into...Matthias Beyer
2022-05-13Don't print on plugin register in tedge cliMarcel Müller
2022-05-13Add tracy compatible tracing outputMatthias Beyer
2022-05-13Add tracing-chrome capabilitiesMatthias Beyer
2022-05-13Redesign logging setupMatthias Beyer
2022-05-13Make logging non-optionalMatthias Beyer
2022-05-13Remove console-subscriberMatthias Beyer
2022-05-12Fix: Do not ignore enum variant representationMatthias Beyer
2022-05-12Add CLI interface for printing plugin documentationMatthias Beyer
2022-05-12Abstract application building with Registry helper typeMatthias Beyer
2022-05-12Move doc-printing to CLI crateMatthias 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