summaryrefslogtreecommitdiffstats
path: root/crates/core/tedge_mapper/src
AgeCommit message (Expand)Author
2022-04-21Have a single unix user used for all the thin-edge daemons (#1085)PradeepKiruvale
2022-04-14Merge pull request #1062 from initard/bugfix/958-fixing-python-testsAlex Solomes
2022-04-13moving python tedge mapper tests to rust #958initard
2022-04-11Remove default from some tedge config settigsRina Fujino
2022-04-11Closes #1040 use config-dir feature for initalize and run (#1059)PradeepKiruvale
2022-03-31Include PID in health status message of tedge-daemonsAlbin Suresh
2022-03-31Issue #769 Common health check MQTT endpoint for tedge daemonsAlbin Suresh
2022-03-30Merge PR #1025 MQTT health endpoints for tedge-daemonsAlbin Suresh
2022-03-30MQTT health endpoint for collectd-mapperAlbin Suresh
2022-03-30Closes #769 MQTT health endpoint for tedge-mapperAlbin Suresh
2022-03-24Merge pull request #1022 from initard/bugfix/983/execute-operation-panicAlex Solomes
2022-03-24fixing panic when wrong command set in template #983initard
2022-03-24[#761] tedge init (#993)PradeepKiruvale
2022-03-16Closes #1004 Fix mapping of time field in event JSON to SmartRESTAlbin Suresh
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-03-04configurable run path (#858)initard
2022-03-01[823] Configurable mqtt bind address (#929)PradeepKiruvale
2022-02-28Fix: Allow module inception hereMatthias Beyer
2022-02-24Merge pull request #859 from albinsuresh/feature/809/use-http-for-large-eventsAlbin Suresh
2022-02-24[870] wait till messages synced (#904)PradeepKiruvale
2022-02-23Improve error message of mqtt message size validationAlbin Suresh
2022-02-23Unit test C8YHTTPProxy with mock httpserver crateAlbin Suresh
2022-02-23[#809] Cumulocity mapper to send large events > 16K size with HTTPAlbin Suresh
2022-02-23#814 --config-dir option for tedge commands Alex Solomes
2022-02-22cfg test for enum variantinitard
2022-02-22--config-dir for tedge command (#814)initard
2022-02-22#911 systemd init and connection reset fix Alex Solomes
2022-02-22systemd init and connection reset fix (#911)initard
2022-02-22Merge pull request #907 from matthiasbeyer/clippy-fixes-c8y_smartrestMatthias Beyer
2022-02-21Merge pull request #902 from matthiasbeyer/remove-flaky-testDidier Wenzek
2022-02-21Fix: Use Default impl instead of new() without argumentsMatthias Beyer
2022-02-18Remove get_jwt_token_full_run() testMatthias Beyer
2022-02-18Replace structopt with clap 3Matthias Beyer
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-17Merge pull request #856 from matthiasbeyer/clippy-fixes-c8y_smartrestMatthias 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