|
|
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 |
|
|
|
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
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
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
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
Deploy to Server / deploy (push) Successful in 21s
|
2026-04-05 05:16:59 +02:00 |
|
|
|
06c0af7009
|
Enhance type hinting
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
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
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
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"
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
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
Deploy to Server / deploy (push) Successful in 21s
|
2026-04-01 04:32:42 +02:00 |
|
|
|
a0aef85b32
|
Remove Organization column from campaign list template
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
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
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
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
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
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
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
Deploy to Server / deploy (push) Successful in 13s
|
2026-03-30 17:01:13 +02:00 |
|
|
|
f605ea9f55
|
Add initial chzzk app structure and configuration
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
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
Deploy to Server / deploy (push) Successful in 19s
|
2026-03-24 23:27:19 +01:00 |
|
|
|
302ef16975
|
Add PostgreSQL configuration to .env.example
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
Deploy to Server / deploy (push) Successful in 21s
|
2026-03-22 19:45:04 +01:00 |
|
|
|
428f49879d
|
Add breadcrumb navigation
Deploy to Server / deploy (push) Successful in 20s
|
2026-03-22 05:09:27 +01:00 |
|
|
|
ef00b4c020
|
Fix feed links
Deploy to Server / deploy (push) Successful in 19s
|
2026-03-22 01:12:23 +01:00 |
|