Commit Graph

553 Commits

Author SHA1 Message Date
Michael Xavier
ac5d6f6827 Use IndexSelection for snapshot/restore
In the future, IndexSelection can fully support multi-index syntax, so
we should have any API that supports that syntax using IndexSelection so
it gets upgrades for free.
2016-07-25 09:30:51 -07:00
Michael Xavier
ec2bfeb793 Merge branch 'http-client-0.4' into snapshot-restore 2016-07-21 16:04:37 -07:00
Michael Xavier
7d19a19f90 Set minimum lower bound on http-client
There were either some functions removed in the http-client 0.4 line or
ones added in 0.5 but after binary searching the version range, 0.4.30
seems to be the magic number where everything compiles and the tests
pass without having to do any CPP or worse.
2016-07-21 16:03:17 -07:00
Michael Xavier
42040f8318 Wrap up feature 2016-07-21 10:35:09 -07:00
Michael Xavier
a451b84b8d Test restore API 2016-07-21 09:26:31 -07:00
Michael Xavier
051a15ec05 WIP testing restore API 2016-07-20 16:47:07 -07:00
Michael Xavier
841dfa7079 Add and test snapshot apis 2016-07-20 15:28:21 -07:00
Michael Xavier
abb7052f57 Tests passing with snapshots repo API 2016-07-20 10:58:21 -07:00
Michael Xavier
06819a6b44 WIP snapshot-restore API
Snapshots API partly implemented. First trivial test case is passing.

This could get tricky as our test suite spans many versions. For
instance, 1.7 is when patterns got introduced.
2016-07-19 16:15:17 -07:00
Chris Allen
26d4e547dd Merge pull request #123 from Soostone/zero-replicacount
Support replica count of 0
2016-07-08 12:42:34 -05:00
Michael Xavier
6fe1347e24 Support replica count of 0
I can see why the smart constructor for shard count has a minimum of 0
but a replica count of 0 is totally valid.
2016-07-08 09:42:15 -07:00
Chris Allen
584ffcff59 Fixing CI for 7.8 2016-07-06 15:43:19 -05:00
Chris Allen
54a18a4f12 upload command 2016-07-06 15:36:19 -05:00
Chris Allen
0403b19a44 http-client-0.5.0 support 2016-07-06 15:33:39 -05:00
Chris Allen
e4ff3e4728 Merge pull request #87 from MailOnline/read-instances
Add Read instances
2016-05-26 13:26:58 -06:00
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