balena-supervisor/src
Cameron Diver 9fae4bab62 fix: Run db log cleanup on init - after migrations
Before this change the first time the cleanup code runs would be before
the migrations have had a chance to execute. This change makes it so
that the cleanup code always runs once the migrations have finished.

Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-04-25 16:56:29 +01:00
..
compose fix: Correctly handle multiple hosts ports pointing to a container port 2019-04-25 13:48:04 +01:00
config Add a random jitter to target state polls, and a config var to ignore update notifications and not poll immediately after startup 2019-04-03 09:15:49 -07:00
device-api device-api: Add v2/device/tags api endpoint 2019-03-13 14:21:23 +00:00
lib ux: Remove service already running log message 2019-04-05 10:06:24 +01:00
logging fix: Fix non-tty container message parsing 2019-04-05 10:06:28 +01:00
migrations Report all logs from a container's runtime 2019-04-05 10:06:27 +01:00
types Specify TODO in DeviceApplicationState comment 2019-01-08 11:59:56 +00:00
api-binder.ts Don't attempt to report any state during local mode 2019-04-10 15:40:52 +01:00
app.coffee Remove log-timestamp due to having journald logs 2019-03-28 10:27:22 +00:00
application-manager.coffee fix: Run db log cleanup on init - after migrations 2019-04-25 16:56:29 +01:00
application-manager.d.ts device-api: Add v2/device/tags api endpoint 2019-03-13 14:21:23 +00:00
db.ts Use dictionary for db key 2019-01-23 16:30:43 +00:00
device-config.ts Add a random jitter to target state polls, and a config var to ignore update notifications and not poll immediately after startup 2019-04-03 09:15:49 -07:00
device-state.coffee Fix migration of legacy apps when there's more than one app in the local DB 2019-03-28 17:14:06 -07:00
event-tracker.ts config: Replace supervisorOfflineMode and offlineMode with unmanaged 2018-12-14 15:01:41 +00:00
host-config.ts refactor: Change config modules export type to new-style 2019-01-02 18:12:22 +00:00
local-mode.ts config: Properly type the change events from config module 2019-01-21 11:13:14 +00:00
logger.ts Report all logs from a container's runtime 2019-04-05 10:06:27 +01:00
network.ts fix: Fix connectivity active VPN check 2019-03-07 18:39:32 +00:00
proxyvisor.coffee Increase max payload size in bodyparser to avoid PayloadTooLarge errors 2019-02-25 13:18:55 +01:00
supervisor-api.ts fix: Only apply supervisor api authentication after healthcheck entry 2019-01-29 14:19:45 +00:00
supervisor.coffee Report all logs from a container's runtime 2019-04-05 10:06:27 +01:00