summaryrefslogtreecommitdiffstats
path: root/crates/core
AgeCommit message (Expand)Author
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-15appending tedge/agent to logs.path key (#997)initard
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-11Upgrade dependencies to eliminate vulnerable regex crate v1.5.4Albin 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-10fixing sm plugins path error message (#937)initard
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-07Allow dead codeMatthias Beyer
2022-03-07Remove unused importsMatthias Beyer
2022-03-04[869] remove redundant file write (#977)PradeepKiruvale
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-01Merge pull request #940 Update the output of tedge connect, tutorial and how-...Rina Fujino
2022-03-01[823] Configurable mqtt bind address (#929)PradeepKiruvale
2022-02-28Merge pull request #944 from matthiasbeyer/clippy-fixes-tedgeMatthias Beyer
2022-02-28Fix: Remove unused "use"Matthias Beyer
2022-02-28Fix: Allow module inception hereMatthias Beyer
2022-02-25Cosmetic fix to print out fullname of a cloud platform for tedge disconnect c...Rina Fujino
2022-02-24Merge pull request #867 from matthiasbeyer/clippy-fixes-plugin_smMatthias 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-23Merge pull request #909 from matthiasbeyer/remove-manual-cloneMatthias Beyer
2022-02-23Remove "mut", logger must not be mutableMatthias Beyer
2022-02-23Remove borrow that is immediately dereferencedMatthias Beyer
2022-02-23Remove borrow that is immediately dereferencedMatthias Beyer
2022-02-23Remove borrow that is immediately dereferencedMatthias Beyer
2022-02-23Remove borrow that is immediately dereferencedMatthias Beyer
2022-02-23Remove borrow that is immediately dereferencedMatthias Beyer
2022-02-23Remove borrow that is immediately dereferencedMatthias Beyer
2022-02-23Remove borrow that is immediately dereferencedMatthias Beyer
2022-02-23Use slice instead of Vec as argumentMatthias Beyer
2022-02-23#814 --config-dir option for tedge commands Alex Solomes
2022-02-23Merge pull request #894 from matthiasbeyer/clippy-fixes-tedgeMatthias Beyer
2022-02-23Replace single-character string constant with characterMatthias Beyer
2022-02-23Replace macro invocation with .to_string() callMatthias Beyer
2022-02-23Replace unidomatic .len() > 0 with .is_empty()Matthias Beyer
2022-02-23Remove unneeded borrowingMatthias Beyer
2022-02-23Remove unneeded `return` keywordMatthias Beyer