867ddf7676
Update game detail template to improve box art alt text
2026-03-22 00:42:55 +01:00
8dfcd118e5
Fix pyright attribute access issues in test_sitemaps and fix import in views
2026-03-22 00:34:01 +01:00
7478d4c851
Suppress pyright attribute access issue for BASE_URL in test fixture
Deploy to Server / deploy (push) Successful in 19s
2026-03-22 00:13:11 +01:00
f10a0102a5
Show participating live channel link on global dashboard for category-wide drops
...
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-22 00:05:56 +01:00
778f71320f
Suppress xml.etree security lint for sitemap test
...
Add explicit noqa comments for S405/S314 in core/tests/test_sitemaps.py to satisfy the linter in test context.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-21 23:40:16 +01: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
Deploy to Server / deploy (push) Successful in 49s
2026-03-21 19:12:47 +01:00
ef2010464c
Comment out additional command calls after importing campaigns
Deploy to Server / deploy (push) Successful in 17s
2026-03-20 02:58:28 +01:00
a8747791c0
Add is_fully_imported field to DropCampaign and KickDropCampaign models; update views and commands to filter by this field
Deploy to Server / deploy (push) Successful in 18s
2026-03-20 00:55:32 +01:00
5d56a936b0
Add collectstatic command to deployment workflow
Deploy to Server / deploy (push) Successful in 16s
2026-03-19 19:53:29 +01:00
79fb9b09c1
Update web app manifest; fix type errors
Deploy to Server / deploy (push) Successful in 18s
2026-03-19 19:39:27 +01:00
cca873a357
Add IndexNow submission command
Deploy to Server / deploy (push) Successful in 18s
2026-03-19 05:33:20 +01:00
b57e5daae4
Update deployment workflow to include additional parameters for uv sync command
Deploy to Server / deploy (push) Successful in 13s
2026-03-17 22:01:08 +01:00
2bb4407ebe
Add migration check and server health check to deployment workflow
Deploy to Server / deploy (push) Successful in 15s
2026-03-17 21:58:45 +01:00
cd9bb0a95a
Implement _save_if_changed method to optimize model updates and add tests to ensure unchanged data does not trigger updates
2026-03-17 20:03:27 +01:00
02ea6314c3
Use several sitemaps
Deploy to Server / deploy (push) Successful in 11s
2026-03-17 18:14:27 +01:00
f04d88e8fd
Refactor ImageObject schema to remove license metadata
2026-03-17 16:24:28 +01:00
28cd62b161
Enhance ImageObject schema with attribution and license metadata in views and tests
Deploy to Server / deploy (push) Successful in 11s
2026-03-17 15:56:07 +01:00
f8236034a3
Add tests for SEO meta tags rendering and improve meta_tags.html formatting
Deploy to Server / deploy (push) Successful in 11s
2026-03-17 06:23:19 +01:00
70298fdd1e
More core templates to core template dir
Deploy to Server / deploy (push) Successful in 12s
2026-03-17 05:50:01 +01:00
768e6f2111
Improve feed explenation; add link to templates
2026-03-17 05:36:31 +01:00
92ca0404a6
Remove debug JSON from templates and views
2026-03-17 05:01:49 +01:00
d05996fd3b
Set page_url in views
2026-03-17 04:51:43 +01:00
ec5141f09a
Update SEO description for dashboard
2026-03-17 04:35:30 +01:00
725df27b47
Improve SEO?
2026-03-17 04:34:09 +01:00
efed2c2f69
Improve image metadata
Deploy to Server / deploy (push) Successful in 11s
2026-03-17 03:21:12 +01:00
6e4b3db032
Oops, xml broke my brain
Deploy to Server / deploy (push) Successful in 11s
2026-03-17 02:36:55 +01:00
391097b8b8
Add Schema.org support for dataset
Deploy to Server / deploy (push) Successful in 12s
2026-03-17 02:29:01 +01:00
942672ac48
Remove CSV backup functionality and related tests, retaining only JSON backup support
2026-03-17 01:58:15 +01:00
76b1cd70a5
Enhance dataset documentation and refactor CSV backup functionality to create a single combined file instead
Deploy to Server / deploy (push) Successful in 11s
2026-03-17 01:38:49 +01:00
9fd22ba8a8
Add JSON and CSV functionality to database backup command
Deploy to Server / deploy (push) Successful in 40s
2026-03-17 00:38:01 +01:00
563266d8cc
Also add Kick to dataset
2026-03-17 00:07:22 +01:00
60ac907163
Add Schema.org ItemList support to YouTube index page
Deploy to Server / deploy (push) Successful in 12s
2026-03-16 23:47:07 +01:00
1f5e931af6
Modify terminology
2026-03-16 23:41:19 +01:00
e044506e4c
Fix Youtube test
Deploy to Server / deploy (push) Successful in 11s
2026-03-16 23:31:12 +01:00
f7d2d96507
Update YouTube channels page to include rewards information and improve layout
Deploy to Server / deploy (push) Failing after 9s
2026-03-16 23:26:00 +01:00
05c68a42e9
Add Twitch dashboard to nav bar
Deploy to Server / deploy (push) Successful in 10s
2026-03-16 23:19:47 +01:00
4fb13b27fd
Add SupplementaryGroups and UMask settings to systemd service files
Deploy to Server / deploy (push) Successful in 12s
2026-03-16 23:14:36 +01:00
60c9ccf01a
Add dashboard for all the different sites
2026-03-16 21:54:31 +01:00
5bdee66207
Add YouTube
2026-03-16 21:27:11 +01:00
ea242955d9
Update deploy workflow to include the -U flag in uv sync command
2026-03-16 20:01:07 +01:00
94e7962e09
Add Sentry for error tracking in production
2026-03-16 19:53:12 +01:00
25f2d29fb6
Add type hints
2026-03-16 19:35:51 +01:00
51095796e9
Add image format conversion after downloading box art and campaign images
2026-03-16 19:27:35 +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
8f43fd612c
Remove RSS/Atom/Discord feed links from organization detail page
Deploy to Server / deploy (push) Successful in 10s
2026-03-15 04:24:54 +01:00
d762081bd5
Add support for Kick
Deploy to Server / deploy (push) Successful in 10s
2026-03-15 04:19:03 +01:00
4627d1cea0
Add /discord/ feed
Deploy to Server / deploy (push) Successful in 10s
2026-03-14 02:50:40 +01:00
11244c669f
Ensure absolute URLs for media enclosures and skip zero-length enclosures in RSS/Atom feeds
Deploy to Server / deploy (push) Successful in 9s
2026-03-14 01:59:31 +01:00