balena-supervisor/src
Petros Angelatos dd06f993ce bootstrap: if offlineMode is enabled, persist only the uuid
If we don't persist the uuid then every time the supervisor starts it
will think it's a new device. This triggers a wipe of the local state
and also a re-load of the preloaded apps. This in turn causes multiple
instances of the preloaded apps to be left running.

Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
2016-08-02 23:48:13 -07:00
..
lib logger: empty the publish queue if in offline mode 2016-07-26 14:04:51 -07:00
api.coffee Improve the docker compose API 2016-07-22 23:17:25 -03:00
app.coffee Allow the supervisor to work in offline mode 2016-07-23 14:04:24 +00:00
application.coffee Merge pull request #216 from resin-io/215-improve-containers-api 2016-07-26 20:52:56 -07:00
bootstrap.coffee bootstrap: if offlineMode is enabled, persist only the uuid 2016-08-02 23:48:13 -07:00
compose.coffee Add validation for options when creating and starting containers 2016-07-22 23:17:25 -03:00
config.coffee Remove unused vars and fix linting issues 2016-06-16 18:47:12 +03:00
db.coffee Add default binds to containers created with API, add /v1/containers/update endpoint, and add a /data bind with an internal id 2016-07-22 23:17:25 -03:00
device.coffee Allow the supervisor to work in offline mode 2016-07-23 14:04:24 +00:00
docker-utils.coffee Allow only the options that we know can be supported 2016-07-22 23:28:28 -03:00
request.coffee Share request settings between request and pinejs-client, and make sure a 30s timeout is used. 2015-10-13 13:39:09 -03:00
utils.coffee utils: allow specifying links in compose files 2016-07-28 17:45:16 -07:00