Wykres commitów

57 Commity (659cce75a5aca6b5daaaca3c2667a0055c2abfac)

Autor SHA1 Wiadomość Data
Matt Westcott 659cce75a5 Add django-debug-toolbar
Add django-debug-toolbar, disabled by default (because not everyone will want it and it's a performance hit). It frequently comes in useful during Wagtail core dev, but having to make local changes to bakerydemo means that we perhaps don't use it as much as we should...
2021-07-21 15:07:17 +01:00
Matt Westcott 7803f451d2
Fix dependency for wagtail 2.13.x 2021-05-23 17:35:12 +01:00
Kalob Taulien ba3b54d7d8 Use Wagtail 2.13 for bakery demo and GitPod. 2021-05-23 17:32:28 +01:00
Matt Westcott 1a40b54993 upgrade to elasticsearch 5 2021-04-19 12:54:57 +01:00
Matt Westcott 931ca82742 Version bump to Wagtail 2.12 2021-04-19 12:40:40 +01:00
JNaftali 624f4419b6 fix requirements mismatch 2021-01-04 16:29:45 +00:00
Matt Westcott 530dd7b4c4 Upgrade to Wagtail 2.11 2020-11-17 17:10:45 +00:00
Cynthia Kiser 5d255cd535 upgrade to Wagtail 2.10 2020-08-17 11:43:18 +01:00
Matt Westcott 0efe78e7b0 Upgrade to Wagtail 2.9 2020-05-05 12:11:05 +01:00
Matt Westcott 7be07a7ea4 Version bump django-storages for Django 3.0 compatibility 2020-03-16 09:17:57 +00:00
Matt Westcott 5c5516f3b7 Revert "specify workflow build in requirements"
This reverts commit 40bf52e2de.
2020-02-24 15:43:55 +00:00
Matt Westcott 40bf52e2de specify workflow build in requirements 2020-02-24 15:43:21 +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
Matt Westcott 580cbaeed4 Upgrade to Wagtail 2.8, Django 3.0 2020-02-03 14:27:35 +00:00
Matt Westcott f57fa6f6f2 Upgrade to Wagtail 2.7 2019-11-06 14:56:42 +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
Matt Westcott fecf702b65 Update Pillow to 6.2.x 2019-10-23 15:04:28 +01: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
Matt Westcott e618c4139f Upgrade to Django 2.2.x 2019-08-19 14:30:42 +01:00
Matt Westcott c18b690b3e Version bump to Wagtail 2.6 2019-08-12 12:15:31 +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
Matt Westcott 7d7238b940 Version bump to Wagtail 2.5 2019-04-24 17:30:11 +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 563d580233 Upgrade to Wagtail 2.3 and Django 2.1 2018-10-23 16:50:29 +01: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
Matt Westcott 261c1ee23f Upgrade to Wagtail 2.1 2018-05-22 20:01:10 +01:00
Matt Westcott 2d43a7120a Upgrade to Django 2.0, Wagtail 2.0 final and current wagtailfontawesome 2018-03-01 12:13:57 +00:00
Matt Westcott 73dc6c52d1 use master branch of wagtail, now that module renames are in place there 2018-03-01 12:10:26 +00:00
Matt Westcott 9da9b2ca13 use temporary prebuilt wagtailfontawesome package with Wagtail 2.0 fixes added 2018-03-01 12:10:25 +00:00
Matt Westcott 9729468676 Use new Wagtail 2.0 module paths 2018-03-01 12:10:25 +00: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
Matt Westcott 57eb6485f6 Upgrade to Wagtail 1.13
Specify with a range rather than a fixed version, so that we don't have to do this on every point release...
2017-10-31 14:49:51 +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 c46442d991 another day, another Django version (1.11.5) 2017-09-14 17:45:14 -04:00
Tobias McNulty 42836f1d15 upgrade Django==1.11.4 and wagtail==1.12.1 2017-09-14 17:44:10 -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 f113974ade add (optional) support for Elasticsearch 2017-09-01 19:01:06 -04:00
Mikalai Radchuk e44cf67a8e Upgrade Wagtail to 1.12 2017-08-23 11:28:45 +01:00
David Ray 3ba8d72355 Update Django and Wagtail to latest release 2017-07-03 09:18:22 -04:00
David Ray 7dd892a674 Fixes #144, upgrade Django and Wagtail 2017-06-07 09:10:25 -04:00
Scot Hacker fbacf21fc7 Security updates for Django and Wagtail 2017-04-23 12:56:02 -07:00
Scot Hacker 339d0a6256 Upgrade to Django 1.10.6 2017-03-30 23:53:16 -07: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