- update copyright notices and license (Ryan Graham)
-
package: update to eslint@2 (Sam Roberts)
-
Refer to licenses with a link (Sam Roberts)
- Use strongloop conventions for licensing (Sam Roberts)
-
docs: add SSH_PORT to usage message (Ryan Graham)
-
set ssh port when use http+ssh deploy via env (SemonCat)
- sl-deploy API accept cluster size parameter (Setogit)
-
test: expose mesh model apiVersion, not version (Sam Roberts)
-
Bump mesh-models dependency version (Krishna Raman)
-
eslint: new doesn't need parentheses (Sam Roberts)
-
package: remove usage from README (Sam Roberts)
-
package: run linters in pretest (Sam Roberts)
-
use provided service name in error as fallback (Ryan Graham)
-
print real url in error messages (Ryan Graham)
-
Log name of service that was deployed to (Sam Roberts)
-
deploy: check remote API version compatibility (Sam Roberts)
-
Support multiapp pm in deploy APIs (Sam Roberts)
-
put-file: report error message from server (Setogit)
-
Add multi-service support (Krishna Raman)
-
usage: add default npm package to documentation (Setogit)
-
slc deploy, should in non-git, deploy the archive, if it exists (Setogit)
-
Update README for strong-pm.io (Sam Roberts)
-
fix error in error handler (Ryan Graham)
-
deps: update dev dependencies (Ryan Graham)
-
deps: fix bad version of strong-tunnel (Ryan Graham)
-
package: update lint for CI (Sam Roberts)
-
Add support for deploying using http over ssh (Ryan Graham)
-
cli: update usage text (Ryan Graham)
-
git: show git error message on failure (Ryan Graham)
-
local deploy: tune messaging on failure (Sam Roberts)
-
deploy: URL defaulting to http://localhost:8701 (Sam Roberts)
-
lint: support eslint and jscs (Sam Roberts)
-
Read responses, so request can complete (Sam Roberts)
-
deps: make async a regular dependency (Ryan Graham)
-
Give useful error message when auth is required (Ryan Graham)
-
docs: document implicit support for HTTP auth (Ryan Graham)
-
test: use strong-fork-cicada for tests (Ryan Graham)
- tests: use os.tmpdir() instead of /tmp (Ryan Graham)
-
Fix wrong output for --version, --help, etc. (Sam Roberts)
-
Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)
-
Fix local deploy logic error (Sam Roberts)
-
package: use debug v2.x in all strongloop deps (Sam Roberts)
-
Support local in-place deployment (Sam Roberts)
-
Fix incorrect error reporting for put based deploy (Krishna Raman)
-
Fix test and noisy console output for git deploys (Krishna Raman)
-
Enable strong-deploy to be used as a module (Krishna Raman)
- Update contribution guidelines (Ryan Graham)
-
package: mention slc in usage, and git package (Sam Roberts)
-
package: add keywords for npm search (Sam Roberts)
-
usage: clarify pack and branch meaning (Sam Roberts)
-
Remove --redeploy and make git always force push (Krishna Raman)
-
Add ability to deploy npm package (tarball) (Krishna Raman)
-
Add usage enhancements (Krishna Raman)
-
Update package license to match LICENSE.md (Sam Roberts)
-
package: add .gitignore file (Sam Roberts)
- Fix silent exit when run from non git repo (Krishna Raman)
- First release!