balena-supervisor/src
Cameron Diver 0fa47f635b
fix: Correctly handle multiple hosts ports pointing to a container port
When assigning multiple host ports to a single container port before
this change, the supervisor would incorrectly take only the first host
port into consideration. This change makes it so that every host port
per container port is considered.

Closes: #986
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-04-25 13:48:04 +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 Run database cleanup on startup in addition to once a day 2019-04-05 10:06: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