Rina Fujino
Rina Fujino
**Is your feature request related to a problem? Please describe.** `tedge_agent --init` creates `/var/log/tedge/agent` directory, which is hard-coded. We have now `logs.path` key in tedge config to change the part...
**Is your feature request related to a problem? Please describe.** Refactor the existing test cases under tests/PySys/tedge_connect to robot framework. **Describe the solution you'd like** **Describe alternatives you've considered** **Additional...
As a thin-edge team member I want to understand the flow from idea to refined-prioritised backlog item so that I have clarity on what needs to happen at which stage....
**Describe the bug** c8y_configuration_plugin doesn't receive new MQTT messages after mosquitto restarts during the runtime of c8y_configuration_plugin. **To Reproduce** This steps are copied from [here](https://github.com/thin-edge/thin-edge.io/issues/1184#issuecomment-1185537298). [Precondition] - All thin-edge packages...
**Describe the bug** `c8y_log_plugin` doesn't receive new MQTT messages after `mosquitto` restarts during the runtime of `c8y_log_plugin`. **To Reproduce** Copied from [here](https://github.com/thin-edge/thin-edge.io/issues/1184#issuecomment-1185533832). [Precondition] - All thin-edge packages are installed in...
**Is your feature request related to a problem? Please describe.** `tedge_mapper` is consists of a generic mapper component and cloud specific components. The `Mapper` struct is the cloud agnostic representation....
**Describe the bug** After triggering a restart operation, the device was restarted successfully. However, the operation status in Cumulocity is still in EXECUTING. **To Reproduce** Trigger a restart operation from...
**Is your feature request related to a problem? Please describe.** As of now, the command to execute the restart is hardcoded as `sudo init 6`. https://github.com/thin-edge/thin-edge.io/blob/main/crates/core/tedge_agent/src/agent.rs#L503 In docker container, `init...
**Describe the bug** `tedge_agent` returns an IO error when `/run/tedge_agent` directory is not found. The operation fails. ``` 2022-03-03T18:49:03.63846719Z ERROR sm-agent: tedge_agent::agent: No such file or directory (os error 2)...
**Describe the bug** Publishing an empty message to `config_snapshot`, `config_update`, and `log_upload` command metadata topics invokes an error message. ``` EOF while parsing a value at line 1 column 0...