Commit Graph

588 Commits

Author SHA1 Message Date
Dmitry Dzhus
4553454fa7 TimeInterval Read/Show instances now roundtrip
λ> let read_show_roundtrip a = ((read . show) (a :: TimeInterval) == a)
    λ> :t read_show_roundtrip
    read_show_roundtrip :: TimeInterval -> Bool
    λ> quickCheck read_show_roundtrip
    +++ OK, passed 100 tests.
2016-05-26 11:33:21 +01:00
Dmitry Dzhus
ca21210639 Add Read instances 2016-05-26 11:33:21 +01:00
Chris Allen
ca7a5957df Merge pull request #117 from MaxGabriel/patch-1
Fix Haddocks italicizing forward slashes
2016-04-17 18:12:21 -05:00
Maximilian Tagher
2533b2dc2e Fix Haddocks italicizing forward slashes 2016-04-17 15:34:06 -07:00
Chris Allen
a128b3d789 changelog 2016-03-03 12:30:23 -06:00
Chris Allen
c8787fa74a new version 2016-03-03 12:20:50 -06:00
Chris Allen
4de2606f64 need void 0.7.1 2016-03-03 02:48:53 -06:00
Chris Allen
32eada1dfb 7.8 needs tagged 2016-03-03 02:28:38 -06:00
Chris Allen
ced128869b stack 7.8 fixery 2016-03-03 02:01:31 -06:00
Chris Allen
c9b16f8f5c herp derp update the other stack yaml too 2016-03-03 01:44:02 -06:00
Chris Allen
9c4fc5dab9 Merge branch 'master' of github.com:bitemyapp/bloodhound 2016-03-03 01:07:44 -06:00
Chris Allen
1fae7d4ccb stack update 2016-03-03 01:07:43 -06:00
Chris Allen
523e9be2a9 Merge pull request #112 from Soostone/list-indices
Add list indices feature
2016-03-02 17:27:13 -06:00
Michael Xavier
afd2358181 Add list indices feature 2016-03-02 11:32:44 -08:00
Chris Allen
dc49132054 blah fuck wtf 2016-03-01 12:57:09 -06:00
Chris Allen
81eef68645 Merge branch 'master' of github.com:bitemyapp/bloodhound 2016-02-28 21:00:56 -06:00
Chris Allen
f35ea3d6eb lets do this 2016-02-28 21:00:52 -06:00
Chris Allen
89e3b2a3a3 ignore stack work 2016-02-28 12:17:37 -06:00
Chris Allen
f64c6be319 Merge pull request #108 from ReadmeCritic/master
Update README URLs based on HTTP redirects
2016-02-10 12:57:51 -06:00
ReadmeCritic
1c409bd0ff Update README URLs based on HTTP redirects 2016-02-10 06:56:40 -08:00
Chris Allen
6126d006bb Merge pull request #105 from MHova/missing-result
Add helper data types and functions for Missing Aggregations
2016-02-06 17:10:56 -06:00
Chris Allen
c2ebd666d2 Merge pull request #106 from MHova/update-test-readme
Update README
2016-02-04 17:19:33 -06:00
MHova
08c7cb3b8e Remove unused ServerVersions 2016-02-04 14:48:16 -08:00
MHova
714dbd9ce3 Update readme to reflect actual TravisCI ElasticSaerch versions 2016-02-04 14:43:16 -08:00
MHova
b966b12def Refactor: DRY aggregation result parsing 2016-02-03 17:32:02 -08:00
MHova
6e1e445c4f Add support for parsing the results of Missing Aggregations 2016-02-03 17:22:26 -08:00
Chris Allen
2571bb548c Merge pull request #104 from MHova/export-bucketvalue
Doh, need to export BucketValue
2016-02-03 16:20:50 -06:00
MHova
cfb8eec2ad Doh, need to export BucketValue 2016-02-03 13:08:58 -08:00
Chris Allen
735da16418 Merge pull request #102 from MHova/testing-instructions
Add local testing instructions to README
2016-02-03 02:25:03 -06:00
MHova
674924ab62 Add local testing instructions 2016-02-02 22:25:20 -08:00
Chris Allen
27c29236d8 Merge pull request #94 from Soostone/optimize
Implement index optimization
2016-02-03 00:05:01 -06:00
Chris Allen
bfb4adf85a Merge pull request #96 from MHova/fix-advancescroll-docs
Fix docs specifying an incorrect terminating condition
2016-02-03 00:04:45 -06:00
Chris Allen
afc5928c1e Merge pull request #89 from MHova/issue-88
Support Bool and Numeric keys in TermsResults
2016-02-02 23:47:11 -06:00
Chris Allen
d82fabeea1 Merge pull request #100 from MHova/99-missing-aggregation
Add Missing Aggregation support
2016-02-02 23:22:20 -06:00
MHova
9d07301e3f Add test for Missing Aggregation 2016-02-02 16:32:38 -08:00
MHova
1c4d40364d Add Missing Aggregation support 2016-02-02 08:41:41 -08:00
Chris Allen
2096c3bdbc Merge pull request #98 from MHova/97-esprotocolexception-docs
no-op: improve EsProtocolException docs around PEBKAC errors
2016-01-31 16:11:07 -06:00
MHova
fad5f624d2 no-op: improve EsProtocolException docs around PEBKAC errors 2016-01-31 10:45:50 -08:00
MHova
45efac78a0 Update README to warn about 2.0 compatibility 2016-01-28 15:15:31 -08:00
MHova
77d026e491 Fix docs specifying an incorrect terminating condition
https://github.com/bitemyapp/bloodhound/issues/95
2016-01-28 09:12:12 -08:00
Michael Xavier
1889edd4b4 Implement index optimization 2016-01-27 10:43:53 -08:00
Chris Allen
c115b8986b Merge pull request #93 from bitemyapp/90-markdown-bugs
90 markdown bugs
2016-01-24 22:50:01 -06:00
Michael Xavier
3e4bea4269 Fix mangled by converting tildes in org mode 2016-01-24 12:37:37 -08:00
Chris Allen
194582d58f Merge pull request #91 from Soostone/request-hook
make respIsTwoHunna more semantic
2016-01-21 19:49:39 -06:00
Michael Xavier
b389fc567b make respIsTwoHunna more semantic
This is actually the cause of a bug in real code. If you happen to be
using parseEsResponse (which uses respIsTwoHunna) to parse the result of
certain operations such as creating an index, those operations return a
201 and unjustly are deemed to be a failure. I will not disclose how
long this took me to figure out the true cause ;)
2016-01-21 17:22:19 -08:00
MHova
193c50af9d Revert to original TermsResult FromJSON instance
For the sake of changing as little as possible
2016-01-21 11:04:47 -05:00
MHova
8f0a40ced2 Retain specific key data type in BucketAggregation 2016-01-21 11:04:47 -05:00
MHova
cba1a574c3 Move disparate termKey types out of TermsResult and into own type 2016-01-21 11:04:46 -05:00
Michael Xavier
ccb32015ff Remove errant "haskell" tokens from readme 2016-01-20 19:02:09 -08:00
MHova
cbb9531377 Support Bool and Numeric keys in TermsResults 2016-01-20 19:12:09 -05:00