Nathan Sobo
cd77e3283a
Require fs-extra for removeSync
2016-08-05 15:56:47 -06:00
Zirro
04b8bd03ae
Introduce a non-explicit getUserDefault-method
2016-08-05 21:40:34 +02:00
Nathan Sobo
b3829200d0
⬆️ exception-reporting
...
Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com >
2016-08-05 13:05:10 -06:00
Nathan Sobo
5662b57866
Don’t delete package metadata during slug compilation
...
This saves space, but leads to surprises when package code tries to read
these files for purposes of introspection. For example, it was causing
us not to report exceptions from the exception-reporting package. The
.1% of the app bundle size it saves doesn’t seem worth the potential for
problems.
Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com >
2016-08-05 12:59:57 -06:00
Nathan Sobo
d5aa5f3800
⬆️ exception-reporting
2016-08-05 12:38:20 -06:00
Nathan Sobo
c6e38708d6
Download and import certificate in build script instead of circle.yml
...
This will make it possible to run the build on Circle instances that
don’t define the required environment variables for code signing. We
could do some crazy shell scripting in the circle.yml, but this is
easier overall.
2016-08-05 11:50:12 -06:00
Max Brunsfeld
1f34a8950a
Don't use config for softWrapHangingIndent
2016-08-05 09:53:22 -07:00
Max Brunsfeld
ddfb124cb8
Merge branch 'master' into ns-mb-detangle-editor
2016-08-05 09:39:43 -07:00
Nathan Sobo
d89896fe20
Remove target of rename during packaging for easier incremental testing
2016-08-05 10:33:02 -06:00
Nathan Sobo
068f18a261
Don’t pass signing options to electron-packager
...
We do it manually in a later step.
2016-08-05 10:31:18 -06:00
Antonio Scandurra
57a0de5b99
Add missing flag for signtool.exe
2016-08-05 17:52:47 +02:00
Antonio Scandurra
bc2663ade9
Fix certificate download on Windows
2016-08-05 17:33:52 +02:00
Antonio Scandurra
8697487e3b
Start on code-signing for Windows
2016-08-05 17:14:01 +02:00
Antonio Scandurra
24abdc3d5d
Rename build output dir on Windows
2016-08-05 16:28:49 +02:00
Antonio Scandurra
5eac4abbd3
Include season in script/package.json
2016-08-05 15:58:20 +02:00
Antonio Scandurra
62fa56e533
⬆️ bookmarks
2016-08-05 10:57:04 +02:00
Yuya Tanaka
1ce2f6ce87
🐛 Fix window size is not updated on resize
2016-08-05 11:56:01 +09:00
Max Brunsfeld
6bbe60ab71
Add test for handling of null env load setting
2016-08-04 16:01:58 -07:00
Max Brunsfeld
c0e94aac5e
Handle null env load setting
2016-08-04 15:54:15 -07:00
Nathan Sobo
5419bc4eb9
Omit msbuild.exe from the PATH during script/bootstrap on Windows
2016-08-04 16:45:54 -06:00
Nathan Sobo
36f842de5d
Pass the correct icon path to electron-packager on Windows
2016-08-04 16:23:09 -06:00
Nathan Sobo
683a7a0ded
Skip symbol dumping on Windows
2016-08-04 16:20:44 -06:00
Nathan Sobo
4fda832a9c
Copy shell commands on Windows in packageApplication step
2016-08-04 16:06:39 -06:00
Zirro
24befe2454
Handle double-click on custom title bar
2016-08-04 23:11:22 +02:00
Max Brunsfeld
a79ffa308a
Merge pull request #12325 from atom/ns-fix-decorated-layer-destruction
...
Fix decorated layer destruction
2016-08-04 14:02:40 -07:00
Max Brunsfeld
0beb4bec42
Merge branch 'master' into ns-fix-decorated-layer-destruction
2016-08-04 13:30:59 -07:00
Max Brunsfeld
3d466eeeef
⬆️ text-buffer
2016-08-04 12:55:18 -07:00
Max Brunsfeld
74f8890592
⬆️ text-buffer for marker layer destruction fixes
2016-08-04 12:37:51 -07:00
Max Brunsfeld
a589543277
🎨 Fix Decoration::destroy docs
...
Signed-off-by: Nathan Sobo <nathan@github.com >
2016-08-04 12:29:46 -07:00
Nathan Sobo
30e2c0abaa
⬆️ exception-reporting
...
Signed-off-by: Antonio Scandurra <as-cii@github.com >
2016-08-04 11:55:39 -06:00
Nathan Sobo
6945cdb839
⬆️ text-buffer - Refs #12111
2016-08-04 11:19:42 -06:00
Max Brunsfeld
5bb7f08aca
Merge pull request #12317 from atom/mb-ns-fix-launch-environment
...
Don't update the NODE_PATH when updating the environment on launch
2016-08-03 17:00:46 -07:00
Max Brunsfeld
4634091e9b
Don't update the NODE_PATH when updating the environment on launch
...
Signed-off-by: Nathan Sobo <nathan@github.com >
2016-08-03 15:50:21 -07:00
Nathan Sobo
210c583d9e
Rename packaged application on OS X and Linux
...
- On OS X, eliminate wrapper directory because app bundle is already
a directory.
- On Linux, rename wrapper directory to include channel, version, and
architecture.
Signed-off-by: Antonio Scandurra <as-cii@github.com >
2016-08-03 12:26:00 -06:00
Nathan Sobo
f102fcb306
Name app executable 'atom' on Windows and Linux
2016-08-03 10:58:50 -07:00
Max Brunsfeld
0a924a9e2f
Hook TextEditorRegistry to editors created by splitting panes
2016-08-03 10:58:11 -07:00
Nathan Sobo
c381b93836
Update linux build instructions
2016-08-03 10:47:49 -06:00
Max Brunsfeld
368b677420
Merge pull request #12276 from pbiggar/master
...
Add ability to see passed specs via tooltips
2016-08-03 09:35:31 -07:00
Nathan Sobo
e949984fe8
Add API docs generation to new build script
...
Signed-off-by: Antonio Scandurra <as-cii@github.com >
2016-08-03 09:45:43 -06:00
Nathan Sobo
72457d581e
Add electron back to .gitignore for now. I'm going crazy w/o it.
2016-08-03 08:43:15 -06:00
Antonio Scandurra
219c92f6fb
Merge pull request #12306 from atom/as-fix-missing-atom-home-path
...
Don't throw an error when $ATOM_HOME does not exist
2016-08-03 16:28:32 +02:00
Antonio Scandurra
45afe07dc1
Don't throw an error when ATOM_HOME does not exist
2016-08-03 15:59:00 +02:00
Antonio Scandurra
d9f47b0307
Show not executed steps in gray
2016-08-03 15:51:34 +02:00
Antonio Scandurra
af9fd41723
Allow Atom to be installed on OS X
2016-08-03 15:50:27 +02:00
Antonio Scandurra
518c02e329
Log unhandled rejections
2016-08-03 15:45:57 +02:00
Antonio Scandurra
a3b03f90d0
📝
2016-08-03 15:14:26 +02:00
Antonio Scandurra
5e27b07820
Copy 1024.png under packaged app path as atom.png
2016-08-03 14:43:30 +02:00
Antonio Scandurra
e863081250
Merge branch 'master' into ns-modernize-build
2016-08-03 14:36:57 +02:00
Antonio Scandurra
e5cafc77cd
Start on Linux support
2016-08-03 14:36:51 +02:00
Paul Biggar
0f8eb5c1ba
Add ability to see passed specs via tooltips
...
It's not currently possible to see what specs pass. This adds the
description of the spec, as well as all it's parent suites, to a
tooltip so you can see what's passing and failing on mouseover.
2016-08-02 17:40:26 -07:00