Commit Graph

38 Commits

Author SHA1 Message Date
54beb73c0b Removed strikethrough in README
Now that the new docs are up
2014-01-18 01:01:42 -07:00
c9a99c10d5 That didn't help anyone 2014-01-18 00:48:09 -07:00
f18a13454f version 1.2 2014-01-17 18:59:36 -07:00
d9dacf64f1 switching from travis to codeship 2014-01-17 12:24:12 -07:00
d35f3d0916 Switched out the travis badge with my personal fork, because Travis doesn't seem to like running builds from this repo. 2014-01-17 09:50:57 -07:00
6c2330fd8a Added a few examples and a link to the readme, set an ID for the api reference page. 2013-12-28 08:49:50 -07:00
be50dac466 Update to version 1.1.0, promises now return just the repsonse body. If you need the status code, please use a callback 2013-12-22 12:02:55 -07:00
f9be330999 fixed the urls for uploading and downloading browser builds. 2013-12-21 18:09:57 -07:00
d3c7532b3f v1.0.3 2013-12-21 00:41:41 -07:00
f5c8d39876 hotfix for recursive failures in the jQuery build. v1.0.2 2013-12-19 20:55:34 -07:00
96b44ebf8b Merging spenceralger:travis_and_coveralls. Summary of changes:
- removed several unneeded devDeps
- removed old get_spec.js script
- the client's ping method will now send back true as the body when the ping
  succceeds, and false when it does not. When the ping fails, the error will
  still be sent back and the connection's status will still be set to "dead".
- All of the client's methods now have a spec property, which will provide the
  JSON spec used to run that method.
- The yaml test runner will only camelCase param names that are documented, uses
  the client's method's new spec property
- Trace log events will now have their proper original query string parameters
- The "tracer" logger will now write to elasticsearch-tracer.log by default, and
  will truncate the file if it already exists.
- When running the integration tests, the client will now use a tracer logger which
  writes to stderr. The default level is "warning", but with the VERBOSE environment
  var it becomes "trace" and the logger will write to it's default file
- Added .idea to the .gitignore, it was being published to NPM
- Cleanup of the grunt tasks. Consilidated several tiny files into seperate moderately sized ones.
2013-12-18 13:21:40 -07:00
c3945480d2 updating to 1.0.0 to publish to NPM 2013-12-17 12:05:02 -07:00
b557f2081d Merge branch 'master' of github.com:elasticsearch/elasticsearch-js 2013-12-17 12:03:24 -07:00
0d19207205 updating doc links to point to the new main gh-pages site 2013-12-17 11:57:31 -07:00
277a6b958f Updated the Jenkins badge to use HTTPS 2013-12-17 11:53:38 -07:00
2a7e2869b5 Added Jenkins badge to README.md 2013-12-17 11:37:00 -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
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