open-balena-api icon indicating copy to clipboard operation
open-balena-api copied to clipboard

The core API of openBalena

Results 138 open-balena-api issues
Sort by recently updated
recently updated
newest added

After migrating `device.is_pinned_on__release` to `device.is_pinned_on__release` we will also add a `device.should_be_running__release` computed term which will be computed like: `device.is_pinned_on__release ?? device.belongs_to__application[0].should_be_running__release`. Depends-on: #1095

In v7 we should have a `device.is_pinned_on__release` fact type, which is effectively what v6's `device.should_be_running__release` is.

```sbvr Fact type: application belongs to organization Synonymous Form: organization owns application ```

Signed-off-by: fisehara Signed-off-by: Harald Fischer

To enable running open-balena-api unprivileged systemd was removed Change-type: minor

Change-type: minor Signed-off-by: Harald Fischer

Introduce a device configuration variable (boolean) that allows turning ON/OFF TLS termination on the device. Change-type: minor Signed-off-by: Pranav Peshwe