Edwin Joassart
4aa4140d65
patch: bump @balena/lint to 8.0.2 and fix formating
2024-04-25 16:47:18 +02:00
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
r-q
0f10f2d483
fix: suit i18n with mocha and optimize translation
...
- use `import * as i18next from 'i18next';` instead of `import i18next from 'i18next';` and add an specific env to bypass mocha test
- optimized several translations
2022-12-12 18:36:32 -08:00
r-q
db1bf7e488
feat: make i18n and add Chinese support
...
- make i18n using i18next
- add Chinese (Simplified) support
2022-12-12 18:36:32 -08:00
Lorenzo Alberto Maria Ambrosi
00e8f11913
patch: Fix linting errors
...
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
2021-10-13 17:21:48 +02:00
Alexis Svinartchouk
73f67e99ca
Stop using node-tmp, use withTmpFile from etcher-sdk instead
...
Change-type: patch
2021-02-03 14:55:16 +01:00
Alexis Svinartchouk
a3322e9fd7
Set module: es2015 in tsconfig.json
...
Changelog-entry: Set module: es2015 in tsconfig.json
Change-type: patch
2020-08-18 14:05:18 +02:00
Alexis Svinartchouk
0bf1ec4958
Remove Bluebird
...
Changelog-entry: Remove Bluebird
Change-type: patch
2020-08-06 15:40:42 +02: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
e5ee0f1961
Mount source drive if automountOnFileSelect is set
...
Change-type: patch
2020-06-29 14:08:44 +02:00
Alexis Svinartchouk
406955ca3e
Add .vhd to the list of supported extensions, allow opening any file
...
Changelog-entry: Add .vhd to the list of supported extensions, allow opening any file
Change-type: patch
2020-06-19 16:54:17 +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
ffe281f25d
Simplify settings
...
Change-type: patch
2020-04-30 11:35:29 +02:00
Alexis Svinartchouk
795b8614ad
Send applicationSessionUuid and flashingWorkflowUuid by default in logEvent
...
Change-type: patch
2020-04-30 11:35:27 +02:00
Alexis Svinartchouk
9bf58c89d4
Update resin-lint -> @balena/lint
...
Change-type: patch
2020-04-30 11:35:25 +02:00
Alexis Svinartchouk
af64579eb2
Update resin-lint to ^3.2.0
...
Change-type: patch
2020-02-03 20:22:12 +01:00
Alexis Svinartchouk
945cd7ff8e
Update electron to v7.1.10
...
Changelog-entry: Update electron to v7.1.10
Change-type: patch
2020-01-27 16:47:23 +01:00
Alexis Svinartchouk
1b76044242
Convert image-selector.jsx to typescript
...
Change-type: patch
2020-01-27 12:35:14 +01:00
Alexis Svinartchouk
616baecafb
Convert dialog.js to typescript
...
Changeètype: patch
2020-01-27 12:35:09 +01:00
Alexis Svinartchouk
a8728336ca
Convert store.js to typescript
...
Change-type: patch
2020-01-21 17:54:11 +01:00
Alexis Svinartchouk
9109f0ccd5
Convert errors.js to typescript
...
Change-type: patch
2020-01-21 17:54:01 +01:00
Alexis Svinartchouk
30c2ef58cd
Convert supported-formats.js to typescript
...
Change-type: patch
2020-01-21 17:54:00 +01:00
Alexis Svinartchouk
c1e24406d9
Convert notification.js to typescript
...
Change-type: patch
2020-01-21 17:53:42 +01:00
Alexis Svinartchouk
13dfb090b5
Convert open-external.js to typescript
...
Change-type: patch
2020-01-21 17:53:41 +01:00
Alexis Svinartchouk
ddd1ff0101
Convert progress-status.js and window-progress.js to typescript
...
Change-type: patch
2020-01-21 17:53:39 +01:00
Alexis Svinartchouk
b266a72726
Convert window-network-drives.js to typescript
...
Change-type: patch
2020-01-21 17:53:37 +01:00
Alexis Svinartchouk
4c931278b8
Remove angular os-open-external directive
...
Change-type: patch
2019-12-12 18:25:55 +01:00
Alexis Svinartchouk
fe230e7d30
Rename resin -> balena
...
Change-type: patch
2019-12-12 18:25:54 +01:00
Lucian
5cd3c5fcc0
Refactor image-selection
...
Change-type: patch
Changelog-entry: Use React instead of Angular for image selection
Signed-off-by: Lucian <lucian.buzzo@gmail.com>
2019-12-10 12:35:42 +01:00
Lorenzo Alberto Maria Ambrosi
7d284a7e18
Add version in settings modal
...
Change-type: patch
Changelog-entry: Add version in settings modal
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
2019-12-08 17:25:11 +01:00
Alexis Svinartchouk
b5d04a2031
Don't use wmic's ProviderName if it's empty
...
Changelog-entry: Don't use wmic's ProviderName if it's empty
Change-type: patch
2019-07-22 19:40:01 +02:00
Alexis Svinartchouk
6d8346b13a
Fix elevation on windows when the path contains "&" or "'"
...
Change-type: patch
Changelog-entry: Fix elevation on windows when the path contains "&" or "'"
2019-05-29 17:52:01 +02:00
Alexis Svinartchouk
11def54adb
Fix reading images from network drives on windows when the tmp dir has spaces
...
Changelog-entry: (Windows): Fix reading images from network drives when the tmp dir has spaces
Change-type: patch
2019-04-16 13:44:25 +02:00
Alexis Svinartchouk
6e72c07190
Fix reading images from network drives containing non ascii characters
...
Changelog-entry: (Windows): Fix reading images from network drives containing non ascii characters
Change-type: patch
2019-04-12 18:56:12 +02:00
Alexis Svinartchouk
db771bc2cc
Use full path to wmic as some systems don't have it in their PATH
...
Changelog-entry: (Windows): Use full path to wmic as some systems don't have it in their PATH
Change-type: patch
2019-04-02 17:32:49 +02:00
Alexis Svinartchouk
b61109a269
Fix reading images from network drives on windows
...
Change-type: patch
2019-04-01 15:40:30 +02:00
Alexis Svinartchouk
5299d958f2
Fix error when event.dataTransfer.files is empty
...
Changelog-entry: Fix error when event.dataTransfer.files is empty
Change-type: patch
2019-02-28 11:16:12 +01:00
Alexis Svinartchouk
6b6a0d7b4f
Avoid Invalid percentage
exceptions
...
Changelog-entry: Avoid `Invalid percentage` exceptions
Change-type: patch
2019-02-28 11:16:12 +01:00
Alexis Svinartchouk
caf5f10326
lint
2019-01-24 13:21:26 +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
Lorenzo Alberto Maria Ambrosi
2271f32140
fix(GUI): Add data on events
...
Application session UUID for global app events
Flashing workflow UUID for every flashing session
Flash instance UUID for every flashing session
Change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
2018-08-07 18:56:14 +02:00
Jonas Hermsmeier
c08cf61d0c
chore(app): Use settings instead of env vars
...
Change-Type: patch
2018-05-29 22:06:41 +02:00
Jonas Hermsmeier
03c7998c11
feat(gui): Add desktop notification setting
...
This adds a setting to disable desktop notifications, to be controlled
via configuration file
Change-Type: feat
2018-05-15 18:58:10 +02:00
Benedict Aas
d7211b130b
feat(GUI): allow disabling links and hiding help link ( #2290 )
...
We allow users to pass an env var `ETCHER_DISABLE_EXTERNAL_LINKS` to
disable external links and hide links rendered useless by the change
such as the help icon.
Closes: https://github.com/resin-io/etcher/issues/2246
Closes: https://github.com/resin-io/etcher/issues/2247
Change-Type: patch
Changelog-Entry: Allow disabling links and hiding help link with an env var.
2018-05-02 17:29:08 +01:00
Benedict Aas
c4d7076fe8
refactor: use word successful instead of succeeded
...
We replace 'succeeded' with 'successful' throughout the codebase.
Change-Type: patch
2018-04-23 18:31:44 +01:00
Benedict Aas
835f2cf769
feat(GUI): add colorised multi-writes progress status dots ( #2115 )
...
We add colorised progress status dots with quantities of `flashing`,
`validating`, `succeeded`, and `failed` devices.
Change-Type: patch
Changelog-Entry: Add colorised multi-writes progress status dots.
2018-03-14 17:05:01 +00:00
Benedict Aas
4dc64ee15b
feat(GUI): add app to gui folder structure ( #2002 )
...
* feat(GUI): add app to gui folder structure
We add a `lib/gui/app/` folder to help transition to Webpack usage.
Change-Type: patch
Changelog-Entry: Add `lib/gui/app` folder to ease into Webpack usage.
2018-01-29 18:34:21 +00:00