Wykres commitów

27 Commity (main)

Autor SHA1 Wiadomość Data
Matt Westcott dbca05f71a Version bump django-basic-auth-ip-whitelist to 0.6.x 2024-08-01 16:33:20 +01:00
John-Scott Atlakson 88ca447f76 Updated project requirements
Some of these were necessary for proper Django 4.2 support
Replaced linters with `ruff` and updated the pre-commit configuration to match upstream Wagtail for consistency
2023-12-16 00:18:50 +00:00
Jake Howard 96d10e087e Always use DATABASE_URL variable if set
This is useful in dev, not just production
2023-04-26 16:29:22 +01:00
Jake Howard 304d82d051 Update django-storages 2023-02-16 10:13:49 +00:00
Jake Howard 1506d76574 Actually install basic auth middleware 2023-02-16 10:13:49 +00:00
Jake Howard f50e3cfdb9 Add support for Heroku redis 2023-02-16 10:13:49 +00:00
Pomax 4fb21cd9f8
Update docker to current/supported tool versions (#323)
* Update docker to current/supported tool versions

* Update Dockerfile

* dep updates
2022-03-04 12:13:31 +00:00
Matt Westcott 1a40b54993 upgrade to elasticsearch 5 2021-04-19 12:54:57 +01:00
JNaftali 624f4419b6 fix requirements mismatch 2021-01-04 16:29:45 +00:00
Matt Westcott 7be07a7ea4 Version bump django-storages for Django 3.0 compatibility 2020-03-16 09:17:57 +00:00
Matt Westcott de6876d452 Upgrade whitenoise to 5.0.x for Django 3.0 compatibility 2020-02-03 16:33:42 +00:00
Matt Westcott 03525d76db Version bump django-redis to 4.11.0 for Django 3.0 support 2020-02-03 14:36:56 +00:00
Tobias McNulty d06f1d0f97
copy files from fixtures dir to MEDIA_ROOT (or remote storage) during load_initial_data (#255)
Note: This change will require any existing deployments to manually copy
bakerydemo/base/fixtures/media/original_images/ into bakerydemo/media/
2019-11-05 21:29:52 -05:00
Tobias McNulty 02737b411b
add support for Google Cloud Storage (#256) 2019-10-19 18:57:43 -04:00
Matt Westcott 973d7522dc Version bump psycopg2 and uwsgi to try to prevent segfault on heroku 2019-10-15 00:40:37 +01:00
NeolithEra c858ad7b85 Fix dependency conflict for issue 2019-08-06 15:19:59 +01:00
Karl Hobley 70ea9b1fae Update to boto3
This fixes S3 support
2019-07-25 12:22:46 +01:00
Mikalai Saskavets 428092df6d Move elasticsearch requirements to an appropriate place
- elasticsearch is used only on production settings by default
- for development purposes elasticsearch is installed by a `provision.sh` script in a separate repo: https://github.com/wagtail/vagrant-wagtail-develop
2018-10-28 17:40:14 +03:00
Stas Rudakou 5bc0988a3b Bump awscli to be compatible with Py37
`awscli` version we used to pin depends on `pyyaml` that doesn't support py37

The issue got fixed in https://github.com/aws/aws-cli/pull/3430

`botocore` is also updated as `awscli` and `botocore` should usually
be synchronized.
2018-10-27 09:43:10 +02:00
Matt Westcott fa0610fa9f Upgrade uwsgi to 2.0.17.1 to (hopefully) fix compilation errors on Heroku
ref: #220, https://github.com/unbit/uwsgi/issues/1468
2018-10-16 12:50:46 +01:00
Tom Dyson 176e86fe40 upgrade Django Storages 2017-10-31 14:50:44 +00:00
Tom Dyson c9bc31a58d upgrade to current postgres client library 2017-10-31 14:50:28 +00:00
Tobias McNulty 15e3083769 add awscli to requirements and instructions for copying initial media to S3 bucket 2017-10-05 23:07:58 -04:00
Tobias McNulty 1f94861634 add support for CACHE_URL 2017-10-04 18:03:14 -04:00
Tobias McNulty 0133a5a125 switch to the now-released aws-requests-auth==0.4.0 for authenticating requests to Elasticsearch, and upgrade to latest 2.x.x release of elasticsearch-py per https://elasticsearch-py.readthedocs.io/en/master/#compatibility 2017-09-14 18:21:49 -04:00
Tobias McNulty c3ed76d08a add missing botocore dependency and move production settings dependencies to production.txt 2017-09-03 08:22:24 -04:00
Tobias McNulty 6652c42d09 Add Dockerfile, docker-compose.yml, S3 uploaded media settings (configurable via the environment), Docker instructions, and a .travis.yml to build/test the Docker image. 2017-02-19 11:46:34 -05:00