152 Commits (master)
 

Author SHA1 Message Date
  Jérôme Renard 5d24537714 Merge pull request #37 from r--w/master 8 years ago
  r--w d2e159d767 Code formatting 8 years ago
  Jérôme Renard b44bb059a1 Merge pull request #36 from r--w/master 8 years ago
  Jérôme Renard eaebb27e1a Fixed missing golang versions and removed tip 8 years ago
  r--w ae25be9f6f Fixing IndicesExist function 8 years ago
  r--w aa49572462 Fixing IndicesExist function 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
  Jérôme Renard add48c54e3 Merge pull request #32 from pib/test_es_1.7 8 years ago
  Jérôme Renard 7414268f99 Merge pull request #31 from pib/split_run 8 years ago
  Paul Bonser 87536011d0 ElasticSearch 1.7.0 is out, test with that, too 8 years ago
  Jérôme Renard d40cba666e Merge pull request #29 from pib/pointer_response 8 years ago
  Paul Bonser f760e32967 Split Run into two parts. 8 years ago
  Paul Bonser 3f6bbaec1f Merge branch 'master' of https://github.com/belogik/goes into pointer_response 8 years ago
  Jérôme Renard 673f67dbdb Merge pull request #28 from pib/fix_content_type 8 years ago
  Jérôme Renard c35de39565 Merge pull request #27 from pib/allow_any_jsonable 8 years ago
  Jérôme Renard 5edfd2e653 Merge pull request #26 from pib/test_index_status_refresh 8 years ago
  Paul Bonser 2f906c980e Different groovy plugin versions depending on ES version 8 years ago
  Paul Bonser 00b9bbc858 Use correct comparison brackets 8 years ago
  Paul Bonser f41e425728 Make sure groovy is installed for older ES versions 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 51df70436b Wrap command in quotes so it is treated as a single command 8 years ago
  Paul Bonser bf23e36aa2 Enable ES groovy sandbox 8 years ago
  Paul Bonser c4704e7261 Missing dollar sign 8 years ago
  Paul Bonser 538861b257 Update ES and Go versions in the matrix 8 years ago
  Paul Bonser fd0653ffa9 Update tests to handle *Response rather than Response 8 years ago
  Paul Bonser e46905c0b4 Return *Response instead of Response so response data is not copied on return 8 years ago
  Paul Bonser 2372cfaf30 Set content-type to application/json, since that's what is being passed to ElasticSearch 8 years ago
  Paul Bonser 7a434d562f Call _refresh to ensure index is refreshed before getting the status 8 years ago
  Paul Bonser 58075eeb35 Use interface{} so any JSON-encodable value can be passed in 8 years ago
  Jérôme Renard 86be27b627 Merge pull request #23 from marinbek/master 9 years ago
  Marin Bek 906234e920 install gocheck on travis 9 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
  Jérôme Renard 475a722fea Merge pull request #22 from sasbury/master 9 years ago
  Stephen Asbury 21ab94d0ca count: support for count requests 9 years ago
  Jérôme Renard cc93e7ac2c Merge pull request #21 from marinbek/master 9 years ago
  Marin Bek 1d1ad4d447 DeleteMapping implementation 9 years ago
  Jérôme Renard 264c997862 Merge pull request #20 from r--w/master 9 years ago
  r--w 6b8090a19d Optimize API 9 years ago
  Jérôme Renard 63cef24bc9 Merge pull request #19 from marinbek/master 9 years ago
  Marin Bek 6c041327be Only set Id on document if it was given 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