Alexis Svinartchouk
e76cc81fe1
upgrade(package): Update to etcher-sdk@0.1.15
...
Change-type: patch
Signed-off-by: Alexis Svinartchouk <alexis@resin.io>
2019-01-24 13:21:27 +01:00
Alexis Svinartchouk
adcc3343ec
fix(gui): Disable compute modules selection during preparation
...
Change-type: patch
Signed-off-by: Alexis Svinartchouk <alexis@resin.io>
2019-01-24 13:21:27 +01:00
Alexis Svinartchouk
645e114a1f
fix(gui): Allow drives to be objects
...
This fixes an error when plugging usbboot devices.
Change-type: patch
Signed-off-by: Alexis Svinartchouk <alexis@resin.io>
2019-01-24 13:21:27 +01:00
Alexis Svinartchouk
65d86460cb
fix(shared): Fix getDriveImageCompatibilityStatuses() and tests
...
Change-type: patch
Signed-off-by: Alexis Svinartchouk <alexis@resin.io>
2019-01-24 13:21:27 +01:00
Alexis Svinartchouk
aaccd10c2a
fix(gui): Allow undefined eta
...
Change-type: patch
Signed-off-by: Alexis Svinartchouk <alexis@resin.io>
2019-01-24 13:21:27 +01:00
Alexis Svinartchouk
a237bfd930
upgrade(package): Update to etcher-sdk@0.1.13
...
Change-type: patch
Signed-off-by: Alexis Svinartchouk <alexis@resin.io>
2019-01-24 13:21:27 +01:00
Alexis Svinartchouk
73f64d93b1
upgrade(package): Update to etcher-sdk@0.1.9
...
Change-type: patch
Signed-off-by: Alexis Svinartchouk <alexis@resin.io>
2019-01-24 13:21:26 +01:00
Alexis Svinartchouk
871db09447
fix(tests): Fix gui tests
...
Change-type: patch
Signed-off-by: Alexis Svinartchouk <alexis@resin.io>
2019-01-24 13:21:26 +01:00
Alexis Svinartchouk
8d79103392
upgrade(package): Update to etcher-sdk@0.1.7
...
Also update the shrinkwrap file
Change-type: patch
Signed-off-by: Alexis Svinartchouk <alexis@resin.io>
2019-01-24 13:21:26 +01:00
Jonas Hermsmeier
fd765443e4
fix(image-selection): Only trigger digest loop after setting image
...
Change-type: patch
Signed-off-by: Jonas Hermsmeier <jhermsmeier@gmail.com>
2019-01-24 13:21:26 +01:00
Alexis Svinartchouk
63967d1558
fix(tests): Remove throw if no percentage or eta test
...
Since 25916200f2864a9b137325f919c0f8ef5d62fa60 we can handle a progress
state with no percentage or eta.
2019-01-24 13:21:26 +01:00
Alexis Svinartchouk
6b270885bf
feat(driverless) show driverless devices
2019-01-24 13:21:26 +01:00
Alexis Svinartchouk
47937d6aaa
fix(package): remove diskpart helper, it is in the sdk now
2019-01-24 13:21:26 +01:00
Alexis Svinartchouk
7d2ba45620
fix(store): Lowercase extensions before comparing
2019-01-24 13:21:26 +01:00
Jonas Hermsmeier
b270d819a8
fix(store): Restore drive object validity check
2019-01-24 13:21:26 +01:00
Jonas Hermsmeier
c50553fbf6
upgrade(package): Update etcher-sdk git ref
2019-01-24 13:21:26 +01:00
Jonas Hermsmeier
a541c863be
fix(test): Sort compressed extensions before comparing
2019-01-24 13:21:26 +01:00
Jonas Hermsmeier
254b482651
upgrade(package): Update mime-types 2.1.15 -> 2.1.18
...
This update includes a previously missing mapping for gzip
(`application/gzip`), which contributes to fixing gzip compressed
image detection in the new SDK
Change-type: patch
2019-01-24 13:21:26 +01:00
Jonas Hermsmeier
d3c2cd4215
fix(test): Sort supported extensions to fix order mismatch
...
Change-type: patch
2019-01-24 13:21:26 +01:00
Jonas Hermsmeier
4f7cc7dd6b
fix(lib): Fix MIME type exclusion condition
...
As `mime.extension()` returns `false`, instead of `null` or `undefined`,
this condition simply needs to check for truthyness.
Change-type: patch
2019-01-24 13:21:26 +01:00
Jonas Hermsmeier
21f1f4e503
fix(test): Turn SDK integration tests for the GUI back on
...
Change-type: patch
2019-01-24 13:21:26 +01:00
Jonas Hermsmeier
47f2336673
fix(lib): Fix use of non-existent dependency
...
Change-Type: patch
2019-01-24 13:21:26 +01:00
Alexis Svinartchouk
5ae93bf6d0
Update etcher-sdk and load DriverlessDeviceAdapter on windows
2019-01-24 13:21:26 +01:00
Alexis Svinartchouk
caf5f10326
lint
2019-01-24 13:21:26 +01:00
Alexis Svinartchouk
e68dbcf4ee
Remove lib/sdk and its tests
2019-01-24 13:21:26 +01:00
Alexis Svinartchouk
a42e81cf8c
Replace imageStream with etcher-sdk in the react file selector
2019-01-24 13:21:21 +01:00
Alexis Svinartchouk
98a8588c1b
Update etcher-sdk and use it in the cli
2019-01-24 13:21:21 +01:00
Alexis Svinartchouk
8630af7646
Remove usage of old sdk in supported-formats
2019-01-24 13:21:21 +01:00
Alexis Svinartchouk
268c5302e8
Handle the last fail as an error if all devices failed
2019-01-24 13:21:21 +01:00
Alexis Svinartchouk
d07d535993
Show raspberry pi usbboot update progress in devices list
2019-01-24 13:21:21 +01:00
Alexis Svinartchouk
a8a75f22b2
Allow flashing from sources for which we don't know the compressed size
...
* don't show any percentage or eta, show the bytes written instead
2019-01-24 13:21:21 +01:00
Alexis Svinartchouk
6143023502
Integrate etcher-sdk
2019-01-24 13:21:21 +01:00
Alexis Svinartchouk
ca6aa5d4aa
Merge pull request #2611 from balena-io/update-node-gyp
...
Update node-gyp to 3.8.0
2019-01-24 08:52:52 +01:00
Alexis Svinartchouk
bc028ed41f
Add napi-build-utils to platformSpecificDependencies
...
Change-type: patch
2019-01-23 17:25:42 +01:00
Alexis Svinartchouk
911d3a9188
Update node-gyp to 3.8.0
...
Change-type: patch
2019-01-23 16:26:26 +01:00
Alexis Svinartchouk
b88e715fc5
Merge pull request #2610 from balena-io/update-winusb
...
Update winusb-driver-generator to 1.2.4
2019-01-23 13:22:17 +01:00
Alexis Svinartchouk
a4dfa5f281
Update winusb-driver-generator to 1.2.4
...
Change-type: patch
2019-01-22 18:29:20 +01:00
Lorenzo Alberto Maria Ambrosi
05fc1711b9
Merge pull request #2606 from balena-io/bump-dependencies
...
Bump dependencies
2019-01-18 19:13:32 +01:00
Lorenzo Alberto Maria Ambrosi
c16fbb5b47
Rename resin-io modules to balena-io
...
Change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzoa@balena.io>
2019-01-18 17:05:06 +01:00
Lorenzo Alberto Maria Ambrosi
7ca3e2b519
Update build scripts for electron-builder unresolved dependencies
...
Change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzoa@balena.io>
2019-01-18 16:51:20 +01:00
Lorenzo Alberto Maria Ambrosi
8c8a0bf8eb
Fix linting error for winusb-driver-generator
...
Change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzoa@balena.io>
2019-01-18 14:48:10 +01:00
Lorenzo Alberto Maria Ambrosi
e85251d2e3
Bump drivelist to v6.4.6
...
Change-type: patch
Changelog-entry: Fix incorrect drives list on Linux
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzoa@balena.io>
2019-01-17 10:57:46 +01:00
Lorenzo Alberto Maria Ambrosi
73e4827249
Bump mountutils to v1.3.16 for XCode build fix
...
Change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzoa@balena.io>
2019-01-17 10:54:29 +01:00
Lorenzo Alberto Maria Ambrosi
c37270ea08
Switch to fork of xxhash with XCode build fix
...
Change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzoa@balena.io>
2019-01-17 10:52:34 +01:00
Lorenzo Alberto Maria Ambrosi
8cc33b46bb
Make winusb-driver-generator optional (win only)
...
Change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzoa@balena.io>
2019-01-17 10:51:11 +01:00
Lorenzo Alberto Maria Ambrosi
700341f9cc
Fix error with OSX XCode build
...
Change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzoa@balena.io>
2019-01-17 10:49:38 +01:00
Lorenzo Alberto Maria Ambrosi
ca85ad5995
Merge pull request #2460 from balena-io/contribution-file-fix
...
docs: Add info about required npm version
2019-01-14 19:59:16 +01:00
Lorenzo Alberto Maria Ambrosi
1c8c36a224
Update nodejs req to 6.11 (fixes package build)
...
Change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzoa@balena.io>
2019-01-14 18:36:25 +01:00
Agnieszka Domanska
25b814e796
docs: Add info about required npm version
...
Npm 3.10 version is required to install dev tools correctly on Linux.
Change-type: patch
Signed-off-by: amdomanska <aga@resin.io>
2019-01-14 17:22:40 +01:00
Lorenzo Alberto Maria Ambrosi
e89566e04a
Merge pull request #2580 from balena-io/progress-button-disabled-prop-is-a-boolean
...
ProgressBar.disabled prop is a boolean
2019-01-09 14:04:55 +01:00