Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A lot of changes #2

Merged
merged 29 commits into from Dec 14, 2015
Merged

A lot of changes #2

merged 29 commits into from Dec 14, 2015

Conversation

rochacbruno
Copy link
Contributor

  • Document can specify a default connection using _es
  • Document search and filtering methods return ResultSet managed iterator/generator which exposes CRUD methods
  • Using generators for bulk actions
  • Implemented new methods for CRUD (delete, update, delete, create)
  • Added utils module
  • Tests now uses py.test fixtures for mocking
  • Readme created

@rochacbruno
Copy link
Contributor Author

@ederfmartins @emanuelvianna

mkvirtualenv testing_esengine
workon testing_esengine
git clone https://github.com/catholabs/esengine
cd esengine
git checkout connection_manager
pip install test.req
python setyp.py develop

testing

make test
python example.py

ederfmartins added a commit that referenced this pull request Dec 14, 2015
Adding
- CRUD operations
- CI instrumentation.
@ederfmartins ederfmartins merged commit 9998905 into master Dec 14, 2015
@ederfmartins ederfmartins deleted the connection_manager branch December 14, 2015 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants