Commit Graph

948 Commits

Author SHA1 Message Date
Jake Howard 64c85d4f9d
Use correct canonical URL syntax 2023-06-08 13:38:24 +01:00
Jake Howard c2d8ef260a
Add tests for linguist integration 2023-06-04 19:25:38 +01:00
Jake Howard 8f5ab16891
Add display and linguist mapping for postgres 2023-06-04 18:20:21 +01:00
Jake Howard e0f3ab3311
Hide similar content in preview 2023-06-03 15:27:17 +01:00
Jake Howard e8cd4f6628
Add tests for post similarity 2023-06-02 17:39:42 +01:00
Jake Howard b7bcaeff63
Use `alias` instead of annotate for intermediary similarity values 2023-06-02 17:35:20 +01:00
Jake Howard 033b8be859
Cast count to float before dividing
`COUNT` returns a `bigint`, which can't be divided into a float
2023-06-02 17:34:10 +01:00
Jake Howard ef20d9c695
Install `libpq-dev` package for gunicorn and django checks
Because we're using `django.contrib.postgres`, `psycopg2` must be importable
2023-06-02 16:11:54 +01:00
Jake Howard 8e3bb2a9c8
Merge remote-tracking branch 'origin/renovate/djlint-1.x' 2023-06-02 15:46:45 +01:00
Jake Howard c03782e4bb
Merge remote-tracking branch 'origin/renovate/fontsource-fira-code-5.x' 2023-06-02 15:43:06 +01:00
Jake Howard b882a80154
Merge remote-tracking branch 'origin/renovate/types-requests-2.x' 2023-06-02 15:42:01 +01:00
Jake Howard b41e5a124b
Merge remote-tracking branch 'origin/renovate/django-plausible-0.x' 2023-06-02 15:42:00 +01:00
Jake Howard 82f86b0dab
Merge remote-tracking branch 'origin/renovate/sentry-sdk-1.x' 2023-06-02 15:40:58 +01:00
Jake Howard 87d00675fa
Merge remote-tracking branch 'origin/renovate/django-sri-0.x' 2023-06-02 15:37:50 +01:00
Jake Howard c504a4a2f9
Merge remote-tracking branch 'origin/renovate/requests-2.x' 2023-06-02 15:36:16 +01:00
Jake Howard ba0f7fa791
Merge remote-tracking branch 'origin/renovate/django-cors-headers-4.x' 2023-06-02 15:36:04 +01:00
Jake Howard 6ab0ff3fa7
Add similar content based on text Trigram similarity 2023-06-02 15:33:15 +01:00
Renovate 97d7044d09 Update dependency sentry-sdk to v1.25.0 2023-06-02 14:00:43 +01:00
Renovate 2cbc75e77b Update dependency @fontsource/fira-code to v5 2023-05-30 20:01:10 +01:00
Renovate c43cefbb5e Update dependency djlint to v1.30.0 2023-05-30 20:00:39 +01:00
Renovate 11b603f047 Update dependency types-requests to v2.31.0.1 2023-05-29 08:01:02 +01:00
Renovate afd74def10 Update dependency requests to v2.31.0 2023-05-22 18:01:25 +01:00
Renovate c13efa11cb Update dependency django-sri to v0.6.0 2023-05-12 18:00:45 +01:00
Renovate 79f414705d Update dependency django-plausible to v0.5.0 2023-05-12 18:00:42 +01:00
Renovate ccd5708bbf Update dependency django-cors-headers to v4 2023-05-12 12:00:45 +01:00
Jake Howard 5d4c095227
Update shareon to 2.1.0
This adds a copy url button, which I'd implemented myself in the past
2023-05-05 13:13:12 +01:00
Jake Howard 32f1360362
Reflow HTML based on updated `djlint` 2023-05-05 13:09:16 +01:00
Jake Howard 480fb7c700
Upgrade Django and Wagtail
Just the patch versions
2023-05-05 13:07:57 +01:00
Renovate a63146a551
Update dependency @fortawesome/fontawesome-free to v6.4.0 2023-05-05 13:05:20 +01:00
Renovate 846049c977
Update dependency djlint to v1.25.0 2023-05-05 13:04:29 +01:00
Renovate a412dbb7ff
Update dependency django-browser-reload to v1.8.0 2023-05-05 13:03:22 +01:00
Renovate 6d32562350
Update dependency htmx.org to v1.9.2 2023-05-05 13:02:44 +01:00
Renovate a4150da5de
Update dependency sass to v1.62.1 2023-05-05 13:01:27 +01:00
Jake Howard a12bbbfe8d
Remove unnecessary type comment 2023-05-05 13:01:04 +01:00
Jake Howard cd7aa02ee6
Unpin DDT
Let `pip` work out the right version to install - I don't really care
2023-05-05 12:56:05 +01:00
Renovate c5d08f3412
Update dependency mypy to v1 2023-05-05 12:54:50 +01:00
Renovate 826f034fc7
Update dependency sentry-sdk to v1.21.1 2023-05-05 12:54:04 +01:00
Renovate 582ed81919
Update dependency requests to v2.30.0 2023-05-05 12:53:27 +01:00
Renovate 937456f234
Update dependency types-requests to v2.29.0.0 2023-05-05 12:53:17 +01:00
Jake Howard 8e615e3836
Update django-rq to fix breaking change from rq
https://github.com/rq/django-rq/issues/592
2023-05-05 12:50:15 +01:00
Jake Howard aeb683fa7a
Back arrow should be on the left 2023-05-05 12:40:22 +01:00
Jake Howard b620e0edcc
Add search link to 404 page 2023-05-05 12:39:39 +01:00
Jake Howard d52d532d81
Disable plausible on 404 and page protection pages 2023-05-05 12:29:25 +01:00
Jake Howard d85065d914
Colour language tag using GitHub's linguist colours 2023-04-21 21:22:59 +01:00
Jake Howard e504da0bcf
Restyle code block header
This looks much nicer, and removes a DB field.
2023-04-19 21:34:38 +01:00
Jake Howard dde014860a
Unset HttpOnly for CSRF cookie 2023-04-16 16:48:58 +01:00
Jake Howard bc95a8ea21
Upgrade Django and everything else 2023-04-16 15:56:58 +01:00
Jake Howard 6342726d7c
Change footer settings to generic setting 2023-04-16 15:18:21 +01:00
Jake Howard 8b37b87a92
Don't show share buttons in preview 2023-04-16 15:05:10 +01:00
Jake Howard fbef7c61b2
Remove what's new banner 2023-04-16 15:04:59 +01:00