balena-supervisor/src
Cameron Diver ddbf3418de
Remove trailing slashes from working directories of services
This is to combat when a working directory is in the compose file for a
service with a trailing slash. Docker will strip this slash and that
means service comparisons will fail going forward - even if they are the
same.

Change-type: patch
Closes: #635
Signed-off-by: Cameron Diver <cameron@resin.io>
2018-04-27 18:03:36 +01:00
..
compose Remove trailing slashes from working directories of services 2018-04-27 18:03:36 +01:00
lib Start initial typescript conversion, and add validation debugging 2018-04-27 16:09:50 +01:00
migrations When migrating from legacy supervisors, mark the temporary composition as legacy 2018-03-13 08:17:25 -07:00
api-binder.coffee Back off fetching the target state exponentially, for faster retries when there's no connectivity 2018-03-29 10:20:52 +01:00
app.coffee Introduce workaround for IPv6 DNS resolution until nodejs becomes RFC 3484 compliant 2018-03-07 07:01:43 -08:00
application-manager.coffee On startup, only attach to logs for running containers, and remove any containers marked as dead 2018-04-19 15:04:04 -07:00
config.coffee Fix the check for whether the device is provisioned by correctly getting registered_at and deviceId from config.json into the ApiBinder 2018-03-14 21:50:31 -03:00
db.coffee Remove any leftover knex migrations locks before running migrations 2018-03-21 18:20:15 -03:00
device-config.coffee Replace the gosuper component with a node module that handles communication with systemd, and stop using an init system in the supervisor container 2018-03-22 15:55:15 +00:00
device-state.coffee Respond to reboot and shutdown endpoints with a success object 2018-03-29 13:11:02 +01:00
event-tracker.coffee Various bugfixes and sytlistic improvements 2018-03-06 10:32:29 -08:00
host-config.coffee Replace the gosuper component with a node module that handles communication with systemd, and stop using an init system in the supervisor container 2018-03-22 15:55:15 +00:00
logger.coffee Implement a new logger that sends logs to the resin API, that can be used optionally instead of PubNub 2018-03-06 21:09:06 -08:00
network.coffee Various bugfixes and sytlistic improvements 2018-03-06 10:32:29 -08:00
proxyvisor.coffee Implement a new logger that sends logs to the resin API, that can be used optionally instead of PubNub 2018-03-06 21:09:06 -08:00
supervisor-api.coffee Use a supervisor0 network interface for the supervisor network API. Remove RESIN_APP_COMMIT and RESIN_APP_RELEASE env vars. 2018-03-06 10:32:28 -08:00
supervisor.coffee Implement a new logger that sends logs to the resin API, that can be used optionally instead of PubNub 2018-03-06 21:09:06 -08:00