Antonio Scandurra
7eba972f39
Merge branch 'master' into ns-switch-to-display-layers
2016-04-15 17:39:15 +02:00
Antonio Scandurra
740e371e75
Put back multi-platform specs
2016-04-14 16:05:38 +02:00
Antonio Scandurra
61d8c6852c
Remove non-Mac run-specs code and use ELECTRON_ENABLE_LOGGING=true
...
* Remove Windows/Linux run-specs code. There is little value in keeping those
code paths, given that we don't run specs on those platforms; if we ever need
it again, we can restore it from the git history.
* Use ELECTRON_ENABLE_LOGGING=true. This allows us to capture the output of
calls to `console.warn` and `console.log`, which are useful to log out Grim
deprecations.
* Remove `logDeprecations` in build/spec-task.coffee. This method used to format the output captured on stderr to strip out "[Console]" noise from deprecations.
This code path was not running anymore because we started using stdio:
'inherit' in #10838 , which prevents stderr output to be captured. This doesn't
seem a huge deal, so long as those deprecations get logged to screen.
2016-04-14 15:07:50 +02:00
Antonio Scandurra
4adf23a595
Unconditionally report deprecations on every test environment
2016-04-14 11:24:01 +02:00
Antonio Scandurra
581dd45418
Merge branch 'master' into ns-switch-to-display-layers
2016-04-13 13:54:13 +02:00
Nathan Sobo
1721938057
Use signtool from environment variable
2016-04-11 15:13:45 -06:00
Nathan Sobo
77657aca0d
Fix linter error
2016-04-11 15:13:20 -06:00
Damien Guard
95adf16160
Signing support on Windows with P12 keys
2016-04-11 15:13:03 -06:00
Nathan Sobo
639ee963a0
Revert "Merge pull request #11412 from damieng/dg-ns-codesign"
...
This reverts commit 91b0726c9e , reversing
changes made to d6e00bb53b .
2016-04-11 14:35:47 -06:00
Nathan Sobo
38fdbac450
Fix lint error
2016-04-11 14:30:25 -06:00
Nathan Sobo
91b0726c9e
Merge pull request #11412 from damieng/dg-ns-codesign
...
Signing support on Windows with P12 keys
2016-04-11 14:13:52 -06:00
joshaber
26206bb9c0
Update license override for tweetnacl.
2016-04-11 10:55:13 -04:00
Damien Guard
6bbf0d3271
Signing support on Windows with P12 keys
2016-04-08 14:36:51 -07:00
Antonio Scandurra
00a69ead1d
Merge branch 'master' into ns-use-display-layers
2016-04-07 10:58:10 +02:00
Didier Roche
6a17b2dee8
Add the newly created archive to the publish-build task
...
This archive is created on an Ubuntu 64 bits machine, publish it if present
in the assets. The version contains the channel name, so don't append
channel name to it.
2016-04-05 16:34:52 +02:00
Didier Roche
4a51841159
Add the mktar task to linux CI
2016-04-05 16:33:51 +02:00
Didier Roche
47d374a09a
🐧 Add "mktar" gulp task to create an Linux binary archive
...
This archive in tar.gz format contains the whole Atom binary and resources
to enable multiple channels and versions to be installed on the same
distribution.
2016-04-05 16:33:47 +02:00
Antonio Scandurra
fd960e9a37
Merge branch 'master' into ns-use-display-layers
2016-04-04 15:25:50 +02:00
Damien Guard
8d2de5fe73
🎨
2016-03-28 16:39:37 -06:00
Nathan Sobo
8888203005
Drop marker-index dependency
2016-03-14 17:14:27 -06:00
Max Brunsfeld
9c5c171eb5
Don't refer to stable and beta as branches
2016-02-25 10:28:03 -08:00
Max Brunsfeld
77bae0fad1
When creating draft releases, choose release branch based on version number
2016-02-25 10:24:41 -08:00
Max Brunsfeld
a62965dc62
Default the channel based on the package.json, not the branch
2016-02-25 09:28:23 -08:00
Damien Guard
59b34fdf2e
Update grunt-electron-installer to latest version
2016-02-17 00:02:39 -08:00
Katrina Uychaco
cfab689de1
Merge pull request #10605 from atom/ku-crash-recovery
...
(WIP) Periodically save state and store in indexedDB
2016-02-16 11:58:04 -08:00
joshaber
7f239560f8
Depending on the options passed through, we might not have stdout and stderr.
2016-02-16 10:16:39 -05:00
joshaber
a89257d474
Just inherit stdio if we're logging.
2016-02-16 10:16:21 -05:00
joshaber
5d9c5c51d3
We might wanna log the output.
2016-02-16 10:16:10 -05:00
Katrina Uychaco
c2ff75f94b
Use user-data-dir with temp directory when running core tests
...
This is to ensure successful database connection. Since core specs and
package specs are run at the same time and both open an indexedDB
connection, there were occasional core spec failures due to failed
database connection.
2016-02-11 13:57:20 -08:00
Josh Abernathy
60140577be
Merge pull request #10673 from atom/wl-apm-cmd-again
...
Copy apm.cmd to the build directory when building
2016-02-09 11:17:45 -05:00
Kevin Sawicki
99c3ece3d3
Don't bundle nodegit's include headers
2016-02-08 08:37:11 -08:00
Kevin Sawicki
67ed26bc0d
Don't bundle nodegit's node-pre-gyp module
2016-02-08 08:37:11 -08:00
Kevin Sawicki
86b9aa2dd1
Don't bundle native module files
2016-02-08 08:37:11 -08:00
Kevin Sawicki
2525cbbd5e
Ignore nodegit src .cc/.h files
2016-02-08 08:37:11 -08:00
Kevin Sawicki
5ce50a5c6f
Don't bundle nodegit vendor folder
2016-02-08 08:37:11 -08:00
joshaber
f2d2ff6f3c
The flow annotation implies babel.
2016-02-05 16:15:48 -05:00
Kevin Sawicki
047902488c
Only dump symbols on Mac OS X
2016-02-04 16:33:41 -08:00
Wliu
5532ff6ba2
Copy apm.cmd to the build directory when building
2016-02-03 18:16:21 -05:00
Kevin Sawicki
aefeaa427a
Default build dir to out/
2016-02-02 12:49:36 -08:00
Kevin Sawicki
0c4f46a12c
Include module version in cache path
2016-02-01 17:03:32 -08:00
Kevin Sawicki
5f9f0d19a7
🎨
2016-02-01 17:03:32 -08:00
Kevin Sawicki
f2c5cd6fda
Add fallback less cache during build
2016-02-01 17:03:32 -08:00
Kevin Sawicki
85f4bba1da
Log Less cache hits and misses
2016-02-01 17:03:31 -08:00
Kevin Sawicki
f3614bc8f0
Pin escope to ~3.3.0 to prevent 3.4.0 use
...
See https://github.com/estools/escope/issues/99
2016-02-01 10:39:41 -08:00
Ben Ogle
65e19b7a88
Merge pull request #10226 from danielbayley/master
...
Update deprecated-packages.json
2016-01-25 18:18:49 -08:00
joshaber
ce709d145b
Babelify the app source too.
...
Fixes #10509 .
2016-01-20 14:43:21 -07:00
joshaber
2dd5cb6081
Merge branch 'master' into dh-async-repo
2016-01-07 20:55:28 -05:00
joshaber
755826b2aa
⬆️ babel-eslint@5.0.0-beta6
2016-01-07 17:20:37 -05:00
Lee DohM
ee564845d6
Default to using standard GitHub API token during build
2016-01-07 14:19:27 -08:00
joshaber
cfb44c34e3
⬆️ grunt-standard@2.0.0
...
So that it knows about async functions.
2016-01-07 17:13:14 -05:00