Граф коммитов

372 Коммитов

Автор SHA1 Сообщение Дата
Justin Fudally 7b2b210518 Add TimeRemaining() function to the ShardRecovery struct to provide an estimated remaining time left to recovery. 2019-04-02 15:07:56 -05:00
Nick Canzoneri 53a0d01d38
Merge pull request #48 from marctc/fix_finished_date
Fix incorrect duration and end time when snapshot is in progress (#35)
2019-04-02 09:35:24 -04:00
Marc Tuduri 3c328972ed Fix incorrect duration and end time when snapshot is in progress (#35) 2019-04-01 14:35:39 +02:00
Justin Fudally c6006f8a18 Add new vendor deps 2019-03-29 16:27:57 -05:00
Justin Fudally 7184679217 Add the ability to query shard recovery details 2019-03-29 16:20:33 -05:00
Nick Canzoneri 22f85c9626
Merge pull request #46 from github/shards_refactor
Refactor `GetShards` command
2019-03-28 11:03:07 -04:00
Nick Canzoneri 25a989484e
Merge branch 'master' into shards_refactor 2019-03-27 12:31:40 -04:00
Nick Canzoneri 5f9d345aa8
Revert "Add benchmark tests for getting shards"
This reverts commit 31f7ad5787.
2019-03-27 12:28:14 -04:00
Nick Canzoneri ea4b884c18
Refactor GetShards command 2019-03-27 12:28:04 -04:00
Nick Canzoneri 31f7ad5787
Add benchmark tests for getting shards 2019-03-27 12:26:08 -04:00
Nick Canzoneri 3f8a33775c
Merge pull request #44 from sharkyze/modify_aliases
add/delete/update cluster aliases
2019-03-25 10:07:18 -04:00
samir elsharkawy 3d5159d9e5 add/delete/update cluster aliases 2019-03-22 23:18:01 +01:00
Justin Fudally cc4251903d
Merge pull request #43 from github/add-shard-overlap
Add shard overlap
2019-03-22 13:35:30 -05:00
Justin Fudally 9e336588f6
Merge branch 'master' into add-shard-overlap 2019-03-22 13:14:20 -05:00
Justin Fudally bb10d71f7a Update key names to follow new pattern of <index>_<shard> 2019-03-22 12:43:08 -05:00
Justin Fudally 045b478176 Take shard state into account to make sure we properly account for non-STARTED shards
Take shard state into account to make sure we properly account for non-STARTED shards

Take shard state into account to make sure we properly account for non-STARTED shards

Take shard state into account to make sure we properly account for non-STARTED shards

Add/modify test cases to account for additional scenarios

Add/modify test cases to account for additional scenarios
2019-03-21 18:28:49 -05:00
Nick Canzoneri e647061473
Merge pull request #40 from sharkyze/list_aliases
List aliases
2019-03-21 14:20:32 -04:00
samir elsharkawy cd9604dd17 list cluster aliases 2019-03-21 17:10:55 +01:00
Justin Fudally 198d484367 Merge branch 'master' into add-shard-overlap 2019-03-21 09:48:48 -05:00
Justin Fudally a57b0f4d86 Add GetShardOverlap integration test 2019-03-21 09:48:21 -05:00
Nick Canzoneri 7d01583213
Merge pull request #42 from github/fix-lint-panic
PR to fix issue #41 with panics on typechecking
2019-03-21 10:09:20 -04:00
Nick Canzoneri 6a0215f9ec
Merge pull request #39 from sharkyze/read_auth_from_conf
read auth info from config file and cli arguments
2019-03-21 10:07:13 -04:00
samir elsharkawy cc98079690 read auth info from config file and cli 2019-03-21 12:53:18 +01:00
Justin Fudally 860e04f8ce Add GetShardOverlap unit test 2019-03-20 19:30:01 -05:00
Justin Fudally b7482e963d Add GetShardOverlap to pull general overlap stats for a given set of cluster nodes. 2019-03-20 19:26:23 -05:00
Justin Fudally 81e197d82d Upgrade golangci-lint to latest version 1.15.0, and include go v1.12.x in travis tests 2019-03-20 18:54:31 -05:00
Justin Fudally 1216606bb9
Merge pull request #38 from github/add-get-shards
Add get shards
2019-03-20 18:30:07 -05:00
Justin Fudally 797444396e Update readme to include the shards command in usage output 2019-03-20 11:26:34 -05:00
Justin Fudally 558f90fd7f Add unit & integration tests for GetShards 2019-03-20 11:04:05 -05:00
Justin Fudally bcc0da9171 Add GetShards to dump shard info from the _cat/shards API 2019-03-20 11:01:38 -05:00
Justin Fudally 47a5d571ef Add shards command to interact with shard related APIs 2019-03-20 10:38:39 -05:00
Justin Fudally 6dc48b52c0 Add Goland specific config 2019-03-19 11:22:15 -05:00
Nick Canzoneri c7adc1365b
Merge pull request #37 from fabriceclementz/master
Fix typo in cmd long description
2019-03-18 10:20:32 -04:00
Fabrice Clementz 7370e0ef72 Fix typo in cmd long description 2019-03-15 22:39:30 +01:00
Nick Canzoneri 7af4109d4e
Merge pull request #34 from apaz037/feature/issue-32
fixed NewClient with no port / port value of 0
2019-03-05 16:09:08 -05:00
Aaron Paz 32851829b7 fixed NewClient with no port / port value of 0 2019-03-05 12:40:05 -08:00
Nick Canzoneri cc6cb8c364
Merge pull request #33 from apaz037/feature/issue-32
adding support for elasticsearch domains behind loadbalancers
2019-03-05 13:44:44 -05:00
Aaron Paz c262415bb3 adding support for elasticsearch domains behind loadbalancers 2019-03-05 10:33:41 -08:00
Nick Canzoneri caf82a4291
Merge pull request #31 from blackillzone/master
Fix a small typo in README's release badge
2019-03-05 12:43:19 -05:00
Florian Dhaussy 7b899ade97
Fix a small typo in README's release badge 2019-03-05 18:14:00 +01:00
Nick Canzoneri c3cebd465a
Update roadmap document 2019-02-28 11:09:43 -05:00
Nick Canzoneri 0ddc3771d3
Merge pull request #30 from github/add_integration_tests_to_cover_new_endpoints
Add additional integration tests
2019-02-28 10:50:39 -05:00
Nick Canzoneri 752accb2a9
Add additional integration tests and update to latest minor release versions of Elasticsearch 2019-02-26 09:52:13 -05:00
Nick Canzoneri 44ea98fa35
Merge pull request #29 from github/add_api_for_index_mapping
Add an API method to show pretty printed index mappings
2019-02-26 09:31:43 -05:00
Nick Canzoneri 6765089313
Add an API method to show pretty printed index mappings 2019-02-20 12:09:01 -05:00
Nick Canzoneri 722857e783
Merge pull request #27 from github/index_settings_api
Add some new methods for dealing with settings on an index-level
2019-02-20 11:15:51 -05:00
Nick Canzoneri 37c82ee855
Merge branch 'master' into index_settings_api 2019-02-20 11:15:16 -05:00
Nick Canzoneri b372801032
Merge pull request #28 from github/client_configuration
Add advanced client configuration
2019-02-20 11:14:12 -05:00
Nick Canzoneri 35fb3eeba4
Merge branch 'master' into client_configuration 2019-02-19 22:13:56 -05:00
Nick Canzoneri c341a04a71
Add some new methods for dealing with settings on an index-level 2019-02-19 22:07:54 -05:00