summaryrefslogtreecommitdiffstats
path: root/crates/core/c8y_smartrest
AgeCommit message (Expand)Author
2022-05-03operation logs improvement #1027initard
2022-04-28removed unused dependencies #1110initard
2022-04-27Patch version bump 0.6.3 (#1108)github-actions[bot]
2022-04-26Merge branch 'main' into feature/1030/configuration-managementRina Fujino
2022-04-21Reduce code duplication in smartrest_deserializerRina Fujino
2022-04-21Add downloading config files supportRina Fujino
2022-04-13Patch version bump 0.6.2 (#1079)github-actions[bot]
2022-04-12Issue #1030 Support c8y_UploadConfigFile operationAlbin Suresh
2022-03-30Patch version bump 0.6.1 (#1041)github-actions[bot]
2022-03-24fixing panic when wrong command set in template #983initard
2022-03-14(cargo release) bump version 0.6.0 (#996)Rina Fujino
2022-03-11error handling on tedge-mapper start upinitard
2022-03-11error handling on tedge-agent start upinitard
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-09test-case version updateinitard
2022-03-07Allow dead codeMatthias Beyer
2022-03-02Patch version bump 0.5.4 (#963)github-actions[bot]
2022-02-23Merge pull request #909 from matthiasbeyer/remove-manual-cloneMatthias Beyer
2022-02-22Make message field optional in Thin Edge JSON events (#923)Albin Suresh
2022-02-22Remove unecessary manual cloneMatthias Beyer
2022-02-21Fix: Use Default impl instead of new() without argumentsMatthias Beyer
2022-02-21Fix: Remove unnecessary ? operatorMatthias Beyer
2022-02-21Fix: Do only expect &Path instead of &PathBufMatthias Beyer
2022-02-18Move c8y mapper tests to c8y module and fix docs for tests.Lukasz 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-16Patch version bump (#884)github-actions[bot]
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 #865 from matthiasbeyer/clippy-fixes-agent_interfaceMatthias 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-09[#809] Thin Edge JSON events support for Cumulocity mapper (#831)Albin Suresh
2022-02-07Replace new() constructor with Default implMatthias Beyer
2022-02-03Bump Rust version to 1.58.1 (#803)Michael Abel
2022-01-20Migrate to edition 2021 (#558)Lukasz Woznicki
2022-01-19Patch version bump (#771)github-actions[bot]
2022-01-11[663] agent topics (#731)PradeepKiruvale
2022-01-05Patch version bump to 0.5.1 (#734)github-actions[bot]
2021-12-22Closes #667 Thin Edge JSON alarm support (#726)Albin Suresh
2021-12-10Bump version to 0.5.0. Update some docs to use 0.5.0 as well (#677)Lukasz Woznicki
2021-12-07#596 Declare supported operations (#652)Lukasz Woznicki
2021-12-06Feature/599/restart device cloud operation (#662)initard
2021-11-26[CIT-659] restart device local operation (#591)initard