Commit Graph

30 Commits

Author SHA1 Message Date
68a8f712c8 fix eslint errors 2016-05-19 07:52:01 -07:00
3d1efa57a0 splip in lodash-migrate for debugging 2016-05-19 07:28:52 -07:00
003c27a9d5 Revert "Merge pull request #386 from spalger/implement/betterStdioInterception"
This reverts commit e285f375f7, reversing
changes made to 3a54441be1.
2016-04-05 10:27:19 -07:00
f9743b4e21 [jenkinsReporter] hook into stdio earlier, to capture output from more sources 2016-04-05 09:38:58 -07:00
bc4fb8c12b no need to polute the console output on jenkins 2015-04-01 10:24:13 -07:00
79a53767e3 move system output into the testcase elements in junit xml 2015-03-30 11:43:51 -07:00
c991b589a4 transition away from lodash-node 2015-03-17 11:59:06 -07:00
eb2ae14934 simplify ci script and config params 2015-01-11 00:45:55 -07:00
bfe84e6af4 copy stdout and stderr, but allow it to still flow through 2015-01-10 14:29:24 -07:00
25e3fb25bc detect arguments to pick output location in jenkins-reporter 2015-01-10 00:17:34 -07:00
230578d4bc use the fabulous screencast-reporter 2014-09-23 09:55:17 -07:00
39fb73a2a8 added angular and angular-mocks as bower_components, jquery as npm dep 2014-09-23 08:43:25 -07:00
c793360d9c updated mocha and angular. 2014-05-05 15:48:12 -07:00
b1ee674613 fixed tests for host that were too specific to begin with 2014-04-01 18:23:05 -07:00
03f7a844a3 use lodash-node rather than vanilla lodash so that lodash doesn't attach to require js even when it's available. 2014-02-11 16:08:10 -07:00
f10052f19e fixed the browser test 2014-01-29 11:31:42 -07:00
513486f372 updated loggers to write the actual url 2014-01-28 16:45:39 -07:00
1d991b47a8 updated mocha-cov dependency to be custom fork that provides valuable information to coveralls, added engine info to package.json, disable styles for codeship, switched to code based pattern that is very specific since the entire es-js repo is stored withing a src directory on codeship 2014-01-22 12:08:22 -07:00
bacd515545 Run all of the browser tests at once, since parallel builds no longer benefit us at codeship and this will probably make things run even faster 2014-01-17 18:51:21 -07:00
a80e6aba4f fixed some doc issues, and reorganized the browser tests. Rather than running one per build, now a unit test page is run, and a build test page is run 2014-01-15 13:09:46 -07:00
4c5426c1b4 added the browser tests 2014-01-15 03:06:56 -07:00
a286d4e36f modifications to get the travis build working 2014-01-15 00:45:55 -07:00
3223fb4a6d added browser tests, modified ci script, removed testing for version 0.90.x 2014-01-10 11:23:08 -07:00
3490479eee changes to the testing, incorporating browser_testing 2014-01-09 16:23:02 -07:00
0a17848719 merged master 2014-01-08 14:22:53 -07:00
a42cd776a5 more modifications in the name of cleaner Jenkins results 2013-12-15 14:55:21 -07:00
fed7d1b0cb Updated the classnames output by the jenkins reporter to have nicer test results 2013-12-15 14:32:21 -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