jprante / elasticsearch-knapsack

Knapsack plugin is an import/export tool for Elasticsearch
Apache License 2.0
472 stars 77 forks source link

Added support for import / export state reporting. #18

Closed btiernay closed 11 years ago

btiernay commented 11 years ago

This adds basic support for import and export state reporting. See README.rst for details.

btiernay commented 10 years ago

Curious why you didn't merge the tests. You didn't have any I found them very useful during development.

Also, I spent a bit of time on this PR. A simple thanks would have been nice :)

jprante commented 10 years ago

Sorry. Thank you very much for your effort. Much appreciated!

For testing REST, I will implement a simpler method, without dependencies, like ES in the PluginManagerTests.

btiernay commented 10 years ago

No worries Jorg :) I figured you might object to any new dependencies which is why I avoided them in the main src tree. Ill have to check out the class you referenced.

Keep up the great work. A very useful and appreciated plugin.