Wykres commitów

80 Commity (main)

Autor SHA1 Wiadomość Data
Storm B. Heg afc8cf42a2 Bump to Wagtail 6.1 2024-05-02 06:42:33 +10:00
Matt Westcott 1d9247f0f5 Downgrade to Django 4.2 - django-basic-auth-ip-whitelist isn't compatible with 5.0 yet 2024-02-09 11:36:00 +00:00
Matt Westcott 53f6593adf Upgrade to Wagtail 6.0, Django 5.0 2024-02-09 10:55:49 +00: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
Matt Westcott f6b71c6298 Version bump to Wagtail 5.2 2023-11-01 13:05:03 +00:00
Storm B. Heg 89ebeb1af4
Replace remaining ModelAdmin usage with SnippetViewSet and SnippetViewSetGroup 2023-08-25 16:09:36 +01:00
Scott Cranfill 1319913b2e
Upgrade to Wagtail 5.1 (#439) 2023-08-15 17:06:43 +01:00
Storm Heg a31d570b7c
Add Content Security Policy testing setup (#426)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-06-30 13:46:09 +01:00
Matt Westcott 20460cb71e Upgrade to Wagtail 5.0 and Django 4.2 2023-05-10 11:30:44 +01: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 edb9dd52d8 Install django-extensions
This is needed for `reset_demo` to work
2023-03-23 15:41:56 +00: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
Matt Westcott f9d5a8ab42 Switch to wagtail-font-awesome-svg
The only remaining uses of font-based icons in the admin backend appear to be the sidebar menu items - switch those to wagtail-font-awesome-svg. For the front-end (where wagtailfontawesome was being used for the footer icons), import the font-awesome 4.7 CSS directly from cdnjs (as this is the version wagtailfontawesome was using).
2023-02-07 17:44:17 +10:00
Matt Westcott 023d27386b Call rebuild_references_index on initial load
Bump Wagtail version to 4.1 (and Django to 4.1) and add a call to rebuild_references_index as part of the load_initial_data management command, so that the "Used X times" reference counts for images and snippets are accurate.
2022-11-01 13:58:06 +00:00
Matt Westcott b4666d8f5c Upgrade to Wagtail 4 2022-08-31 16:08:04 +01:00
Sage Abdullah 83eeca85d4 Bump flake8-print to 5.0.0 and add to pre-commit config 2022-08-19 11:44:27 +01:00
Sage Abdullah 7cf07d4072 Add requirements for development 2022-08-18 12:51:17 +01:00
Coen van der Kamp 32d8809877 Upgrade to Wagtail 3 2022-06-15 11:58:53 +02: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 e94bfbbc99 Upgrade to Wagtail 2.16, Django 4.0 2022-02-07 18:25:04 +00:00
Matt Westcott f8367ad51c upgrade to Wagtail 2.14 and Django 3.2 2021-08-02 14:28:33 +01:00
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