forked from django-haystack/django-haystack
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add support for retry param for Whoosh file writer #2
Open
RouganStriker
wants to merge
50
commits into
master
Choose a base branch
from
fix/7718/sde_use_writer_retry_param
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__name__ for django-haystack is haystack, but the installed module is django-haystack - so we need to use that instead.
For consistency, this will match the version from get_distribution
Also removes unused imports
add the settings of the Elasticsearch 5.x
Update tutorial.rst
Remove Python 2.7, which is end of life. (https://pythonclock.org/) Add Python 3.7 to the test-matrix.
Remove django.six, that has been deprecated with Django2, from loading.py
Make setuptools-scm requirement pip-compatible
# Conflicts: # haystack/__init__.py
Always use `django-haystack` as the package name
Fix for issue django-haystack#1697 Django 3.0
Remove libxapian, should be installed as dependency of python-xapian
The version of solr used in the tests is not compatible with the more current openjdk 11.
Plain 'pypy' gives a 404
This reverts commit 037eed7.
Travis: upgrade to bionic
…ngo3.0 using six replace django six
+1 |
…ngo3 Drop support for Python 2 and old versions of Django. Add support for Django 3
…-alias Fixed hardcoded default connection alias
…pecifically Fix simple typo: specifially -> specifically
doc update -- fixes broken link
RouganStriker
force-pushed
the
fix/7718/sde_use_writer_retry_param
branch
2 times, most recently
from
April 30, 2020 16:37
38210cc
to
aeed5ff
Compare
* Can be used to prevent writer from hanging indefinitly * Added HAYSTACK_WHOOSH_WRITER_ACQUIRE_MAX_RETRIES setting * Added HAYSTACK_WHOOSH_WRITER_ACQUIRE_DELAY setting
RouganStriker
force-pushed
the
fix/7718/sde_use_writer_retry_param
branch
from
April 30, 2020 16:38
aeed5ff
to
6a25a4e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey, thanks for contributing to Haystack. Please review the contributor guidelines and confirm that the tests pass with at least one search engine.
Once your pull request has been submitted, the full test suite will be executed on https://travis-ci.org/django-haystack/django-haystack/pull_requests. Pull requests with passing tests are far more likely to be reviewed and merged.