-
Notifications
You must be signed in to change notification settings - Fork 2
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 Redis Sentinel #133
Merged
Merged
Commits on Jun 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e27d5ea - Browse repository at this point
Copy the full SHA e27d5eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ea1bf8 - Browse repository at this point
Copy the full SHA 2ea1bf8View commit details -
Update supported Django/python versions.
Add Django 3.2, drop Django 1.11 and 3.1. Drop Python 2 support, and therefore six. Set Django 3.2 as the 'installed' version.
Configuration menu - View commit details
-
Copy full SHA for 36bb708 - Browse repository at this point
Copy the full SHA 36bb708View commit details -
Updated xlrd and install pyexcel-xlsx
xlrd needs updating for recent Python versions, but the version that supports Python 3.9 no longer handles XLSX files. This removes the constraint on xlrd and adds a new pyexcel-xlsx plugin as well as setting this for .xslx files.
Configuration menu - View commit details
-
Copy full SHA for 1f07870 - Browse repository at this point
Copy the full SHA 1f07870View commit details -
We can just use the venv module to create the virtualenv, rather than needing an additional package installed.
Configuration menu - View commit details
-
Copy full SHA for 58ca42c - Browse repository at this point
Copy the full SHA 58ca42cView commit details -
Redis: Initial support for Redis Sentinel
This adds basic support for using Redis Sentinel to mediate connections to the primary Redis server used by the API functionality. Setting `REDIS_SENTINEL_HOSTS` to a dict of "'host': port" key/values will override any settings for `REDIS_DB_HOST` and `REDIS_DB_PORT` with values provided by Sentinel. Fixes #132
Configuration menu - View commit details
-
Copy full SHA for 2144c39 - Browse repository at this point
Copy the full SHA 2144c39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 764b1a1 - Browse repository at this point
Copy the full SHA 764b1a1View commit details -
Remove legacy gdal version check and environment variables
Debian Stretch is very close to the end of LTS support, so we no longer need to check for GDAL 2.1.2, the version packaged on Debian Stretch, and instead install 2.1.3, the nearest version available in PyPI. In addition, settting environment variables no longer appears to be needed, so this removes these.
Configuration menu - View commit details
-
Copy full SHA for 4145c31 - Browse repository at this point
Copy the full SHA 4145c31View commit details
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.