Commit graph

368 commits

Author SHA1 Message Date
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
61946f8155
Add index on RewardCampaign for ends_at and starts_at fields; update tests for index verification 2026-04-12 03:09:21 +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
1f0109263c
Rename indexes in DropCampaign and RewardCampaign for clarity; add tests to verify index usage in dashboard queries 2026-04-11 01:20:35 +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
66ea46cf23
Use celery tasks instead of systemd timers for periodic work; and add more tests
All checks were successful
Deploy to Server / deploy (push) Successful in 26s
2026-04-08 03:23:18 +02:00
333476b30b
Revise copilot-instructions.md 2026-04-07 20:37:03 +02:00
7a6273c4a8
Remove redundant group change commands
All checks were successful
Deploy to Server / deploy (push) Successful in 21s
2026-04-06 23:17:20 +02:00
2db9e513ff
Remove empty code block 2026-04-06 23:09:31 +02:00
bd66d2f503
Fix chzzk campaign feed filter being broken by new raw_json_v2 field
All checks were successful
Deploy to Server / deploy (push) Successful in 21s
2026-04-05 05:16:59 +02:00
06c0af7009
Enhance type hinting
All checks were successful
Deploy to Server / deploy (push) Successful in 22s
2026-04-05 03:57:18 +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
999ab368e2
Update ruff-pre-commit version to v0.15.9 2026-04-03 19:26:55 +02:00
065e14f66a
Reorganize TYPE_CHECKING imports in import_chzzk_campaign.py 2026-04-02 03:02:38 +02:00
e74472040e
Add support for --latest option in import_chzzk_campaign management command
All checks were successful
Deploy to Server / deploy (push) Successful in 22s
2026-04-02 02:55:56 +02:00
e433a5d89d
Remove import of _MonkeyPatchedWSGIResponse in test_views.py
All checks were successful
Deploy to Server / deploy (push) Successful in 22s
2026-04-02 01:46:30 +02:00
ef6c2b84ab
Enhance campaign detail template 2026-04-02 01:45:50 +02:00
e709009b99
Add management command to import a range of Chzzk campaigns 2026-04-01 20:44:44 +02:00
c9522f9d3d
Fix typo in dashboard_view to exclude campaigns with state "TESTING"
All checks were successful
Deploy to Server / deploy (push) Successful in 21s
2026-04-01 14:20:24 +02:00
204f12bb9d
Refactor dashboard_view to exclude TESTING campaigns from active campaigns list
All checks were successful
Deploy to Server / deploy (push) Successful in 22s
2026-04-01 14:16:23 +02:00
4b04659fce
Add error handling for HTTP requests in import_chzzk_campaign command and enhance pagination display in campaign list template
All checks were successful
Deploy to Server / deploy (push) Successful in 21s
2026-04-01 04:32:42 +02:00
a0aef85b32
Remove Organization column from campaign list template
All checks were successful
Deploy to Server / deploy (push) Successful in 20s
2026-04-01 04:24:37 +02:00
280d8390ce
Alter URL fields in ChzzkCampaign and ChzzkReward models to allow blank values and increase max_length
All checks were successful
Deploy to Server / deploy (push) Successful in 20s
2026-04-01 04:21:41 +02:00
4c3b8510ab
Update URL fields in ChzzkCampaign and ChzzkReward models to include max_length and blank options
Some checks failed
Deploy to Server / deploy (push) Failing after 13s
2026-04-01 04:20:48 +02:00
06aa84eb4f
Alter ChzzkCampaign and ChzzkReward models to change fields from CharField to TextField
All checks were successful
Deploy to Server / deploy (push) Successful in 21s
2026-04-01 04:15:36 +02:00
596769874f
Remove references to ChzzkApiResponseV1 in schema tests and update test cases to use ChzzkApiResponseV2
All checks were successful
Deploy to Server / deploy (pull_request) Successful in 13s
Deploy to Server / deploy (push) Successful in 21s
2026-04-01 04:05:59 +02:00
9ce324fd2d
Implement Chzzk campaign management features, including models, views, and templates
Some checks failed
Deploy to Server / deploy (push) Failing after 9s
2026-04-01 04:04:58 +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
c852134338
Add .gitattributes to mark JSON files as linguist-generated 2026-03-31 21:56:39 +02:00
6855f2b6f6
Update actionlint version to v1.7.12 in pre-commit configuration 2026-03-31 21:56:12 +02:00
f6688ca904
Fix conditional syntax for server health check in deploy workflow
All checks were successful
Deploy to Server / deploy (push) Successful in 13s
2026-03-30 17:01:13 +02:00
f605ea9f55
Add initial chzzk app structure and configuration
Some checks failed
Deploy to Server / deploy (push) Has been cancelled
2026-03-30 17:00:10 +02:00
f1ee0528e6
Update ruff-pre-commit version to v0.15.8 2026-03-30 16:59:04 +02:00
41029bfbc9
Update curl command in README.md to use HTTPS
All checks were successful
Deploy to Server / deploy (push) Successful in 19s
2026-03-25 02:23:00 +01:00
b7e1f2f7d7
Update git clone URL in README.md to point to the correct repository
All checks were successful
Deploy to Server / deploy (push) Successful in 19s
2026-03-24 23:27:19 +01:00
302ef16975
Add PostgreSQL configuration to .env.example
All checks were successful
Deploy to Server / deploy (push) Successful in 19s
2026-03-23 20:54:42 +01:00
8b571dac93
Include celery-types 2026-03-23 19:47:50 +01:00
60d34bdf0d
Add django-upgrade hook to pre-commit configuration and remove unneded DEFAULT_AUTO_FIELD setting
All checks were successful
Deploy to Server / deploy (push) Successful in 21s
2026-03-22 19:45:04 +01: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
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
All checks were successful
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