Shelley Vohr
5beadd90ee
update electron-typescript-definitions to 1.3.5
2018-05-25 10:41:26 -07:00
Shelley Vohr
560c0e72e6
Fix vulnerabilities both top-level and in spec ( #13029 )
...
* fix dependency vulnerabilities
* fix vulnerabilities in spec
2018-05-21 21:15:18 -07:00
Cheng Zhao
874af5c982
Merge pull request #12837 from nornagon/build-gn
...
GN build
2018-05-15 14:02:51 +09:00
Samuel Attard
0bb29e092d
fix: update docs for the ts parser ( #12902 )
2018-05-12 18:12:28 +10:00
Aleksei Kuzmin
8f7a0ca90c
Remove chai-as-promised from the top-level package.json
...
It's a tests dependency and its already present in spec/package.json.
2018-05-11 18:11:46 +03:00
Jeremy Apthorp
f2b1b3f6b8
Add GN build
2018-05-10 14:03:02 -07:00
Charles Kerr
0a2dc1efb0
fix: lint is a devDependency, not a dependency ( #12818 )
2018-05-03 08:43:40 -07:00
Samuel Attard
b90ff86f8c
Add missing chai-as-promised dep ( #12746 )
2018-04-29 22:46:29 -04:00
Shelley Vohr
21e5a2e071
Add clang-format script and precommit hook ( #12651 )
...
* add second arg to hook
* fix clang-format script
* remove format script
* help
* first pass at only checking formatting for changed files
* ensure clang-format only runs against changes
* add quiet option for print output
* fix script outputs for clang-format
* wrap conditional for exit error
* remove cpplint include ordering from brightray
* fix python style errors
* add clang-format to linting
* fix var error and add mm extension
* fix diff checking for commit hook
* show incorrectly formatted lines when linting fails
* don't try to check formatting for deleted files
2018-04-27 13:01:12 -04:00
Samuel Attard
8993a2c6ed
Enable easy rebuild of native modules for unreleased electron ( #12217 )
...
* Enable easy rebuild of native modules for unreleased electron
Sometimes when developing locally (as I found this morning) you want to rebuild native modules
against an unreleased version of Electron (in this case local master). This PR adds a simple
script to launch a local HTTP server that generates and hosts the required header and checksum
files to rebuild modules. So far only tested on macOS but should work on all OS's
* Allow custom port
* clean up serve script
* make optionality more obvious
2018-03-14 12:59:18 +09:00
John Kleinschmidt
7365a45948
Merge pull request #11937 from electron/groundwater-patch-1
...
Use New Versioning Strategy
2018-02-21 16:54:25 -05:00
Shelley Vohr
e3d4358068
bump electron-typescript-defs to 1.3.2
2018-02-21 12:42:07 -05:00
Jacob Groundwater
cdcd031192
Use New Versioning Strategy
...
The `package.json` file in master should always read `0.0.0-dev`. See https://electronjs.org/docs/tutorial/electron-versioning
2018-02-16 09:16:30 -08:00
Samuel Attard
f84b8bbfdc
Update deps for new squirrel
2018-02-16 13:01:00 +11:00
John Kleinschmidt
546bd6da5e
Merge pull request #11903 from electron/update-release-for2
...
Change release process for 2.0
2018-02-12 16:52:41 -05:00
Felix Rieseberg
4ed5bb9901
fix: Update touch bar type documentation ( #11563 )
...
* fix: Update touch bar type documentation
Tiny change: The `escapeItem` in the touch bar constructor accepts a `null`, but our typings do not reflect that.
* Also uppdate the escapeItem instance property type docs
2018-02-12 14:59:01 -05:00
John Kleinschmidt
12a8d90ef0
Change release process for 2.0
...
Tag release as soon as version bumps
No longer use release branch
Remove merge step as it is no longer needed.
2018-02-12 14:06:09 -05:00
joeydlee95
a4db8e1c55
Add executable test to package.json
2017-12-13 14:39:13 -08:00
Felix Rieseberg
19df1cf070
📦 Upgrade to StandardJS 10
2017-11-23 13:41:14 -08:00
Charles Kerr
70643a865b
Merge pull request #11178 from electron/fenced-code-block-lang
...
enforce rules on code blocks style in docs
2017-11-21 13:38:46 +01:00
Felix Rieseberg
3c38438303
📦 Update electron-typescript-definitions
2017-11-20 09:54:00 -08:00
Felix Rieseberg
4f6bdc5824
📦 Bump electron-docs-linter
2017-11-20 08:24:39 -08:00
Vanessa Yuen
2441d51093
add remark lint to ensure fenced codeblocks are formatted properly.
2017-11-20 14:05:47 +08:00
Zeke Sikelianos
2ad1d8ba28
clean up remaining references to docs-translations content
2017-11-08 19:06:18 -08:00
Samuel Attard
6b9e67c972
Merge pull request #11004 from electron/upgrade-ts-defs
...
Upgrade electron-typescript-definitions to latest
2017-11-08 01:04:55 +11:00
John Kleinschmidt
5383b4809f
v1.8.2-beta.2
2017-11-06 16:11:34 -05:00
Birunthan Mohanathas
ecb11b3a4c
Upgrade electron-typescript-definitions to latest for electron/electron-typescript-definitions#80
2017-11-03 14:35:19 +02:00
Vanessa Yuen
85a811db55
make target branch name mandatory and specific ci job optional
...
add it as an npm script `npm run mock-release -- TARGET_BRANCH`
2017-11-03 14:56:16 +08:00
John Kleinschmidt
66846bff97
Automate release ( #10827 )
...
* Create prepare-release script
* Add script to merge release
* Cleanup/add logging
* Move release process out of upload.py
* Add cleanup release branch
* Update release doc to reflect new scripts
* Fix to allow running with notesOnly
Also fixup release name and body when beta release.
* Fix issues found during release
* Use getRelease instead of getAssets
github.repos.getAssets is limited to 30 entries which means we may not get back the file we are looking for.
* Documentation corrections
2017-10-23 11:02:50 -04:00
John Kleinschmidt
90e7d7e112
v1.8.2-beta.1
2017-10-18 16:49:32 -04:00
John Kleinschmidt
7788b33dc9
Bump v1.8.1
2017-09-28 13:13:49 -04:00
John Kleinschmidt
4b1e2b42a4
Bump v1.8.0
2017-08-31 16:16:19 -04:00
Zeke Sikelianos
10f2c80162
Revert "remove no-op preinstall script"
2017-08-14 11:33:32 -07:00
Zeke Sikelianos
646a8eb753
Merge pull request #10250 from electron/remove-preinstall-no-op
...
remove no-op preinstall script
2017-08-13 21:19:29 -07:00
John Kleinschmidt
ad90de0c82
Merge pull request #10230 from electron/prerelease
...
add a prerelease check
2017-08-11 16:41:08 -04:00
Zeke Sikelianos
0cd99d9815
remove no-op preinstall script
2017-08-11 12:18:51 -07:00
Zeke Sikelianos
96dd9b9ab8
update prerelease to check for files on s3
2017-08-09 13:40:52 -07:00
Vanessa Yuen
b81aab9eae
Bump v1.7.6
2017-08-09 15:28:55 -04:00
Zeke Sikelianos
1a6f0ae437
add a prerelease check
2017-08-09 10:49:31 -07:00
Vanessa Yuen
0c3d15d890
Merge branch 'master' into publish-prebuilt
2017-07-26 15:07:33 -04:00
Zeke Sikelianos
eeeee2cde8
Merge pull request #9989 from electron/check-for-leaks
...
check for secrets before git push and npm publish
2017-07-18 15:30:03 -07:00
Kevin Sawicki
5b9d31d3ff
Bump v1.7.5
2017-07-17 12:45:30 -07:00
Vanessa Yuen
663710e8eb
script to publish electron to npm directly
2017-07-13 17:09:21 -04:00
Zeke Sikelianos
0b1d264fc8
check for secrets before git push and npm pack
2017-07-12 10:18:40 -07:00
Kevin Sawicki
4a7eb5077e
Bump v1.7.4
2017-06-28 14:37:04 -07:00
Zeke Sikelianos
4cf2481293
use latest standard-markdown
2017-06-10 12:22:51 -07:00
Kevin Sawicki
4c00176599
Bump v1.7.3
2017-06-08 10:43:50 -07:00
Alexander Gujral
43ff2e8ec1
change request version
...
https://nodesecurity.io/advisories/request_remote-memory-exposure
security vulnerability for earlier versions
2017-06-04 13:49:59 -04:00
Zeke Sikelianos
175f3e41f1
bump ts linter with fixes for numeric keys
2017-05-31 12:44:26 -07:00
Zeke Sikelianos
c6c3aa0b97
add typescript to the linting mix
2017-05-31 12:42:15 -07:00
Kevin Sawicki
90964290a6
Add separate run script just to rebuild test modules
2017-05-30 09:13:51 -07:00
Kevin Sawicki
f67968d244
Parse args in test.py
2017-05-30 09:13:51 -07:00
Kevin Sawicki
b307b6e602
Remove runas and code no longer using it
2017-05-30 08:49:54 -07:00
Kevin Sawicki
44862a131c
Bump v1.7.2
2017-05-26 13:33:15 -07:00
Kevin Sawicki
693f6a24fc
Bump v1.7.1
2017-05-16 12:42:37 -07:00
Birunthan Mohanathas
b01bc32051
Update electron-typescript-definitions to latest version
2017-05-15 21:45:17 +03:00
Zeke Sikelianos
3273a1b42e
add npm scripts for convenience
2017-05-10 23:22:49 -07:00
Zeke Sikelianos
dcfca610f4
bump electron-typescript-definitions version
2017-05-10 23:22:30 -07:00
Kevin Sawicki
b6319698f1
Bump v1.7.0
2017-05-10 10:42:05 -07:00
Kevin Sawicki
f0c38b7354
Bump v1.6.9
2017-05-10 08:35:30 -07:00
Zeke Sikelianos
9b82d1a996
let the typescript module do its own linting
2017-05-09 15:44:25 -07:00
Zeke Sikelianos
7d7a2d9319
Merge pull request #7857 from electron/publish-electron.d.ts
...
Initial scripts to publish electron.d.ts
2017-05-05 08:31:00 -07:00
Zeke Sikelianos
7956d63e99
tslint electron.d.ts
2017-05-02 16:31:46 -07:00
Kevin Sawicki
a748199833
Bump v1.6.8
2017-05-01 15:09:30 -07:00
Kevin Sawicki
4a9383b50b
Bump v1.6.7
2017-04-18 09:17:16 -07:00
Kevin Sawicki
8a324a9375
Bump v1.6.6
2017-04-07 09:01:28 -07:00
Zeke Sikelianos
c2230ca76a
generate electron.d.ts during dist creation, not during build
2017-03-31 21:35:58 -07:00
Zeke Sikelianos
c00bac5c0b
add a convenience script for manually generating API JSON
2017-03-31 21:09:23 -07:00
Zeke Sikelianos
9a10486514
generate and upload electron.d.ts with each release
2017-03-31 21:01:55 -07:00
Kevin Sawicki
a724b6555f
Bump v1.6.5
2017-03-31 12:10:09 -07:00
Kevin Sawicki
46aed5ff6f
Bump v1.6.4
2017-03-22 09:16:08 -07:00
Kevin Sawicki
2d638e5da7
Add option to clean.py to only remove dist and out dirs
2017-03-20 10:33:04 -07:00
Adham Saad
713e256843
🐛 #8919 - add new command that cleans only out & dist dirs
2017-03-16 13:34:53 +02:00
Kevin Sawicki
e0260d6f53
Bump v1.6.3
2017-03-07 09:49:39 -08:00
Zeke Sikelianos
67dc1b1070
use updated docs linter with webview support
2017-03-03 10:53:30 -08:00
Kevin Sawicki
d009b3267a
Bump v1.6.2
2017-03-01 09:11:05 -08:00
Kevin Sawicki
92092bed41
Bump v1.6.1
2017-02-21 08:49:50 -08:00
Kevin Sawicki
852519a826
Bump v1.6.0
2017-02-06 16:42:00 -08:00
Kevin Sawicki
1518ff5ddf
Bump v1.5.1
2017-02-06 08:56:48 -08:00
Kevin Sawicki
1960327918
Bump v1.5.0
2017-01-24 08:27:37 -08:00
Kevin Sawicki
2cddb5bb4e
Bump v1.4.15
2017-01-19 08:32:42 -08:00
Zeke Sikelianos
cef9cd3cfc
create electron-api.json in dist, not as a side-effect of linting
2017-01-10 18:17:08 -08:00
Kevin Sawicki
cfb6069b83
Bump v1.4.14
2017-01-10 11:01:39 -08:00
Kevin Sawicki
38681d0a2b
Bump v1.4.13
2016-12-20 10:37:16 -08:00
Kevin Sawicki
de625bfb65
Bump v1.4.12
2016-12-09 21:43:27 -08:00
Kevin Sawicki
ea2e2def55
Bump v1.4.11
2016-12-07 08:53:58 -08:00
Kevin Sawicki
ccabee764b
Bump v1.4.10
2016-11-28 12:50:12 -08:00
Kevin Sawicki
b036fdfee0
Bump v1.4.9
2016-11-23 14:36:32 -08:00
Zeke Sikelianos
a353a94b70
use new docs linter, remove cross-conf-env dep
2016-11-23 08:19:42 +01:00
Tereza Tomcova
5498a31493
Fixed linting on Windows
2016-11-23 08:18:46 +01:00
Kevin Sawicki
37b18243f4
Bump v1.4.8
2016-11-22 14:02:52 -08:00
Zeke Sikelianos
94988f89b0
use updated docs linter with required param parsing
2016-11-19 11:34:19 -08:00
Zeke Sikelianos
1b5b29901c
Merge pull request #7969 from electron/one-file-per-api
...
move each API doc into its own file
2016-11-16 11:12:36 -08:00
Zeke Sikelianos
f9683ff99f
use unreleased linter
2016-11-16 09:03:17 -08:00
Kevin Sawicki
c4d74c48e4
Bump v1.4.7
2016-11-16 08:11:28 -08:00
Kevin Sawicki
f20ca63dd0
Pin electron-docs-linter to 1.14.1
2016-11-16 07:33:36 -08:00
Zeke Sikelianos
50be8b65d1
update docs linter
2016-11-11 09:22:55 -08:00
Kevin Sawicki
debdce1e66
Bump v1.4.6
2016-11-09 11:59:25 -08:00
Zeke Sikelianos
b400edcc88
use docs linter with lots of stuff npmignored
2016-11-01 10:45:29 -07:00
Kevin Sawicki
6580088574
Bump v1.4.5
2016-11-01 08:51:10 -07:00
Zeke Sikelianos
e70f8acf47
use new docs linter with support for the new net APIs
2016-10-31 20:53:13 -07:00
Zeke Sikelianos
8fa3057e19
update docs linter to add support for inline ENUM values
2016-10-25 23:48:48 -07:00
Zeke Sikelianos
1a03e62717
update docs linter to support parsing of function parameter types
2016-10-24 12:04:37 -07:00
Kevin Sawicki
337db9fbb9
Merge pull request #7660 from electron/document-release-process
...
Document release process
2016-10-20 11:31:51 +09:00
Zeke Sikelianos
147addbce1
Bump v1.4.4
2016-10-20 09:17:29 +09:00
Zeke Sikelianos
7a73c0189f
bump-release -> bump-version
2016-10-19 11:40:40 +09:00
Zeke Sikelianos
82a16ee41f
document the electron release process
2016-10-18 13:41:57 +09:00
Kevin Sawicki
0756aa663b
Merge pull request #7587 from electron/update-standard
...
Update standard to v8 to be inline with standard-markdown
2016-10-13 14:04:24 -07:00
Samuel Attard
a9d5699a52
Update standard to v8 to be inline with standard-markdown
2016-10-13 12:46:00 +11:00
Zeke Sikelianos
ecc03fdd40
update docs linter with Rectangle structure fixes
2016-10-12 11:04:53 -07:00
Zeke Sikelianos
17198c26d9
update standard-markdown
2016-10-11 22:37:32 -07:00
Zeke Sikelianos
7ef374477d
lint docs-translations with standard-markdown
2016-10-11 22:36:11 -07:00
Zeke Sikelianos
2e4322c230
update to new standard-markdown with --fix
feature
2016-10-11 22:36:11 -07:00
Zeke Sikelianos
c34d868609
update docs-linter
2016-10-06 12:20:00 -07:00
Cheng Zhao
79a5de3fd8
Bump v1.4.3
2016-10-06 17:12:07 +09:00
Cheng Zhao
2624738534
Lock the version of electron-docs-linter
2016-10-06 17:12:06 +09:00
Cheng Zhao
5a56de501a
Bump v1.4.2
2016-09-30 17:39:27 +08:00
Cheng Zhao
2c9ce3f3e0
Merge pull request #7372 from electron/update-docs-linter
...
update electron-docs-linter
2016-09-29 16:43:22 +08:00
Zeke Sikelianos
3989139378
update electron-docs-linter
2016-09-27 22:04:22 -07:00
Thiago de Arruda
72154b64ed
Embed setup bundle for preload scripts in sandboxed renderers.
...
Add a gyp target that creates a browserify bundle starting with
`lib/sandboxed_renderer/init.js`, which is embedded into the executable using
the `atom_js2c` target.
The goal of this bundle is to provide a very basic environment for preload
scripts where a `require` function is available.
2016-09-27 06:01:47 -03:00
Cheng Zhao
903bf444d9
Bump v1.4.1
2016-09-22 19:05:58 +09:00
Zeke Sikelianos
d4b204799d
Merge pull request #7120 from electron/lint-docs
...
Publish the public API as a JSON object
2016-09-16 14:05:32 -07:00
Cheng Zhao
e62e62292a
Bump v1.4.0
2016-09-15 14:44:38 +09:00
Cheng Zhao
cfe7bfd7eb
Bump v1.3.6
2016-09-14 14:36:11 +09:00
Zeke Sikelianos
8d201ae1ad
generate electron-api.json and upload with release
2016-09-09 10:07:22 -07:00
Zeke Sikelianos
67c89b68d3
use new electron-docs-linter with node 4 support
2016-09-09 10:07:22 -07:00
Zeke Sikelianos
5937d37fc5
move linting work to electron-docs-linter's new CLI
2016-09-09 10:07:22 -07:00
Zeke Sikelianos
3a5bf51d1d
add lint-docs script
2016-09-09 10:07:22 -07:00
Kevin Sawicki
d6b1d61438
Run pylint as part of main lint task
2016-09-07 16:23:59 -07:00
Cheng Zhao
02ce727ff6
Bump v1.3.5
2016-09-02 13:59:28 +09:00
Cheng Zhao
88979a9844
Bump v1.3.4
2016-08-23 17:03:07 +09:00
Zeke Sikelianos
8527bc360a
bump standard-markdown for orphan array support
2016-08-16 14:48:35 -07:00
Zeke Sikelianos
6b298213ab
update standard-markdown to 1.2.0
2016-08-16 14:07:50 -07:00
Kevin Sawicki
bc28f8d3cc
Add clean npm run script
2016-08-10 17:36:58 -07:00
Cheng Zhao
912c7716b3
Bump v1.3.3
2016-08-10 16:00:24 +09:00
Kevin Sawicki
1ee244c1b2
Upgrade to electabul@0.0.4
2016-08-03 16:37:53 -07:00
Kevin Sawicki
e1eef5f7ca
Upgrade to electabul@0.0.3
2016-08-03 16:23:40 -07:00
Kevin Sawicki
ad07a20d9a
Use electabul to instrument and report coverage
2016-08-03 16:23:39 -07:00
Kevin Sawicki
491f69df80
Add ability to run tests with coverage report
2016-08-03 16:23:38 -07:00
Kevin Sawicki
e17e195479
Add run script to generate instrumented code coverage .asar
2016-08-03 16:23:38 -07:00
Cheng Zhao
59076711cb
Bump v1.3.2
2016-08-03 07:18:31 +09:00
Cheng Zhao
367f94aa76
Bump v1.3.1
2016-07-27 13:21:17 +09:00
Zeke Sikelianos
c38f505001
update standard-markdown to use linux-friendly local require statements
2016-07-26 09:48:19 -07:00
Zeke Sikelianos
3a16a9b0bf
update to standard-markdown with node 0.10 support
2016-07-26 09:48:19 -07:00
Zeke Sikelianos
784bee8faa
update npm run lint
to include docs
2016-07-26 09:48:19 -07:00
Zeke Sikelianos
dd9935a9d7
add npm script to lint all javascript blocks in the docs using standard
2016-07-26 09:47:16 -07:00
Cheng Zhao
c0f81d14e4
Bump v1.3.0
2016-07-25 12:57:10 +09:00
Cheng Zhao
498e9089b3
Bump v1.2.8
2016-07-20 23:57:08 -06:00
Cheng Zhao
13e1818bf7
Bump v1.2.7
2016-07-13 12:22:42 +09:00
Cheng Zhao
92b97d3576
Bump v1.2.6
2016-07-06 13:20:36 +09:00
Kevin Sawicki
e94c066c03
change into spec directory before running standard
2016-06-29 09:46:15 -07:00
Kevin Sawicki
3090d1f85e
Upgrade to standard 7.1.2+
2016-06-29 09:46:15 -07:00
Cheng Zhao
a00c5e3363
Bump v1.2.5
2016-06-23 14:37:58 +09:00
Cheng Zhao
08a1e92650
Bump v1.2.4
2016-06-22 10:26:54 +09:00
Cheng Zhao
553341db87
Bump v1.2.3
2016-06-16 12:38:00 +09:00
Cheng Zhao
b2bea57eff
Bump v1.2.2
2016-06-08 16:47:41 +09:00
Cheng Zhao
97dd71d79e
Bump v1.2.1
2016-06-01 16:15:53 +09:00
Cheng Zhao
c1272743b9
Bump v1.2.0
2016-05-26 18:07:52 +09:00
Felix Rieseberg
bef6748c06
🎨 Implement JS Standard Code Style 7
...
Updates Standard Code Style to 7 (latest major) and ensures that code
is conform.
* camelCase is now enforced
* No assignments in return statements
2016-05-25 16:20:49 -07:00
Cheng Zhao
1dd98171f4
Bump v1.1.2
2016-05-24 15:59:21 +09:00
Cheng Zhao
d5f3e5d59a
Bump v1.1.1
2016-05-20 09:30:24 +09:00
Cheng Zhao
847d9580b7
Bump v1.1.0
2016-05-13 17:00:02 +09:00
Cheng Zhao
57b0f288cb
Bump v1.0.2
2016-05-13 09:21:33 +09:00
Cheng Zhao
6578c4f0b3
Bump v1.0.1
2016-05-11 20:10:38 +09:00
Cheng Zhao
c40fb67890
Bump v1.0.0
2016-05-09 21:17:35 +09:00
Cheng Zhao
edb73fb734
Bump v0.37.8
2016-04-29 20:48:19 +09:00
Cheng Zhao
c04d43ca13
Bump v0.37.7
2016-04-22 17:39:11 +09:00
Cheng Zhao
aefb672393
Bump v0.37.6
2016-04-15 16:48:09 +09:00
Kevin Sawicki
f20950702d
⬆️ asar@0.11
2016-04-07 10:36:41 -07:00
Cheng Zhao
55b8e9aa44
Bump v0.37.5
2016-04-07 10:34:25 +09:00
Cheng Zhao
fdb138f79c
Bump v0.37.4
2016-04-03 18:31:23 +09:00
Zeke Sikelianos
7c58f7fb02
eradicate all per-file eslint globals
2016-03-30 17:00:34 -07:00
Zeke Sikelianos
6425ef4261
restrict mocha scope to /spec; break out link tasks
2016-03-30 17:00:34 -07:00
Zeke Sikelianos
1a18151eff
remove eslint from devDependencies
2016-03-30 17:00:34 -07:00
Zeke Sikelianos
0fd0887407
use standard.env.mocha instead of a list of globals
2016-03-30 17:00:34 -07:00
Zeke Sikelianos
e156faea5c
replace eslint with standard
2016-03-30 17:00:33 -07:00
Zeke Sikelianos
98b4353ef8
replace snazzy with standard; autoformat package.json
2016-03-30 17:00:33 -07:00
Zeke Sikelianos
c4b6cf4a8e
do more manual cleanup and specify globals
2016-03-30 17:00:32 -07:00
Zeke Sikelianos
3a55f0d1f7
set standard.globals
2016-03-30 17:00:32 -07:00
Zeke Sikelianos
09635ae50e
reduce ignore list in favor of one-liner ignores
2016-03-30 17:00:32 -07:00
Zeke Sikelianos
2fb92076b6
standard-format has done its work; on to snazzy
2016-03-30 17:00:32 -07:00
Zeke Sikelianos
7404b848a2
tell standard to ignore /vendor directory
2016-03-30 17:00:31 -07:00
Zeke Sikelianos
06b556c34c
ignore more files that are confusing standard-format
2016-03-30 17:00:31 -07:00
Zeke Sikelianos
f61010df96
do not standardize rpc-server.js because reasons
...
standard-format freaks out on this line:
let obj = new (Function.prototype.bind.apply(constructor,
[null].concat(args)))
http://stackoverflow.com/questions/1606797/use-of-apply-with-new-operato
r-is-this-possible
2016-03-30 17:00:31 -07:00
Zeke Sikelianos
6e31e51292
add standard-format to devDeps
2016-03-30 17:00:05 -07:00
Cheng Zhao
75f0942057
Bump v0.37.3
2016-03-27 12:16:12 +09:00
Kevin Sawicki
8685f8e6c8
Add repl run script
2016-03-24 16:02:02 -07:00
Cheng Zhao
e92d002eec
Bump v0.37.2
2016-03-14 17:22:09 +09:00
Cheng Zhao
d96e03c402
Bump v0.37.1
2016-03-13 10:11:26 +09:00
Cheng Zhao
b10f196d16
Bump v0.37.0
2016-03-12 09:54:10 +09:00
Cheng Zhao
cd327e65cb
Revert "Bump v0.37.0"
...
This reverts commit aebfbf7782
.
We have troubles with linux-ia32 release.
2016-03-11 22:20:11 +09:00
Cheng Zhao
aebfbf7782
Bump v0.37.0
2016-03-11 21:47:32 +09:00
Cheng Zhao
ead94b7b1f
Bump v0.36.11
2016-03-11 20:09:19 +09:00
Cheng Zhao
33978455b8
Bump v0.36.10
2016-03-05 12:00:06 +09:00
Cheng Zhao
a67b29d8d2
Bump v0.36.9
2016-02-26 02:18:27 +00:00
Cheng Zhao
4a47deafc2
Merge pull request #4558 from cesine/update/deps
...
a new version of asar is out 0.10.0
2016-02-21 19:04:06 +08:00
cesine
e45e246027
a new version of asar is out 0.10.0
2016-02-19 23:24:56 -05:00
Cheng Zhao
4b18317e7c
Bump v0.36.8
2016-02-19 14:38:36 +08:00
cesine
2aff0c47d0
⬆️ 👕 updated to eslint 2.1.0
...
Verified migration doc (nothing to be done)
http://eslint.org/docs/user-guide/migrating-to-2.0.0
And made sure the eslint tasks passed
2016-02-15 22:30:29 -05:00
Kevin Sawicki
a8e6e24e58
Sort scripts keys
2016-02-11 11:28:20 -08:00
Kevin Sawicki
03482a4427
Add build script
2016-02-11 11:28:20 -08:00
Kevin Sawicki
16594d6ed0
Add bootstrap script
2016-02-11 11:28:20 -08:00
Cheng Zhao
9d8e23c822
Bump v0.36.7
2016-01-30 13:20:46 +08:00
Cheng Zhao
30b35644f6
Bump v0.36.6
2016-01-29 12:43:35 +08:00
Cheng Zhao
a230a89de4
Bump v0.36.5
2016-01-21 17:04:38 -07:00
Kevin Sawicki
b399455808
Run cpplint from lint npm script
2016-01-21 09:32:21 -07:00
Kevin Sawicki
fbfbf2158a
Add npm run lint script
2016-01-21 09:32:21 -07:00
Kevin Sawicki
4e183df997
Add npm start script
2016-01-16 12:31:09 -08:00
Kevin Sawicki
0a3331a07c
Add eslint dev dependency
2016-01-15 13:52:42 -08:00
Cheng Zhao
39225ac5ec
Bump v0.36.4
2016-01-15 14:27:19 +08:00
Kevin Sawicki
ddfe4809e7
Remove unused dependencies
2016-01-12 16:24:06 -08:00
Cheng Zhao
df27cda36c
Bump v0.36.3
2016-01-08 13:40:47 +08:00
Cheng Zhao
9ffe502fb1
Bump v0.36.2
2015-12-25 13:45:07 +08:00
fscherwi
3cdd5dd418
⬆️ asar
2015-12-23 19:08:51 +01:00
Cheng Zhao
bff2861311
Bump v0.36.1
2015-12-18 13:16:30 +08:00
Sean Francis N. Ballais
2d2ad0d33b
Addeda versionin package.json.
2015-12-14 18:17:04 +08:00
Kevin Sawicki
49b6e5bcac
Add npm test script
2015-12-10 10:44:11 -08:00
Cheng Zhao
115526424a
Move native modules to optionalDependencies
...
Fixes #3016 .
2015-10-08 09:25:31 +08:00
fscherwi
457147365a
standardize package.json
2015-09-27 14:44:28 +02:00
fscherwi
852d982057
⬆️ asar@0.8.x
2015-08-28 22:04:42 +02:00
Cheng Zhao
a0fea28632
asar@0.7.x
2015-08-24 15:50:19 +08:00
Cheng Zhao
c18ec7f5bc
runas@3.x
2015-08-21 13:52:05 +08:00
Cheng Zhao
c424d0e9f3
Upgrade CoffeeScript to 1.9.2
2015-04-25 10:45:28 +08:00
Cheng Zhao
7917748b21
⬆️ asar@0.5.0
2015-04-24 13:06:49 +08:00
Cheng Zhao
1200d641b8
Change the names in specs
2015-04-14 15:59:45 +08:00
Cheng Zhao
b9b7928e7d
Move version info to atom.gyp and discard apm dependency
...
Fixes #1408 .
Closes #1359 .
2015-04-12 12:45:18 +08:00
Cheng Zhao
59c95f6a7d
Bump v0.22.3
2015-03-29 21:16:42 +08:00
Cheng Zhao
2e172a1053
Bump v0.22.2
2015-03-23 16:31:23 +08:00
Yonggang Luo
fa011c3d97
Add runas as devDependencies, or the python script will install it again and again.
...
The options of register_msdia80_dll.js should be admin.
Fix the problem of runas not works cause it will escape command parameters by default.
2015-03-21 17:28:07 +08:00
Cheng Zhao
99410217b9
Bump v0.22.1
2015-03-18 22:36:44 +08:00
Cheng Zhao
d6b36bb487
Bump v0.22.0
2015-03-18 20:57:21 +08:00
Cheng Zhao
0b8eb6ad90
⬆️ apm@0.144.0
2015-03-18 09:57:47 +08:00
Cheng Zhao
4176d542a5
Bump v0.21.3
2015-03-03 13:42:29 -08:00
Cheng Zhao
3f3e66916a
asar@0.2.2
2015-02-13 12:40:25 +08:00
Cheng Zhao
b75bfe0e92
Bump v0.21.2
2015-02-05 13:46:09 -08:00
Cheng Zhao
93a24ec672
Bump v0.21.1
2015-02-02 17:06:11 -08:00
Cheng Zhao
8947d54cc9
Bump v0.21.0
2015-01-27 17:33:13 -08:00
Cheng Zhao
88d7ad95f6
⬆️ apm@0.126.0
2015-01-27 13:19:18 -08:00
Cheng Zhao
de151cef8e
Bump v0.20.8
2015-01-27 11:38:30 -08:00
Cheng Zhao
87cd762eb3
⬆️ apm@0.122.0
2015-01-20 21:58:46 -08:00
Cheng Zhao
74566375b5
Download the index.json from server
2015-01-20 21:53:53 -08:00
Cheng Zhao
7c0f414881
Bump v0.20.7
2015-01-20 11:30:41 -08:00
Cheng Zhao
b4ba4a908e
Bump v0.20.6
2015-01-13 11:47:10 -08:00
Cheng Zhao
506237f5d6
Bump v0.20.5
2015-01-07 23:27:58 -08:00
Cheng Zhao
640c8f88ff
Bump v0.20.4
2015-01-05 15:51:29 -08:00
Cheng Zhao
7dc8ede90f
Bump v0.20.3
2014-12-29 12:21:35 -08:00
Cheng Zhao
a23218c51d
Bump v0.20.2
2014-12-22 13:11:28 -08:00
Cheng Zhao
55c8206bda
Bump v0.20.1
2014-12-17 15:27:42 -08:00
Cheng Zhao
85b0885af7
Bump v0.20.0
2014-12-12 18:21:14 -08:00
Cheng Zhao
85cf8f9174
apm@0.112.0
2014-12-07 08:13:42 -08:00
Cheng Zhao
6c9dbe190d
Bump v0.19.5
2014-11-28 20:01:42 +08:00
Cheng Zhao
a0034521da
Bump v0.19.4
2014-11-21 16:51:11 +08:00
Cheng Zhao
8a73d91ea1
Bump v0.19.3
2014-11-20 11:09:05 +08:00
Cheng Zhao
b27abd2011
Bump v0.19.2.
2014-11-15 15:18:01 +08:00
Cheng Zhao
20acead8be
apm@0.111.0
2014-11-15 11:25:50 +08:00
Cheng Zhao
d1724ad733
Bump v0.19.1.
2014-11-04 19:19:31 +08:00
Cheng Zhao
35e5c2172f
Bump v0.19.0.
2014-10-30 12:02:42 +08:00
Cheng Zhao
645f81effd
Bump v0.18.2.
2014-10-21 21:27:43 +08:00
Cheng Zhao
4b5dd2ed4b
Bump v0.18.1.
2014-10-17 17:00:26 +08:00
Cheng Zhao
ed07bd202f
Bump v0.18.0.
2014-10-14 20:24:56 +08:00
Cheng Zhao
68e28159bb
Upgrade to apm@0.102.0
2014-10-13 15:00:05 +08:00
Cheng Zhao
8519ea3299
Bump v0.17.2.
2014-10-06 19:13:26 +08:00
Cheng Zhao
64b2c9b36c
Bump v0.17.1.
2014-10-01 20:41:35 +08:00
Cheng Zhao
9dd68c7add
Bump v0.17.0.
2014-10-01 18:12:03 +08:00
Cheng Zhao
e316e4a267
Upgrade node to v0.11.4, fixes #669
2014-09-30 23:14:25 +08:00
Cheng Zhao
b3770bc407
Bump v0.16.3.
2014-09-20 23:12:05 +08:00
Cheng Zhao
88269a613a
Bump v0.16.2.
2014-09-09 20:07:08 +08:00
Cheng Zhao
1c07b9c85b
Bump v0.16.1.
2014-09-08 16:00:32 +08:00
Cheng Zhao
68ac6b0cbb
Bump v0.16.0.
2014-09-06 20:58:34 +08:00
Cheng Zhao
b00e56f587
Upgrade to apm@0.93.0
2014-09-02 10:58:42 +08:00
Cheng Zhao
f470d21a55
Bump v0.15.9.
2014-08-18 19:05:56 +08:00
Cheng Zhao
a840799b46
Bump v0.15.8.
2014-08-18 09:49:08 +00:00
Cheng Zhao
fd09f13c9b
Bump v0.15.7.
2014-08-15 15:07:11 +08:00
Cheng Zhao
31135321c0
Bump v0.15.6.
2014-08-13 18:19:38 +08:00
Cheng Zhao
79dfb2d2f3
Bump v0.15.5.
2014-08-11 17:44:16 +08:00
Cheng Zhao
0a0a408bf8
Upgrade to apm@0.89.0
2014-08-08 09:52:57 +08:00
Cheng Zhao
7f9ac88c31
Bump v0.15.4.
2014-08-07 19:42:08 +08:00
Cheng Zhao
4f4aabef7a
Bump v0.15.3.
2014-08-06 23:37:51 +08:00
Cheng Zhao
94b4ceb8ce
Bump v0.15.2.
2014-08-04 21:14:07 +08:00
Cheng Zhao
fb4ec66b37
Bump v0.15.1.
2014-07-31 11:48:09 +00:00
Cheng Zhao
474445fb7d
Upgrade apm to 0.84.
2014-07-29 23:00:20 +08:00
Cheng Zhao
740e7fbf1a
Bump v0.15.0.
2014-07-29 11:15:05 +08:00
Cheng Zhao
b84226244d
Bump v0.14.3.
2014-07-27 09:28:56 +08:00
Cheng Zhao
e11c8a07ea
Bump v0.14.2.
2014-07-25 22:33:28 +08:00
Cheng Zhao
8fcd39f621
Bump v0.14.1.
2014-07-24 22:35:39 +08:00
Cheng Zhao
17cf6ffbd4
Bump v0.14.0.
2014-07-21 22:23:35 +08:00
Cheng Zhao
3c11bc5f98
Upgrade apm to v0.76.x.
2014-07-11 14:04:50 +08:00
Cheng Zhao
3eecd664b4
Bump v0.13.3.
2014-06-25 09:17:06 +08:00
Cheng Zhao
32323a0006
Bump v0.13.2.
2014-06-18 01:09:04 +00:00
Cheng Zhao
c97e849610
Bump v0.13.1.
2014-06-14 22:27:06 +08:00
Cheng Zhao
2b0ec2bcc6
Bump v0.13.0.
2014-06-05 07:14:32 +00:00
Cheng Zhao
2efd91c150
Bump v0.12.7.
2014-05-27 06:16:37 +00:00
Cheng Zhao
8b42990bb3
Bump v0.12.6.
2014-05-26 13:34:57 +00:00
Cheng Zhao
754abbd39c
Bump v0.12.5.
2014-05-19 02:02:33 +00:00
Cheng Zhao
cf887379e1
Bump v0.12.4.
2014-05-12 21:44:33 +08:00
Navgeet Agrawal
b4890512a9
bump apm to 0.50.x
2014-05-07 16:41:50 +05:30
Cheng Zhao
1b3658171f
Bump v0.12.3.
2014-05-07 15:33:32 +08:00
Corey Johnson
1515ff1a08
Merge pull request #235 from atom/open-source
...
Open source atom-shell
2014-05-05 11:19:49 -07:00
Cheng Zhao
9e80010e1a
Bump v0.12.2.
2014-05-05 17:13:13 +08:00
Cheng Zhao
de0be312be
Bump v0.12.1.
2014-05-05 01:47:46 +00:00
Cheng Zhao
f176b2c58f
Switch to use MIT license.
2014-05-04 20:29:08 +08:00
Cheng Zhao
8342c7cfe1
Bump v0.12.0.
2014-04-29 12:02:53 +08:00
Cheng Zhao
ac31dc9672
Do not put modules used by specs on the root.
...
Modules in root is now installed by npm, and the native modules are now
not usable by atom-shell.
2014-04-29 11:51:49 +08:00
Cheng Zhao
9afcf80d02
Upgrade to apm@0.44.x
2014-04-29 09:53:35 +08:00
Cheng Zhao
3ccd90a690
Install apm from npm, fixes #236 .
2014-04-28 11:37:46 +08:00
Cheng Zhao
96b23830cd
Bump v0.11.10.
2014-04-11 21:02:22 +08:00
Cheng Zhao
d654afde5f
Bump v0.11.9.
2014-04-11 10:44:41 +00:00
Cheng Zhao
a16ea1fbf2
Bump v0.11.8.
2014-04-10 07:30:29 +00:00
Cheng Zhao
5ead4f655a
Bump v0.11.7.
2014-04-08 06:50:40 +00:00
Cheng Zhao
7f496f1994
Bump v0.11.6.
2014-04-07 09:21:02 +00:00
Cheng Zhao
d2162bf9f4
Bump v0.11.5.
2014-04-02 09:59:21 +08:00
Cheng Zhao
abea550a4d
Bump v0.11.4.
2014-03-26 02:16:32 +00:00
Cheng Zhao
9ab3b5293c
Bump v0.11.3.
2014-03-25 10:18:53 +00:00
Cheng Zhao
788ed588c9
Bump v0.11.2.
2014-03-21 07:04:55 +00:00
Cheng Zhao
f7854e0b4c
Bump v0.11.1.
2014-03-15 09:33:15 -07:00
Cheng Zhao
239f061ffd
Bump v0.11.0.
2014-03-16 19:06:46 +08:00
Cheng Zhao
63ed4acd49
Bump v0.10.7.
2014-03-11 09:54:05 +00:00
Cheng Zhao
3260b42b18
Bump v0.10.6.
2014-03-05 04:43:45 -08:00
Cheng Zhao
377666503c
Bump v0.10.5.
2014-03-01 14:05:02 -08:00
Cheng Zhao
7cfff62037
Bump v0.10.4.
2014-03-01 06:54:22 -08:00
Cheng Zhao
32f83d8e4e
Bump v0.10.3.
2014-02-27 00:32:05 -08:00
Cheng Zhao
21ccf80ba5
Bump v0.10.2.
2014-02-24 14:25:29 -08:00
Cheng Zhao
a81ef7847d
Bump v0.10.1.
2014-02-25 19:02:12 +08:00
Cheng Zhao
90cc1a7062
Bump v0.10.0.
2014-02-24 05:30:52 +00:00
Cheng Zhao
e9879b150e
Update runas to 0.5.*
2014-02-20 16:43:26 +08:00
Cheng Zhao
b4fa3cd925
Bump v0.9.3.
2014-02-12 22:14:13 -08:00
Cheng Zhao
dd4e36a42e
Bump v0.9.2.
2014-02-12 20:52:46 +08:00
probablycorey
a78807b309
Bump v0.9.1.
2014-02-03 12:41:53 -08:00
Cheng Zhao
6ae38d86df
Bump v0.9.0.
2014-01-30 13:32:16 -08:00
Cheng Zhao
2592487c3f
Sort devDependencies.
2014-01-28 09:36:32 +08:00
Cheng Zhao
75ec34884d
Bump v0.8.7.
2014-01-23 05:02:28 -08:00
Cheng Zhao
363f1da77e
Bump v0.8.6.
2014-01-14 01:34:07 -08:00
Cheng Zhao
fbc68ecce5
Bump v0.8.5.
2014-01-14 16:24:53 +08:00
Cheng Zhao
2a129f892f
Bump v0.8.4.
2014-01-13 18:46:19 +08:00
Cheng Zhao
58d4ec5587
Update node-pathwatcher to v0.14.0.
2014-01-13 18:25:04 +08:00
Cheng Zhao
a1a091d805
Add spec for q.
2014-01-10 15:58:14 +08:00
Cheng Zhao
a12754f980
Add spec for pathwatcher module.
2014-01-09 20:29:54 +08:00
Cheng Zhao
c76f510cea
Bump v0.8.3.
2014-01-07 08:26:12 -08:00
Cheng Zhao
6f222651d7
Bump v0.8.2.
2014-01-07 18:44:37 +08:00
Cheng Zhao
67ed72294b
Bump v0.8.1.
2013-12-29 23:09:19 +08:00
Cheng Zhao
7c3f22a333
Bump v0.8.0.
2013-12-27 14:09:10 +08:00
Cheng Zhao
a4715f936b
Merge branch 'master' into chrome31
...
Conflicts:
common/atom_version.h
2013-12-17 12:58:25 +08:00
Cheng Zhao
1d88b31edd
Use node-runas for testing native modules.
2013-12-17 12:00:21 +08:00
Cheng Zhao
e07e26ca76
Fix third party module specs.
2013-12-16 22:46:16 +08:00
Cheng Zhao
9ac0591386
Bump v0.7.6.
2013-12-08 22:42:43 -08:00
Cheng Zhao
65b3435156
Bump v0.7.5.
2013-12-05 13:48:19 +08:00
Cheng Zhao
7cffbc8a1a
Bump v0.7.4.
2013-12-04 22:12:58 +08:00
Cheng Zhao
9493c1b0bb
Bump v0.7.3.
2013-11-29 16:22:27 +08:00
Cheng Zhao
fd081e162b
Bump v0.7.2.
2013-11-28 21:00:40 +08:00
Cheng Zhao
da03784610
Bump v0.7.1.
2013-11-23 01:09:42 -08:00
Cheng Zhao
6393e2e1e5
Bump v0.7.0.
2013-11-27 16:11:19 +08:00
Cheng Zhao
386b921914
win: Register msdia80.dll automatically when dumping symbols.
2013-11-26 22:05:32 +08:00
Cheng Zhao
59b3e74542
Merge branch 'master' into breakpad
2013-11-22 19:37:34 +08:00
Cheng Zhao
4af646b760
Bump v0.6.12.
2013-11-22 15:18:21 +08:00
Cheng Zhao
9ad3b7939f
Bump v0.6.11.
2013-11-20 22:51:26 +08:00
Cheng Zhao
bd0836581b
Check the upload parameters in crash-reporter spec.
2013-11-15 10:37:22 +08:00
Cheng Zhao
6c0621fe05
Bump v0.6.10.
2013-11-11 20:04:15 +08:00
Cheng Zhao
44c0dc9104
Bump v0.6.9.
2013-11-07 16:59:45 +08:00
Cheng Zhao
e075a8b49e
Add tool to help bump version.
2013-11-07 12:52:26 +08:00
Cheng Zhao
618d0c6397
Fix the "'true' is not recognized as an internal or external command" error.
2013-11-01 10:15:41 +08:00
Cheng Zhao
8bcb545119
Bump v0.6.3.
2013-10-21 18:22:16 +08:00
Cheng Zhao
acda56210b
Specify the version instead of using "*" for dependencies in package.json.
2013-10-17 09:58:55 +08:00
Cheng Zhao
af3f07f4cc
💄 Adding trailing comma in package.json.
2013-09-27 11:03:38 +08:00
Cheng Zhao
561857d640
Add coffeelint to dependencies.
2013-09-27 10:44:16 +08:00
Cheng Zhao
f9750f9ea9
Add test for d3 module.
2013-08-12 13:59:34 +08:00
Cheng Zhao
79870494df
Add test for native modules.
2013-08-01 15:40:54 +08:00
Cheng Zhao
7ad8c3b569
Use walkdir instead of findit, which supports Windows.
2013-07-22 16:41:52 +08:00
Cheng Zhao
36f125f3d3
Add test for the unzip module.
2013-07-18 15:19:36 +08:00
Cheng Zhao
ec33b4d579
Install spec's third party modules in the source root.
2013-07-17 18:51:16 +08:00
Cheng Zhao
ee420b1590
Write js codes in coffee script.
2013-04-14 22:48:35 +08:00