Commit graph

16 commits

Author SHA1 Message Date
1782db4840
Add smoke tests for endpoints and optimize database queries 2026-04-10 23:54:10 +02:00
d4fd35769d
Refactor URL handling to use BASE_URL across the application and add base_url context processor
All checks were successful
Deploy to Server / deploy (push) Successful in 22s
2026-04-03 19:51:01 +02:00
677aedf42b
Add Chzzk campaign and reward models, import command, and schemas
Some checks failed
Deploy to Server / deploy (push) Failing after 19s
2026-03-31 21:57:12 +02:00
1161670c34
Fix ruff issues: rename lambda arg, replace Any with object for type annotations 2026-03-21 23:26:57 +01:00
d99579ed2b
Add Redis configuration, integrate Celery, and sort fields in models
All checks were successful
Deploy to Server / deploy (push) Successful in 49s
2026-03-21 19:12:47 +01:00
f8236034a3
Add tests for SEO meta tags rendering and improve meta_tags.html formatting
All checks were successful
Deploy to Server / deploy (push) Successful in 11s
2026-03-17 06:23:19 +01:00
5bdee66207
Add YouTube 2026-03-16 21:27:11 +01:00
c092d3089f
Fix types 2026-03-16 18:40:04 +01:00
6f6116c3c7
Move Twitch stuff to /twitch/ 2026-03-16 15:27:33 +01:00
ee8cc87196
Move robots.txt to static file instead of Django 2026-03-13 01:28:49 +01:00
1118c03c1b
Lower line-length to default and don't add from __future__ import annotations to everything 2026-03-09 04:37:54 +01:00
715b0258ae
Fix tests? 2026-02-15 22:14:19 +01:00
b08143980c
Update Dockerfile and settings for user permissions, add test URL patterns, and adjust volume paths 2026-02-15 20:52:08 +01:00
45c581715a
Add sessions app to INSTALLED_APPS and corresponding tests 2026-02-10 14:15:54 +01:00
e968f5cdea
Add Silk middleware and related settings for performance monitoring
- Introduced SILK_ENABLED setting to toggle Silk middleware.
- Updated ALLOWED_HOSTS to include "testserver" when not in DEBUG mode.
- Modified urlpatterns to conditionally include Silk URLs.
- Added django-silk dependency to pyproject.toml.
- Enhanced feed queries to optimize performance and reduce N+1 issues.
- Updated tests to verify query limits for various feeds.
2026-02-09 20:02:19 +01:00
1d6c52325c
Improve import command 2026-01-05 18:46:46 +01:00