Commit Graph

25 Commits

Author SHA1 Message Date
531f57b004 just use nvm install to install and activate correct version 2016-05-19 06:33:17 -07:00
569280ea4b [jenkins] install node-version mentioned in the source 2016-05-03 09:43:25 -07:00
3316d4e9fd always use jdk8 on jenkins 2016-02-20 16:02:25 -08:00
c1f584cd3e added snapshot paths to the esvm config 2015-07-02 13:05:05 -07:00
7fa689344f run tests on jenkins with trace level logging 2015-01-29 11:54:13 -07:00
e7715916fe include the crit command in jenkins build script 2015-01-13 18:05:46 -07:00
945f26a38b update jenkins config 2015-01-11 00:48:01 -07:00
e42cfa52c9 test specific node version 2015-01-10 15:06:36 -07:00
0a6fc57e96 parse and report all env vars used 2015-01-10 14:19:05 -07:00
f76246aad0 set the ES_PORT using the executor number 2015-01-10 11:19:16 -07:00
c3831c2bf5 include setup script for jenkins in the repo 2015-01-09 23:29:51 -07:00
93ea7a3fac save 2015-01-06 07:08:17 -07:00
af89a4917f test fixes... 2014-03-28 16:11:00 -07:00
4680930487 only generate the necessary branch in CI environments 2014-02-05 09:06:52 -07:00
2b9f0c9e14 updated jenkins script to work for specific release versions 2014-01-17 11:51:44 -07:00
ad95a609d6 only jenkins will call mocha directly, should fix stderr redirection 2014-01-15 15:03:37 -07:00
d4c0f71419 ci.sh now calls mocha directly so that it can pass the port from jenkins and use the jenkins reporter 2014-01-15 14:41:57 -07:00
ac67eab8d8 Added support for jenkins to the ci script 2014-01-14 23:44:00 -07:00
d7f12f1d86 cut redundant builds from the travis config, fixed jenkins script 2014-01-07 15:37:28 -07:00
d1e04c57fb Updated testing to pull yaml tests from a specific es branch, and setup
travis script that will download the latest build from a branch or a release
based on the config it receives.
2014-01-07 14:34:37 -07:00
bbbfcfa33e Updated ES, brought a few modification to the API along with it. Yaml test suite is now built against a specific version of elasticsearch when you specify the es_branch arg
to `grunt test`
2014-01-07 10:00:07 -07:00
cf3be01c57 - grunt watch will now abort mid task
- connection's ping method now accepts requestTimeout, path, and method params like
  all the grown-up API calls
- ConnectionPool now managed connection timeouts. When a connection dies a
  timeout object is created to track when the timeout is scheduled and the function
  to call when it does. It also tracks how many times it has run to allow the timeout
  to grow
- Timeouts now grow with use of `config.calcDeadTimeout` which is set to 'exponential'
  by default, but can also be set to flat in order to always use the standard
  deadTimeout. Exponential growth of the deadTimeout is stopped at config.maxDeadTimeout
  which is set to 30 minutes by default.
- Connections no longer have a resuscitate method (too hard to spell). Now the
  method is created dynamically as a part of the timeout object as it just calls
  the connection's ping method and needed to access variables like revive attempts.
- Timeouts were moved to the transport layer, meaning that you need to capture the
  abort method and abort the request yourself if you are handling connections
  directly, ConnectionsAbstract's ping method does this.
2013-12-16 02:35:28 -07:00
37cd2f4f6c Summary of changes:
- updated copyright
 - several tempalate changes for the docs
 - added a config for grunt-contrib-watch
 - updated nock commit number
 - fixed the coverage script
 - removed the export_docs script
 - added error message for legacy "es" users who don't have a version locked and have not upgraded
 - host will now add auth to urls created with `#makeUrl()`
 - Log class no longer looks for `config.loggers`
 - The log class now properly escapes single quotes in trace logs
 - Removed compiled yaml_tests.js from the repo
 - Yaml suite will only log error and warning messages unless the VERBOSE env var is set
 - createDefer is now a global setting, changed by modifying Transport.createDefer fubction
 - wrote tests for Content-Type checking
 - callbacks will now return the body and status of the request (if the request has completed) when an error occurs
 - Stdio logger now adds "Elasticsearch " to the front of log messages to distinguish it from other output to stdout.
2013-12-15 14:12:39 -07:00
c5440792d3 modifications to the jenkins script to work better with bash, fixed the commit number of the nock dep 2013-12-12 16:05:41 -07:00
345ac776ef Major updates for testing and grunt, jenkins tests are now powered by the jenkins.sh script in the scripts directory. 2013-12-12 15:39:42 -07:00