0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #19 from kapoorabhish/master More... over 7 years ago
modified esdump for dumping doctypes also More... about 8 years ago
Merge pull request #18 from iwai/fix-parent-routing More... about 9 years ago
Supported `_parent` and `_routing` in `fields` field for elasticsearch v1.4.1 More... about 9 years ago
fixed version number More... about 10 years ago
minor fix to support older ES versions More... about 10 years ago
bumped version number More... about 10 years ago
fixed a few unittests, disabled a few unittest (no time to fix them, sorry), added some debug logging to the esclient.py file More... about 10 years ago
updated version in setup.py More... about 10 years ago
Update README.rst More... about 10 years ago
Update README.rst More... about 10 years ago
Update README.rst More... about 10 years ago
Update README.rst More... about 10 years ago
Merge pull request #15 from FronterAS/unit_tests More... about 10 years ago
Merge pull request #16 from FronterAS/python_3 More... about 10 years ago
Make sure to delete contacts_esclient_test2 in setupClass More... about 10 years ago
Don't mix between cls and self, use self all over. More... about 10 years ago
Travis doesn't support 2.5 these days. More... about 10 years ago
.travis.yml cleanup More... about 10 years ago
Added 3.3 and 3.4 in .travis.yml More... about 10 years ago
Only import setup from distutils.core if setuptools is not available. More... about 10 years ago
url_encode and quote_plus is under urllib.parse in Python 3.x More... about 10 years ago
Use Python 3.x print_function imported from __future__ for backwards compatibility. More... about 10 years ago
unicode support added in _make_path in esclient.py More... over 10 years ago
- recreate index feature added to esimport - mapping file support added to esdump and esimport - document count added to esdump - path url encoding added to esclient to correct errors when there is a slash in document id More... over 10 years ago
different way of checking version updated travis yml More... over 10 years ago
Added argparse requirement if python version is below 2.7 More... over 10 years ago
Added get_health() method to get the status (Green, Yellow, or Red) More... almost 11 years ago
Added support for _parent and _routing field in index() and in esdump/esimport scripts Hopefully fixed a bug where dependency on requests library is properly resolved by pip/easy_install More... almost 11 years ago
Added options to the index method so you can provide a routing and parent doc id More... about 11 years ago