Tony Kovanen
|
ab692f4fda
|
Merge pull request #113 from zeit/downgrade-babel
Fix exceptions
|
9 years ago |
Olli Vanhoja
|
cbb5ae30c9
|
Fix exceptions
Currently babel-runtime versions newer than 6.5.0 swallows
exceptions and causes async-retry blocks to return 'undefined' as
a return value.
|
9 years ago |
Olli Vanhoja
|
749cd8ac1f
|
domain add: Try fallback if the list of name servers is empty (#111)
|
9 years ago |
Guillermo Rauch
|
14774c5e9d
|
Release 0.20.0
|
9 years ago |
Guillermo Rauch
|
ba79563416
|
now-deploy: remove build logger erorr handler
|
9 years ago |
Guillermo Rauch
|
14be7dd818
|
build-logger: handle socket errors better
|
9 years ago |
Guillermo Rauch
|
0523226252
|
now-deploy: fix `if`
|
9 years ago |
Guillermo Rauch
|
9c8211caaa
|
improve performance of file retrieval
|
9 years ago |
Tony Kovanen
|
597d515633
|
Include comment parsing from the Dockerfile
|
9 years ago |
Leo Lamprecht
|
c38fc3a56c
|
Merge pull request #109 from zeit/greenkeeper-del-2.2.2
Update del to version 2.2.2 🚀
|
9 years ago |
greenkeeperio-bot
|
72b71b08ce
|
chore(package): update del to version 2.2.2
|
9 years ago |
Leo Lamprecht
|
e767f4b104
|
Merge pull request #108 from zeit/greenkeeper-eslint-3.3.0
Update eslint to version 3.3.0 🚀
|
9 years ago |
Leo Lamprecht
|
d63a44df30
|
Disable greenkeeper emails
|
9 years ago |
greenkeeperio-bot
|
9cbaa9b68a
|
chore(package): update eslint to version 3.3.0
|
9 years ago |
Igor Klopov
|
a55ce9450d
|
Fixes eslinting (do you have problems?) (#104)
https://github.com/eslint/eslint/issues/6274
https://github.com/babel/babel-eslint/issues/350
|
9 years ago |
Olli Vanhoja
|
18733b30ee
|
Fix rm warnings (#107)
|
9 years ago |
Tony Kovanen
|
6cf81fd084
|
Merge pull request #105 from zeit/add/deploy-public-option
[WIP] deploy: add `--public` option
|
9 years ago |
Leo Lamprecht
|
3e5eee71c9
|
Looks like this isn't working within Travis
|
9 years ago |
Leo Lamprecht
|
800702932c
|
Use the latest stable version
|
9 years ago |
Leo Lamprecht
|
6d80f2c685
|
Create package.json for negation
|
9 years ago |
Leo Lamprecht
|
7d2e7e7a64
|
Merge pull request #106 from zeit/greenkeeper-update-all
Update all dependencies 🌴
|
9 years ago |
greenkeeperio-bot
|
73e9780210
|
chore(package): update dependencies
https://greenkeeper.io/
|
9 years ago |
Nathan Rajlich
|
89f50abf4f
|
add "public" logic to the Now lib client
|
9 years ago |
Nathan Rajlich
|
98c7b3f84a
|
deploy: add `--public` option
To create a deployment as "public" (`/_src` route works)
when the user has a "premium" plan.
|
9 years ago |
Tony Kovanen
|
fbd4255796
|
Merge pull request #100 from zeit/improve/npmignore
Improve file retrieval and ignores, fix bugs, add .dockerignore support
|
9 years ago |
Guillermo Rauch
|
39a4435e4b
|
wow
|
9 years ago |
Guillermo Rauch
|
615bc96859
|
bump ava
|
9 years ago |
Guillermo Rauch
|
7d9be2458d
|
revamping and improving ignored files
|
9 years ago |
Guillermo Rauch
|
3cc3f45471
|
more reasonable ignored
|
9 years ago |
Guillermo Rauch
|
eb0aeda7bf
|
improve docker validation
|
9 years ago |
Guillermo Rauch
|
a23f147b48
|
Add support for `Dockerfile` (#98)
* add support for `Dockerfile`
* add dockerfile `EXPOSE` validation
|
9 years ago |
Tony Kovanen
|
f7ff9d2d44
|
Merge pull request #95 from zeit/add/shorter-deploy-message
Add shorter deploy message
|
9 years ago |
Guillermo Rauch
|
5cd530551e
|
Merge branch 'master' into add/shorter-deploy-message
|
9 years ago |
Tony Kovanen
|
29d569771a
|
Merge pull request #80 from zeit/add/piping
Add piping support
|
9 years ago |
Tony Kovanen
|
3cee6daa9d
|
Merge pull request #96 from zeit/fix/colors-in-stderr-non-tty
Fix colors in stderr non tty
|
9 years ago |
Guillermo Rauch
|
cf2755206c
|
Merge branch 'master' into add/piping
|
9 years ago |
Guillermo Rauch
|
3004cde653
|
Merge branch 'master' into add/shorter-deploy-message
|
9 years ago |
Guillermo Rauch
|
4d7e4b1691
|
Merge branch 'master' into fix/colors-in-stderr-non-tty
|
9 years ago |
Guillermo Rauch
|
9794a2574d
|
add .travis.yml with node
|
9 years ago |
Guillermo Rauch
|
4bd702bf45
|
use chalk for stderr colors
|
9 years ago |
Guillermo Rauch
|
a3746ba8f4
|
Merge branch 'add/piping' into add/shorter-deploy-message
|
9 years ago |
Guillermo Rauch
|
7d005c3a33
|
Merge branch 'master' into add/piping
|
9 years ago |
Guillermo Rauch
|
5791b49653
|
error: prevent ansi escapes for colors in stdout
|
9 years ago |
Guillermo Rauch
|
eafc25eefa
|
shorten path for better UX
|
9 years ago |
Tony Kovanen
|
264a18732b
|
Rename to `forwardNpm` and check .now.json for it (#90)
|
9 years ago |
Guillermo Rauch
|
de8e3e03cd
|
check-update: only warn about truly new versions
|
9 years ago |
Guillermo Rauch
|
396bd8713f
|
activate quiet mode when piping
|
9 years ago |
Guillermo Rauch
|
3eabe0e183
|
fix updates warning about older versions
|
9 years ago |
Guillermo Rauch
|
2678b3ae3e
|
Merge branch 'master' into add/piping
|
9 years ago |
Guillermo Rauch
|
9284265f14
|
Release 0.19.0
|
9 years ago |