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

Following the discussion in #1278 and as suggested by @albinsuresh: This patch ensures that the systemd watchdog backend is only used when building for linux. Right now, there is no...

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

Before this there was one in-process mqtt server used for running all tests. Tests had to be run in sequence because of this, adding up to a huge test time....

**Describe the bug** Currently I can install thin-edge.io via script. But I can not uninstall it and have to manually delete all parts. **Expected behavior** thin-edge.io provides a script that...

improvement
willwork

This might reduce build times on CI.

## Proposed changes Added proposal for child-device support to configuration management reference documentation. That proposal includes basically three aspects: - allow to associate config files with a cloud’s child-device twin...

This PR adds a `shellcheck` job. Shellcheck is reasonably fast that this does not impact our CI time _at all_. This PR also fixes _most_ issues shellcheck reports. The ones...

## Proposed changes In #1279 we had a brief discussion whether to update rustc in our CI or not. IMO there's no reason why we shouldn't, so here goes a...

This test turns out to fail sporadically on github actions. Because no solution for the actual problem was found in two weeks, lets remove it. --- Related to #1285

## Proposed changes Add fields `package.homepage` and `package.repository` to manifests of crates `tedge` and `tedge_mapper`. ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) -...