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

Okanjo / okanjo-app-elastic / 14 / 2
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 30 May 2019 05:30PM UTC
Files 1
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

30 May 2019 05:14PM UTC coverage: 19.048% (-81.0%) from 100.0%
14.2

push

travis-ci

kfitzgerald
Updated to use new elasticsearch js client!

Breaking Changes:
 * The ElasticSearch Client module is now a peer dependency. You must add this module yourself based on the version of ElasticSearch you are using.
 * Configuration structure and options have changed due to the new underlying client
 * Service constructor params (config, index) are now required, and do not have implicit app.config defaults.
 * All service methods now return a Promise, so they can be awaited. They no longer take callbacks.
 * All service methods take options where applicable. They are passed through to the underlying api request.
 * Ensure-index related functionality has been removed. You should handle this yourself. (e.g. if(!exists()) { create() }). You should probably be using index templates/aliases by now, so this functionality isn't worth maintaining.

New Functionality
 * The `config` argument of the ElasticService constructor can be an instance of the ElasticSearch Client. This is useful if you wish to create multiple ElasticService instance for various indices but do not want to duplicate connection clients.
 * All service methods that operate on an index use the ElasticService's configured index name and schema by default. They all can be overridden in their respective `options` arguments.

16 of 84 relevant lines covered (19.05%)

0.19 hits per line

Source Files on job 14.2
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 9
  • Travis Job 14.2
  • 13ff566b on github
  • Prev Job for on master (#13.1)
  • Next Job for on master (#15.1)
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