Mazen El-Kashef
6f47204bdb
Merge pull request #20462 from dmoonfire/spell-check-0.76.0-fix
...
Fix to get ⬆️ spell-check@0.76 .0 #20400 to merge
2020-03-04 08:17:48 -05:00
Dylan R. E. Moonfire
df52109903
Updated dynamic linking for spell-check
2020-02-29 15:20:21 -06:00
Mazen El-Kashef
4f231cf0a3
cleaning up
2020-02-27 23:15:45 -05:00
Mazen El-Kashef
3a022d6ec1
fix lint
2020-02-27 13:06:23 -05:00
Mazen El-Kashef
f658e69285
allow build to continue if notarization failed for testing pruposes only
2020-02-27 12:59:25 -05:00
Mazen El-Kashef
f7ab15b1cd
Add child entitlements
2020-02-27 12:56:18 -05:00
Mazen El-Kashef
49eab7eb57
add notarization
2020-02-26 11:31:17 -05:00
Mazen El-Kashef
20e62193d8
disable hardened runtime
2020-02-26 08:06:44 -05:00
Mazen El-Kashef
7fc1064e88
re-implement code signing using async §electron-osx-sign
2020-02-24 23:52:47 -05:00
Mazen El-Kashef
58e9bcd6d4
add code signing using osx-sign
2020-02-24 20:18:52 -05:00
Mazen El-Kashef
e897ae2007
revert notarization
2020-02-07 15:08:55 -05:00
Mazen El-Kashef
fbc06f50a8
switch from atom's special winstaller version to electron's winstaller
2020-01-25 02:28:15 -05:00
Mazen El-Kashef
519ee7c345
Correct entitlements path
2020-01-24 06:59:45 -05:00
Mazen El-Kashef
0f521f1e8a
Add notarization to the build process
2020-01-24 03:31:03 -05:00
Mazen El-Kashef
f6108fd31d
Enable hardend runtime for code-signing on mac
2020-01-24 01:58:53 -05:00
Darangi
bdf248d4db
Increase maxBuffer to fix ENOBUFS error
2019-12-18 17:10:28 +01:00
Darangi
3bf17ac004
added parse5 to exclude list to fix "Unable to transform source code for module" error
2019-12-16 22:58:39 +01:00
Darangi
f37af2c723
removed parse5 from the exclude list
2019-12-16 20:22:19 +01:00
Darangi
45596ce4e8
fixed build error
2019-12-16 17:17:44 +01:00
Rafael Oleza
35bc01f7a3
Merge pull request #19675 from atom/fix-signing-issues
...
Use the correct executable name on the code signing tool
2019-07-16 19:25:22 +02:00
Rafael Oleza
27e9ab8d32
Use the correct executable name on the code signing tool
2019-07-16 18:32:24 +02:00
Rafael Oleza
0578c0626e
Merge branch 'master' into dw-windows-separate-channels
2019-07-04 10:34:39 +02:00
Nathan Sobo
c919744f0e
Rely on Azure Pipelines instead of Travis for Linux builds
2019-06-25 14:28:27 -06:00
Linus Eriksson
2d6cc4f172
Use a different name depending on channel
...
This makes Atom beta install in %LOCALAPPDATA%\atom-beta and stable in
%LOCALAPPDATA%\atom so that installs are side by side
2019-06-25 17:58:50 +02:00
Linus Eriksson
0ac07e7f32
Specify exe in the metadata
...
Because we changed it to be atom-beta.exe on beta for example this is
required for electron-winstaller to find the executable
2019-06-25 17:58:28 +02:00
Rafael Oleza
b6644dfad8
Merge branch 'master' into dw-windows-separate-channels
2019-06-25 15:49:34 +02:00
Antonio Scandurra
85567ff70e
Pass policyFileName variable to RPM spec template
2019-06-20 15:11:15 +02:00
Antonio Scandurra
6dcc0f1f74
Use a different polkit policy name for each Atom channel on Linux
...
Using the same name would generate an exception when trying to install
more than one version of Atom at the same time.
2019-06-20 14:29:23 +02:00
Rafael Oleza
2c516fb705
⬆️ electron-winstaller
...
With this PR Atom uses a custom version of `electron-winstaller` named
`@atom/electron-winstaller` which contains a custom version of `Squirrel.Windows`
built from https://github.com/Squirrel/Squirrel.Windows/pull/149
This should fix the issues when upgrading from e.g nightly-9 to
nightly-10
2019-06-19 17:06:44 +02:00
Rafael Oleza
ef8e5bc12a
Generate delta nightly updaters for windows
...
We've recently updated to electron-winstaller@3.0.4, which includes a
new version of Squirrel.Windows with the following fix:
https://github.com/anaisbetts/NuGet/pull/1
Thanks to that fix we don't need anymore to disable delta nuget
updaters, since that won't fail anymore.
2019-06-19 09:42:45 +02:00
Jason Rudolph
898c12fe21
Rely on Azure Pipelines instead of AppVeyor for Windows builds
2019-06-12 10:23:18 -04:00
Rafael Oleza
e213a69a1f
Re-apply prettier JS formatter
2019-06-01 00:29:10 +02:00
Rafael Oleza
79f6836349
Merge commit '1d9a4cafcf6cc288d675512db8fd984e13aab869' into dw-windows-separate-channels
2019-06-01 00:28:37 +02:00
Rafael Oleza
975f203dc7
Merge commit '677bbb7f0b8754787ff9e7bfab4602ba82e13b0b' into dw-windows-separate-channels
2019-06-01 00:27:52 +02:00
Rafael Oleza
7f3f040628
Reformat all JS files using prettier
2019-05-31 18:33:56 +02:00
Rafael Oleza
677bbb7f0b
Merge pull request #19408 from atom/enable-no-useless-escape-eslint-rule
...
Enable eslint rules that got disabled
2019-05-31 18:29:31 +02:00
Antonio Scandurra
091325bd02
Merge branch 'master' into electron-3.1
2019-05-29 18:35:01 +02:00
Antonio Scandurra
3b5eb5d247
Add policy to prevent asking password more than once on RPM
...
See 50f73a5 for more details.
Co-Authored-By: Rafael Oleza <rafeca@github.com >
2019-05-28 11:59:29 +02:00
Antonio Scandurra
50f73a57b7
Add policy to prevent asking password more than once on Debian
...
This is a polkit policy that is read when fs-admin invokes `dd` via
`pkexec` after trying to write into a restricted location. By specifying
`auth_admin_keep`, we are telling the polkit daemon to not prompt users
for a password again if they have already escalated privileges recently.
Co-Authored-By: Rafael Oleza <rafeca@github.com >
2019-05-28 11:53:21 +02:00
Rafael Oleza
dc2df49b60
Enable no-useless-escape eslint rule
2019-05-27 10:59:39 +02:00
Rafael Oleza
78c0a2881b
Merge branch 'master' into ns-ro/ripgrep-scan
2019-05-22 23:37:19 +02:00
Jason Rudolph
677a46de40
Merge pull request #18116 from atom/dw-update-server-script
...
Add a simple server for testing Atom updates, enable Atom to use it via environment variable
2019-05-21 12:38:38 -04:00
Antonio Scandurra
8e2e2620d3
Revert "Revert "Merge pull request #18916 from atom/electron-3.1""
...
This reverts commit 3da827b8b0 .
2019-05-21 17:26:00 +02:00
Nathan Sobo
3da827b8b0
Revert "Merge pull request #18916 from atom/electron-3.1"
...
This reverts commit dc39210cc2 , reversing
changes made to e18559f01c .
2019-05-20 16:32:09 -06:00
Rafael Oleza
9d1406cb05
Merge branch 'master' into ns-ro/ripgrep-scan
2019-05-20 15:45:13 +02:00
Antonio Scandurra
dc39210cc2
Merge pull request #18916 from atom/electron-3.1
...
⬆️ Electron 3 (Take Two)
2019-05-20 15:20:12 +02:00
Nathan Sobo
4f08da2a98
Revert "Merge pull request #19325 from atom/ns/notify-asar-exclude"
...
This reverts commit da8b1a1a42 , reversing
changes made to 1edf94a240 .
2019-05-17 04:10:10 -06:00
Nathan Sobo
145ebb1a63
Revert "Merge pull request #19331 from atom/ns-as/notify-snapshot-exclude"
...
This reverts commit 1e08ad8470 , reversing
changes made to 0994d8ae80 .
2019-05-17 04:09:52 -06:00
Rafael Oleza
d35aef3bf0
Exclude the ripgrep module from the v8 snapshots
2019-05-17 11:55:23 +02:00
David Wilson
203fbbd074
Added --test-sign to script/build to sign local builds of Atom on macOS
2019-05-15 15:46:46 -07:00