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

Elasticsearch 7 support #165

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

tpashkevych-exos
Copy link
Contributor

What do these changes do?

Changing setup.py to support both ES 6 and ES 7 via extras_require in setup.py. Omitting it will render library broken.
Tests are rewritten to support both versions.

Are there changes in behavior for the user?

Support for ES7, the installation now requires an explicit version in square brackets:

pip install aioelasticsearch[6]

or

pip install aioelasticsearch[7]

Related issue number

#158

Checklist

  • [ x ] I think the code is well written
  • [ x ] Unit tests for the changes exist
  • [ x ] Documentation reflects the changes
  • If you provide code modification, please add yourself to CONTRIBUTORS.txt
    • The format is <Name> <Surname>.
    • Please keep alphabetical order, the file is sorted by names.
  • Add a new news fragment into the CHANGES folder
    • name it <issue_id>.<type> (e.g. 588.bugfix)
    • if you don't have an issue_id change it to the pr id after creating the PR
    • ensure type is one of the following:
      • .feature: Signifying a new feature.
      • .bugfix: Signifying a bug fix.
      • .doc: Signifying a documentation improvement.
      • .removal: Signifying a deprecation or removal of public API.
      • .misc: A ticket has been closed, but it is not of interest to users.
    • Make sure to use full sentences with correct case and punctuation, for example: Fix issue with non-ascii contents in doctest text files.

@lgtm-com
Copy link

lgtm-com bot commented Jun 18, 2019

This pull request introduces 1 alert when merging 9aadaf4 into 3e766c7 - view on LGTM.com

new alerts:

  • 1 for __eq__ not overridden when adding attributes

@lgtm-com
Copy link

lgtm-com bot commented Jun 18, 2019

This pull request introduces 1 alert when merging 50eed21 into 3e766c7 - view on LGTM.com

new alerts:

  • 1 for __eq__ not overridden when adding attributes

@lgtm-com
Copy link

lgtm-com bot commented Jun 18, 2019

This pull request introduces 1 alert when merging 951230c into 3e766c7 - view on LGTM.com

new alerts:

  • 1 for __eq__ not overridden when adding attributes

@tpashkevych-exos tpashkevych-exos force-pushed the issues/issue158-support-for-elasticsearch7 branch from 38faddc to 683564b Compare June 18, 2019 21:11
@lgtm-com
Copy link

lgtm-com bot commented Jun 18, 2019

This pull request introduces 1 alert when merging 683564b into 3e766c7 - view on LGTM.com

new alerts:

  • 1 for __eq__ not overridden when adding attributes

@CLAassistant

This comment has been minimized.

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.

2 participants