Coveralls logob
Coveralls logo
  • Home
  • Features
  • Pricing
  • Docs
  • Sign In

hoodiehq / hoodie-server / 912 / 2
Job Ran: 04 Sep 2015 12:40PM UTC (0.7s)
77%
next: 82%

DEFAULT BRANCH: next
Build:
LAST BUILD BRANCH: master
Repo Added 27 Jul 2015 05:29PM UTC
# Builds 697 Last
Badge
Badge Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

4 Sep 2015 - 11:59 First build on v10.0.0 at 77.197%
912

push

travis-ci

29e45e7e0bf9561770aae5818f139c80?size=18&default=identiconboennemann
feat: make hoodie-server a library with one unified config

BREAKING CHANGE: Before this change hoodie-server shipped its own CLI start
script and it was reading configuration from multiple places all at once.
With this refactoring hoodie-server does no longer have these CLI
responsibilites. The top level hoodie module can now require `hoodie-server`
and pass in one unified config opbject.

Available options:

path: Project path (optional) Default: process.cwd()
loglevel: (optional) Default: 'warn'

port: Port-number to run the Hoodie App on (optional)
bindAddress': Address that Hoodie binds to (optional) Default: 127.0.0.1
www: WWW path (optional) Default: path.join(options.path, 'www')

adminPort: Port-number to run the admin-dashboard on (optional)
adminPassword: Password for the admin-dashboard (required on first run)

dbPort: Port-number to run the PouchDB Server on (optional)
inMemory: Whether to start the PouchDB Server in memory (optional) Default: false
dbPassword: Password to use for the PouchDB Server "_hoodie" admin user (optional)
dbUrl: If provided does not start PouchDB Server and uses external CouchDB. Has to contain credentials. (optional)
data: Data path (optional) Default: path.join(options.path, 'data')

* * *

This commit was sponsored by The Hoodie Firm.
You can hire The Hoodie Firm:

http://go.hood.ie/thehoodiefirm

931 of 1206 relevant lines covered (77.2%)

61.5 hits per line

Source Files on job 912.2
  • List 29
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 912
  • Travis Job 912.2
  • 75fef516 on github
Troubleshooting · Open an Issue · Sales · Support · ENTERPRISE · CAREERS · STATUS
BLOG · TWITTER · Legal & Privacy · Supported CI Services · What's a CI service? · Automated Testing

© 2022 Coveralls, Inc