Albin Suresh
Albin Suresh
**Is your feature improvement request related to a problem? Please describe.** The batching of collectd mapper is controlled by two batching parameters: `batching_window` (`event_jitter` in code) and `max message delay`...
## Proposed changes Auto-upload the workflow log file on operation execution. It is applicable for all the operations going through workflow system. The log path is added to the command...
**Describe the bug** The workflow log files created on execution of configuration and log management operations are empty as seen here: ``` $ ls -l /var/log/tedge/agent/ total 24 -rw-r--r-- 1...
**Is your feature improvement request related to a problem? Please describe.** When a software management operation like software update is executed, two different log files are generated at `/var/log/tedge/agent` directory:...
**Describe the bug** When the c8y-mapper receives a configuration update request with the URL of the artefact to be downloaded, it checks if the incoming URL belongs to the same...
**Is your feature request related to a problem? Please describe.** The inbuilt workflow actions like the `executing` action of software update or configuration update are composite actions that involve multiple...
**Describe the bug** Flaky test: `tedge_mqtt_bridge::bridge bridge_many_messages` Multiple failures on workflow: 1. https://github.com/thin-edge/thin-edge.io/actions/runs/10477586806/job/29019051110 2. https://github.com/thin-edge/thin-edge.io/actions/runs/10473279982/job/29004814609 Test trace: ``` --- STDOUT: tedge_mqtt_bridge::bridge bridge_many_messages --- running 1 test test bridge_many_messages ... FAILED...
## Proposed changes - [x] HTTP APIs for entity registration, de-registration and querying - [ ] Indexing and pagination impl details - [x] Bulk operations ## Types of changes -...
**Describe the bug** When a Cumulocity operation like software update or firmware update is performed, the corresponding fragment updates are expected to be done before the operation is marked successful...