Commit Graph

110 Commits

Author SHA1 Message Date
2d1a51ccdd Merge pull request #60 from elasticsearch/master
Updated external_version in the API, updated deps
2014-03-10 14:28:31 -07:00
0f504da291 updated deps, and added badge to ensure they stay that way. 2014-03-07 11:02:44 -07:00
1401269c32 version 1.5.10 2014-03-03 11:12:38 -07:00
d580a36cda version 1.5.9 2014-02-26 12:59:46 -07:00
925ea8f44d travis resurgence 2014-02-22 08:46:25 -07:00
5b95d456a3 Fix link to docs
Linked to /current/ not /master/
2014-02-20 10:02:41 +00:00
0c0181e4ac version 1.5.8 2014-02-17 11:01:26 -07:00
d4eedecf08 version 1.5.7 2014-02-17 01:21:42 -07:00
49e76d0892 version 1.5.6 2014-02-14 16:09:50 -07:00
0699058ee9 version 1.5.5
closes #45
2014-02-13 20:13:10 -07:00
6a4169cf7b version 1.5.4 2014-02-11 16:20:46 -07:00
fe4dcd9a79 version 1.5.3 2014-02-10 14:06:39 -07:00
afbb90b91f version 1.5.2 2014-02-07 13:45:22 -07:00
68dea3d496 Build status is now specific to this branch 2014-02-07 11:32:54 -07:00
693b8e5e59 version 1.5.1 2014-02-06 22:39:57 -07:00
7bb19ac357 version 1.5.0 2014-02-06 14:43:03 -07:00
344dbd8911 Updated the README to match the about doc and include bower install directions. Fixed a bug in the grunt tasks. 2014-01-30 14:42:32 -07:00
884c5485c2 updated latest version download links 2014-01-30 14:22:33 -07:00
eac652cd2e version 1.4.0 2014-01-30 14:20:09 -07:00
2af9234830 update to README 2014-01-28 17:10:04 -07:00
a8e9645183 Fixed the npm stats image 2014-01-28 15:23:40 -07:00
707dbfce59 Make the README more clear
Updated the verbiage in the Browser Builds section to hopefully clear up confusion re how to obtain the browser builds.
2014-01-27 09:21:36 -07:00
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