Akis Kesoglou
7ee174edce
Switch to @electron/remote
...
Electron 12 deprecated `electron.remote` and the functionality was removed in Electron 14, but became available as a separate `@electron/remote` module. This commit makes the transition to the external module as an intermediary step to enable updating to a newer Electron version.
Change-type: patch
2023-02-02 19:50:04 +02:00
Edwin Joassart
85a49a221f
Remove configuration remote update
...
Change-type: patch
2023-02-01 15:09:04 +01:00
Akis Kesoglou
851219f835
Lazily import Electron from child-writer process
...
No idea how this *used* to work, but it doesn’t since 887ec428 and this is fixing it properly.
Change-type: patch
2023-02-01 11:44:39 +02:00
JSReds
1e1bd3c508
Fix write step for Http file process
...
Change-type: patch
Signed-off-by: Andrea Rosci <andrear@balena.io>
2021-10-13 17:22:57 +02:00
Alexis Svinartchouk
e87ed9beed
Fix getAppPath() returning an asar file on macOS
...
Change-type: patch
2021-03-23 17:53:54 +01:00
Alexis Svinartchouk
512785e0a9
Remove bluebird from main process, reduce lodash usage
...
Changelog-entry: Remove bluebird from main process, reduce lodash usage
Change-type: patch
2020-07-20 11:11:41 +02:00
Alexis Svinartchouk
dc9351713c
Stop using request, replace it with already used axios
...
Changelog-entry: Stop using request, replace it with already used axios
Change-type: patch
2020-07-16 18:52:19 +02:00
Alexis Svinartchouk
e62add6893
Remove some any
s
...
Change-type: patch
2020-04-30 11:35:31 +02:00
Alexis Svinartchouk
44fc429f64
Factorize duplicated configUrl code
...
Change-type: patch
2020-04-30 11:35:30 +02:00
Alexis Svinartchouk
9bf58c89d4
Update resin-lint -> @balena/lint
...
Change-type: patch
2020-04-30 11:35:25 +02:00
Alexis Svinartchouk
2eda6601c0
Remove remaining Promise.then
...
Change-type: patch
2020-01-27 12:35:15 +01:00
Alexis Svinartchouk
2671c83337
Use Dictionary type from lodash
...
Change-type: patch
2020-01-27 12:35:09 +01:00
Alexis Svinartchouk
efe953d8cd
Convert permissions.js to typescript
...
Change-type: patch
2020-01-21 17:54:07 +01:00
Alexis Svinartchouk
b5593ef5b2
Convert utils.js to typescript
...
Change-type: patch
2020-01-21 17:54:05 +01:00