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

Okanjo / okanjo-app-elastic / 14
100%

Build:
DEFAULT BRANCH: master
Ran 30 May 2019 05:16PM UTC
Jobs 3
Files 1
Run time 14min
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
14

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.

67 of 67 new or added lines in 1 file covered. (100.0%)

84 of 84 relevant lines covered (100.0%)

6.26 hits per line

Jobs
ID Job ID Ran Files Coverage
1 14.1 30 May 2019 05:23PM UTC 0
100.0
Travis Job 14.1
2 14.2 30 May 2019 05:30PM UTC 0
19.05
Travis Job 14.2
3 14.3 30 May 2019 05:23PM UTC 0
100.0
Travis Job 14.3
Source Files on build 14
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #14
  • 13ff566b on github
  • Prev Build on master (#13)
  • Next Build on master (#15)
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