Commit Graph

29266 Commits

Author SHA1 Message Date
Antonio Scandurra
d3f0897ca6 Export CONFIG.channel instead of getChannel() function 2016-07-29 16:37:55 +02:00
Antonio Scandurra
6f5b284d48 Set AtomHelper version 2016-07-29 16:16:18 +02:00
Antonio Scandurra
ff12c274fd Specify resource path 2016-07-29 15:59:22 +02:00
Antonio Scandurra
ba0ecffcb0 Append sha to dev versions 2016-07-29 15:57:06 +02:00
Antonio Scandurra
3f469d77e0 Try running specs 2016-07-29 15:37:27 +02:00
Antonio Scandurra
cc514f0fc5 🎨 2016-07-29 15:34:07 +02:00
Antonio Scandurra
4e597eea40 Add LICENSE.md when packaging the app 2016-07-29 14:49:14 +02:00
Antonio Scandurra
88aafe12ef Generate metadata for all package.json files 2016-07-29 13:30:38 +02:00
Antonio Scandurra
236897ecb9 Update CONFIG.appMetadata after generate-module-cache 2016-07-29 13:29:38 +02:00
Antonio Scandurra
764bd8fa14 Exclude dotfiles when copying assets 2016-07-29 13:29:23 +02:00
Antonio Scandurra
0ee0fcd808 Merge branch 'master' into ns-modernize-build 2016-07-29 10:34:24 +02:00
Nathan Sobo
e249b26a38 Fix regex to allow multi-digit minor versions in build script
Signed-off-by: Antonio Scandurra <as-cii@github.com>
2016-07-28 15:34:38 -06:00
Antonio Scandurra
c983b6ed36 Copy 1024.png as atom.png to intermediate app dir based on channel
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-28 20:52:12 +02:00
Antonio Scandurra
7914409a48 Copy file.icns on OS X
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-28 20:50:39 +02:00
Antonio Scandurra
2b97a21029 Set icon on OS X
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-28 20:32:02 +02:00
Hubot
e0cc48f17e 1.11.0-dev 2016-07-28 13:29:20 -05:00
Antonio Scandurra
3a30f166d7 🎨
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-28 20:17:07 +02:00
Antonio Scandurra
510ef53398 Move shell scripts copying into package-application step
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-28 20:05:49 +02:00
Antonio Scandurra
6804156266 🔥 Remove speakeasy
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-28 20:05:04 +02:00
Damien Guard
0aa4256bcf ⬆️ settings-view@0.241.0 2016-07-28 10:16:37 -07:00
Antonio Scandurra
0775062e9e resourcesPath -> shellCommandsPath 2016-07-28 18:54:50 +02:00
Antonio Scandurra
82bbf0cd3c Export channel from build/config.js 2016-07-28 18:52:23 +02:00
Antonio Scandurra
22af37a896 Add module cache generation 2016-07-28 18:32:10 +02:00
Antonio Scandurra
bda6447f32 🎨 2016-07-28 18:23:19 +02:00
Antonio Scandurra
3c414579f3 Transpile PEG.js files 2016-07-28 18:18:16 +02:00
Antonio Scandurra
2953014609 Add coffee-script and babel in build/package.json
...and use the same versions found on the root package.json.
2016-07-28 17:53:03 +02:00
Antonio Scandurra
f5c6baa064 Copy apm in Mac Resources folder 2016-07-28 17:13:31 +02:00
Antonio Scandurra
18c20c095f Don't copy paths that will be ignored 2016-07-28 16:07:40 +02:00
Antonio Scandurra
9f0925c08c Port ignore regexps from build-task.coffee 2016-07-28 15:40:24 +02:00
Antonio Scandurra
be8f6a8fcb Zip correct artifact 2016-07-28 11:24:44 +02:00
Antonio Scandurra
9583c5b2cc Specify app-version and build-version 2016-07-28 11:18:30 +02:00
Antonio Scandurra
f953287e54 Specify electronVersion in electronPackager 2016-07-28 11:05:33 +02:00
Antonio Scandurra
a3d7230f06 Run new build script on CIs 2016-07-28 10:56:31 +02:00
Antonio Scandurra
2be73d66bd Start on electronPackager 2016-07-28 10:56:03 +02:00
Nathan Sobo
fa816eab8c WIP: Add packageApplication step based on intermediate directory 2016-07-27 18:54:31 -06:00
Nathan Sobo
366cafc64a Copy everything to an intermediate electron app directory
We need to do this so we can transpile everything in place, but then we
should be able to run electron-packager directly on this directory.
2016-07-27 18:47:33 -06:00
Nathan Sobo
a082be3c8c Fix concat 2016-07-27 18:07:54 -06:00
Nathan Sobo
c00af22c88 Merge pull request #12249 from atom/ns-as-fix-spacebar-regression
Fix regression where spacebar scrolled elements containing editors
2016-07-27 17:29:02 -06:00
Nathan Sobo
7c79a5b973 Fix regression where spacebar scrolled elements containing editors
/cc @hellendag
2016-07-27 14:58:11 -06:00
Nathan Sobo
67046ff2d9 ⬆️ tree-view to address flaky specs (hopefully) 2016-07-27 14:46:41 -06:00
Antonio Scandurra
e5da1011d4 ⬆️ 💚 language-html
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-27 20:01:52 +02:00
Nathan Sobo
8e3086ab46 Merge pull request #12246 from atom/as-electron-compatibility
Make Atom executable as a standard Electron app
2016-07-27 10:54:28 -06:00
Antonio Scandurra
2232f61c97 Inline computeDestinationPath into copyAssets
...as we don't need that function to be reusable anymore. We can always extract it later if needed.
2016-07-27 16:58:30 +02:00
Antonio Scandurra
59d995b21d Transpile CSON 2016-07-27 16:53:38 +02:00
Antonio Scandurra
ee60a2daaa 🎨 2016-07-27 16:53:27 +02:00
Antonio Scandurra
6903e941d9 Use path.join instead of manually creating paths 2016-07-27 16:39:53 +02:00
Antonio Scandurra
c4c12c2e1d Transpile package sources 2016-07-27 16:17:52 +02:00
Antonio Scandurra
d4795ab562 Transpile assets in-place 2016-07-27 16:09:49 +02:00
Antonio Scandurra
7ca4145eb9 Merge branch 'master' into ns-modernize-build 2016-07-27 15:18:10 +02:00
Antonio Scandurra
9ad9a96b34 Copy comments 2016-07-27 15:09:08 +02:00