Commit Graph

  • 89c18a567f 更新测试用例 master v1.2.4 yuxh 2023-03-13 16:16:41 +0800
  • fbfb1d80a8 v1.0.0 修复其于 http basic auth 的bug v1.2.2 develop liangzy 2020-04-28 14:47:58 +0800
  • 1094a9b765 Merge d7fb602e0f into d25b7ff831 Paul Bonser 2017-03-03 01:06:24 +0000
  • d7fb602e0f Allow username:password to be included with host allow_https Paul Bonser 2017-03-02 19:02:12 -0600
  • 429a615005 Allow inclusion of https in host Paul Bonser 2017-03-02 18:58:52 -0600
  • d25b7ff831 Merge pull request #9 from OwnLocal/es_2_and_5 Paul Bonser 2017-03-02 17:59:55 -0600
  • 4b222647b4 Add ability to do a request and just get the raw response bytes back Paul Bonser 2017-02-03 14:06:31 -0600
  • 3a66a8f6d3 Use the latest 1.x, 2.x, 5.x ES, build with Go 1.6 and 1.7 Paul Bonser 2017-02-02 19:33:06 -0600
  • 42e5dfaa73 Remove leftover debug print Paul Bonser 2017-02-02 19:22:12 -0600
  • 167e20d669 Make sure we delete those test indexes, even on failure Paul Bonser 2017-02-02 19:20:07 -0600
  • 782ceb74a5 Be a bit more flexible with error messages Paul Bonser 2017-02-02 19:19:51 -0600
  • 49e38a74a2 Status endpoint is gone from 2.0 on Paul Bonser 2017-02-02 19:09:19 -0600
  • 6c0739bec7 More TTL and shard zeroing Paul Bonser 2017-02-02 19:09:04 -0600
  • a6663ce61d _optimize was renamed to _forcemerge in ES 2.1.0 Paul Bonser 2017-02-02 19:08:33 -0600
  • 4b35e6f0cf Fix up for 5.x, not really sure why ttl was set in the first place Paul Bonser 2017-02-02 18:54:29 -0600
  • 19c83bfeff fields no longer supported in 5.x Paul Bonser 2017-02-02 18:44:49 -0600
  • 7ee055cb7d Delete mapping is no longer supported in 2.x+ versions of ES Paul Bonser 2017-02-02 18:28:09 -0600
  • 28784db09c Be more general about error to support ES 5.x Paul Bonser 2017-02-02 18:19:27 -0600
  • a9196feea3 Use DeleteByQuery in test Paul Bonser 2017-02-02 18:11:37 -0600
  • 22f0f3b3be Add Client.DeleteByQuery rather than requiring users to pass 'DELETE' to Query Paul Bonser 2017-02-02 18:04:24 -0600
  • 2bb228813f Clear expected shards since that varies between versions Paul Bonser 2017-02-02 18:03:38 -0600
  • f82254f6d3 Check correct field to see if body should be empty Paul Bonser 2017-02-02 15:19:08 -0600
  • 63b210957a If no body is supplied, don't send 'null' as body Paul Bonser 2017-02-02 15:08:39 -0600
  • b04496cc3e Add mapping so aggregation works in ES 5.x Paul Bonser 2017-02-02 14:50:25 -0600
  • 6492f3a5e3 Make Client.Scan work with ES 5.x Paul Bonser 2017-02-02 13:04:45 -0600
  • f9192a7ca8 Build in a way to detect the ES version so it can be used for version-specific things Paul Bonser 2017-02-02 11:54:24 -0600
  • f5716dce83 Some 5.x query changes Paul Bonser 2017-02-02 11:01:27 -0600
  • a1af556756 Zero out some fields which may vary between ES versions Paul Bonser 2017-02-01 16:59:43 -0600
  • b684e69451 Use slices a bit more nicely Paul Bonser 2017-02-01 16:59:14 -0600
  • c2f6a74d74 Merge pull request #6 from OwnLocal/split_core Paul Bonser 2017-02-01 15:23:08 -0600
  • 5d13647d3c Handle non-string errors for ES 2+ support Paul Bonser 2016-10-13 19:37:40 -0500
  • 2715203d96 Leave off extra leading slash in bulk requests Paul Bonser 2016-10-13 02:54:52 -0500
  • ace66c8925 Merge 658df7cd94 into 167d78773c Alexey 2016-10-05 06:30:55 +0000
  • 658df7cd94 Added field, which specify alternative unmarshal behaviour atyron 2016-10-05 09:30:45 +0300
  • d5bd899311 Fixed tests, returns glide config atyron 2016-09-29 19:45:22 +0300
  • dacbc70539 Changed GoesTestSuite.TestIndexStatus, put json.Numbers as a field in expected map atyron 2016-09-29 19:38:49 +0300
  • c90b310032 Changed GoesTestSuite.TestIndexStatus, put json.Numbers as a field in expected map atyron 2016-09-29 18:57:24 +0300
  • 79f8c3e4c8 Merge 7cfa743cd0 into 167d78773c Alexey 2016-09-29 15:48:06 +0000
  • 7cfa743cd0 Fixed panic: interface conversion: interface is json.Number, not float64 (PC=0x45C1DE) atyron 2016-09-29 18:47:38 +0300
  • 273f50efb6 Fixed panic in TestIndexStatus atyron 2016-09-29 18:43:24 +0300
  • f26a350c81 Changed glide config atyron 2016-09-29 18:39:33 +0300
  • 229bcec385 Fixed TestUpdate from goes_test atyron 2016-09-29 18:35:59 +0300
  • 310f5bae09 Depends on issue https://github.com/golang/go/issues/5562, added another Unmarshal mechanism atyron 2016-09-29 16:10:34 +0300
  • e89f41828e Remove commented out code Paul Bonser 2016-09-27 17:48:14 -0500
  • db565276fc Provide a way of making external request builders, separate generationg of requests from sending of requests Paul Bonser 2016-09-27 16:41:27 -0500
  • 10e4302b6c Use relative path to build ginkgo Paul Bonser 2016-09-27 15:08:50 -0500
  • af88487cbf Make ginkgo build from vendor dir work travis_blerg Paul Bonser 2016-09-27 15:07:10 -0500
  • d2dac441cb figure out what dir we are in Paul Bonser 2016-09-27 15:00:00 -0500
  • 5acff13ac5 Just build ginkgo into vendor/bin and use that Paul Bonser 2016-09-27 14:46:09 -0500
  • 2bd116556b Just use go get in the travis config to ensure ginkgo is installed Paul Bonser 2016-09-27 14:42:46 -0500
  • c83171bffe ensure go vendoring is enabled before running go install Paul Bonser 2016-09-27 14:39:58 -0500
  • 45269de7cc Make sure ginkgo gets installed Paul Bonser 2016-09-27 14:34:50 -0500
  • 3f0875ed66 make all request fields exported so custom requests can be done Paul Bonser 2016-09-27 14:30:17 -0500
  • c79b7c2b36 Add ginkgo for testing Paul Bonser 2016-09-27 14:29:47 -0500
  • 9f7a8396bb Update code to match Go style guide Paul Bonser 2016-09-27 14:19:07 -0500
  • 3d78bba218 Add go 1.7, drop older versions of ES Paul Bonser 2016-09-27 14:03:39 -0500
  • a018ac0716 Rename Connection to Client Paul Bonser 2016-09-27 13:56:13 -0500
  • 977084fe92 Merge 391f1cf1bf into 167d78773c Paul Bonser 2016-09-12 16:55:11 +0000
  • 07e75d5ca0 Merge 6d8c5d2699 into 6c9647b81c Marin Bek 2016-09-09 15:43:50 +0000
  • 6d8c5d2699 replace index in alias Marin Bek 2016-09-09 17:43:35 +0200
  • 71d6bc3694 get aliases Marin Bek 2016-09-09 13:22:47 +0200
  • d2a91702fd Open and Close indices Marin Bek 2016-09-07 15:34:49 +0200
  • 391f1cf1bf Make all Request fields public so custom requests can be done allow_custom_requests Paul Bonser 2016-07-26 20:36:34 -0500
  • 167d78773c Merge pull request #4 from OwnLocal/use_glide Paul Bonser 2016-07-26 20:20:48 -0500
  • 5fd6aac546 Add glide config and set up tests to use glide Paul Bonser 2016-07-26 14:55:16 -0500
  • 1769e39362 Merge 9541a9a657 into 6c9647b81c Paul Bonser 2016-07-26 19:56:01 +0000
  • 9541a9a657 Add glide config and set up tests to use glide Paul Bonser 2016-07-26 14:55:16 -0500
  • 214c987e11 Update README with warning on breaking changes Paul Bonser 2016-07-26 14:20:48 -0500
  • 6c9647b81c Point the test import to the proper repo v1.0.0 Paul Bonser 2016-07-26 14:28:54 -0500
  • 8413c690d4 support for parent-child relationship Marin Bek 2016-01-08 10:09:46 +0100
  • 23413ed12a Merge pull request #41 from pib/1_5_fix Jérôme Renard 2015-12-05 07:15:30 +0100
  • f75a906714 Wild-card for the first portion of the error expected Paul Bonser 2015-12-04 13:27:48 -0600
  • 148326d59c less picky about dial error, just expect that it says no such host Paul Bonser 2015-12-04 13:23:36 -0600
  • 8fd7c39685 Merge pull request #38 from johnkjellberg/highlight2 Jérôme Renard 2015-10-31 14:03:55 +0100
  • 0963f937ac Add "Highlight" field to "Hit" structure. John Kjellberg 2015-09-28 13:15:18 +0200
  • 5d24537714 Merge pull request #37 from r--w/master Jérôme Renard 2015-10-12 10:48:18 +0200
  • d2e159d767 Code formatting r--w 2015-10-12 09:27:58 +0200
  • b44bb059a1 Merge pull request #36 from r--w/master Jérôme Renard 2015-10-11 08:07:22 +0200
  • eaebb27e1a Fixed missing golang versions and removed tip Jérôme Renard 2015-10-11 07:51:31 +0200
  • ae25be9f6f Fixing IndicesExist function r--w 2015-10-02 14:27:17 +0200
  • aa49572462 Fixing IndicesExist function r--w 2015-10-02 14:20:57 +0200
  • 8fa9ff1c53 Update index settings API r--w 2015-10-02 13:59:55 +0200
  • bf0b8b5bc8 Update index settings API - https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-update-settings.html#indices-update-settings r--w 2015-10-02 13:25:29 +0200
  • add48c54e3 Merge pull request #32 from pib/test_es_1.7 Jérôme Renard 2015-07-21 07:25:16 +0200
  • 7414268f99 Merge pull request #31 from pib/split_run Jérôme Renard 2015-07-21 07:24:57 +0200
  • 87536011d0 ElasticSearch 1.7.0 is out, test with that, too Paul Bonser 2015-07-20 17:12:47 -0500
  • d40cba666e Merge pull request #29 from pib/pointer_response Jérôme Renard 2015-07-17 06:29:23 +0200
  • f760e32967 Split Run into two parts. This will make writing request methods which return different response types simpler. Paul Bonser 2015-07-14 11:29:04 -0500
  • 3f6bbaec1f Merge branch 'master' of https://github.com/belogik/goes into pointer_response Paul Bonser 2015-07-14 10:02:38 -0500
  • 673f67dbdb Merge pull request #28 from pib/fix_content_type Jérôme Renard 2015-07-04 22:04:52 +0200
  • c35de39565 Merge pull request #27 from pib/allow_any_jsonable Jérôme Renard 2015-07-04 22:03:47 +0200
  • 5edfd2e653 Merge pull request #26 from pib/test_index_status_refresh Jérôme Renard 2015-07-04 15:41:41 +0200
  • 2f906c980e Different groovy plugin versions depending on ES version Paul Bonser 2015-06-24 18:44:13 -0500
  • 00b9bbc858 Use correct comparison brackets Paul Bonser 2015-06-24 16:27:37 -0500
  • f41e425728 Make sure groovy is installed for older ES versions Paul Bonser 2015-06-24 14:23:04 -0500
  • 06c82c2420 Select scripting lang as groovy for older ES versions Paul Bonser 2015-06-24 13:56:01 -0500
  • 953759da48 Handle variance in refresh count between ES versions Paul Bonser 2015-06-24 10:32:01 -0500
  • 51df70436b Wrap command in quotes so it is treated as a single command Paul Bonser 2015-06-24 09:21:06 -0500
  • bf23e36aa2 Enable ES groovy sandbox Paul Bonser 2015-06-23 18:21:38 -0500
  • c4704e7261 Missing dollar sign Paul Bonser 2015-06-23 17:57:44 -0500