• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

hoodiehq / hoodie / 1862
100%
camp: 100%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: camp
Ran 13 Sep 2016 03:37AM UTC
Jobs 1
Files 10
Run time 0s
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

pending completion
1862

push

travis-ci

gr2m
chore(package): @hoodie/server@21.1.0

BREAKING CHANGE:

Hoodie now keeps state of all databases and access in a dedicated
`hoodie-store` database. If your app uses CouchDB as its backend, there
is no migration required, it happens automatically on next restart.

If you don’t use CouchDB (which is the default), the simplest way to
"migrate" is to delete the `.hoodie/data` folder. It will loose all
data, so this is only an option for local development. If you don’t want
to loose data, you manually have to create the `hoodie-store`
database with documents for each user database. The documents look
like this:

```json
{
   "_id": "db_user/lsdlo55",
   "_rev": "1-a01e6998fb10543ca0402e648dd1d048",
   "access": {
       "read": {
           "role": [
               "id:lsdlo55"
           ]
       },
       "write": {
           "role": [
               "id:lsdlo55"
           ]
       }
   }
}
```

169 of 214 relevant lines covered (78.97%)

3.57 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1862.1 13 Sep 2016 03:37AM UTC 0
78.97
Travis Job 1862.1
Source Files on build 1862
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1862
  • fdf34ca9 on github
  • Prev Build on master (#1855)
  • Next Build on master (#1885)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc