summaryrefslogtreecommitdiffstats
path: root/crates/core/thin_edge_json/src
AgeCommit message (Expand)Author
2022-08-18Merge pull request #1349 from matthiasbeyer/clippy-fixesDidier Wenzek
2022-08-18Fix clippy: thin_edge_json: Add derive for EqMatthias Beyer
2022-08-18Fix clippy in thin_edge_json: Remove let-unit-valueMatthias Beyer
2022-08-08Alarms for child devices (#1314)PradeepKiruvale
2022-07-29MQTT health endpoints for tedge plugin extensions (#1299)PradeepKiruvale
2022-07-26Replace clock serde functionality with time serde functionalityMatthias Beyer
2022-07-22Extend events API to support child devices (#1243)PradeepKiruvale
2022-03-11Closes #893 Support custom fields and fragments in Thin Edge JSON eventsAlbin Suresh
2022-03-11Rename message field to text in Thin Edge JSON events payloadAlbin Suresh
2022-03-11Rename message field to text in Thin Edge JSON alarms payloadAlbin Suresh
2022-02-22Make message field optional in Thin Edge JSON events (#923)Albin Suresh
2022-02-15Merge pull request #876 from uklotzde/clock-serdeDidier Wenzek
2022-02-15alarm/event: Use clock::TimestampUwe Klotz
2022-02-15clock: Hide serde support behind feature flag `with-serde`Uwe Klotz
2022-02-15Remove unnecessary ? operatorMatthias Beyer
2022-02-15Remove unnecessary return statementMatthias Beyer
2022-02-15Remove new() constructor in favour of Default implMatthias Beyer
2022-02-14Use 'time' instead of 'chrono' due to CVE for thin_edge_json and all dependen...Lukasz Woznicki
2022-02-09[#809] Thin Edge JSON events support for Cumulocity mapper (#831)Albin Suresh
2021-12-22Closes #667 Thin Edge JSON alarm support (#726)Albin Suresh
2021-11-24Restructure directories of the workspace (#559)Lukasz Woznicki