Nathan Rajlich
c11131310c
fix lint
8 years ago
Nathan Rajlich
76e4ab5037
support `now.files` in now.json
Needs a test case still...
8 years ago
Nathan Rajlich
cee788d3e1
add a `strict` mode to readMetadata()
Test cases will set this to `false`, because they're
missing `scripts.start` and other required properties in this function
8 years ago
Nathan Rajlich
4c9caa420b
initial `now.json` support
8 years ago
Jesús Lobos
73a1f84080
Fix `Native` and `Packages` comment structure ( #244 )
8 years ago
Leo Lamprecht
b7f756aeda
3.0.1
8 years ago
Eli Perelman
6e62d874bc
Normalize package.json main file for extensionless or directory entries
8 years ago
Guillermo Rauch
5fd5802880
Improved agent ( #240 )
* improves agent
- reverts spdy for now (causing issues with alias)
- sets up an agent pool of 4 max sockets with a 10s keep alive timeout
- better error handling and re-initialization
* improves agent
- reverts spdy for now (causing issues with alias)
- sets up an agent pool of 4 max sockets with a 10s keep alive timeout
- better error handling and re-initialization
8 years ago
Jarmo Isotalo
3732bfb16c
Don't require for CMD and EXPOSE to be defined in Dockerfile used for ( #237 )
deploying but allow those to be defined in upstream Dockerfiles
8 years ago
Guillermo Rauch
6622ddcfb9
Release 3.0.0
8 years ago
Guillermo Rauch
2c245a5cab
fix merge
8 years ago
Guillermo Rauch
0265530f25
Merge branch 'master' of github.com:zeit/now
8 years ago
Guillermo Rauch
244137ae90
Ignore improvements ( #234 )
* fix non-determinism in tests
* if `.dockerignore` doesn't exist, use `.gitignore`
* add back duplicate dei
* Move comment to appropriate line
* also check for exactly two duplicates
8 years ago
Guillermo Rauch
347d06242e
add back duplicate dei
8 years ago
Guillermo Rauch
cb3da35156
Merge branch 'master' of github.com:zeit/now
8 years ago
Guillermo Rauch
485915b300
if `.dockerignore` doesn't exist, use `.gitignore`
8 years ago
Guillermo Rauch
06b34a0730
fix non-determinism in tests
8 years ago
Leo Lamprecht
a3a74ab253
2.0.5
8 years ago
Matheus Fernandes
49de0d3331
Print the error message for a aborted login in a new line ( #229 )
8 years ago
Greenkeeper
85a68b9fe7
chore(package): update ora to version 1.0.0 ( #227 )
8 years ago
Leo Lamprecht
0c02113e2a
2.0.4
8 years ago
Leo Lamprecht
c45eeed38f
No `version` property required
8 years ago
Leo Lamprecht
d8e4e41b8d
Pinned `serve` but allowing patches
8 years ago
Matheus Fernandes
cb8403174b
Make clear that the alias must exist when using `--alias` ( #222 )
8 years ago
Olli Vanhoja
311abf3d2f
now-rm: Don't show URL for incomplete deployments ( #221 )
Fixes this:
> The following deployment will be removed permanently:
XXXXXXXXXXXXXXXXXXXXXXXX https://null 21d ago
8 years ago
Leo Lamprecht
0c2ef197ad
2.0.3
8 years ago
Leo Lamprecht
5c1b239ca6
Prevent pkg from throwing a warning
8 years ago
Leo Lamprecht
59734bf31b
MOAR comments
8 years ago
Leo Lamprecht
b997c71dd4
Contextual newlines added
8 years ago
Olli Vanhoja
0b4660158a
Fix file mode passing for regular deployments ( #214 )
Commit bbf1b30c4d
broke file modes
for regular deployments as file mode isn't retrieved anymore.
8 years ago
Leo Lamprecht
a76397f0fb
Testing token needs to be inside its property
8 years ago
Leo Lamprecht
058c3f63ab
Make tests use the correct binary
8 years ago
Leo Lamprecht
c46f5e66dd
2.0.2
8 years ago
Leo Lamprecht
2fa62da2d8
Don't ignore modules directory when transpiling
8 years ago
Leo Lamprecht
dabcc64660
2.0.1
8 years ago
Leo Lamprecht
03708278df
Load sub commands using extensions
8 years ago
Leo Lamprecht
f82cbe9bc5
Tell pkg not to use the harmony flag
8 years ago
Leo Lamprecht
513ecfb7de
Added extensions to binaries
8 years ago
Leo Lamprecht
7628017eb6
2.0.0
8 years ago
Leo Lamprecht
158bf64ea2
No need to set language type anymore
8 years ago
Leo Lamprecht
56f4c2818a
Hide weird XO error in Atom
8 years ago
Leo Lamprecht
9f073ad25c
Use async-to-gen for all Node versions
8 years ago
Leo Lamprecht
5030008631
Tell XO to ignore enclosed version
8 years ago
Leo Lamprecht
df111b9eba
Only allow process.exit in certain places
8 years ago
Leo Lamprecht
fc8708923e
Re-enable rule for unresolved imports
8 years ago
Leo Lamprecht
d01bf29690
Check for update using a package
8 years ago
Leo Lamprecht
06fad401bf
Removed unused code
8 years ago
Leo Lamprecht
6186c8b06b
Start JS syntax right on top
8 years ago
Leo Lamprecht
e981e0a218
Make description match the repo's
8 years ago
Leo Lamprecht
18d0963ad4
Added a missing newline before checking support of async/await
8 years ago