Leo Lamprecht
7ae4532ea7
Bitbucket's master branches are default
8 years ago
Leo Lamprecht
de0635e8b1
Use a clean prefix when deploying
8 years ago
Leo Lamprecht
9bfa06f163
Support for Bitbucket
8 years ago
Leo Lamprecht
fd0ff2fbf6
Make code naming for multiple platforms
8 years ago
Leo Lamprecht
b04ab0470b
Show cooler messages when deploying from other platforms
8 years ago
Leo Lamprecht
77412000ca
Accept GitLab URLs
8 years ago
Leo Lamprecht
4a5de7321a
Much stricter repo URL checking
8 years ago
Leo Lamprecht
c9c32664bb
Don't indicate git ref if master branch
8 years ago
Leo Lamprecht
0ea689c27a
Shorten git reference if commit
8 years ago
Leo Lamprecht
04d58f2558
Throw error if URL is not valid
8 years ago
Leo Lamprecht
be9e61dfeb
Support GitLab as well
8 years ago
Leo Lamprecht
9d7746f9ed
Support for deploying GitHub URLs
8 years ago
Leo Lamprecht
09670c986e
Support for git references
8 years ago
Leo Lamprecht
fd0e39da0e
Only do one network roundtrip to GitHub
8 years ago
Leo Lamprecht
bb74c71896
Check if path is a repo path via regex
8 years ago
Leo Lamprecht
c92d4dfb37
Clean up tmp dir for repo in a better way
8 years ago
Leo Lamprecht
5e5545789f
Handle potential error when converting res to JSON
8 years ago
Leo Lamprecht
fd24ea0c6a
Fixed tests
8 years ago
Leo Lamprecht
6a1837c4af
Make users able to deploy GitHub repos
8 years ago
Leo Lamprecht
04e50b24e4
Basic implementation for GitHub deployments
8 years ago
Leo Lamprecht
5a6d8481d6
Domain should not be part of sentence
8 years ago
Olli Vanhoja
ca09ec1baa
DNS Management added
8 years ago
Olli Vanhoja
89940c1362
Parse glob patterns and ignore special files ( #130 )
* Revert "Ignore special files on deploy (#115 )"
This reverts commit 1de3b40fc4
.
Fixes #127
* Parse glob patterns and ignore special files
Currently glob patterns are not parsed when selecting files to be
uploaded.
Fixes #127
Fixes #112
* Include dot files in matches
* Fix resolving of the glob promise array
8 years ago
Olli Vanhoja
5ce0fa9d99
Fix linter errors ( #131 )
8 years ago
Tony Kovanen
107d5b5858
Add verification code if provided upon login
8 years ago
Olli Vanhoja
1de3b40fc4
Ignore special files on deploy ( #115 )
Fixes #112
8 years ago
Olli Vanhoja
129372d161
Certs improvements ( #114 )
* Exit cleanly if a cert entry is not found with getCertIdCn()
* Support creating a new cert entry with user-provide certificate files
8 years ago
Matheus Fernandes
53f1ffab40
Fix code style 💅 ( #107 )
8 years ago
Olli Vanhoja
8c62269567
Fix DNS verification on 'now alias' ( #106 )
8 years ago
Safia Abdalla
b1e4e43e81
Use chalk.gray styling for errors ( #104 )
8 years ago
Olli Vanhoja
f31d1f0804
Fixes to Dockerfile metadata parsing ( #103 )
- No need to check if pkg.name is null
- Properly default to basename if labels.name isn't set
8 years ago
Leo Lamprecht
b563900702
Adapt deployment name from package
8 years ago
Leo Lamprecht
6159263d8f
Set package.json on the fly
8 years ago
Leo Lamprecht
c5626178ed
Move files into content dir if static
8 years ago
Leo Lamprecht
589d2fc72c
Removed static command
8 years ago
Remy Sharp
ce32dce2aa
Support `now alias` reading `config.alias` ( #93 )
* feat: support `now alias` reading config.alias
Reads the last deployment and will automatically alias to the package.json's config.alias property
* chore: corrected typo on `console.time`
* fix: use `root/now.alias` over `root/config.alias`
8 years ago
Olli Vanhoja
530a9fb357
Add a flag for skipping DNS verification ( #94 )
Some registrars requires that the DNS records are already setup
before delegating the domain to a nameserver.
8 years ago
Leo Lamprecht
e9a95e7253
Only check if opts.body exists and doesn't have a falsy value
8 years ago
Leo Lamprecht
3979d8472a
Fixed even more XO issues
8 years ago
Leo Lamprecht
cf39f7f032
Added core of static sub-command
8 years ago
Olli Vanhoja
298591af81
now-alias: Renew expired cert automatically
8 years ago
Olli Vanhoja
d743f483cd
Show domain entry type in `now domain ls`
8 years ago
Olli Vanhoja
4db4353d5d
now certs management
* Move cert handling to index.js
* Add 'now certs' commands for certificate management
8 years ago
Matheus Fernandes
a709864864
Fix: encode accented chars in filenames ( #61 )
8 years ago
Roland Warmerdam
1f97633b0f
secrets: make sure the value is a string
Fixes #21
8 years ago
Guillermo Rauch
5bf0cfe897
Fix ignore ( #151 )
* switch to better ignore module, improve debugging
* add regression test for prefix bug (#142 )
* remove old lib
8 years ago
Guillermo Rauch
ecc112a6dd
workaround for node-spdy bug
8 years ago
Guillermo Rauch
603841f0b6
index: filter empty entries
8 years ago
Guillermo Rauch
114da38c25
alias: improve error
8 years ago
Olli Vanhoja
2bc5d26fa7
Fix whois-ns-fallback request once again ( #143 )
try-catch in getNameservers() doesn't work as expected because
a promise is returned succesfully before it's evaluation and
try-catch in the function won't catch if it fails later on.
8 years ago