calebboyd
9a81cc2fa2
fix: don't rely on got as a transient dependency
...
closes #439
2018-01-22 18:37:50 -06:00
Bryce Gibson
a40d697542
feat: add createReadStream support for resources
2018-01-22 19:24:13 -05:00
calebboyd
02481f069c
fix re-order shim
2018-01-04 13:44:01 -06:00
Andrew Razumovsky
cb26021296
fix(rc): regex works to the end of the line ( #437 )
2017-12-21 22:47:30 -06:00
calebboyd
719804eb2f
chore: bump dependencies
2017-12-02 12:52:59 -06:00
calebboyd
c1896e13a3
feat: add proxy support (set environment variable HTTPS_PROXY)
2017-11-29 15:49:33 -06:00
Tim
f83298a0af
fix(download): remove the ghToken for binary download
...
The github token is only needed for the API access and will confuse amazon S3 when it is passed to the download:
```
<?xml version="1.0" encoding="UTF-8"?>\n<Error><Code>InvalidArgument</Code><Message>Only one auth mechanism allowed; only the X-Amz-Algorithm query parameter, Signature query string parameter or the Authorization header should be specified</Message><ArgumentName>Authorization</ArgumentName><ArgumentValue>token herebesecrettoken</ArgumentValue><RequestId>7CCDB87CF1347C29</RequestId><HostId>xyyeVP5ImwDePFMXAZheNYLnXQBsVCka4U6KLWKCjynHNpQZxzfBdl4sRfUbORSul8c8YNwux8w=</HostId></Error>
```
Refs #425
2017-11-26 08:08:28 -07:00
calebboyd
717e825b17
chore: lint
2017-11-25 21:53:16 -06:00
calebboyd
5ac0afb0dd
feat(options): add ability to pass a github token
2017-11-25 21:51:41 -06:00
Ishai Jaffe
23f550818b
fix(shim): properly serialize path
2017-11-14 14:57:39 -05:00
Artem Derevnjuk
6f553d0fba
fix(embed-node): import missing module to work with fs ( #416 )
2017-10-27 21:17:26 -05:00
calebboyd
aba3047191
fix: only add extension when targeting windows
2017-10-25 23:35:26 -05:00
calebboyd
52b58a107d
feat: enable fake-argv by default
2017-10-21 22:48:42 -05:00
calebboyd
4ec8a43d60
fix: consistent cwd usage
2017-10-05 20:54:37 -05:00
calebboyd
77109235c4
chore: separate bindings and .node embedding
2017-10-05 18:58:41 -05:00
Bryce Gibson
c1531cbf23
Pause logger before and resume after spawn.
2017-10-04 22:22:53 -05:00
Bryce Gibson
c5f3116c18
Show process output when loglevel is verbose.
2017-10-04 22:22:53 -05:00
calebboyd
03e2985c7a
feat: stat and statSync
2017-10-03 01:54:06 -05:00
calebboyd
a4b48611d9
feat: readdir and readdirSync
2017-10-03 00:39:33 -05:00
calebboyd
83d3ccf1c5
feat: support the cluster module
2017-10-02 22:28:04 -05:00
calebboyd
356d4c1886
fix(nix): only make output executable
2017-10-02 21:49:05 -05:00
calebboyd
927820a5ec
chore: service progress
2017-10-02 18:02:32 -05:00
calebboyd
55c95b4663
docs: elaborate on target
2017-09-30 15:06:34 -05:00
calebboyd
fe5aa0be09
fix: dequote
2017-09-29 23:16:09 -05:00
calebboyd
2a2526d3bc
fix: disable stdin for programatic usage
2017-09-29 17:49:17 -05:00
calebboyd
bfd07cd10a
chore: move mac build to circle
2017-09-27 23:36:52 -05:00
calebboyd
4390568654
fix: ia32 target normalization
2017-09-27 01:34:07 -05:00
calebboyd
fcb54d9085
fix: check error code on build commands
2017-09-26 23:54:18 -05:00
calebboyd
11fa087e9d
refactor: move startup scripts to shims, add plugins
2017-09-26 20:16:03 -05:00
calebboyd
b822984776
fix: input path for bundle
2017-09-26 00:10:09 -05:00
calebboyd
4f2b1c51d5
refactor: addResource compiler method
2017-09-26 00:10:09 -05:00
Brian McCallister
dbcff4c7d2
fix: minor spelling problem
2017-09-21 18:04:07 -05:00
calebboyd
9906df8d55
chore: bump rc6
2017-09-13 19:08:44 -05:00
calebboyd
d685ec21e5
fix: custom bundle resolution
2017-09-13 19:07:54 -05:00
calebboyd
a2c4f3e9f1
fix: use cwd directory name for output resolution before timestring
2017-09-13 18:43:26 -05:00
calebboyd
79bcb753b4
fix: native module fuse plubin
2017-09-11 01:20:37 -05:00
calebboyd
bc2a637cc4
docs: cleanup
2017-09-10 20:18:37 -05:00
calebboyd
ad279e6daf
docs: clarify resource and build documentation
2017-09-09 14:08:04 -05:00
calebboyd
2b9a8b1f0e
feat: fake-argv option
2017-09-09 02:02:52 -05:00
calebboyd
7a7aaefa23
fix: set input before name (so name can derive from input)
2017-09-08 23:44:26 -05:00
calebboyd
04fdd165a4
feat: productversion and fileversion replacements in node-rc
2017-09-08 14:29:19 -05:00
calebboyd
455d6893fd
fix: cache for build vs target
2017-09-08 08:13:40 -05:00
calebboyd
ee529ce9b5
chore: fix target parsing
2017-09-07 22:56:30 -05:00
calebboyd
280b93b0a8
chore: add debugBundle to write out bundle
2017-09-05 23:41:25 -05:00
calebboyd
eaaffc7221
chore: rc2
2017-09-04 14:46:06 -05:00
calebboyd
75651af5f9
chore: publish beta
2017-09-04 14:46:06 -05:00
calebboyd
c0b6575da0
feat: build-target options
2017-09-04 14:46:06 -05:00
calebboyd
a9de25ba1f
docs: update readme with new usage
2017-09-04 14:46:06 -05:00
calebboyd
c7af89f12c
fix: don't call next twice
2017-09-04 14:46:06 -05:00
calebboyd
7d0cdd7a50
feat: targets
2017-09-04 14:46:06 -05:00