Commit Graph

172 Commits

Author SHA1 Message Date
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
de25e652cf updated some links in the readme, and removed the bower stuff for now. 2013-12-12 16:53:33 -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
2b5f6cd80d lots of changes, should have committed earlier 2013-12-02 18:43:52 -07:00
97ba084795 save point durring huge unorganized refactor 2013-11-22 16:48:30 -07:00
ffac604a25 Made the browser badge link to Jenkins. 2013-11-14 10:26:51 -07:00
86b024b167 used actial badges 2013-11-13 15:59:04 -07:00
3463b9f395 updated build badge to use secure proxy 2013-11-13 11:26:45 -07:00
5b26fa90e7 updated the build icon 2013-11-12 17:31:02 -07:00
2a2e4b9bee moved the API info from README.md into api.md, and added a check for methods that have no params.
[ci skip]
2013-11-12 10:13:45 -07:00
7905d9b78c added stubs for the different doc pages, [ci skip] 2013-11-11 15:43:05 -07:00
540035b93f changed the tarballUrl in the generator script to the documented version, fixed the order of the default grunt task 2013-11-11 15:10:49 -07:00
0fa5da3f62 more typos 2013-11-07 17:05:11 -07:00
09a38ab188 Typos 2013-11-07 16:58:00 -07:00
07eefde028 Typos and such 2013-11-07 16:55:33 -07:00
e68eeabf96 extended the README.md [ci skip] 2013-11-07 16:39:01 -07:00
28e99cf16b Switched the color package to one with more reasonable deps, added some examples to README.md, and included which will soon be used to make promisses. 2013-11-07 14:53:54 -07:00
2557202bf8 added valid travis button 2013-10-29 09:09:27 -07:00
e231876702 Switched from downloading zips to downloading tarballs, as the unzip module was randomly sucking. 2013-10-23 21:54:36 -07:00
01763c2c39 Refactored the API, moving it into a single api.js file which can be
exluded from a build if desired.
2013-10-23 06:24:02 -07:00
b063dfdca7 Added "extends" key to the jshint config files, so there is less repetition.
Mocha now runs from grunt, just run "grunt"

Copied es-php's README.md, will modify later

More logging around sending a request, including stack traces for debug messages

Connections now manage their own state, and emit a "status changed" event which
the connection pool listens for

Fixed the custom errors

Stream loggers will dump their buffered output to stderr when the process exits
so that log messages will be sort of saved, File logger overrides this and
writes to the file syncronously

Added _.handler(), _.scheduled(), and _.makeBoundMethods() to the utils
2013-10-21 10:09:12 -07:00
8057543ca8 Initial commit 2013-06-21 15:27:36 -07:00