Balena CI
86af954f3b
v11.28.6
2020-02-28 17:26:48 +02:00
Balena CI
8598223b61
v11.28.5
2020-02-28 02:14:29 +02:00
Balena CI
077d1db9b7
v11.28.4
2020-02-25 22:48:49 +02:00
Paulo Castro
cdfd1d124b
Fix build/deploy commands with QEMU emulation and alternative Dockerfile name
...
Resolves : #1624
Change-type: patch
2020-02-25 16:42:12 -03:00
Balena CI
dec570a6e2
v11.28.3
2020-02-24 17:43:44 +02:00
Pagan Gazzard
4abdd71ce7
Update type deps
...
Change-type: patch
2020-02-24 14:15:48 +00:00
Balena CI
36f2f491b3
v11.28.2
2020-02-22 00:05:12 +02:00
Paulo Castro
03053e125f
Add pre-commit check for cli.markdown updates and coffeelint execution
...
These checks compare the timestamps of cli.markdown with those of staged files,
effectively enforcing that 'npm run build' or 'npm test' are executed.
Change-type: patch
2020-02-21 18:22:48 -03:00
Balena CI
ad4981328f
v11.28.1
2020-02-21 15:40:29 +02:00
Balena CI
6439aa5552
v11.28.0
2020-02-20 05:01:08 +02:00
Cameron Diver
95c93d24da
Update resin-multibuild and add app and release template vars
...
Change-type: minor
Signed-off-by: Cameron Diver <cameron@balena.io>
2020-02-18 10:21:12 +07:00
Balena CI
278d7fd02c
v11.27.0
2020-02-17 17:51:58 +02:00
Balena CI
5dbace353d
v11.26.0
2020-02-14 17:26:58 +02:00
Balena CI
5e196b8f63
v11.25.18
2020-02-13 19:32:57 +02:00
Paulo Castro
88a1e413a3
Fix balena push "Segmentation fault" on Windows (replace 'mmmagic' with 'isBinaryFile')
...
Connects-to: #1611
Change-type: patch
2020-02-13 15:51:45 +00:00
Balena CI
d48672fa93
v11.25.17
2020-02-12 19:01:59 +02:00
Balena CI
9d04e616a8
v11.25.16
2020-02-12 15:57:18 +02:00
Balena CI
bff845a0e4
v11.25.15
2020-02-12 15:01:04 +02:00
Pagan Gazzard
93ba5832d8
Convert lib/auth/server to typescript
...
Change-type: patch
2020-02-12 12:10:12 +00:00
Balena CI
af86ac73e6
v11.25.14
2020-02-12 13:56:18 +02:00
Pagan Gazzard
a4b34c109d
Convert lib/actions/keys to typescript
...
Change-type: patch
2020-02-10 22:22:06 +00:00
Balena CI
69714a646b
v11.25.13
2020-02-11 00:11:34 +02:00
Balena CI
cefb3acc1f
v11.25.12
2020-02-10 17:53:58 +02:00
Balena CI
a9c0899c32
v11.25.11
2020-02-10 16:28:18 +02:00
Balena CI
4b8cec652a
v11.25.10
2020-02-08 02:54:39 +02:00
Paulo Castro
05d478b759
CI builds: revert patch-package upgrade to fix patch errors
...
This fixes a build error caused by a recent version bump of 'patch-package':
"Patch file found for package execa which is not present at node_modules/qqjs/node_modules/execa"
Change-type: patch
2020-02-08 00:19:05 +00:00
Scott Lowe
9a7a364776
Node 13 compatibility: upgrade ext2fs module
...
Change-type: patch
Resolves : #1591
Signed-off-by: Scott Lowe <scott@balena.io>
2020-02-07 22:30:02 +00:00
Balena CI
2cb5e28258
v11.25.9
2020-02-08 00:29:18 +02:00
Pagan Gazzard
467afb3de6
Add .gitattributes to check out with the correct line-ending on windows
...
Change-type: patch
2020-02-07 21:40:48 +00:00
Balena CI
324a406e7f
v11.25.8
2020-02-07 23:36:09 +02:00
Balena CI
6bc4fbb750
v11.25.7
2020-02-07 21:32:58 +02:00
Balena CI
654d1dcff8
v11.25.6
2020-02-07 13:21:48 +02:00
Pagan Gazzard
3f84045127
Switch from opn to its new name of open
...
Change-type: patch
2020-02-06 19:55:22 +00:00
Balena CI
544f8fb4bd
v11.25.5
2020-02-06 20:50:18 +02:00
Balena CI
f732c5bf5d
v11.25.4
2020-02-06 19:58:38 +02:00
Pagan Gazzard
895be0be5d
Use resin-lint for automatic lint fixing
...
Change-type: patch
2020-02-06 17:29:23 +00:00
Balena CI
0f17129c2e
v11.25.3
2020-02-06 19:25:49 +02:00
Balena CI
da3c11533c
v11.25.2
2020-02-05 05:14:59 +02:00
Balena CI
f53a69feb1
v11.25.1
2020-02-04 12:33:13 +02:00
Balena CI
1417875110
v11.25.0
2020-02-03 10:23:28 +02:00
Scott Lowe
58e7880f1d
Add support for auto-conversion of CRLF line endings.
...
Applies to commands:
balena push
balena build
balena deploy --build
Change-type: minor
Resolves : #1273
Signed-off-by: Scott Lowe <scott@balena.io>
2020-01-31 16:27:22 +01:00
Balena CI
38194e6175
v11.24.0
2020-01-31 01:42:39 +02:00
Paulo Castro
1e37c97ffb
Fix proxy support and add proxy exclusion feature (Node.js >= 10.16.0 only)
...
See README for more details on proxy configuration and Node.js compatibility.
Resolves : #1579
Resolves : #1335
Connects-to: #1580
Change-type: minor
Signed-off-by: Paulo Castro <paulo@balena.io>
2020-01-27 12:11:11 +00:00
Balena CI
ceb47e9969
v11.23.0
2020-01-27 13:12:47 +02:00
Pagan Gazzard
77931b314a
Update dependencies
...
Change-type: minor
2020-01-24 23:28:15 +00:00
Balena CI
b38b5b0b61
v11.22.0
2020-01-21 23:45:41 +02:00
Balena CI
751f67e997
v11.21.8
2020-01-21 13:06:33 +02:00
Paulo Castro
9db6961a7e
Add catch-uncommitted
to balena CI build
...
Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
2020-01-20 23:25:24 +00:00
Paulo Castro
b978230f9e
Update resin-lint and prettier, and re-prettify
...
Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
2020-01-20 22:46:32 +00:00
Balena CI
bbea58a9c8
v11.21.7
2020-01-20 13:26:30 +02:00