Naoyuki Kanezawa
1ec72f0eef
Add `progress` module to dependencies ( #30 )
8 years ago
Matheus Fernandes
e061c9bbc4
Tell ESLint to ignore legacy code
8 years ago
Matheus Fernandes
dc03fb4d4e
Add the license
8 years ago
Elliott Beach
4db2c0619d
Text.js: Remove bad restore call. ( #26 )
Fixes #25 .
The `restore` call is not needed, since at this point no user input has been processed.
Even if you moved the definition up, it would still cause a ReferenceError due to setRawMode not existing, so it's best to just not do it.
8 years ago
Guillermo Rauch
9fe6e928f8
exit correctly from unhandled errors
8 years ago
Guillermo Rauch
2003bb67bf
Merge branch 'master' of github.com:zeit/now
8 years ago
Guillermo Rauch
3e64c39390
handle unexpected rejections correctly
8 years ago
– Amio –
d0dae3b01a
Fix typos in Readme.md ( #20 )
* Fix more typos in Readme.md
* `\` -> `|`
8 years ago
Mirza Brunjadze
2e548e5838
Fix typos in Readme.md ( #19 )
8 years ago
Guillermo Rauch
475e662992
preview tag -> beta
8 years ago
Guillermo Rauch
0b5998d4b2
Delete test.js
8 years ago
Guillermo Rauch
185c78a0fe
Update Readme.md
8 years ago
Guillermo Rauch
4c5a0a0050
preview
8 years ago
Igor Klopov
316d711a9c
Support for Node.js 0.10 and Git for Windows ( #713 )
* add support of nodejs 0.10
* handle 'incorrect header check' error from gunzip
* fix progress bar
* use async-retry restart after 'incorrect header check'
* fix for #613
8 years ago
nkzawa
dd43a3a57f
Release 7.2.4
8 years ago
nkzawa
5be95dc6f8
use https for badge url
8 years ago
Naoyuki Kanezawa
2bc4a1e601
use https for downloading now binary ( #712 )
8 years ago
Leo Lamprecht
6bddeabdb3
Lockfile updated
8 years ago
Leo Lamprecht
2db1e514e2
7.2.3
8 years ago
Leo Lamprecht
4b163c4835
Now fetching CLI downloads from our CDN
8 years ago
Leo Lamprecht
f5c1261553
Only upload CI binaries to Slack for our branches
8 years ago
Leo Lamprecht
4a1e04fe46
Match all tags on Circle CI, we always use SemVer
8 years ago
Leo Lamprecht
a9c862a228
Allow GitHub Releases uploader to extend existing one
8 years ago
Leo Lamprecht
66a0641214
7.2.2
8 years ago
Leo Lamprecht
3647ce7bd9
Only allow releases inside the ZEIT org
8 years ago
Naoyuki Kanezawa
ed34ef6f74
Avoid retrieving the deployment list when aliasing ( #708 )
* 7.2.0
* alias: use deployment url which is included in alias data
* alias: remove remaining https prefix
8 years ago
Leo Lamprecht
153b20cee5
Automatically publish to npm
8 years ago
Leo Lamprecht
1cb7b3c8e4
Install custom dependencies after the normal ones
8 years ago
Leo Lamprecht
21b0c13b6b
Let Circle CI determine the git tag
8 years ago
Leo Lamprecht
d4bcf75055
7.2.1
8 years ago
Leo Lamprecht
4a7cefa922
Perfected structure for testing config
8 years ago
Leo Lamprecht
9b138191d9
Better grouping for Circle CI commands
8 years ago
Leo Lamprecht
c74a88c2b6
Ensure that directory with packed binary exists
8 years ago
Leo Lamprecht
f035cd7415
Load binaries for release from ./packed
8 years ago
Leo Lamprecht
816b23177d
Add binaries to the correct tag when releasing
8 years ago
Leo Lamprecht
1d2b6bc3e1
Don't check node version when uploading binary to Slack
8 years ago
Leo Lamprecht
8869a98597
Upload binaries to Slack for testing
8 years ago
Leo Lamprecht
4db07394a3
Adjusted uploading script for Slack
8 years ago
Leo Lamprecht
8f79c9d6f1
Make artifacts available on Circle CI
8 years ago
Leo Lamprecht
dd956e6cf7
Circle CI is using NVM to install Node.js
8 years ago
Leo Lamprecht
e11dde4c97
Use the latest Node.js version in Circle CI
8 years ago
Leo Lamprecht
517a811e08
Added ability to build on Circle CI
8 years ago
Naoyuki Kanezawa
84ecbcb772
Removed HTTPS prefix from alias list ( #709 )
* 7.2.0
* alias: remove https prefix
8 years ago
Leo Lamprecht
8dacdf8241
7.2.0
8 years ago
Olli Vanhoja
9fcf9c004e
Remove associated aliases and certificates before removing a domain ( #703 )
* Remove associated aliases and certificates before removing a domain
Previously this has been partially done on the server side but
it's better to do it client side to avoid accidentally removing
something that shouldn't be removed in team environments.
* Don't print the domain id
* Grammar
* Remove indentation
8 years ago
Matheus Fernandes
4dcab272df
Don't throw `Domain not found` when trying to `now alias` to a new domain ( #702 )
* Don't throw `Domain not found` when trying to alias to a new domain
* Remove `console.log`
* Prettier stuff
8 years ago
Leo Lamprecht
55d25a19d5
Avoid `npm run link` warnings
8 years ago
Leo Lamprecht
6eae5d1ab2
Lockfile added
8 years ago
Leo Lamprecht
7fcda07cc7
7.1.1
8 years ago
Leo Lamprecht
b2a4c7e7f5
Prettified everything
8 years ago