Commit Graph

856 Commits

Author SHA1 Message Date
Chris Allen
0c0d4009fb
Merge pull request #245 from ptillemans/fix_example
Fix error in example code
2019-02-04 09:53:23 -06:00
Michael Xavier
e84bf70350
Merge pull request #249 from 23Skidoo/patch-1
Relax the dependency on http-client.
2019-01-22 14:43:33 -08:00
Mikhail Glushenkov
57fb4898ea
Relax the dependency on http-client.
`bloodhound` compiles against `http-client-0.6.1` and seems to work fine. The only breaking change in the new `http-client` was in the `renderParts` function, but it looks like `bloodhound` code doesn't make use of it.

Would be nice if you could make a Hackage revision too.
2019-01-22 21:02:02 +00:00
Peter Tillemans
28386b04d2 add mapping name when creating template 2018-10-27 11:26:17 +02:00
Chris Allen
2916540264 Merge branch 'master' of github.com:bitemyapp/bloodhound 2018-06-28 08:06:47 -05:00
Chris Allen
3e5220c364 update stack 2018-06-28 08:06:46 -05:00
Michael Xavier
4c743e1082 Add additional changelog for 0.16.0.0 2018-06-22 14:08:05 -07:00
Chris Allen
c71a130f1f
Merge pull request #239 from bitemyapp/bitemyapp/updatable-index-setting-json-iso
Updatable index setting json iso
2018-05-06 14:32:38 -05:00
Chris Allen
adb57773d5
Merge pull request #238 from bitemyapp/bitemyapp/switch-to-semver
Semverification
2018-05-06 14:32:29 -05:00
Chris Allen
088ef73f82 Don't bother parsing JVM version numbers either 2018-05-06 12:51:00 -05:00
Chris Allen
7ba70bff4b Support 8.0 and 8.2 only, support newer ES 1.x only 2018-05-06 12:27:22 -05:00
Chris Allen
ebf7206ae5 Don't attempt to validate VM version numbers 2018-05-06 11:58:08 -05:00
Chris Allen
4b8dcea66a Resized arbitrary instance for UpdatableIndexSetting\' 2018-05-05 17:20:11 -05:00
Chris Allen
b9139e9331 Semverification 2018-05-05 16:48:05 -05:00
Chris Allen
c18318de56 Made EsProtocolException more helpful 2018-05-05 15:54:27 -05:00
Chris Allen
9024fcb590 Bumped stack.yaml 2018-05-05 14:40:42 -05:00
Chris Allen
c20f3034b2 Merge branch 'master' of github.com:bitemyapp/bloodhound 2018-05-05 14:20:57 -05:00
Chris Allen
a9c52fa8ab Bumped stack.yaml 2018-05-05 14:20:56 -05:00
Chris Allen
a6fe919bce
Merge pull request #236 from ahodgen/wildcard
Add wildcard query support
2018-05-04 09:31:14 -05:00
Aaron Hodgen
348b6bc44d Add a test and changelog history. 2018-05-04 09:39:42 -04:00
Aaron Hodgen
ff6abcb534 Add wildcard query support 2018-05-03 13:24:59 -04:00
Chris Allen
5c7caa6f81 Index flushing, echo silence 2018-04-15 20:58:15 -05:00
Chris Allen
2ddaedd05e Merged #230 2018-04-07 17:16:56 -05:00
Chris Allen
380da47cda Elasticsearch not ElasticSearch 2018-04-07 16:27:23 -05:00
Chris Allen
cfc828afba Merged 2018-04-07 16:25:48 -05:00
Chris Allen
e66814c7e3 Remove test verbosity 2018-04-07 16:20:44 -05:00
Chris Allen
80984f2125
Merge pull request #231 from ymyzk/fix-typo
Fix typo: ElasticSearch -> Elasticsearch
2018-03-31 22:40:17 -05:00
Yusuke Miyazaki
ee1b51e4d6 Fix typo: ElasticSearch -> Elasticsearch 2018-04-01 12:28:48 +09:00
Michael Xavier
14379a3c5a V1 refactor building and passing tests now
I may have screwed up the arbitrary, I'm occasionally seeing a massive
quickcheck error on some json roundtrip that clearly does not shrink
properly. Otherwise things are compiling and seem to be working.

I made no real effort to rearrange the massive amounts of code shifted
around into a tidy order. Nobody really cares about V1 anymore so I'm
not too concerned.
2018-03-21 15:37:40 -07:00
Michael Xavier
99788cc992 WIP v1 savepoint
I'm trying out the technique of loading a corresponding V5 module into
GHCi, :browse-ing the exports, explicitly setting those for the V1 and
then pulling definitions out of the old V1 types module. Working well
so far.
2018-03-20 15:47:25 -07:00
Michael Xavier
5b6c05f6ea WIP 2018-03-20 13:43:36 -07:00
Chris Allen
e841fb2dab Fixed test targets in Makefile 2018-03-15 17:46:08 -05:00
Chris Allen
7e178aeb7c Tired of bumping for Aeson upper bounds 2018-03-15 16:50:29 -05:00
Chris Allen
7da94fa17e Copyright notice, if it even matters 2018-03-14 13:45:46 -05:00
Chris Allen
fb8b525112 Double-check that -Wall is enabled for the validation build 2018-03-03 13:40:02 -06:00
Chris Allen
50d015dafa Split out suggest, more cleanup 2018-03-03 13:26:22 -06:00
Chris Allen
5ce22d3a9f Split out Highlight 2018-03-03 13:00:25 -06:00
Chris Allen
38fdbc7049 bouncing .travis.yml 2018-02-16 16:47:36 -06:00
Chris Allen
7e77bfd709 bouncing .travis.yml 2018-02-16 16:43:47 -06:00
Chris Allen
0e7bbcc377 Cleaning up 2018-02-13 17:39:27 -06:00
Chris Allen
df021ca2b3 Cleanup 2018-02-13 17:28:50 -06:00
Chris Allen
c08d951806 Split out Aggregation and sort 2018-02-13 17:06:16 -06:00
Chris Allen
8cc73961cd Colocate instances w/ datatypes 2018-02-13 16:46:51 -06:00
Chris Allen
b8196f51cf purge head, get passing tests 2018-02-13 16:34:15 -06:00
Chris Allen
22ceaff832 remove transformers 2018-02-13 15:53:08 -06:00
Chris Allen
bc0da4a4eb hlint, weeder 2018-02-13 15:47:43 -06:00
Chris Allen
103aac6431 Modularized V5 test suite 2018-02-08 19:34:11 -06:00
Chris Allen
87d539d9d1 Test.Import in test suite other modules 2018-02-08 18:52:55 -06:00
Chris Allen
dc37b65514 Re-expose V1 2018-02-08 18:52:21 -06:00
Chris Allen
53075095ab Cleaned up tests a bit 2018-02-08 18:51:41 -06:00