Commit Graph

29416 Commits

Author SHA1 Message Date
Antonio Scandurra
61f4c9fceb 🎨 2016-08-08 16:15:35 +02:00
Antonio Scandurra
71a606ab3e Manually set title when running electron-winstaller 2016-08-08 16:07:17 +02:00
Antonio Scandurra
0b4d37a6c0 Publish all artifacts 2016-08-08 16:02:57 +02:00
Antonio Scandurra
c689478d49 Fix running tests on macOS 2016-08-08 15:47:51 +02:00
Antonio Scandurra
a9fbc0e3ed Add missing requires and statements 2016-08-08 15:40:16 +02:00
Antonio Scandurra
33d9f1a5ef Fix artifact zipping on CircleCI 2016-08-08 15:29:18 +02:00
Antonio Scandurra
56ceb40dde 🎨 2016-08-08 15:28:23 +02:00
Antonio Scandurra
d089c94f3b Remove trailing ... in log messages 2016-08-08 15:18:21 +02:00
Nathan Sobo
7cdf25eb5b Start on electron-winstaller 2016-08-08 15:17:15 +02:00
Nathan Sobo
dc7973f1e7 Pass app bundle identifiers to electron-packager 2016-08-05 16:48:04 -06:00
Nathan Sobo
44277472dd Merge branch 'master' into ns-modernize-build 2016-08-05 16:34:48 -06:00
Nathan Sobo
171c02b563 Don’t construct packagedAppPath twice 2016-08-05 16:19:45 -06:00
Nathan Sobo
7ba2ae7676 Prompt for password when code signing if there’s no password env var
Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2016-08-05 15:59:24 -06:00
Nathan Sobo
cd77e3283a Require fs-extra for removeSync 2016-08-05 15:56:47 -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
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
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
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
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