Cameron Diver
050c10dbb0
Add volume tests and fix test fixture setup for applications
...
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-07-10 14:25:46 +01:00
Cameron Diver
3304825216
Add a supervisor endpoint to cleanup orphaned volumes
...
Change-type: minor
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-07-10 14:25:44 +01:00
Cameron Diver
5357d4729d
Only remove volumes when we're moving between applications
...
Change-type: major
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-07-10 14:25:22 +01:00
Cameron Diver
9fdd1d7427
Reorder debug dockerfile to faster livepushes
...
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-07-10 14:25:21 +01:00
Cameron Diver
bb549a445b
Dont try to set the commit if it's undefined
...
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-07-10 14:25:21 +01:00
Resin CI
1690171304
v9.18.8
2019-07-10 12:26:25 +03:00
xginn8
2684fd9fd1
Merge pull request #1027 from balena-io/broken-metabalena-link
...
docs: fix up broken meta-balena proxy link
2019-07-10 10:24:28 +01:00
Matthew McGinn
baa0e87513
docs: fix up broken meta-balena proxy link
...
Change-type: patch
Signed-off-by: Matthew McGinn <matthew@balena.io>
2019-07-10 10:11:46 +02:00
Resin CI
64a8f5d884
v9.18.7
2019-07-09 20:02:33 +03:00
CameronDiver
e46fec2118
Merge pull request #1015 from balena-io/1014-delay-logstream
...
Dont setup a logstream until we're provisioned
2019-07-09 10:00:50 -07:00
Cameron Diver
e36ed26883
Upgrade Dockerode types
...
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-07-09 13:21:06 +01:00
Cameron Diver
37945b4aa5
Don't attempt to setup a log stream to the cloud before provision
...
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-07-09 13:21:05 +01:00
Cameron Diver
20a83e8e0a
Add more typescript conversions and export utilities from existing
...
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-07-09 13:21:05 +01:00
Resin CI
4522d1ad86
v9.18.6
2019-07-09 15:16:38 +03:00
CameronDiver
821b5ea071
Merge pull request #1021 from mwohlert/instantly-apply-update-on-api-request
...
Apply targetState immediately after update request
2019-07-09 05:14:53 -07:00
Michel Wohlert
39c9810bbc
Merge remote-tracking branch 'balena/master' into instantly-apply-update-on-api-request
2019-07-09 13:10:15 +02:00
Resin CI
782fd783c1
v9.18.5
2019-07-08 20:36:43 +03:00
Roman Mazur
e1fdafddfc
Merge pull request #1031 from balena-io/roman/use-resin-lint
...
Use resin-lint for mocha tests check
2019-07-08 20:35:21 +03:00
Roman Mazur
bea97f47a7
Use resin-lint for mocha tests check
...
Change-type: patch
Signed-off-by: Roman Mazur <roman@balena.io>
2019-07-08 19:07:47 +03:00
Michel Wohlert
7a42b6719a
Apply targetState immediately after update request
...
Cancel delayed promise if exists and schedule a new one without delay, when /v1/update is called
Change-type: patch
2019-07-06 00:06:42 +02:00
Resin CI
a817863aa4
v9.18.4
2019-07-05 12:59:03 +03:00
CameronDiver
b47816513b
Merge pull request #1028 from balena-io/seperate-volumes
...
Use instantiations of compose objects throughout application-manager
2019-07-05 02:57:10 -07:00
Cameron Diver
89807c21fa
Fix network composition parsing, and correctly report compose config
...
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-07-04 11:47:39 +01:00
Cameron Diver
286ba58069
Add tests for Volume
...
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-07-04 11:47:39 +01:00
Cameron Diver
e5d7379b74
Keep the network and volume models consistent across usage
...
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-07-03 10:42:42 +01:00
Cameron Diver
eaff3a2ee5
Pass around instantiated Network objects when comparing state
...
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-07-03 10:36:38 +01:00
Cameron Diver
23e564389d
Seperate volume handling into manager and object classes
...
This change also makes sure that in the application-manager workflow we
pass around instances of the Volume class, rather than just the config.
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-07-03 10:36:37 +01:00
Pablo Carranza Vélez
fe20f1b400
Merge pull request #1023 from balena-io/fix-unnecessary-vpn-override
...
fix: When reporting initial config, avoid creating a "VPN enabled" un…
2019-07-02 08:40:10 -07:00
Pablo Carranza Velez
743c8406c9
fix: When reporting initial config, avoid creating a "VPN enabled" unnecessary override
...
Since we were comparing the VPN's value before adding the explicit "true", there were cases
were the VPN is off, and therefore "value" didn't match the default, so the supervisor would
create a device specific SUPERVISOR_VPN_CONTROL = true, which is unnecessary and causes issues if
users don't expect this and move the device to an app that has VPN disabled. The correct behavior
is to compare "varValue" and only create a device config var if this value differs from the default.
(This was the behavior before the TS conversion in 01ed7bb103
)
Change-type: patch
Signed-off-by: Pablo Carranza Velez <pablo@balena.io>
2019-07-01 12:28:46 -07:00
Resin CI
90e7ec0053
v9.18.3
2019-07-01 11:51:28 +03:00
Roman Mazur
f53640ca4c
Merge pull request #1025 from balena-io/roman/fix-test-run
...
Add mocha tests linter
2019-07-01 11:48:07 +03:00
Roman Mazur
36fa23ab7d
Add mocha tests linter
...
A simple script that detects presence of .only statements in tests.
The idea is to avoid comitting them, so that all the tests are run with npm test.
Change-type: patch
Signed-off-by: Roman Mazur <roman@balena.io>
2019-06-29 16:40:41 +03:00
Resin CI
a87f344607
v9.18.2
2019-06-28 11:59:46 +03:00
CameronDiver
8d72f04a3a
Merge pull request #1017 from balena-io/upgrade-npm
...
Ensure that every architecture uses npm ci
2019-06-28 01:58:05 -07:00
Cameron Diver
92aa9b40ab
Use jessie base images for i386-nlp
...
This fixes potential SIGILL errors with the supervisor on i386-nlp.
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-06-27 17:09:31 +01:00
Cameron Diver
557f88965a
Ensure that all architectures use a node version that supports ci
...
We do this by using the standalone installer pinned at v6.9.0. We use
the standalone installer because npm itself fails to upgrade on the
i386-nlp build (npm v3). The standalone installer is installed in /tmp,
and then to avoid mysterious CI errors, we use the original npm to run
the tests.
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-06-27 17:09:31 +01:00
Resin CI
fe8ebfc0b0
v9.18.1
2019-06-27 16:33:48 +03:00
Roman Mazur
ee5b4574b0
Merge pull request #1022 from balena-io/roman/fix-test-run
...
Fix tests run removing .only
2019-06-27 16:29:50 +03:00
Roman Mazur
aad1129f26
Fix tests run removing .only
...
The issue was introduced with one of the recent changes related to local mode cleanup.
Change-type: patch
Signed-off-by: Roman Mazur <roman@balena.io>
2019-06-27 14:56:54 +03:00
Resin CI
064d082836
v9.18.0
2019-06-26 18:27:19 +03:00
Roman Mazur
32082d5ecc
Merge pull request #1012 from balena-io/roman/local-mode-cleanup
...
Clean up local mode engine objects using snapshots
2019-06-26 18:15:08 +03:00
Roman Mazur
645bc6c185
Ensure we get input on parsing errors
...
We wrap JSON and date parsing code to ensure input data is logged in case of an error.
Change-type: minor
Signed-off-by: Roman Mazur <roman@balena.io>
2019-06-26 17:40:02 +03:00
Roman Mazur
7c4d8d7653
Ensure local mode switch runs before target state
...
This change makes DeviceState to wait until local mode switch is definitely
completed before actually applying the state, which avoids races in state cleanup.
Change-type: patch
Signed-off-by: Roman Mazur <roman@balena.io>
2019-06-26 17:40:02 +03:00
Roman Mazur
4974c9200c
Clean up local mode engine objects using snapshots
...
Snapshot is collected to compare with engine state when local mode is turned off.
Change-type: minor
Signed-off-by: Roman Mazur <roman@balena.io>
2019-06-26 17:40:01 +03:00
Roman Mazur
bc3c56da4e
Add sinon types
...
Change-type: patch
Signed-off-by: Roman Mazur <roman@balena.io>
2019-06-26 17:40:00 +03:00
Resin CI
230225b49c
v9.17.2
2019-06-25 18:06:51 +03:00
Page-
10b5f169ac
Merge pull request #1019 from balena-io/https-submodule
...
Change to https for cloning resinos-in-container submodule
2019-06-25 15:58:10 +01:00
Pagan Gazzard
81b0d3142e
Change to https for cloning resinos-in-container submodule
...
May require a `git submodule sync` to update existing local config
Change-type: patch
2019-06-25 14:24:15 +01:00
Resin CI
4cc83d5520
v9.17.1
2019-06-21 16:28:07 +03:00
Page-
45f00c86ac
Merge pull request #1010 from balena-io/update-dind-resinos
...
Update the resinos version for the dind supervisor
2019-06-21 14:26:11 +01:00