Guillermo Rauch
|
08801432c6
|
index: add `listSecrets` method
|
8 years ago |
Guillermo Rauch
|
efdd6b8d29
|
index: pass along `env` to `/create`
|
8 years ago |
Nathan Rajlich
|
b55c3138b0
|
fix Docker CMD docs link (#124)
|
8 years ago |
Olli Vanhoja
|
75f1cef880
|
Always register the domain for the user before trying to use it
|
8 years ago |
Olli Vanhoja
|
749cd8ac1f
|
domain add: Try fallback if the list of name servers is empty (#111)
|
9 years ago |
Tony Kovanen
|
597d515633
|
Include comment parsing from the Dockerfile
|
9 years ago |
Nathan Rajlich
|
89f50abf4f
|
add "public" logic to the Now lib client
|
9 years ago |
Guillermo Rauch
|
39a4435e4b
|
wow
|
9 years ago |
Guillermo Rauch
|
7d9be2458d
|
revamping and improving ignored files
|
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
|
264a18732b
|
Rename to `forwardNpm` and check .now.json for it (#90)
|
9 years ago |
Tony Kovanen
|
7ab8e0d344
|
Add cmd line flag to forward NPM auth token
|
9 years ago |
Tony Kovanen
|
7539686483
|
Keep reading lower .npmrc if no auth in project
|
9 years ago |
Tony Kovanen
|
9feed0c767
|
Look up `forward-npm` from now nowProperties
|
9 years ago |
Tony Kovanen
|
f4c55e2864
|
Forward registry auth token only if asked
|
9 years ago |
Tony Kovanen
|
cb86654e21
|
Send registry auth token from .npmrc if accessible
|
9 years ago |
Guillermo Rauch
|
0af1f69ed2
|
index: add quiet mode
|
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
|
c19cafd3ea
|
index: generalize retrying and alias listing
|
9 years ago |
Guillermo Rauch
|
902cfdf979
|
index: engines can be `null`
|
9 years ago |
Guillermo Rauch
|
1642469761
|
index: add version reporting, support for `engines`
|
9 years ago |
Tony Kovanen
|
9d49f5f955
|
Use `"now"` nampespace for `"engines"`
|
9 years ago |
Guillermo Rauch
|
d738f8d84a
|
add user-agent to all outgoing requests
|
9 years ago |
Guillermo Rauch
|
ecc7d10ac4
|
index: restore `_fetch`
|
9 years ago |
Guillermo Rauch
|
69fda5cf98
|
index: de-privatize `fetch`
|
9 years ago |
Guillermo Rauch
|
5a198a9680
|
implement `async-retry`
|
9 years ago |
Guillermo Rauch
|
21ea9859a2
|
index: simplify `_fetch`
|
9 years ago |
Tony Kovanen
|
18ce422962
|
Add warnings for unfound node version match
|
9 years ago |
Tony Kovanen
|
194330216a
|
Read and send `now-engines`
|
9 years ago |
Tony Kovanen
|
7608bf6fd6
|
Fix file size warning reporting
|
9 years ago |
Tony Kovanen
|
5caa1dc8f4
|
Fix `.reason` match for file size warnings
|
9 years ago |
Guillermo Rauch
|
19a2e55a90
|
migrate to api.zeit.co and add warnings support
|
9 years ago |
Tony Kovanen
|
336c688d45
|
Use prototype to apply `concat` and comment intent
|
9 years ago |
Tony Kovanen
|
bb22a4c542
|
Send duplicate file SHAs with different paths
|
9 years ago |
Guillermo Rauch
|
4a91aed504
|
index: improve error for wrong directory
|
9 years ago |
Tony Kovanen
|
aaa036f3e7
|
Fix path handling for windows
|
9 years ago |
Tony Kovanen
|
63ed5b31cc
|
Add `--hard` option to `now-rm`
|
9 years ago |
Tony Kovanen
|
8da4db0fae
|
Fix debug print
|
9 years ago |
Tony Kovanen
|
0e2041d638
|
Fix body
|
9 years ago |
Tony Kovanen
|
9ade9b0921
|
Add sketch of `now-rm`
|
9 years ago |
nkzawa
|
7903aa69a6
|
add url option for development
|
9 years ago |
Tony Kovanen
|
8798bd5270
|
X-platform `toRelative`
|
9 years ago |
Guillermo Rauch
|
54d98c6a4e
|
index: prevent shadowing
|
9 years ago |
Guillermo Rauch
|
a2b90e5376
|
package: use more accurate terminology (`url` vs `host`)
|
9 years ago |
Tony Kovanen
|
5d37847b08
|
Fix unwanted bails
|
9 years ago |
nkzawa
|
d0ef4ef7fc
|
add messages for rate limit exceeded error
|
9 years ago |
nkzawa
|
51286add0f
|
no retry if client error
|
9 years ago |
Guillermo Rauch
|
ed56084f2c
|
index: support `now-start`
|
9 years ago |
Guillermo Rauch
|
e924034425
|
index: validate `name` in package.json
|
9 years ago |