Commit Graph

773 Commits

Author SHA1 Message Date
Chris Allen
93ee1846b6 un-vendor quickcheck-arbitrary-template 2018-02-06 22:09:03 -06:00
Chris Allen
dd63d9c382 Fixed bulk tests 2018-02-06 22:05:48 -06:00
Chris Allen
38ca931dd9 Test suite rewrite 2018-02-06 21:32:20 -06:00
Chris Allen
d4a4764093 Cleanup, other modules 2018-01-30 18:11:01 -06:00
Chris Allen
9d9ba1d628 Restructuring modules, ripping out Generic 2018-01-30 18:02:29 -06:00
Michael Xavier
a4975b9e66 Cut 0.15.0.2 release 2018-01-29 13:30:28 -08:00
Michael Xavier
bc6cb4ca5e
Merge pull request #221 from bitemyapp/http-types-0-12
Allow http-types-0.12
2018-01-29 13:23:49 -08:00
Michael Xavier
26ec12bd05 Add explicit http-types-0.12 to default stack yaml 2018-01-29 10:15:09 -08:00
Michael Xavier
e5a767d64c Allow http-types-0.12
I tested this locally, but I'm not really sure its the right thing to
put http-types in the default stack.yaml

This is for https://github.com/fpco/stackage/issues/3232 which blocks
us in katip-elasticsearch downstream
2018-01-29 09:51:38 -08:00
Chris Allen
dfae4ab3da http-types-0.11, removed spurious oPath 2018-01-25 12:41:14 -06:00
Chris Allen
35f1de13e3 V1 ditto 2017-12-24 14:00:08 -06:00
Chris Allen
62959bcbfe Fixing missing Arbitrary instance for NonEmpty 2017-12-24 13:34:55 -06:00
Chris Allen
5986918008 Should fix 8.0 build 2017-12-24 13:23:08 -06:00
Chris Allen
ef1e61ef86 Upgrade Stack to 1.6.1 as cassava was pointlessly broken 2017-12-21 00:16:36 -06:00
Chris Allen
872043e6e2 Breaking out 8.0 and 8.2 separately 2017-12-20 23:54:59 -06:00
Chris Allen
19ec95d9a0 Default to 8.2.2 and LTS 10.0 2017-12-20 22:39:20 -06:00
Chris Allen
ce723c2089
Merge pull request #216 from andrewthad/best_compression
add ability to change compression codec. This allows us to use DEFLATE instead of lz4.
2017-12-05 14:14:37 -06:00
Andrew Martin
b488c45217 add tests for compression 2017-12-05 14:14:30 -05:00
Chris Allen
1e14794f5c
Merge pull request #178 from flip111/patch-1
update docs about DocId
2017-12-05 13:02:33 -06:00
Andrew Martin
142e864fb1 add ability to change compression codec. This allows us to use DEFLATE instead of lz4.
document what compression will actually be used
2017-12-05 14:01:59 -05:00
Chris Allen
07f6bc5493
Merge pull request #212 from andrewthad/match_query_minimum_should_match
add minimum_should_match to MatchQuery
2017-12-05 13:01:02 -06:00
Chris Allen
9092939db2
Merge pull request #209 from andrewthad/analysis_setting
Support analyzer with custom tokenizer, only ngram for now. Also, add…
2017-12-05 12:52:15 -06:00
Chris Allen
c49fa3db83
Merge pull request #215 from chessai/master
bump http-types
2017-11-24 20:16:56 -06:00
chessai
a670bef26c bump http-types 2017-11-23 20:52:55 -05:00
Andrew Martin
f8dd60747e add minimum_should_match to MatchQuery 2017-10-10 12:47:15 -04:00
Andrew Martin
296f164df5 Support analyzer with custom tokenizer, only ngram for now. Also, add a function for defining index settings when the index is created since the analysis setting cannot be updated dynamically without closing the index. 2017-10-10 09:24:19 -04:00
Michael Xavier
f183995a4b Add test files to extra source files
This gets us around a package check error as both V1 and V5 aren't
selected when the package is built. This ensures that both suites are
included regardless.
2017-09-15 10:04:35 -07:00
Michael Xavier
331965128c Merge pull request #208 from bitemyapp/0.15-release
Prepare 0.15 release
2017-09-15 09:37:39 -07:00
Michael Xavier
a96c8b70f1 Prepare 0.15 release
PR to follow
2017-09-14 16:06:09 -07:00
Chris Allen
ab6e3383c1 Merge pull request #196 from chrissound/master
Add missing import
2017-08-30 17:22:32 -05:00
Chris Allen
8192af8619 Merge pull request #203 from andrewthad/total_fields_limit
added maximum mapping size
2017-08-30 17:21:58 -05:00
Chris Allen
ac096ce023 Merge pull request #201 from andrewthad/bulk_create_encoding
bulk create encoding
2017-08-30 17:21:51 -05:00
Chris Allen
a49fd8e355 Merge pull request #200 from andrewthad/delete_alias
add function for deleting alias
2017-08-30 17:21:43 -05:00
Andrew Martin
6e8081751b add test for deleting alias 2017-08-23 16:01:22 -04:00
Andrew Martin
2a44ce463e add test for bulk create encoding 2017-08-23 15:37:42 -04:00
Andrew Martin
f5129507d9 add test for setting mapping fields limit 2017-08-23 14:58:32 -04:00
Chris Allen
b879d5fc1d Merge pull request #204 from jagare/examples-location
Use Types.LatLon for location
2017-08-11 13:30:32 -05:00
Chris Allen
4aea5020e3 Merge pull request #207 from jagare/examples_readme
Run instructions in examples README
2017-08-10 13:28:24 -05:00
Chris Allen
bf1b373a23 Typo 2017-08-10 13:28:18 -05:00
Chris Allen
b0862f2560 Merge pull request #206 from jagare/test_default_es5
ES5 default for tests
2017-08-10 10:15:50 -05:00
Lars Jägare
55901df202 Run instructions in examples README 2017-08-10 15:16:39 +02:00
Lars Jägare
e10e55db66 ES5 default for tests 2017-08-10 14:28:46 +02:00
Lars Jägare
b3c602d83e Use Types.LatLon for location 2017-08-10 11:07:45 +02:00
Andrew Martin
a7deed6a82 added maximum mapping size 2017-08-07 13:30:47 -04:00
Andrew Martin
087ecbc7ab bulk create encoding 2017-08-07 11:58:56 -04:00
Chris Allen
e34d30285b Fix V5 content-type header warning 2017-08-03 22:35:32 -05:00
Chris Allen
1ef8115292 Merge branch 'master' of github.com:bitemyapp/bloodhound 2017-08-03 21:27:45 -05:00
Chris Allen
3336db4f69 mod-build 2017-08-03 21:27:44 -05:00
Chris Stryczynski
25e37e2a8a Add missing import 2017-07-22 22:46:12 +01:00
Chris Allen
560a55ab7f Merge pull request #183 from 23Skidoo/ghc-8.2
Bump dependencies to support GHC 8.2
2017-07-17 11:49:23 -05:00