Commit Graph

811 Commits

Author SHA1 Message Date
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
Chris Allen
c64536c39c Merged token filters work 2018-02-08 18:18:47 -06:00
Chris Allen
5291b3a969 Allow 6.1.3 to fail for now 2018-02-08 18:01:15 -06:00
Chris Allen
f91547d894 Token filters, direct generators 2018-02-08 18:00:44 -06:00
Chris Allen
3cb59072fe
Merge pull request #224 from andrewthad/search_indices
add command for searching multiple indices
2018-02-08 17:58:55 -06:00
Chris Allen
b161cadd2e
Merge pull request #219 from andrewthad/basic_token_filter
Add support for token filters
2018-02-08 17:56:32 -06:00
Chris Allen
c09b4e06c7 Merged with master, direct generators 2018-02-08 17:53:20 -06:00
Chris Allen
be83a91700
Merge pull request #218 from bermanjosh/directGenerators
Direct Generators support
2018-02-08 17:42:45 -06:00
Chris Allen
f022a5249c
Merge branch 'master' into directGenerators 2018-02-08 17:41:46 -06:00
Chris Allen
a5da6054d7 Reorganized, added changelog, bumped version 2018-02-08 17:40:38 -06:00
Chris Allen
4cc75a0d98 Auto id integration for the module reorg 2018-02-08 17:29:52 -06:00
Chris Allen
f7d31499d5 Merge branch 'faster-compile-script-merge' into we-need-faster-compile 2018-02-08 17:01:52 -06:00
Chris Allen
f37754da3d 7.10 and 7.8 dependencies 2018-02-08 16:46:33 -06:00
Chris Allen
94bf2e4835 Added a test for the script field 2018-02-08 16:42:02 -06:00
Chris Allen
23dee6617a Merged script work, fixed Travis and old deps 2018-02-08 16:22:35 -06:00
Andrew Martin
c86b5195cd add command for searching multiple indices 2018-02-08 16:18:29 -05:00
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
3be3d8fda3 Newer versions of Elasticsearch in the test matrix 2018-02-06 21:33:11 -06:00
Chris Allen
38ca931dd9 Test suite rewrite 2018-02-06 21:32:20 -06:00
Michael Xavier
b6f5b56d7b Use JSON format for parsing indices
This is for #220
2018-01-31 19:16:35 -08: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
Josh Berman
ecabdbe094 merge with upstream master 2017-12-25 07:40:23 +02: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
Josh Berman
ea32ac5332 old GHC tests compat 2017-12-24 13:18:11 +02:00
Josh Berman
1454d6933e add V1 support, fix tests 2017-12-24 12:58:31 +02:00
Josh Berman
7f00743ad7 Merge remote-tracking branch 'upstream/master' into directGenerators 2017-12-24 11:41:44 +02: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
Andrew Martin
51e59fdfd8 make it possible to omit a language for lowercase and uppercase token filters 2017-12-19 20:08:43 -05:00
Andrew Martin
7fce32ab3b Add support for token filters. The supported filters
include: lowercase, uppercase, shingle, snowball,
apostrophe, and reverse. This commit also adds tests
for all of these.
2017-12-19 19:32:54 -05:00
Josh Berman
2f94607c24 remove Test file from repo 2017-12-13 12:15:01 +02:00
Josh Berman
78424a035c export mkDirectGenerators 2017-12-11 16:49:40 +02:00
Josh Berman
383eb7e403 Change type of 'candidateGenerator' to just be a list. 2017-12-11 15:24:20 +02:00
Josh Berman
8272db68e4 Actually include some modified files in the commit 2017-12-11 14:36:16 +02:00
Josh Berman
624b07bfb8 Merge branch 'master' into directGenerators 2017-12-11 14:05:16 +02:00
Josh Berman
7e292e28b9 Add types for 'directGenerators', tests pass 2017-12-11 13:56:20 +02:00