PradeepKiruvale

Results 16 issues of PradeepKiruvale

**Describe the bug** An alarm message was sent to the child device when the tedge-mapper is down, and then the mapper comes up and starts processing the message. When it...

bug

**Is your feature request related to a problem? Please describe.** Thin-edge provides `health-check` feature for checking the health of the `thin-edge` services. Basically, these services expose `MQTT` topics to check...

feature

**Is your feature request related to a problem? Please describe.** Thin-edge uses the certificate to connect to the cloud. So, the certificate management code is duplicated in different places. For...

willwork
refactoring

**Is your feature request related to a problem? Please describe.** The thin-edge provides the connectivity to Cumulocity IoT Edge. So, it's better to test this feature before the release of...

refactoring
ci/cd
theme:c8y

**Describe the bug** Azure is replacing the `Baltimore cyber trust cert` with the `Digi cert root certificate`. Once replaced the thin-edge device should connect to the `Azure IoT` without any...

bug
willwork

**Describe the bug** When the request to remove a software package is triggered from c8y cloud It fails to remove the package that is present in the system. Once the...

bug

**Describe the bug** When an apama software update (install/remove) request contains installing the mon files and project files in the same request, then the apama plugin fails to complete the...

bug

## Proposed changes This PR fixes the issue related to raising the events for the wrong `directory` when `watching multiple directories`. Uses the `inotify` fix that helps to extract the...

**Describe the bug** When fs_notify adds a watcher on different `directories`, and when the file is `added/removed` in one directory, the notification will be generated for all the directories. **To...

bug
willwork

**Is your feature improvement request related to a problem? Please describe.** The tedge_api::health module must be refactored for better parsing of `health status`. And the same `HealthStatus` struct can be...

refactoring