Commit Graph

29311 Commits

Author SHA1 Message Date
Antonio Scandurra
b1dabc1e84 Load metadata._deprecatedPackages via script/deprecated-packages.json 2016-08-02 15:55:53 +02:00
Antonio Scandurra
e825d8d391 Add script/clean 2016-08-02 15:31:05 +02:00
Antonio Scandurra
c4e06d9411 🎨 2016-08-02 15:30:35 +02:00
Antonio Scandurra
748e61c88f Fix apm bin path on AppVeyor 2016-08-02 14:55:34 +02:00
Antonio Scandurra
5ff7af84b6 Set ATOM_RESOURCE_PATH in install-atom-dependencies.js 2016-08-02 14:46:03 +02:00
Antonio Scandurra
17ec08067b Update npm before building on AppVeyor/Travis 2016-08-02 14:44:08 +02:00
Antonio Scandurra
354f0d8fa8 Remove .js from scripts 2016-08-02 14:37:51 +02:00
Antonio Scandurra
0b6b632af3 Move fingerprinting into script/bootstrap.js 2016-08-02 14:35:58 +02:00
Antonio Scandurra
cf85bd032d Reimplement script/bootstrap 2016-08-02 14:04:45 +02:00
Antonio Scandurra
9def97fe9c Remove .npmrc files 2016-08-02 12:58:25 +02:00
Antonio Scandurra
4a3a430ad7 Add semver to script/package.json 2016-08-02 12:50:35 +02:00
Antonio Scandurra
aa63162aed Move build to script 2016-08-02 09:24:02 +02:00
Antonio Scandurra
68565349c1 Move script to script-old 2016-08-02 09:22:55 +02:00
Antonio Scandurra
7f67966c00 Move using yargs up the call stack 2016-08-02 09:19:03 +02:00
Antonio Scandurra
a4c85673b8 Use a strict version on build/package.json 2016-08-02 09:17:28 +02:00
Nathan Sobo
947de55fa4 🎨 Clarify build environment variables related to code-signing 2016-08-01 16:04:05 -06:00
Nathan Sobo
a9664f63f8 Perform code-signing on CircleCI 2016-08-01 15:18:22 -06:00
Nathan Sobo
e93145d057 🎨 2016-08-01 14:35:12 -06:00
Nathan Sobo
9789109083 Download and install OS X signing cert on CircleCI 2016-08-01 14:30:31 -06:00
Nathan Sobo
da89626c68 Base app name on channel when packaging application
Signed-off-by: Antonio Scandurra <as-cii@github.com>
2016-08-01 12:46:44 -06:00
Nathan Sobo
a093780268 Add comment
Signed-off-by: Antonio Scandurra <as-cii@github.com>
2016-08-01 12:15:19 -06:00
Nathan Sobo
088510696f Rename AtomDevTestSignKey.p12 to windows-dev.p12
Signed-off-by: Antonio Scandurra <as-cii@github.com>
2016-08-01 11:57:45 -06:00
Antonio Scandurra
ce8c86362f Dump symbols and make them build artifacts 2016-08-01 17:22:30 +02:00
Antonio Scandurra
6e75c99ea2 Start on signing 2016-08-01 14:32:22 +02:00
Antonio Scandurra
6ad39b73fa Merge branch 'master' into ns-modernize-build 2016-08-01 11:33:53 +02:00
simurai
ec3207e6c0 ⬆️ settings-view@v0.241.1
https://github.com/atom/settings-view/pull/822
2016-07-31 14:26:13 +02:00
Nathan Sobo
250d1044f3 Write CI fingerprint in build.js 2016-07-30 08:35:53 -06:00
Nathan Sobo
5178e8d2c6 Pre-build less cache in build.js before packaging 2016-07-29 16:55:27 -06:00
Nathan Sobo
bf47eda583 Use already-loaded app metadata 2016-07-29 16:54:55 -06:00
Nathan Sobo
a29b406532 Delete old-build 2016-07-29 15:25:27 -06:00
Nathan Sobo
1fd51ee271 ⬆️ text-buffer 2016-07-29 15:11:37 -06:00
Nathan Sobo
989ae0a49c Suppress output for package tests unless they fail 2016-07-29 12:32:40 -06:00
Nathan Sobo
28f94fcc15 Run package tests in test.js 2016-07-29 12:23:28 -06:00
Nathan Sobo
976c8007b8 Run main process tests in test.js 2016-07-29 12:10:05 -06:00
Nathan Sobo
3d71112d75 Get core specs ready to run in parallel w/ package specs 2016-07-29 12:00:34 -06:00
Nathan Sobo
c47c380ff8 Forward child process exit code when exiting test script
Signed-off-by: Antonio Scandurra <as-cii@github.com>
2016-07-29 11:41:32 -06:00
Nathan Sobo
8f265218df Explicitly exclude package spec directories
This avoid accidentally excluding subdirectories of other modules called spec, which caused problems for babel-core.

Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2016-07-29 10:56:12 -06:00
Antonio Scandurra
08d121533e Merge pull request #12262 from atom/as-delete-obsolete-code
Delete Obsolete Code
2016-07-29 17:43:56 +02:00
Antonio Scandurra
1369a61df4 Start on build/test.js 2016-07-29 17:42:56 +02:00
Antonio Scandurra
d660f9b9af Make build/build.js executable 2016-07-29 17:23:19 +02:00
Nathan Sobo
aedc0d1c16 Merge pull request #12258 from atom/mq-js-styleguide
Add JS style guide to the Contributing guide
2016-07-29 09:15:36 -06:00
Antonio Scandurra
6d4102a098 Delete random-editor-spec.coffee
We are already extensively testing the same specs on text-buffer.
2016-07-29 17:15:06 +02:00
Antonio Scandurra
fd94acc2e8 Delete RowMap and its specs
After transitioning to `DisplayLayer` we don't need this object anymore.
2016-07-29 17:12:44 +02:00
Antonio Scandurra
2688f7708d Move appVersion generation inside generateMetadata 2016-07-29 16:40:01 +02:00
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