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

In #1320 we found that `Cargo.lock` was outdated although this PR had nothing to do with `Cargo.lock` or even Rust code. We should add a job to our actions workflow...

This patch fixes `clippy::unnecessary_lazy_evaluations`.

## Proposed changes It seems that clippy failures were merged at some point... I don't know. This fixes a clippy lint over all crates in the repository, namingly the [let-unit-value](https://rust-lang.github.io/rust-clippy/master/#let_unit_value)...

refactoring
rust

Signed-off-by: Didier Wenzek Signed-off-by: Marcel Müller ## Proposed changes A proposal for thin-edge open-source project governance. The central idea of this proposal is to align the project structure with the...

**Is your feature request related to a problem? Please describe.** `tedge_agent --init` creates `/var/log/tedge/agent` directory, which is hard-coded. We have now `logs.path` key in tedge config to change the part...

bug
willwork

**Is your feature request related to a problem? Please describe.** Refactor the existing test cases under tests/PySys/tedge_connect to robot framework. **Describe the solution you'd like** **Describe alternatives you've considered** **Additional...

willwork
refactoring

As a thin-edge team member I want to understand the flow from idea to refined-prioritised backlog item so that I have clarity on what needs to happen at which stage....

## Proposed changes Document events API for child devices ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change...

A thin-edge device and its child devices have to exchange files for various purposes: * pushing to a child-device a new configuration file or a software package, * pulling from...

feature
willwork

To close https://github.com/thin-edge/thin-edge.io/discussions/1274, we have to port the apt plugin tests to robot framework as system test. This is a follow-up PR from #1304 where we disabled the rust "integration"...

willwork
refactoring