Commit Graph

773 Commits

Author SHA1 Message Date
Balena CI
eca8fc9208 v11.0.3 2020-04-07 14:22:32 +03:00
Balena CI
ae92ff54b2 v11.0.2 2020-04-06 23:59:49 +03:00
Pagan Gazzard
81927d7861 Update to balena-register-device 6.0.1
Change-type: patch
2020-04-06 17:45:03 +01:00
Balena CI
e3c3adceb0 v11.0.1 2020-04-06 17:28:00 +03:00
Cameron Diver
6fe3bfa4f2 Don't mangle names when minimising with webpack
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2020-04-06 13:36:11 +01:00
Balena CI
10455a4bd4 v11.0.0 2020-04-06 15:34:22 +03:00
Cameron Diver
8ab63656bd Update synchronisation scripts for supervisor development
We move the old sync.js script to tools/, and delete the now-broken
sync-debug.js.

We add a command `npm run sync`, which starts a livepush process
with the supervisor on a device.

Change-type: minor
Signed-off-by: Cameron Diver <cameron@balena.io>
2020-04-06 13:05:38 +01:00
Balena CI
91d590bed4 v10.11.3 2020-04-02 20:09:40 +03:00
Balena CI
364fabd749 v10.11.2 2020-03-31 16:48:09 +03:00
Balena CI
921a74f04f v10.11.1 2020-03-30 21:19:40 +03:00
Balena CI
23b370c207 v10.11.0 2020-03-30 19:03:08 +03:00
Balena CI
fe0fd453d8 v10.10.15 2020-03-30 13:10:00 +03:00
Balena CI
8fdd5a4e65 v10.10.14 2020-03-29 04:10:00 +03:00
Balena CI
f8c432ff96 v10.10.13 2020-03-28 01:37:48 +02:00
Pagan Gazzard
c1e5b98ae5 Convert proxyvisor to javascript
Change-type: patch
2020-03-27 17:49:01 +00:00
Balena CI
b3cbed3567 v10.10.12 2020-03-27 19:45:48 +02:00
Balena CI
12d79ddcb4 v10.10.11 2020-03-25 19:18:50 +02:00
Balena CI
5e20e4d94e v10.10.10 2020-03-25 10:05:40 +02:00
Cameron Diver
2ff8fccb5e Update livepush
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2020-03-24 18:06:59 +00:00
Balena CI
466045a0e9 v10.10.9 2020-03-24 20:05:32 +02:00
Pagan Gazzard
9c3295c912 Add type checking for javascript files
Change-type: patch
2020-03-24 16:37:28 +00:00
Balena CI
4fbd015083 v10.10.8 2020-03-24 18:22:29 +02:00
Cameron Diver
35e73941c5 Pin resin-cli-visuals to avoid build error of lzma-native
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2020-03-24 14:52:22 +00:00
Cameron Diver
f2c606e1f9 Update dependencies
We also pin livepush in place while
https://github.com/balena-io-modules/livepush/issues/67
is fixed.

Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2020-03-24 14:52:22 +00:00
Balena CI
e7bd708639 v10.10.7 2020-03-24 16:50:10 +02:00
Balena CI
233cf4bfaa v10.10.6 2020-03-24 13:20:20 +02:00
Pagan Gazzard
8fc11df959 Add transpilation for javascript files to ease node 6 compatibility
Change-type: patch
2020-03-24 09:28:14 +00:00
Pagan Gazzard
7945bb5a77 Add a precheck that linting/tests work on node 10
This allows us to avoid re-linting for every arch

Change-type: patch
2020-03-24 09:28:13 +00:00
Pagan Gazzard
81966446d9 Update to balena-lint and enable javascript linting
Change-type: patch
2020-03-24 09:28:12 +00:00
Balena CI
34e28173a0 v10.10.5 2020-03-23 22:41:28 +02:00
Balena CI
15446929eb v10.10.4 2020-03-23 18:40:12 +02:00
Balena CI
c37079188f v10.10.3 2020-03-16 22:48:08 +02:00
Balena CI
9e7a226741 v10.10.2 2020-03-16 17:26:09 +02:00
Balena CI
bae4e21c85 v10.10.1 2020-03-16 14:08:58 +02:00
Pagan Gazzard
6e3db3bd60 Update dependencies
Change-type: patch
2020-03-13 17:18:05 +00:00
Balena CI
0bc6fc9a4a v10.10.0 2020-03-06 18:13:09 +02:00
Balena CI
255c46c92e v10.9.2 2020-03-05 17:12:19 +02:00
Balena CI
23de9e90e7 v10.9.1 2020-02-25 14:57:19 +02:00
Cameron Diver
adf6d427fc
Upgrade pretty-ms to pick up typings
Signed-off-by: Cameron Diver <cameron@balena.io>
2020-02-25 14:50:15 +07:00
Balena CI
1d6c57b196 v10.9.0 2020-02-25 06:17:38 +02:00
Balena CI
0df6b225ff v10.8.0 2020-02-13 12:05:20 +02:00
Balena CI
48c80dd747 v10.7.0 2020-02-12 13:24:53 +02:00
Cameron Diver
c47ef6d42a
Add a noinit option to sync-debug
The noinit option will avoid doing a complete sync to the supervisor
on startup. This is useful when there has only been code changes, and no
modules etc have been added. It can be helpful when running on a network
with no external internet access, as everything needed is already inside
the container.

To aid this we also move to yargs, rather than try to do all of the
parsing ourselves.

Change-type: minor
Signed-off-by: Cameron Diver <cameron@balena.io>
2020-02-12 16:34:25 +07:00
Balena CI
de57bf4372 v10.6.37 2020-02-11 06:16:48 +02:00
Balena CI
c69942233b v10.6.36 2020-02-10 14:19:23 +02:00
Pagan Gazzard
ab63f46b7e Switch to using resin-lint for automatic lint fixing
Change-type: patch
2020-02-10 10:43:14 +00:00
Balena CI
3a8209f4ba v10.6.35 2020-02-10 08:41:56 +02:00
Balena CI
a5b80b9b69 v10.6.34 2020-02-06 16:24:09 +02:00
Balena CI
13b5c2c79c v10.6.33 2020-01-30 13:36:02 +02:00
Balena CI
6bb7a5fd57 v10.6.32 2020-01-28 13:32:10 +02:00