thin-edge.io icon indicating copy to clipboard operation
thin-edge.io copied to clipboard

The open edge framework for lightweight IoT devices

Results 323 thin-edge.io issues
Sort by recently updated
recently updated
newest added

## Proposed changes This is an extracted part of #948 which this PR would subsume. The idea being that having a smaller change on which we can all agree will...

## Proposed changes unblocked tedge mapper startup. http_proxy was causing the mapper to remain in a while loop trying to fetch an internal device id from cumulocity. this has now...

**Is your feature request related to a problem? Please describe.** The current `c8y_configuration_management` plugin sends a notification on `tedge/configuration_change` topic after a downloaded configuration file is placed in the config...

feature
theme:configuration

**Describe the bug** When following the guide to install apama artefacts on a device (https://github.com/thin-edge/thin-edge.io/blob/main/docs/src/howto-guides/017_apama_software_management_plugin.md), I got a 401 Unauthorized error. **To Reproduce** - Thin-edge.io and apama are already installed...

bug

**Describe the bug** In the lifecycle of the docker plugin, the finalize step calls ['docker image prune --all --force'](https://github.com/thin-edge/thin-edge.io/blob/main/plugins/tedge_docker_plugin/tedge_docker_plugin.sh#L106) which would unconditionally remove all unused docker images whenever the docker...

bug
willwork

**Is your feature request related to a problem? Please describe.** The Domain Model of Measurements within Cumulocity gives three degrees of freedom for storing measurements: 1. Measurment Fragment 2. Measurement...

improvement
idea

As device owner I want to be able to install thin-edge on an Embedded Linux device that does not feature any package manager. That new "how-to" shall contain all needed...

documentation
improvement
willwork

**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...

improvement
willwork

**Describe the solution you'd like** Currently devices can not send unit via the thin-edge json approach. However this is needed for some use cases where the device is actively sending...

improvement
theme:telemetry

**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