summaryrefslogtreecommitdiffstats
path: root/crates/common/tedge_config/src/models
AgeCommit message (Collapse)Author
2022-06-16tedge_config fixing clippy warnings #825initard
Signed-off-by: initard <solo@softwareag.com>
2022-05-20Add defaults to TemplatesSetLukasz Woznicki
Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
2022-05-17Add smartrest templates to the list of topics for the bridge creationLukasz Woznicki
Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
2022-05-13Add smartrest templates sets to possible tedge config optionsLukasz Woznicki
Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
2022-03-08Merge pull request #939 from ↵Alex Solomes
initard/improvement/858/configurable-lock-and-restart-path #858 configurable run/log path
2022-03-07Move tests into moduleMatthias Beyer
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
2022-03-07Move import to top of fileMatthias Beyer
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
2022-03-04configurable run path (#858)initard
- added logs.path to `tedge` command - can now use `tedge config set run.path /some/run/path` - agent and mapper use the run config Signed-off-by: initard <solo@softwareag.com>
2022-03-01[823] Configurable mqtt bind address (#929)PradeepKiruvale
* [823] add mqtt.bind_address option * ipaddress instead of string
2021-11-24Restructure directories of the workspace (#559)Lukasz Woznicki
* Restructure directories of the workspace * Rename c8y_translator_lib to c8y_translator * Update comment on how to get dummy plugin path Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>