summaryrefslogtreecommitdiffstats
path: root/crates/common
AgeCommit message (Expand)Author
2022-03-30Patch version bump 0.6.1 (#1041)github-actions[bot]
2022-03-24[#761] tedge init (#993)PradeepKiruvale
2022-03-14(cargo release) bump version 0.6.0 (#996)Rina Fujino
2022-03-11Upgrade dependencies to eliminate vulnerable regex crate v1.5.4Albin Suresh
2022-03-10Merge pull request #985 from initard/bugfix/984/lock-file-configuration-errorAlex Solomes
2022-03-10fixed /run path bug introduced by #939initard
2022-03-09test-case version updateinitard
2022-03-08Merge pull request #939 from initard/improvement/858/configurable-lock-and-re...Alex Solomes
2022-03-07Merge pull request #978 from matthiasbeyer/remove-warningsMatthias Beyer
2022-03-07[974] fix init and clear session (#976)PradeepKiruvale
2022-03-07Move tests into moduleMatthias Beyer
2022-03-07Move import to top of fileMatthias Beyer
2022-03-04configurable run path (#858)initard
2022-03-04configurable logs path (#858)initard
2022-03-02Patch version bump 0.5.4 (#963)github-actions[bot]
2022-03-01[823] Configurable mqtt bind address (#929)PradeepKiruvale
2022-02-28Merge pull request #951 Fix cargo audit warning: zeroize 1.5.2 is yankedDidier Wenzek
2022-02-28Fix cargo audit warning: zeroize 1.5.2 is yankedDidier Wenzek
2022-02-28Fix: Use unwrap_or() instead of matchMatthias Beyer
2022-02-25Bump version of 'x509_parser' which uses 'time' instead of 'chrono'Lukasz Woznicki
2022-02-23Remove unnecessary ? operatorMatthias Beyer
2022-02-23#814 --config-dir option for tedge commands Alex Solomes
2022-02-22--config-dir for tedge command (#814)initard
2022-02-22Merge pull request #919 from matthiasbeyer/remove-pathbuf-to-stringMatthias Beyer
2022-02-22Remove tedge_utils::paths::pathbuf_to_string()Matthias Beyer
2022-02-21Clean the session on connect when no session is providedDidier Wenzek
2022-02-17Update tracing_subsciber to 0.3 which uses 'time' instead of 'chrono'Lukasz Woznicki
2022-02-17Merge pull request #895 from matthiasbeyer/clippy-fixes-tedge_configMatthias Beyer
2022-02-16Patch version bump (#884)github-actions[bot]
2022-02-15clock: Hide serde support behind feature flag `with-serde`Uwe Klotz
2022-02-15c8y_api lib, tedge config, mqtt/http utilities (#790)initard
2022-02-15Merge pull request #871 from didier-wenzek/feature/close-mqtt-connectionDidier Wenzek
2022-02-14Add a close method to wait for messages to be actually publishedDidier Wenzek
2022-02-14Use 'time' instead of 'chrono' due to CVE for thin_edge_json and all dependen...Lukasz Woznicki
2022-02-14Merge pull request #854 from matthiasbeyer/clippy-fixes-downloadMatthias Beyer
2022-02-14Merge pull request #842 from matthiasbeyer/clippy-fixes-mqtt_channelMatthias Beyer
2022-02-14Merge pull request #828 from matthiasbeyer/fix-possible-integer-truncationMatthias Beyer
2022-02-14Merge pull request #864 from matthiasbeyer/clippy-fixes-json_writerMatthias Beyer
2022-02-14Remove TEdgeConfig::config_location because it was unusedMatthias Beyer
2022-02-14Remove clone() call for Copy typeMatthias Beyer
2022-02-14Use 'time' instead of 'chrono' due to CVE for thin_edge_json and all dependen...Lukasz Woznicki
2022-02-11Fix: also close the error channelDidier Wenzek
2022-02-10Use 'time' instead of 'chrono' due to CVE for 'certificate' and all dependent...Lukasz Woznicki
2022-02-09Fix: Do not truncate integer type by castingMatthias Beyer
2022-02-08Replace Into<> impl with From<> implMatthias Beyer
2022-02-08Improve error handling on subscription errorsDidier Wenzek
2022-02-07Improve error handling on subscription errorsDidier Wenzek
2022-02-07Improve error handling on connectDidier Wenzek
2022-02-07Remove useless unsubscribe calls on clear_sessionDidier Wenzek
2022-02-07Make Default impl for JsonWriter only for testsMatthias Beyer