Guillermo Rauch
|
b1d61b914c
|
Release 0.22.0
|
8 years ago |
greenkeeperio-bot
|
027ca1cdd3
|
chore(package): update eslint to version 3.4.0
|
8 years ago |
greenkeeperio-bot
|
0e37b949d6
|
chore(package): update babel-register to version 6.14.0
|
8 years ago |
greenkeeperio-bot
|
2f10d8c0d8
|
chore(package): update babel-preset-es2015 to version 6.14.0
|
8 years ago |
greenkeeperio-bot
|
d3e8f8566c
|
chore(package): update email-validator to version 1.0.5
|
8 years ago |
greenkeeperio-bot
|
841e437820
|
chore(package): update eslint-config-standard to version 6.0.0
|
8 years ago |
Olli Vanhoja
|
74adb7b613
|
Don't use domain-regex
It's broken, it doesn't match what you think it will match.
|
8 years ago |
Leo Lamprecht
|
d441c120a6
|
Stop minifying the code
This makes it really really hard to track down errors
|
9 years ago |
greenkeeperio-bot
|
b705e7e8dd
|
chore(package): update graceful-fs to version 4.1.6
|
9 years ago |
Guillermo Rauch
|
fbfb7ac5e5
|
Release 0.21.1
|
9 years ago |
Guillermo Rauch
|
244d90167a
|
Release 0.21.0
|
9 years ago |
Leo Lamprecht
|
349c5242b6
|
Don't update babel-runtime for now
@rase-
|
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 |
greenkeeperio-bot
|
97deb721fe
|
chore(package): update eslint to version 3.3.1
|
9 years ago |
Guillermo Rauch
|
14774c5e9d
|
Release 0.20.0
|
9 years ago |
Guillermo Rauch
|
3025a091a5
|
fix try/catch in async with older babel-runtime :\
|
9 years ago |
Guillermo Rauch
|
9c8211caaa
|
improve performance of file retrieval
|
9 years ago |
greenkeeperio-bot
|
72b71b08ce
|
chore(package): update del to version 2.2.2
|
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 |
greenkeeperio-bot
|
73e9780210
|
chore(package): update dependencies
https://greenkeeper.io/
|
9 years ago |
Guillermo Rauch
|
615bc96859
|
bump ava
|
9 years ago |
Guillermo Rauch
|
7d9be2458d
|
revamping and improving ignored files
|
9 years ago |
Guillermo Rauch
|
a23f147b48
|
Add support for `Dockerfile` (#98)
* add support for `Dockerfile`
* add dockerfile `EXPOSE` validation
|
9 years ago |
Guillermo Rauch
|
3eabe0e183
|
fix updates warning about older versions
|
9 years ago |
Guillermo Rauch
|
9284265f14
|
Release 0.19.0
|
9 years ago |
Tony Kovanen
|
cb86654e21
|
Send registry auth token from .npmrc if accessible
|
9 years ago |
Igor Klopov
|
67b55610b7
|
make a binary of `now` using enclosejs (#81)
* make a binary of `now` using enclosejs
* pin enclosejs version
|
9 years ago |
Leo Lamprecht
|
91648d269b
|
Start script
|
9 years ago |
Leo Lamprecht
|
19484a40e5
|
These binaries don't have any exts
|
9 years ago |
Leo Lamprecht
|
43c224c436
|
Clean up gulpfile
|
9 years ago |
Leo Lamprecht
|
b235adf2a0
|
Put ESLint config into package.json
|
9 years ago |
Guillermo Rauch
|
9e2c485e28
|
bump version
|
9 years ago |
Guillermo Rauch
|
07339ffa0b
|
Release 0.18.0
|
9 years ago |
Guillermo Rauch
|
eb04657b2f
|
Add zeit world (wip) (#67)
* alias: clean up the alias (trailing and leading dots)
* alias: improve domain validation and implement zeit.world
* is-zeit-world: detect valid zeit.world nameservers
* package: add domain-regex dep
* now-alias: fix edge case with older aliases or removed deployments
* alias: move listing aliases and retrying to `index`
* index: generalize retrying and alias listing
* alias: remove `retry` dep
* now-remove: print out alias warning
* typo
* now-alias: prevent double lookup
* now: add domain / domains command
* now-deploy: document `domain`
* agent: allow for tls-less, agent-less requests while testing
* is-zeit-world: fix nameserver typo
* dns: as-promised
* now-alias: fix `rm` table
* now-alias: no longer admit argument after `alias ls`
@rase- please verify this, but I think it was overkill?
* admit "aliases" as an alternative to alias
* make domain name resolution, creation and verification reusable
* index: add nameserver discover, domain setup functions (reused between alias and domains)
* now-domains: add command
* domains: commands
* package: bump eslint
* now-alias: simplify sort
* now-domains: sort list
* now-domains: improve deletion and output of empty elements
* errors: improve output
* domains: add more debug output
* domains: extra logging
* errors: improve logging
* now-remove: improve `now rm` error handling
* index: more reasonable retrying
* alias: support empty dns configurations
* dns: remove ns fn
* alias: improve post-dns-editing verification
* index: remove unneeded dns lookup
* index: implement new `getNameservers`
* index: customizable retries
* alias: improve error
* improve error handling and cert retrying
* customizable retries
* alias: better error handling
* alias: display both error messages
* better error handling
* improve error handling for certificate verification errors
* alias: set up a `*` CNAME to simplify further aliases
* alias: fewer retries for certs, more spaced out (prevent rate limiting issues)
* alias: ultimate error handling
* add whois fallback
* adjust timer labels for whois fallback
* index: whois fallback also upon 500 errors
* alias: fix error message
* fix duplicate aliases declaration
|
9 years ago |
Guillermo Rauch
|
455d1fb8c9
|
Release 0.17.1
|
9 years ago |
Guillermo Rauch
|
d638b9e731
|
package: bump `email-prompt` for windows fix
|
9 years ago |
Guillermo Rauch
|
dc9a20e42f
|
Release 0.17.0
|
9 years ago |
Guillermo Rauch
|
d68223775a
|
Release 0.16.0
|
9 years ago |
Guillermo Rauch
|
591788f247
|
compile
|
9 years ago |
Guillermo Rauch
|
64a126e6a0
|
Release 0.15.0
|
9 years ago |
Guillermo Rauch
|
b5820c4a47
|
bump async-retry and remove old retry
|
9 years ago |
Guillermo Rauch
|
23d7d66bb7
|
package: roll back `babel-runtime` to make retry work again
|
9 years ago |
Guillermo Rauch
|
60833ebdd1
|
package: bump projects
|
9 years ago |
Guillermo Rauch
|
8d51393a16
|
bump `email-prompt` (bad publish with npm on node 6)
|
9 years ago |
Guillermo Rauch
|
53537461c7
|
bump `email-prompt` to support spacebar-triggered email autocompletion
|
9 years ago |
Guillermo Rauch
|
fe4912f8c0
|
Revert "Revert "add http2 support back""
This reverts commit 1bd1b56ce3 .
|
9 years ago |
Guillermo Rauch
|
551e3fbed8
|
Release 0.14.4
|
9 years ago |
Guillermo Rauch
|
5a198a9680
|
implement `async-retry`
|
9 years ago |