Skip to content

Check for IDE update at startup #797

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 59 commits into from
Feb 15, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
3733448
Remove check for updates on startup setting
silvanocerza Dec 6, 2021
05978ab
Remove useless exported function
silvanocerza Dec 6, 2021
6a55d85
Update template-package.json used to package IDE
silvanocerza Dec 14, 2021
9a16bd3
Add function to get channel file during packaging step
silvanocerza Dec 14, 2021
2061f52
Add updates check
silvanocerza Dec 15, 2021
44d31ab
move ide updater on backend
Dec 16, 2021
db373c8
configure updater options
Dec 21, 2021
343925c
add auto update preferences
fstasi Dec 21, 2021
fcb8f6e
TMP check updates on start and download
Dec 21, 2021
68e2a5c
index on check-update-startup: fcb8f6e TMP check updates on start and…
Jan 12, 2022
487fc94
check updates on start and download
Jan 12, 2022
395a8bc
set version to skip on local storage
Jan 26, 2022
6a0bd09
add IDE setting to toggle update check on start-up
Jan 27, 2022
3d5d5f7
comment out check for updates on startup and auto update settings
Jan 31, 2022
bbeeb08
Update Theia to 1.22.1
msujew Jan 31, 2022
593d15f
updated CI
fstasi Jan 31, 2022
b8b8109
Merge branch 'main' of github.com:arduino/arduino-ide into check-upda…
Feb 1, 2022
08cdd5e
download changelog and show it in IDE updater dialog
Feb 2, 2022
8e8b934
remove useless file
Feb 2, 2022
7e73746
remove useless code
Feb 2, 2022
1fcdd6f
add i18n to updater dialog
Feb 2, 2022
6f8c4f3
fix i18n
Feb 2, 2022
6c9cd36
refactor UpdateInfo typing
Feb 2, 2022
f852ea6
add macos zip to artifacts
Feb 3, 2022
3118b4c
Simply use `--ignore-engines`
msujew Feb 3, 2022
18d6823
Use correct --ignore-engines
msujew Feb 3, 2022
094c71a
Fix semver#valid call
msujew Feb 3, 2022
72bbed7
Use C++17
msujew Feb 3, 2022
448a676
updated documentation
fstasi Feb 3, 2022
e814430
add update channel preference
Feb 4, 2022
03f092e
Merge branch 'main' of github.com:arduino/arduino-ide into check-upda…
Feb 4, 2022
ed83a1d
update updater url
Feb 7, 2022
d6acaea
Merge branch 'msujew/theia-update-1.22' of github.com:arduino/arduino…
Feb 7, 2022
4a4fbe6
updated documentation
fstasi Feb 3, 2022
fe91f6b
Fix the C++ version
msujew Feb 7, 2022
da0d1ab
Build flag for cpp
msujew Feb 7, 2022
e9d311b
add disclaimer with correct node version
fstasi Feb 7, 2022
5104b36
Merge branch 'msujew/theia-update-1.22' of github.com:arduino/arduino…
Feb 8, 2022
dc0b644
Update `electron-builder`
msujew Feb 8, 2022
c2e6e30
Fix `Electron.Menu` issue
msujew Feb 8, 2022
70d3748
Skip electron rebuild
msujew Feb 8, 2022
ffa7fdf
Merge branch 'msujew/theia-update-1.22' of github.com:arduino/arduino…
Feb 9, 2022
4775259
Rebuild native dependencies beforehand
msujew Feb 9, 2022
0389be0
Merge branch 'msujew/theia-update-1.22' of github.com:arduino/arduino…
Feb 10, 2022
97d15f7
Merge remote-tracking branch 'origin/main' into msujew/theia-update-1.22
fstasi Feb 11, 2022
505dd20
Use resolutions section
msujew Feb 11, 2022
2d89761
Update template-package.json as well
msujew Feb 11, 2022
2e5fd95
Merge branch 'msujew/theia-update-1.22' of github.com:arduino/arduino…
Feb 11, 2022
476f8dc
Merge branch 'main' of github.com:arduino/arduino-ide into check-upda…
Feb 11, 2022
24ff6ca
move ide-updater to electron application
Feb 14, 2022
ec97b12
refactor ide-updater service
Feb 14, 2022
5757c89
Merge branch 'main' of github.com:arduino/arduino-ide into check-upda…
Feb 14, 2022
14804e8
update yarn.lock
Feb 15, 2022
a0bd8a8
update i18n
Feb 15, 2022
1650aa4
Revert "Add gRPC user agent (#834)"
Feb 15, 2022
1a5da63
fix ide download url
Feb 15, 2022
fe14ddc
update latest file in CI
Feb 15, 2022
5c185bf
Merge branch 'main' of github.com:arduino/arduino-ide into check-upda…
Feb 15, 2022
c2a2fae
fix i18n check
Feb 15, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update template-package.json used to package IDE
  • Loading branch information
silvanocerza committed Dec 14, 2021
commit 6a55d8521adf1a1e1637cfbb706c110d624dd2ad
2 changes: 1 addition & 1 deletion browser-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@theia/core": "1.19.0",
"@theia/debug": "1.19.0",
"@theia/editor": "1.19.0",
"@theia/editor-preview": "1.19.0",
"@theia/editor-preview": "1.19.0",
"@theia/file-search": "1.19.0",
"@theia/filesystem": "1.19.0",
"@theia/keymaps": "1.19.0",
Expand Down
2 changes: 1 addition & 1 deletion electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@theia/core": "1.19.0",
"@theia/debug": "1.19.0",
"@theia/editor": "1.19.0",
"@theia/editor-preview": "1.19.0",
"@theia/editor-preview": "1.19.0",
"@theia/electron": "1.19.0",
"@theia/file-search": "1.19.0",
"@theia/filesystem": "1.19.0",
Expand Down
15 changes: 7 additions & 8 deletions electron/build/template-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
"build": {
"productName": "Arduino IDE",
"asar": false,
"detectUpdateChannel": false,
"generateUpdatesFilesForAllChannels": true,
"directories": {
"buildResources": "resources"
},
Expand All @@ -75,26 +77,23 @@
}
],
"win": {
"target": [
"msi",
"nsis",
"zip"
]
"target": ["msi", "nsis", "zip"]
},
"mac": {
"darkModeSupport": true,
"hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "resources/entitlements.mac.plist",
"entitlementsInherit": "resources/entitlements.mac.plist",
"target": [
"dmg"
]
"target": ["dmg", "zip"]
},
"linux": {
"target": [
{
"target": "zip"
},
{
"target": "AppImage"
}
],
"category": "Development",
Expand Down
2 changes: 1 addition & 1 deletion electron/packager/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function generateTemplate(buildDate) {
version,
build: {
productName,
appId: 'arduino.ProIDE',
appId: 'cc.arduino.IDE2',
[electronPlatform()]: {
artifactName: artifactName()
}
Expand Down