summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-05-02Fix example config to map one topic to addressfeature/add_tedge_api/plugin-mqtt-one-target-per-subscriptionMatthias Beyer
2022-05-02Map one subscribed topic to one target addressMatthias Beyer
2022-04-29Merge branch 'feature/add_tedge_api/core-remove-plugininfo-clone' into featur...Matthias Beyer
2022-04-29Remove Clone impl for PluginInfoMatthias Beyer
2022-04-28Merge branch 'feature/add_tedge_api/integrate-api-changes' into feature/add_t...Matthias Beyer
2022-04-28tedge_core: Adapt for new Address::send_* interfacesMatthias Beyer
2022-04-28plugin_mqtt_measurement_bridge: Adapt for new Address::send_* interfacesMatthias Beyer
2022-04-28plugin_mqtt: Adapt for new Address::send_* interfacesMatthias Beyer
2022-04-28plugin_measurement_filter: Adapt for new Address::send_* interfacesMatthias Beyer
2022-04-28plugin_inotify: Adapt for new Address::send_* interfacesMatthias Beyer
2022-04-28plugin_httpstop: Adapt for new Address::send_* interfacesMatthias Beyer
2022-04-28plugin_avg: Adapt for new Address::send_* interfacesMatthias Beyer
2022-04-28tedge_lib: Adapt for new Address::send_* interfacesMatthias Beyer
2022-04-28Merge commit 'a398c97' into feature/add_tedge_api/integrate-api-changesMatthias Beyer
2022-04-27Fix doc comment references to send_* methodsMarcel Müller
2022-04-27Update Message documentationMarcel Müller
2022-04-27Fix doc comment typo verification -> configurationMarcel Müller
2022-04-27Add send_with_timeoutMarcel Müller
2022-04-27Add try_send methodMarcel Müller
2022-04-27Rename send to send_and_waitMarcel Müller
2022-04-27Merge branch 'feature/add_tedge_api/does-not-support-types-test' into feature...Matthias Beyer
2022-04-27Add does-not-support testMatthias Beyer
2022-04-27Add TedgeApplicationBuilder::plugin_builders() getter fnMatthias Beyer
2022-04-27Merge branch 'feature/add_tedge_api/tedge-cli/get-supported-plugin-kinds' int...Matthias Beyer
2022-04-26Merge branch 'feature/add_tedge_api/remove-unused-imports' into feature/add_t...Matthias Beyer
2022-04-26Merge branch 'feature/add_tedge_api/plugin-mqtt-do-not-parse-json' into featu...Matthias Beyer
2022-04-26Merge branch 'feature/add_tedge_api/plugin_sysstat_fix_logging' into feature/...Matthias Beyer
2022-04-26Add help text to CLI commandsMatthias Beyer
2022-04-26Add subcommand to fetch available plugin kind namesMatthias Beyer
2022-04-26Add TedgeApplicationBuilder::plugin_kind_names()Matthias Beyer
2022-04-26Move config loading to helper fnMatthias Beyer
2022-04-25plugin_avg: Replace log with tracingMatthias Beyer
2022-04-25tedge_lib: Remove unused dependenciesMatthias Beyer
2022-04-25plugin_mqtt_measurement_bridge: Remove unused dependenciesMatthias Beyer
2022-04-25plugin_mqtt: Remove unused dependenciesMatthias Beyer
2022-04-25plugin_inotify: Remove unused dependenciesMatthias Beyer
2022-04-25plugin_avg: Remove dependency: env-loggerMatthias Beyer
2022-04-25Serialize messages in plugin_mqtt_measurement_bridgeMatthias Beyer
2022-04-25Fix: MQTT plugin should not interpret messages as JSONMatthias Beyer
2022-04-25Merge branch 'feature/add_tedge_api/cli-config-validation-fixes' into feature...Matthias Beyer
2022-04-22Add logging for started backendsMatthias Beyer
2022-04-22Fix: replace "log" with "tracing"Matthias Beyer
2022-04-22Remove false commentMatthias Beyer
2022-04-22Fix: Validate the configuration before startingMatthias Beyer
2022-04-21Merge branch 'feature/add_tedge_api/concurrent_message_handling' into feature...Matthias Beyer
2022-04-21Add Test for concurrently handling messagesMarcel Müller
2022-04-21Stop a plugin after panicking in a handleMarcel Müller
2022-04-21Do not await a just-spawned task in a loopMatthias Beyer
2022-04-20Redesign PluginTask::run() implMatthias Beyer
2022-04-20Impl concurrent message handlingMatthias Beyer