Leo Lamprecht
4ae45b4e7e
Invalided cache for slack badge
8 years ago
Igor Klopov
f4c6054acb
Don't deploy again when name or public state changes ( #706 )
* no need in forceNew after https://github.com/zeit/now-create/pull/83
* fix lint
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
Leo Lamprecht
7e21d71a04
Bumped dependencies to the latest version
8 years ago
Jarmo Isotalo
1daaf3037b
Keep trying to scale if deployment is not yet ready ( #701 )
* Keep on polling now-scale when deployment is not ready
* Use `ms`
8 years ago
Igor Klopov
50b7f87854
Fixed property `username` not being defined ( #700 )
https://github.com/zeit/now-cli/blob/7.1.0/bin/now-deploy.js#L298
fixes https://github.com/zeit/now-cli/issues/633
8 years ago
Leo Lamprecht
0392b5e318
7.1.0
8 years ago
Leo Lamprecht
d793695dcc
Downgraded `socket.io-client` to avoid several problems
8 years ago
Leo Lamprecht
a604c1f558
Bumped dependencies to the latest version
8 years ago
Igor Klopov
ebcda315a5
Ensured correct output for error messages ( #694 )
* add await to responseError calls
* add await to login(apiUrl) calls
8 years ago
Josh Junon
17b7a5464d
Now respecting the `files` property inside `now.json` ( #692 )
* whitelist now.json files over .gitignores (fixes #596 )
* Prettified
8 years ago
Guillermo Rauch
301166831a
Fixed missing token handling ( #690 )
* handle API errors when fetching user
* handle API errors in some of the core Now methods
* add ability for `handleError` to report full stack trace in debug mode
* make `responseError` utility reusable
* handle top-level promise errors in entry functions of all commands
* allow for logging in when user has a bad token
* fix CI
* Fix reference error
* Improve message
* Fix typo
* Prettify
8 years ago
Leo Lamprecht
89e08bc2e7
7.0.2
8 years ago
Igor Klopov
95042e1a77
Ask to re-install with `--unsafe-perm` on `EACCES` ( #683 )
* ask user to reinstall with --unsafe-perm on EACCES
* webpack overrides process.env totally. removed DefinePlugin
* Cleaned up the code a little
* Missing import comments added
8 years ago