summaryrefslogtreecommitdiffstats
path: root/crates/core
AgeCommit message (Expand)Author
2022-02-18Allow `clippy::enum_variant_names` for DeviceMonitorErrorMatthias Beyer
2022-02-18Allow `clippy::enum_variant_names` for CollectdPayloadErrorMatthias Beyer
2022-02-18Allow `clippy::enum_variant_names` for CumulocityMapperErrorMatthias Beyer
2022-02-18Rewrite collecting of metric valuesMatthias Beyer
2022-02-18Remove unneeded lifetimeMatthias Beyer
2022-02-18Ignore 'get_jwt_token_full_run' flaky testLukasz Woznicki
2022-02-18Add received messages in case of filed assert in to assert_received_all_expectedLukasz Woznicki
2022-02-18Move c8y mapper tests to c8y module and fix docs for tests.Lukasz Woznicki
2022-02-18Remove sm mapper from tedge cliLukasz Woznicki
2022-02-18Move module to subdirectories and adjust useLukasz Woznicki
2022-02-17Update tracing_subsciber to 0.3 which uses 'time' instead of 'chrono'Lukasz Woznicki
2022-02-17Merge pull request #856 from matthiasbeyer/clippy-fixes-c8y_smartrestMatthias Beyer
2022-02-16Patch version bump (#884)github-actions[bot]
2022-02-15Merge pull request #876 from uklotzde/clock-serdeDidier Wenzek
2022-02-15Merge pull request #879 from matthiasbeyer/clippy-fixes-tedge_agentMatthias Beyer
2022-02-15Merge pull request #878 from matthiasbeyer/clippy-fixes-thin_edge_jsonMatthias Beyer
2022-02-15alarm/event: Use clock::TimestampUwe Klotz
2022-02-15clock: Hide serde support behind feature flag `with-serde`Uwe Klotz
2022-02-15[860] tedge connection check c8y timeout (#861)PradeepKiruvale
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-15fixed session name buginitard
2022-02-15moving implemenation specific code to plugin (#790)initard
2022-02-15c8y_api lib, tedge config, mqtt/http utilities (#790)initard
2022-02-14Use 'time' instead of 'chrono' due to CVE for thin_edge_json and all dependen...Lukasz Woznicki
2022-02-14Merge pull request #834 from matthiasbeyer/no-string-pathesMatthias Beyer
2022-02-14Merge pull request #865 from matthiasbeyer/clippy-fixes-agent_interfaceMatthias Beyer
2022-02-14Allow From* prefix in enum variantsMatthias Beyer
2022-02-14Remove needless static lifetimeMatthias Beyer
2022-02-14Remove borrow that is immediately dereferencedMatthias Beyer
2022-02-14Replace manual flattening with .flatten() callMatthias Beyer
2022-02-14Replace .nth(0) call with .next()Matthias Beyer
2022-02-14Use 'time' instead of 'chrono' due to CVE for thin_edge_json and all dependen...Lukasz Woznicki
2022-02-11Use 'time' instead of 'chrono' due to CVE for c8y_smartrest and all dependen...Lukasz Woznicki
2022-02-11Replace match with function chainingMatthias Beyer
2022-02-11Replace new() constructor with Default implMatthias Beyer
2022-02-11Replace new() constructor with Default implMatthias Beyer
2022-02-10Merge pull request #852 from makr11st/improvement/648_use_time_instead_of_chr...Lukasz Woznicki
2022-02-10Use 'time' instead of 'chrono' due to CVE for 'certificate' and all dependent...Lukasz Woznicki
2022-02-09[#809] Thin Edge JSON events support for Cumulocity mapper (#831)Albin Suresh
2022-02-08Merge pull request #838 from rina23q/hotfix/wrong-topic-name-in-c8y-converterRina Fujino
2022-02-08Fix tedge/measurement to tedge/measurementsRina Fujino
2022-02-08Use `futures` channels instead of `tokio` channelsDidier Wenzek
2022-02-08Change return type of LogFile::path to &PathMatthias Beyer
2022-02-07Replace new() constructor with Default implMatthias Beyer
2022-02-07Replace new() constructor with Default implMatthias Beyer
2022-02-07Replace new() constructor with Default implMatthias Beyer
2022-02-04[#735] Detect and reconcile alarms updated while mapper was down (#791)Albin Suresh
2022-02-04[699] init/clear agent and mapper sessions (#797)PradeepKiruvale