Commit graph

119 commits

Author SHA1 Message Date
3c18b26e9c
Add tests for org list view queryset fields 2026-04-12 05:14:40 +02:00
16b12a7035
Make GameDetailView faster 2026-04-12 05:08:40 +02:00
4714894247
Make GamesGridView faster 2026-04-12 05:02:56 +02:00
1d524a2ca9
Implement emote gallery model method and refactor view to use it 2026-04-12 04:53:08 +02:00
3070dcb296
Refactor ChannelDetailView to use get_object_or_404 and optimize campaign fetching logic 2026-04-12 04:47:38 +02:00
293dd57263
Add allowed_campaign_count field to Channel model and implement counter cache logic 2026-04-12 04:20:47 +02:00
917bf8ac23
Enhance DropCampaign detail view and optimize badge queries 2026-04-12 03:52:04 +02:00
9c951e64ab
Add dashboard context method 2026-04-12 03:42:56 +02:00
47d4f5341f
Add indexes to drop_campaign_list_view
All checks were successful
Deploy to Server / deploy (push) Successful in 26s
2026-04-11 04:30:08 +02:00
43077cde0c
Refactor badge list view to use badge_data and optimize badge fetching; add tests for badge list and detail views 2026-04-11 01:12:08 +02:00
b7e10e766e
Improve performance and add type hints 2026-04-11 00:44:16 +02:00
1782db4840
Add smoke tests for endpoints and optimize database queries 2026-04-10 23:54:10 +02:00
fb087a01c0
Enhance performance by prefetching more 2026-04-10 22:32:38 +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
428f49879d
Add breadcrumb navigation
All checks were successful
Deploy to Server / deploy (push) Successful in 20s
2026-03-22 05:09:27 +01:00
ef00b4c020
Fix feed links
All checks were successful
Deploy to Server / deploy (push) Successful in 19s
2026-03-22 01:12:23 +01:00
a8747791c0
Add is_fully_imported field to DropCampaign and KickDropCampaign models; update views and commands to filter by this field
All checks were successful
Deploy to Server / deploy (push) Successful in 18s
2026-03-20 00:55:32 +01:00
79fb9b09c1
Update web app manifest; fix type errors
All checks were successful
Deploy to Server / deploy (push) Successful in 18s
2026-03-19 19:39: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
All checks were successful
Deploy to Server / deploy (push) Successful in 11s
2026-03-17 15:56:07 +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
725df27b47
Improve SEO? 2026-03-17 04:34:09 +01:00
efed2c2f69
Improve image metadata
All checks were successful
Deploy to Server / deploy (push) Successful in 11s
2026-03-17 03:21:12 +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
4627d1cea0
Add /discord/ feed
All checks were successful
Deploy to Server / deploy (push) Successful in 10s
2026-03-14 02:50:40 +01:00
ee8cc87196
Move robots.txt to static file instead of Django 2026-03-13 01:28:49 +01:00
4663a827e4
Make templates sexier
All checks were successful
Deploy to Server / deploy (push) Successful in 10s
2026-03-11 23:38:31 +01:00
0101a82ddf
Sort badges numerically instead of alphabetically
All checks were successful
Deploy to Server / deploy (push) Successful in 10s
2026-03-10 14:06:15 +01:00
6c22559fb5
Add support for Atom feeds 2026-03-10 07:51:55 +01:00
0d72d99b8f
Add TODO 2026-03-09 15:23:16 +01:00
77d9d448d7
Refactor GameFeed and GameDetailView to use 'owners' instead of 'owner'; update related tests
All checks were successful
Deploy to Server / deploy (push) Successful in 10s
2026-03-09 06:33:40 +01:00
6b936f4cf7
Remove /rss/organizations/<org_id>/campaigns/ 2026-03-09 05:56:57 +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
c70cc9e2c7
Fix channel campaign count not working 2026-02-16 03:39:37 +01:00
ea4cd498d0
Use SQLite when testing 2026-02-15 19:59:52 +01:00
c41524e517
Refactor database configuration to support PostgreSQL, add GIN index for operation_names, and enhance backup functionality 2026-02-13 23:27:18 +01:00
4727657285
Add image dimensions to models, and add backfill command 2026-02-12 04:56:42 +01:00
f004307c9c
Refactor pagination to support multiple pagination links 2026-02-12 04:22:01 +01:00
7f468bbabe
Add DropCampaign image fallback logic and update templates for best image URL 2026-02-12 02:50:10 +01:00
f4925b8e45
Normalize Twitch box art URLs for higher quality and implement download command 2026-02-11 23:49:58 +01:00
bbeed5c9f0
Improve SEO 2026-02-11 22:15:14 +01:00
aed8adeea4
Refactor campaign list view 2026-02-11 18:41:40 +01:00
05eb0d92e3
Refactor HTML 2026-02-11 03:14:04 +01:00
a12b34a665
Implement dataset functionality with views, URLs, and management command 2026-02-10 16:47:54 +01:00
0a0345f217
Refactor RSS feed documentation and optimize query limits in views 2026-02-09 23:23:36 +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
2f9c5a9328
Enhance RSS feed documentation with example XML and filtered feeds 2026-02-09 17:27:13 +01:00
f4dd987f73
Add types 2026-02-08 11:55:25 +01:00