Commit Graph

114 Commits

Author SHA1 Message Date
d7b31e1d42 Refactor models 2025-05-01 02:41:25 +02:00
d137ad61f0 Refactor README 2025-04-13 14:26:06 +02:00
d6bcde555b Add VSCode tasks for Django management commands
All checks were successful
Ruff / ruff (push) Successful in 10s
2025-04-13 13:46:14 +02:00
55ead8051a Update astral-sh/setup-uv action to v5 (#22)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-20 11:27:07 +00:00
489d29d1cf Add more tests 2024-12-20 03:01:01 +01:00
79c13624d8 Update pre-commit hooks 2024-12-19 19:47:52 +01:00
61976f23ae Add more tests 2024-12-19 19:46:35 +01:00
82069776aa Add more tests 2024-12-19 00:39:30 +01:00
5efa9ff3da Fix created_at using auto_created instead of auto_now_add 2024-12-18 23:37:01 +01:00
db810d907d Add functions for importing data 2024-12-16 23:16:11 +01:00
7dda6ef3c3 Rename Ruff workflow to ruff 2024-12-15 05:35:51 +01:00
a726b28e0d Update python Docker tag to v3.13 (#14)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-15 03:00:41 +00:00
8a9d5a720e Run workflow on push, pull and on a schedule 2024-12-14 22:30:38 +01:00
6fca05f9d8 Add environment variables to workflow 2024-12-14 22:30:02 +01:00
fb1c3a02d6 Update pre-commit hooks 2024-12-14 22:09:54 +01:00
276a9b734a Speed up tests 2024-12-12 17:37:00 +01:00
cfe6e27a7a Improve testing 2024-12-11 23:30:59 +01:00
b0966e7664 Fix tests 2024-12-11 22:37:26 +01:00
d12dd7678b Use linguist-generated instead of linguist-vendored 2024-12-11 06:08:56 +01:00
eab4d8606f Mark core/tests/response.json as linguist-vendored 2024-12-11 06:04:59 +01:00
daead80fdc Add migrations 2024-12-11 06:01:09 +01:00
42e9a5a7ed Use SQLite instead of Postgres 2024-12-11 05:20:24 +01:00
69df18a4c2 Stuff and things 2024-12-10 05:10:02 +01:00
6af7cfbeb5 Add recommended vs code extensions 2024-12-09 16:49:15 +01:00
eb283451a8 The comeback 2024-12-09 06:18:57 +01:00
dc19efc536 Use uv instead of Poetry 2024-12-09 06:17:21 +01:00
b87e639156 Add Ruff workflow 2024-12-09 06:15:04 +01:00
a7fc1d9887 Add instructions for GitHub Copilot 2024-12-09 06:14:42 +01:00
4ff60f97a3 Update .pre-commit-config.yaml 2024-12-09 06:13:06 +01:00
69fb536bf9 Update link URL in games.html template
Add dynamic URL for "See previous drops" link to direct users to the specific game page.
2024-10-13 02:09:59 +02:00
0d14c061ae Update dependencies 2024-10-12 19:14:06 +02:00
f914ca6597 Save JSON in DB 2024-09-22 11:42:20 +02:00
2be1191a03 Rewrite aimport_json() 2024-09-21 02:09:21 +02:00
e76fc28cfb Update dependencies 2024-09-16 01:40:17 +02:00
ed0a7755bf Rewrite everything 2024-09-09 05:38:43 +02:00
5334b6904e Add command for scraping local files 2024-09-02 23:06:36 +02:00
717adb2df9 WIP for moving everything into models 2024-09-01 23:08:15 +02:00
8f68b38116 Add /game view and fix scraper not adding Owner 2024-08-22 06:06:58 +02:00
6d5821d0aa Add renovate.json 2024-08-22 02:27:18 +02:00
eaf8b5de77 Remove TOC 2024-08-21 06:37:15 +02:00
426a499300 Fix remaining time 2024-08-21 05:48:54 +02:00
2c70897647 Move prefetching to own function 2024-08-21 05:40:13 +02:00
3d90a1b9df Oops 2024-08-18 05:46:29 +02:00
e722e90bc8 Add SECURITY.md 2024-08-18 05:44:28 +02:00
534de60f9f Use template tags instead of partial HTML 2024-08-18 05:41:50 +02:00
3ff3fe157a Go back to cookies :( 2024-08-16 06:37:54 +02:00
324f255a8e Add Twitch auth with django-allauth 2024-08-15 06:13:40 +02:00
d4d8567ef8 Start subscription 2024-08-15 03:18:29 +02:00
7d6333183d Refactor even more 2024-08-14 05:15:42 +02:00
d86cb1fd2a Refactor scrape_twitch.py 2024-08-14 04:55:30 +02:00