69 Commits (master)

Author SHA1 Message Date
  余 欣怀 89c18a567f 更新测试用例 1 year ago
  Paul Bonser 42e5dfaa73 Remove leftover debug print 7 years ago
  Paul Bonser 167e20d669 Make sure we delete those test indexes, even on failure 7 years ago
  Paul Bonser 782ceb74a5 Be a bit more flexible with error messages 7 years ago
  Paul Bonser 49e38a74a2 Status endpoint is gone from 2.0 on 7 years ago
  Paul Bonser 6c0739bec7 More TTL and shard zeroing 7 years ago
  Paul Bonser 4b35e6f0cf Fix up for 5.x, not really sure why ttl was set in the first place 7 years ago
  Paul Bonser 19c83bfeff fields no longer supported in 5.x 7 years ago
  Paul Bonser 7ee055cb7d Delete mapping is no longer supported in 2.x+ versions of ES 7 years ago
  Paul Bonser 28784db09c Be more general about error to support ES 5.x 7 years ago
  Paul Bonser a9196feea3 Use DeleteByQuery in test 7 years ago
  Paul Bonser 2bb228813f Clear expected shards since that varies between versions 7 years ago
  Paul Bonser b04496cc3e Add mapping so aggregation works in ES 5.x 7 years ago
  Paul Bonser 6492f3a5e3 Make Client.Scan work with ES 5.x 7 years ago
  Paul Bonser f9192a7ca8 Build in a way to detect the ES version so it can be used for version-specific things 7 years ago
  Paul Bonser f5716dce83 Some 5.x query changes 7 years ago
  Paul Bonser a1af556756 Zero out some fields which may vary between ES versions 7 years ago
  Paul Bonser e89f41828e Remove commented out code 7 years ago
  Paul Bonser db565276fc Provide a way of making external request builders, separate generationg of requests from sending of requests 7 years ago
  Paul Bonser 3f0875ed66 make all request fields exported so custom requests can be done 7 years ago
  Paul Bonser 9f7a8396bb Update code to match Go style guide 7 years ago
  Paul Bonser a018ac0716 Rename Connection to Client 7 years ago
  Paul Bonser 5fd6aac546 Add glide config and set up tests to use glide 7 years ago
  Paul Bonser f75a906714 Wild-card for the first portion of the error expected 8 years ago
  Paul Bonser 148326d59c less picky about dial error, just expect that it says no such host 8 years ago
  r--w 8fa9ff1c53 Update index settings API 8 years ago
  r--w bf0b8b5bc8 Update index settings API - https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-update-settings.html#indices-update-settings 8 years ago
  Paul Bonser f760e32967 Split Run into two parts. 8 years ago
  Paul Bonser 06c82c2420 Select scripting lang as groovy for older ES versions 8 years ago
  Paul Bonser 953759da48 Handle variance in refresh count between ES versions 8 years ago
  Paul Bonser fd0653ffa9 Update tests to handle *Response rather than Response 8 years ago
  Paul Bonser 7a434d562f Call _refresh to ensure index is refreshed before getting the status 8 years ago
  Marin Bek 5e4a4d663a AliasExists implementation 9 years ago
  Marin Bek aedb5f6b85 Delete index before test, just in case 9 years ago
  Marin Bek f6ba59e55a RemoveAlias implementation, reusing code 9 years ago
  Marin Bek 13bf94fc2e New gocheck location 9 years ago
  Marin Bek 121db02e3d AddAlias implementation 9 years ago
  Stephen Asbury 21ab94d0ca count: support for count requests 9 years ago
  Marin Bek 1d1ad4d447 DeleteMapping implementation 9 years ago
  r--w 6b8090a19d Optimize API 9 years ago
  Marin Bek 4c9459a02b Use slices instead of variadic function 9 years ago
  Marin Bek 1453d3c31c Give ES some time to work in tests 9 years ago
  Marin Bek 08d26b69e0 GetMapping implementation 9 years ago
  Marin Bek 589282a189 Unmarshal whole response into Raw field on Response for APIs that return fully dynamic format, like _mapping 9 years ago
  Marin Bek 36f0db102e Update test 9 years ago
  Marin Bek 92d2eb17fa Test IndicesExist 9 years ago
  Marin Bek f8e5a2a433 Support for PutMapping API 9 years ago
  r--w 0936751f04 bulk indexing update 9 years ago
  James Wu 697ad42b43 Fix test: replace _all index with the right index name used in test. 9 years ago
  Stephen Asbury 5a12eb4b68 Support for running a _query with an http method 9 years ago