122 Révisions (af88487cbf3f37aa66056d03af8676fb1d208d65)
 

Auteur SHA1 Message Date
  Paul Bonser af88487cbf Make ginkgo build from vendor dir work il y a 7 ans
  Paul Bonser d2dac441cb figure out what dir we are in il y a 7 ans
  Paul Bonser 5acff13ac5 Just build ginkgo into vendor/bin and use that il y a 7 ans
  Paul Bonser 2bd116556b Just use go get in the travis config to ensure ginkgo is installed il y a 7 ans
  Paul Bonser c83171bffe ensure go vendoring is enabled before running go install il y a 7 ans
  Paul Bonser 45269de7cc Make sure ginkgo gets installed il y a 7 ans
  Paul Bonser 3f0875ed66 make all request fields exported so custom requests can be done il y a 7 ans
  Paul Bonser c79b7c2b36 Add ginkgo for testing il y a 7 ans
  Paul Bonser 9f7a8396bb Update code to match Go style guide il y a 7 ans
  Paul Bonser 3d78bba218 Add go 1.7, drop older versions of ES il y a 7 ans
  Paul Bonser a018ac0716 Rename Connection to Client il y a 7 ans
  Paul Bonser 167d78773c Merge pull request #4 from OwnLocal/use_glide il y a 8 ans
  Paul Bonser 5fd6aac546 Add glide config and set up tests to use glide il y a 8 ans
  Paul Bonser 214c987e11 Update README with warning on breaking changes il y a 8 ans
  Paul Bonser 6c9647b81c Point the test import to the proper repo il y a 8 ans
  Jérôme Renard 23413ed12a Merge pull request #41 from pib/1_5_fix il y a 8 ans
  Paul Bonser f75a906714 Wild-card for the first portion of the error expected il y a 8 ans
  Paul Bonser 148326d59c less picky about dial error, just expect that it says no such host il y a 8 ans
  Jérôme Renard 8fd7c39685 Merge pull request #38 from johnkjellberg/highlight2 il y a 8 ans
  John Kjellberg 0963f937ac Add "Highlight" field to "Hit" structure. il y a 8 ans
  Jérôme Renard 5d24537714 Merge pull request #37 from r--w/master il y a 8 ans
  r--w d2e159d767 Code formatting il y a 8 ans
  Jérôme Renard b44bb059a1 Merge pull request #36 from r--w/master il y a 8 ans
  Jérôme Renard eaebb27e1a Fixed missing golang versions and removed tip il y a 8 ans
  r--w ae25be9f6f Fixing IndicesExist function il y a 8 ans
  r--w aa49572462 Fixing IndicesExist function il y a 8 ans
  r--w 8fa9ff1c53 Update index settings API il y a 8 ans
  r--w bf0b8b5bc8 Update index settings API - https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-update-settings.html#indices-update-settings il y a 8 ans
  Jérôme Renard add48c54e3 Merge pull request #32 from pib/test_es_1.7 il y a 9 ans
  Jérôme Renard 7414268f99 Merge pull request #31 from pib/split_run il y a 9 ans
  Paul Bonser 87536011d0 ElasticSearch 1.7.0 is out, test with that, too il y a 9 ans
  Jérôme Renard d40cba666e Merge pull request #29 from pib/pointer_response il y a 9 ans
  Paul Bonser f760e32967 Split Run into two parts. il y a 9 ans
  Paul Bonser 3f6bbaec1f Merge branch 'master' of https://github.com/belogik/goes into pointer_response il y a 9 ans
  Jérôme Renard 673f67dbdb Merge pull request #28 from pib/fix_content_type il y a 9 ans
  Jérôme Renard c35de39565 Merge pull request #27 from pib/allow_any_jsonable il y a 9 ans
  Jérôme Renard 5edfd2e653 Merge pull request #26 from pib/test_index_status_refresh il y a 9 ans
  Paul Bonser 2f906c980e Different groovy plugin versions depending on ES version il y a 9 ans
  Paul Bonser 00b9bbc858 Use correct comparison brackets il y a 9 ans
  Paul Bonser f41e425728 Make sure groovy is installed for older ES versions il y a 9 ans
  Paul Bonser 06c82c2420 Select scripting lang as groovy for older ES versions il y a 9 ans
  Paul Bonser 953759da48 Handle variance in refresh count between ES versions il y a 9 ans
  Paul Bonser 51df70436b Wrap command in quotes so it is treated as a single command il y a 9 ans
  Paul Bonser bf23e36aa2 Enable ES groovy sandbox il y a 9 ans
  Paul Bonser c4704e7261 Missing dollar sign il y a 9 ans
  Paul Bonser 538861b257 Update ES and Go versions in the matrix il y a 9 ans
  Paul Bonser fd0653ffa9 Update tests to handle *Response rather than Response il y a 9 ans
  Paul Bonser e46905c0b4 Return *Response instead of Response so response data is not copied on return il y a 9 ans
  Paul Bonser 2372cfaf30 Set content-type to application/json, since that's what is being passed to ElasticSearch il y a 9 ans
  Paul Bonser 7a434d562f Call _refresh to ensure index is refreshed before getting the status il y a 9 ans