Albin Suresh

Results 39 issues of Albin Suresh

**Describe the bug** The Cumulocity mapper sometimes unnecessarily clears alarms on its own, that were not explicitly cleared by the user, as part of the alarm syncing that it performs...

bug
willwork

## Proposed changes Extend c8y-config-plugin to support `c8y_UploadConfigFile` and `c8y_DownloadConfigFile` operations on child devices ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [x]...

**Is your feature request related to a problem? Please describe.** Expose REST endpoints to exchange binary files between thin-edge components and child devices. **Describe the solution you'd like** Expose the...

feature
willwork

## Proposed changes A reference guide for the Thin Edge binary repository and its APIs. ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) -...

**Is your feature request related to a problem? Please describe.** Support the following config management operations on child devices: 1. Fetch config snapshots from child devices to Cumulocity cloud 2....

feature
willwork

**Is your feature request related to a problem? Please describe.** With the introduction of child devices, the existing MQTT topics like `tedge/measurements`, `tedge/alarms//` were updated to include the `child-id` as...

willwork
idea

**Is your feature improvement request related to a problem? Please describe.** The `postinst` script of `tedge` updates the `/etc/mosquitto/mosquitto.conf` directly in-order to `/etc/tedge/mosquitto-conf` as a directory for tedge mosquitto config...

improvement

**Is your feature improvement request related to a problem? Please describe.** Even though tedge config allows you to change the device topic id using the `mqtt.device_topic_id` config setting, the value...

improvement

**Describe the bug** Flaky unit test: `file_transfer_server::http_rest::tests::file_is_uploaded_to_provided_data_dir` Failed instances: * https://github.com/thin-edge/thin-edge.io/actions/runs/7741737024/job/21109328508?pr=2649 * https://github.com/thin-edge/thin-edge.io/actions/runs/7785110414/job/21226953725 **To Reproduce** Random failure in the CI. Not consistently reproducible. **Expected behavior** Always pass.

theme:testing

**Is your feature improvement request related to a problem? Please describe.** While subscribed to `te/errors` topic we see too many `No operation update required` messages, presumably whenever the mapper detects...

improvement