Commit graph

17 commits

Author SHA1 Message Date
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
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
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
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
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