Commit Graph

  • *
  • *
  • | *
  • | |\
  • |/ /
  • | *
  • | *
  • |/
  • *
  • |\
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • |/
  • *
  • |\
  • | *
  • | *
  • | | *
  • | | |\
  • | |/ /
  • |/| |
  • | | *
  • | | *
  • | | *
  • | | *
  • | | | *
  • | | | |\
  • | |_|/ /
  • |/| | /
  • | | |/
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | |/
  • |/|
  • | *
  • | *
  • | *
  • | | *
  • | | *
  • | |/
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • |/
  • | *
  • | |\
  • |/ /
  • | | *
  • | | |\
  • | | | *
  • | | | *
  • | | | *
  • | * | |
  • |/ / /
  • * | |
  • |\ \ \
  • | * | |
  • |/ / /
  • | | | *
  • | | | |\
  • | | |/ /
  • | |/| |
  • | | | *
  • | |_|/
  • |/| |
  • * | |
  • |/ /
  • * |
  • | *
  • |/
  • *
  • |\
  • | *
  • | *
  • |/
  • *
  • |\
  • | *
  • |/
  • *
  • |\
  • | *
  • |/
  • *
  • |\
  • * |
  • | *
  • | *
  • | *
  • | *
  • |/
  • *
  • |\
  • * \
  • |\ \
  • | | *
  • | |/
  • |/|
  • * |
  • |\ \
  • | | *
  • | |/
  • | *
  • | |\
  • | |/
  • |/|
  • * |
  • |\ \
  • * \ \
  • |\ \ \
  • * \ \ \
  • |\ \ \ \
  • | * | | |
  • | * | | |
  • | * | | |
  • | * | | |
  • | * | | |
  • | * | | |
  • | * | | |
  • | * | | |
  • 89c18a5 (HEAD -> master, tag: v1.2.4) 更新测试用例 by yuxh 2023-03-13 16:16:41 +0800
  • fbfb1d8 (tag: v1.2.2, develop) v1.0.0 修复其于 http basic auth 的bug by liangzy 2020-04-28 14:47:58 +0800
  • 1094a9b (refs/pull/10/merge) Merge d7fb602e0f into d25b7ff831 by Paul Bonser 2017-03-03 01:06:24 +0000
  • d7fb602 (refs/pull/10/head, allow_https) Allow username:password to be included with host by Paul Bonser 2017-03-02 19:02:12 -0600
  • 429a615 Allow inclusion of https in host by Paul Bonser 2017-03-02 18:58:52 -0600
  • d25b7ff Merge pull request #9 from OwnLocal/es_2_and_5 by Paul Bonser 2017-03-02 17:59:55 -0600
  • 4b22264 (refs/pull/9/head) Add ability to do a request and just get the raw response bytes back by Paul Bonser 2017-02-03 14:06:31 -0600
  • 3a66a8f Use the latest 1.x, 2.x, 5.x ES, build with Go 1.6 and 1.7 by Paul Bonser 2017-02-02 19:33:06 -0600
  • 42e5dfa Remove leftover debug print by Paul Bonser 2017-02-02 19:22:12 -0600
  • 167e20d Make sure we delete those test indexes, even on failure by Paul Bonser 2017-02-02 19:20:07 -0600
  • 782ceb7 Be a bit more flexible with error messages by Paul Bonser 2017-02-02 19:19:51 -0600
  • 49e38a7 Status endpoint is gone from 2.0 on by Paul Bonser 2017-02-02 19:09:19 -0600
  • 6c0739b More TTL and shard zeroing by Paul Bonser 2017-02-02 19:09:04 -0600
  • a6663ce _optimize was renamed to _forcemerge in ES 2.1.0 by Paul Bonser 2017-02-02 19:08:33 -0600
  • 4b35e6f Fix up for 5.x, not really sure why ttl was set in the first place by Paul Bonser 2017-02-02 18:54:29 -0600
  • 19c83bf fields no longer supported in 5.x by Paul Bonser 2017-02-02 18:44:49 -0600
  • 7ee055c Delete mapping is no longer supported in 2.x+ versions of ES by Paul Bonser 2017-02-02 18:28:09 -0600
  • 28784db Be more general about error to support ES 5.x by Paul Bonser 2017-02-02 18:19:27 -0600
  • a9196fe Use DeleteByQuery in test by Paul Bonser 2017-02-02 18:11:37 -0600
  • 22f0f3b Add Client.DeleteByQuery rather than requiring users to pass 'DELETE' to Query by Paul Bonser 2017-02-02 18:04:24 -0600
  • 2bb2288 Clear expected shards since that varies between versions by Paul Bonser 2017-02-02 18:03:38 -0600
  • f82254f Check correct field to see if body should be empty by Paul Bonser 2017-02-02 15:19:08 -0600
  • 63b2109 If no body is supplied, don't send 'null' as body by Paul Bonser 2017-02-02 15:08:39 -0600
  • b04496c Add mapping so aggregation works in ES 5.x by Paul Bonser 2017-02-02 14:50:25 -0600
  • 6492f3a Make Client.Scan work with ES 5.x by Paul Bonser 2017-02-02 13:04:45 -0600
  • f9192a7 Build in a way to detect the ES version so it can be used for version-specific things by Paul Bonser 2017-02-02 11:54:24 -0600
  • f5716dc Some 5.x query changes by Paul Bonser 2017-02-02 11:01:27 -0600
  • a1af556 Zero out some fields which may vary between ES versions by Paul Bonser 2017-02-01 16:59:43 -0600
  • b684e69 Use slices a bit more nicely by Paul Bonser 2017-02-01 16:59:14 -0600
  • c2f6a74 Merge pull request #6 from OwnLocal/split_core by Paul Bonser 2017-02-01 15:23:08 -0600
  • 5d13647 (refs/pull/6/head) Handle non-string errors for ES 2+ support by Paul Bonser 2016-10-13 19:37:40 -0500
  • 2715203 Leave off extra leading slash in bulk requests by Paul Bonser 2016-10-13 02:54:52 -0500
  • ace66c8 (refs/pull/8/merge) Merge 658df7cd94 into 167d78773c by Alexey 2016-10-05 06:30:55 +0000
  • 658df7c (refs/pull/8/head) Added field, which specify alternative unmarshal behaviour by atyron 2016-10-05 09:30:45 +0300
  • d5bd899 Fixed tests, returns glide config by atyron 2016-09-29 19:45:22 +0300
  • dacbc70 Changed GoesTestSuite.TestIndexStatus, put json.Numbers as a field in expected map by atyron 2016-09-29 19:38:49 +0300
  • c90b310 Changed GoesTestSuite.TestIndexStatus, put json.Numbers as a field in expected map by atyron 2016-09-29 18:57:24 +0300
  • 79f8c3e (refs/pull/7/merge) Merge 7cfa743cd0 into 167d78773c by Alexey 2016-09-29 15:48:06 +0000
  • 7cfa743 (refs/pull/7/head) Fixed panic: interface conversion: interface is json.Number, not float64 (PC=0x45C1DE) by atyron 2016-09-29 18:47:38 +0300
  • 273f50e Fixed panic in TestIndexStatus by atyron 2016-09-29 18:43:24 +0300
  • f26a350 Changed glide config by atyron 2016-09-29 18:39:33 +0300
  • 229bcec Fixed TestUpdate from goes_test by atyron 2016-09-29 18:35:59 +0300
  • 310f5ba Depends on issue https://github.com/golang/go/issues/5562, added another Unmarshal mechanism by atyron 2016-09-29 16:10:34 +0300
  • e89f418 Remove commented out code by Paul Bonser 2016-09-27 17:48:14 -0500
  • db56527 Provide a way of making external request builders, separate generationg of requests from sending of requests by Paul Bonser 2016-09-27 16:41:27 -0500
  • 10e4302 Use relative path to build ginkgo by Paul Bonser 2016-09-27 15:08:50 -0500
  • af88487 (travis_blerg) Make ginkgo build from vendor dir work by Paul Bonser 2016-09-27 15:07:10 -0500
  • d2dac44 figure out what dir we are in by Paul Bonser 2016-09-27 15:00:00 -0500
  • 5acff13 Just build ginkgo into vendor/bin and use that by Paul Bonser 2016-09-27 14:46:09 -0500
  • 2bd1165 Just use go get in the travis config to ensure ginkgo is installed by Paul Bonser 2016-09-27 14:42:46 -0500
  • c83171b ensure go vendoring is enabled before running go install by Paul Bonser 2016-09-27 14:39:58 -0500
  • 45269de Make sure ginkgo gets installed by Paul Bonser 2016-09-27 14:34:50 -0500
  • 3f0875e make all request fields exported so custom requests can be done by Paul Bonser 2016-09-27 14:30:17 -0500
  • c79b7c2 Add ginkgo for testing by Paul Bonser 2016-09-27 14:29:47 -0500
  • 9f7a839 Update code to match Go style guide by Paul Bonser 2016-09-27 14:19:07 -0500
  • 3d78bba Add go 1.7, drop older versions of ES by Paul Bonser 2016-09-27 14:03:39 -0500
  • a018ac0 Rename Connection to Client by Paul Bonser 2016-09-27 13:56:13 -0500
  • 977084f (refs/pull/5/merge) Merge 391f1cf1bf into 167d78773c by Paul Bonser 2016-09-12 16:55:11 +0000
  • 07e75d5 (refs/pull/1/merge) Merge 6d8c5d2699 into 6c9647b81c by Marin Bek 2016-09-09 15:43:50 +0000
  • 6d8c5d2 (refs/pull/1/head) replace index in alias by Marin Bek 2016-09-09 17:43:35 +0200
  • 71d6bc3 get aliases by Marin Bek 2016-09-09 13:22:47 +0200
  • d2a9170 Open and Close indices by Marin Bek 2016-09-07 15:34:49 +0200
  • 391f1cf (refs/pull/5/head, allow_custom_requests) Make all Request fields public so custom requests can be done by Paul Bonser 2016-07-26 20:36:34 -0500
  • 167d787 Merge pull request #4 from OwnLocal/use_glide by Paul Bonser 2016-07-26 20:20:48 -0500
  • 5fd6aac (refs/pull/4/head) Add glide config and set up tests to use glide by Paul Bonser 2016-07-26 14:55:16 -0500
  • 1769e39 (refs/pull/3/merge) Merge 9541a9a657 into 6c9647b81c by Paul Bonser 2016-07-26 19:56:01 +0000
  • 9541a9a (refs/pull/3/head) Add glide config and set up tests to use glide by Paul Bonser 2016-07-26 14:55:16 -0500
  • 214c987 Update README with warning on breaking changes by Paul Bonser 2016-07-26 14:20:48 -0500
  • 6c9647b (tag: v1.0.0) Point the test import to the proper repo by Paul Bonser 2016-07-26 14:28:54 -0500
  • 8413c69 support for parent-child relationship by Marin Bek 2016-01-08 10:09:46 +0100
  • 23413ed Merge pull request #41 from pib/1_5_fix by Jérôme Renard 2015-12-05 07:15:30 +0100
  • f75a906 Wild-card for the first portion of the error expected by Paul Bonser 2015-12-04 13:27:48 -0600
  • 148326d less picky about dial error, just expect that it says no such host by Paul Bonser 2015-12-04 13:23:36 -0600
  • 8fd7c39 Merge pull request #38 from johnkjellberg/highlight2 by Jérôme Renard 2015-10-31 14:03:55 +0100
  • 0963f93 Add "Highlight" field to "Hit" structure. by John Kjellberg 2015-09-28 13:15:18 +0200
  • 5d24537 Merge pull request #37 from r--w/master by Jérôme Renard 2015-10-12 10:48:18 +0200
  • d2e159d Code formatting by r--w 2015-10-12 09:27:58 +0200
  • b44bb05 Merge pull request #36 from r--w/master by Jérôme Renard 2015-10-11 08:07:22 +0200
  • eaebb27 Fixed missing golang versions and removed tip by Jérôme Renard 2015-10-11 07:51:31 +0200
  • ae25be9 Fixing IndicesExist function by r--w 2015-10-02 14:27:17 +0200
  • aa49572 Fixing IndicesExist function by r--w 2015-10-02 14:20:57 +0200
  • 8fa9ff1 Update index settings API by r--w 2015-10-02 13:59:55 +0200
  • bf0b8b5 Update index settings API - https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-update-settings.html#indices-update-settings by r--w 2015-10-02 13:25:29 +0200
  • add48c5 Merge pull request #32 from pib/test_es_1.7 by Jérôme Renard 2015-07-21 07:25:16 +0200
  • 7414268 Merge pull request #31 from pib/split_run by Jérôme Renard 2015-07-21 07:24:57 +0200
  • 8753601 ElasticSearch 1.7.0 is out, test with that, too by Paul Bonser 2015-07-20 17:12:47 -0500
  • d40cba6 Merge pull request #29 from pib/pointer_response by Jérôme Renard 2015-07-17 06:29:23 +0200
  • f760e32 Split Run into two parts. This will make writing request methods which return different response types simpler. by Paul Bonser 2015-07-14 11:29:04 -0500
  • 3f6bbae Merge branch 'master' of https://github.com/belogik/goes into pointer_response by Paul Bonser 2015-07-14 10:02:38 -0500
  • 673f67d Merge pull request #28 from pib/fix_content_type by Jérôme Renard 2015-07-04 22:04:52 +0200
  • c35de39 Merge pull request #27 from pib/allow_any_jsonable by Jérôme Renard 2015-07-04 22:03:47 +0200
  • 5edfd2e Merge pull request #26 from pib/test_index_status_refresh by Jérôme Renard 2015-07-04 15:41:41 +0200
  • 2f906c9 Different groovy plugin versions depending on ES version by Paul Bonser 2015-06-24 18:44:13 -0500
  • 00b9bbc Use correct comparison brackets by Paul Bonser 2015-06-24 16:27:37 -0500
  • f41e425 Make sure groovy is installed for older ES versions by Paul Bonser 2015-06-24 14:23:04 -0500
  • 06c82c2 Select scripting lang as groovy for older ES versions by Paul Bonser 2015-06-24 13:56:01 -0500
  • 953759d Handle variance in refresh count between ES versions by Paul Bonser 2015-06-24 10:32:01 -0500
  • 51df704 Wrap command in quotes so it is treated as a single command by Paul Bonser 2015-06-24 09:21:06 -0500
  • bf23e36 Enable ES groovy sandbox by Paul Bonser 2015-06-23 18:21:38 -0500
  • c4704e7 Missing dollar sign by Paul Bonser 2015-06-23 17:57:44 -0500