Christina Wang

Results 42 issues of Christina Wang

## Problem On a release update where the only thing that changes is the network configuration, a network won't be removed if it has a custom configuration and the target...

As such, the device after moving to the new fleet will still keep the old service(s) running, and error about update locks for the old service being present. Reproduction for...

Needs discussion

If this is the wrong repo for this issue, please feel free to move it.

These endpoints will need to check for application locks before modifying, otherwise reject the modification and send an error in the response (or at least warn to the console) --...

type/enhancement
Needs more investigation

Device type: raspberrypi4-64 Supervisor version: 13.1.1 Container stuck restarting and exiting with the following logs: The `service exit` and `service restart` events log repeatedly, and the cause of that may...

type/bug
needs replication

The content of the header should include the Supervisor version. Currently the logging backend doesn't use lib/requests which adds User-Agent to all requests, so this header isn't added to log-stream...

type/feature
low-hanging fruit

The Supervisor logMonitor monitors the journal logs of `balena.service`, however, it doesn't look like these logs go anywhere or are in use by anything. We should remove this code if...

This indicates that there are multiple instances of the filesystem watcher for this particular file, which is wasteful in terms of resources. Either that, or there is something async with...

low-hanging fruit
Needs more investigation

Currently, if instantUpdates are set to false (i.e. VPN_CONTROL is disabled), the Supervisor will only fetch and apply target state on API_POLL_INTERVAL. If the user wishes to update the device...

Needs discussion