Alexis Svinartchouk
9c25cc663a
Remove unused styles
...
Change-type: patch
2020-06-03 13:11:59 +02:00
Alexis Svinartchouk
ba21da4f0b
Add effective speed in flash results
...
Changelog-entry: Add effective speed in flash results
Change-type: patch
2020-06-03 13:11:54 +02:00
Alexis Svinartchouk
34349f64d5
Update progress bar style
...
Changelog-entry: Update progress bar style
Change-type: patch
2020-06-02 12:46:57 +02:00
Alexis Svinartchouk
f5c7dc932a
Remove unused css class
...
Change-type: patch
2020-06-01 14:39:13 +02:00
Alexis Svinartchouk
4880275e7b
Simplify FlashAnother button
...
Change-type: patch
2020-06-01 14:39:13 +02:00
Alexis Svinartchouk
6db0172a50
Remove useless StepSelection component
...
Change-type: patch
2020-06-01 14:39:13 +02:00
Alexis Svinartchouk
95ff5c98a8
Change font to SourceSansPro and fix hover color
...
Changelog-entry: Change font to SourceSansPro and fix hover color
Change-type: patch
2020-06-01 14:38:48 +02:00
Alexis Svinartchouk
e9f9f90137
Update rendition to ^14.13.0
...
Changelog-entry: Update rendition to ^14.13.0
Change-type: patch
2020-06-01 13:39:23 +02:00
Alexis Svinartchouk
0ebfecc60c
Make FlashStep a PureComponent
...
Change-type: patch
2020-06-01 13:39:23 +02:00
Alexis Svinartchouk
afa29a0ed1
Remove unused styles
...
Changelog-entry: Remove unused styles
Change-type: patch
2020-06-01 13:39:23 +02:00
Balena CI
8d707dc815
v1.5.95
v1.5.95
2020-06-01 13:40:43 +03:00
bulldozer-balena[bot]
5b509d147f
Merge pull request #3189 from balena-io/windows-docker-spectron
...
spectron: Make tests pass on Windows Docker containers
2020-06-01 10:37:36 +00:00
Juan Cruz Viotti
bb6d909949
spectron: Make tests pass on Windows Docker containers
...
The Spectron test that we have that checks that the browser window is
visible fails when ran inside a Windows Docker container.
In particular, the `isVisible()` function returns `false` when running
in a headless Windows machine.
However, the `isMinimized()` function returns `false`, the `isFocused()`
function returns `true`, and we can fetch the expected browser window
bounds, so we can use all those values in conjunction to reformulate the
test case and avoid `isVisible()`.
The results should be pretty much the same, and the assertions will pass
inside Docker Windows containers.
Changelog-entry: spectron: Make tests pass on Windows Docker containers
Change-type: patch
Signed-off-by: Juan Cruz Viotti <juan@balena.io>
2020-05-30 02:16:41 +02:00
Balena CI
8513d63a3e
v1.5.94
v1.5.94
2020-05-28 00:12:44 +03:00
bulldozer-balena[bot]
d2f3345c7a
Merge pull request #3180 from balena-io/fix-flash-from-url
...
Fix flash from url
2020-05-27 21:10:42 +00:00
Alexis Svinartchouk
aee3a0a281
Show image name and path in image name modal
...
Change-type: patch
2020-05-27 17:45:44 +02:00
Alexis Svinartchouk
4752fa6dd2
Stop checking file extensions
...
Changelog-entry: Stop checking file extensions
Change-type: patch
2020-05-27 17:27:09 +02:00
Alexis Svinartchouk
4e08cf3879
Fix flash from url (broken in 1.5.92)
...
Changelog-entry: Fix flash from url (broken in 1.5.92)
Change-type: patch
2020-05-27 16:56:08 +02:00
Alexis Svinartchouk
11bda8e76a
Remove electron-builder patch now that https://github.com/electron-userland/electron-builder/pull/4993 is merged
...
Change-type: patch
2020-05-27 15:36:24 +02:00
Alexis Svinartchouk
e33172060f
Update etcher-sdk to ^4.1.4
...
Changelog-entry: Update etcher-sdk to ^4.1.4
Change-type: patch
2020-05-27 15:24:38 +02:00
Balena CI
0dee6a9888
v1.5.93
v1.5.93
2020-05-25 20:36:06 +03:00
bulldozer-balena[bot]
3d855dcbfc
Merge pull request #3174 from balena-io/electron9-2
...
Electron v9.0.0
2020-05-25 17:33:56 +00:00
Alexis Svinartchouk
ed3b7f7971
Patch electron-builder to fix signing on macos
...
Remove this once
https://github.com/electron-userland/electron-builder/pull/4993 is
merged
Change-type: patch
2020-05-25 18:12:56 +02:00
Alexis Svinartchouk
c0a4fb16e2
Update dependencies
...
Change-type: patch
2020-05-25 17:36:55 +02:00
Alexis Svinartchouk
688e7fff9c
Update electron-builder to v22.6.1
...
Changelog-entry: Update electron-builder to v22.6.1
Change-type: patch
2020-05-25 16:20:39 +02:00
Alexis Svinartchouk
880e56e563
Strip out comments from generated code
...
Changelog-entry: Strip out comments from generated code
Change-type: patch
2020-05-25 15:32:05 +02:00
Alexis Svinartchouk
bf26d4ec95
Remove dead code
...
Change-type: patch
2020-05-25 15:32:05 +02:00
Alexis Svinartchouk
d5df3de1d7
Update electron to v9.0.0
...
Changelog-entry: Update electron to v9.0.0
Change-type: patch
2020-05-25 15:32:05 +02:00
Balena CI
5d005211d4
v1.5.92
v1.5.92
2020-05-25 13:09:42 +03:00
Alexis Svinartchouk
cc08ac9236
Merge pull request #3169 from balena-io/webpack-everything
...
Webpack everything
2020-05-25 12:07:46 +02:00
Alexis Svinartchouk
09a6a340c9
Use electron.app.getAppPath() instead of reading it from argv in catalina-sudo
...
Changelog-entry: Use electron.app.getAppPath() instead of reading it from argv in catalina-sudo
Change-type: patch
2020-05-22 19:42:05 +02:00
Alexis Svinartchouk
2692104ccd
Disable asar packing on all platforms
...
Changelog-entry: Disable asar packing on all platforms
Change-type: patch
2020-05-22 19:42:05 +02:00
Alexis Svinartchouk
b1fd539d25
Remove unneeded fortawesome from main.scss
...
Changelog-entry: Remove unneeded fortawesome from main.scss
Change-type: patch
2020-05-22 19:42:05 +02:00
Alexis Svinartchouk
33d48fe4f7
Remove unneeded font formats
...
Changelog-entry: Remove unneeded font formats
Change-type: patch
2020-05-22 19:42:05 +02:00
Alexis Svinartchouk
1ebc8e9362
Webpack everything, reduce package size
...
Changelog-entry: Webpack everything, reduce package size
Change-type: patch
2020-05-22 19:42:05 +02:00
Balena CI
8b5a5241f2
v1.5.91
v1.5.91
2020-05-21 17:24:53 +03:00
Alexis Svinartchouk
959b9ffbac
Merge pull request #3166 from balena-io/init-param-issourcedrive
...
Init param in correct place
2020-05-21 16:22:54 +02:00
Lorenzo Alberto Maria Ambrosi
c9cbe41f9e
Init param in correct place
...
Change-type: patch
Changelog-entry: Minor fix - Init isSourceDrive param in correct place
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
2020-05-21 12:27:33 +02:00
Lorenzo Alberto Maria Ambrosi
d62cbdc391
Merge pull request #3165 from balena-io/pr/3162
...
Fix undefined image from DriveCompatibilityWarning
2020-05-21 12:05:55 +02:00
Rob Evans
31bd8ce7ae
Fix undefined image from DriveCompatibilityWarning
...
Fixes : #3160
Change-type: patch
Changelog-entry: Fix undefined image from DriveCompatibilityWarning
2020-05-21 10:07:14 +02:00
Balena CI
c25db503e0
v1.5.90
v1.5.90
2020-05-20 18:25:35 +03:00
Alexis Svinartchouk
ac51e6aae3
Merge pull request #3158 from balena-io/update-leds-behaviour
...
Update leds behaviour
2020-05-20 17:23:37 +02:00
Alexis Svinartchouk
72c9d616fd
Remove useless comment
...
Change-type: patch
2020-05-20 14:50:56 +02:00
Alexis Svinartchouk
52f80293a2
Remove dead code
...
Change-type: patch
2020-05-20 14:50:56 +02:00
Alexis Svinartchouk
a3a9edd41a
Make Flash component a class & rename it FlashStep
...
Change-type: patch
2020-05-20 14:50:56 +02:00
Alexis Svinartchouk
f9cbff1eec
ProgressButton is a PureComponent
...
Change-type: patch
2020-05-20 14:50:56 +02:00
Alexis Svinartchouk
b71482284f
Remove commented code
...
Change-type: patch
2020-05-20 14:50:56 +02:00
Alexis Svinartchouk
d90e3a816e
Update leds behaviour
...
Changelog-entry: Update leds behaviour
Change-type: patch
2020-05-20 14:50:56 +02:00
Balena CI
869d875b5f
v1.5.89
v1.5.89
2020-05-14 13:20:16 +03:00
Alexis Svinartchouk
fb1a360360
Merge pull request #3149 from balena-io/update-dev-dependencies
...
Update dev dependencies
2020-05-14 11:53:04 +02:00