Wykres commitów

19 Commity (9cf5e491effe2ed987d99344e9a13baa0a77dcba)

Autor SHA1 Wiadomość Data
Matt Westcott d6d43338ef Drop support for Django <3.2 2022-01-14 14:23:56 +00:00
Matt Westcott e953de9cb2 Fix Github Actions setup to install Django after Wagtail
This way, if the Django version is outside Wagtail's supported range (e.g. we're testing against Django's git main), it won't get silently downgraded.
2022-01-14 14:23:56 +00:00
Matt Westcott cf0ee13b49 Remove Python 3.6 support 2021-12-09 16:36:29 +00:00
Matt Westcott 9aaaee043d Start testing against Django stable/4.0.x 2021-10-28 14:11:14 +01:00
Matt Westcott b6b3a0c4ac Add support for Python 3.10
Quote all versions in test.yml (so that 3.10 isn't interpreted as 3.1)
2021-10-07 15:20:28 +10:00
Karl Hobley a3feea125b Delete docs build 2021-08-09 09:59:12 +01:00
Dan Braghis bca79b81f7
Change CodeQL analysis on cron only (#7229)
now that they mark unrelated changes as failures on PR...
2021-06-01 10:53:47 +01:00
Matt Westcott 85c97fe87f Drop support for Django 2.2 2021-04-30 10:33:41 +01:00
Matt Westcott 38f0cb44a4 Fix github action syntax 2021-04-19 12:03:38 +01:00
Matt Westcott 8f5a2a8fe9 Formalise support for Django 3.2
Fixes #6981
2021-04-19 12:03:38 +01:00
Matt Westcott f2be408f62
Fix wagtailembeds thumbnail_url migration for MySQL 8.0.13 (#6999)
* Upgrade mysql to 8.0.23 for github actions

* Fix thumbnail_url migration to work on Django 3 / MySQL 8.0.13+

Work around https://code.djangoproject.com/ticket/32503 by applying the not-null constraint before converting to TextField.
2021-04-16 21:41:32 +02:00
Dan Braghis 0ac4a989dc
Add CodeQL workflow (#6977)
CodeQL is GitHub's vulnerability scanning tool - https://codeql.github.com/docs/
2021-04-09 10:34:16 +01:00
Samir Shah 421bcbf9c3 Fix CI builds against development Django version
Django has renamed its master branch to main.
2021-03-09 11:00:50 +00:00
Scott Cranfill 2e1eef8bc3 Revert "Support skipping CI"
This reverts commit d84df721f0.
2021-03-04 17:14:38 +00:00
Scott Cranfill 21503858eb
Limit GitHub Actions docs and test workflows depending on changed paths (#6786)
This should result in the docs workflow only running if files in the 
`docs/` folder have changed, and only run the test workflow if files NOT 
in the `docs/` folder have changed.

This commit itself should therefore, I think, only trigger the test 
workflow. I will follow up with test commits for the other scenarios 
(docs-only and both).
2021-02-04 18:00:46 +00:00
Tom Dyson d84df721f0 Support skipping CI
Don't run CI if the commit message includes "[skip ci]" (like this one!)
2021-02-04 13:53:37 +00:00
Matt Westcott b5835dd862 Test against Django stable/3.2.x branch 2021-01-19 09:53:30 +00:00
Karl Hobley b161b66b79 Add a github action to build the docs into JSON format 2021-01-02 11:01:31 +00:00
Matt Westcott ea9298bd71 add Github Actions config 2020-11-05 12:04:12 +00:00