Commit Graph

518 Commits

Author SHA1 Message Date
lukas 3cf5682c30 Add changelog entry
Django CI/CD / test (push) Successful in 57s
Django CI/CD / build-and-push (push) Has been skipped
2024-11-11 17:35:11 +01:00
lukas fbd418882b Update exchange rates
Django CI/CD / test (push) Successful in 1m0s
Django CI/CD / build-and-push (push) Has been skipped
2024-11-11 01:12:17 +01:00
lukas 6aef44d3dc Rename tasks 2024-11-11 01:12:09 +01:00
lukas 63e307d251 Run convert price task every minute 2024-11-11 00:47:48 +01:00
lukas b0eb28618c Uppercase currency instead of lowercase 2024-11-11 00:44:47 +01:00
lukas b05a0bd502 Improve startup setup and tasks 2024-11-11 00:38:23 +01:00
lukas 4fd5b8432b Add basic set of exchange rates 2024-11-11 00:30:34 +01:00
lukas cbb1cbaf33 Move DEMO exclusion a bit higher 2024-11-11 00:27:15 +01:00
lukas 29b71a57cc Add logging to convert task 2024-11-11 00:27:02 +01:00
lukas 4db8d1a63b Reset converted_price when currency or price changes 2024-11-11 00:26:51 +01:00
lukas bf9f3d5f56 Use converted price in stats 2024-11-11 00:26:33 +01:00
lukas 9a7da8a9ec Start django cluster in container 2024-11-11 00:26:11 +01:00
lukas 013375106b Convert everything to chosen currency 2024-11-11 00:07:03 +01:00
lukas d1cb0edf87 Fix stats 2024-11-11 00:06:45 +01:00
lukas 8b939e8e6f Update tailwindcss version 2024-11-10 23:42:21 +01:00
lukas e5f9d90127 Add more dependencies 2024-11-10 23:40:35 +01:00
lukas 3b297bfc1e Use Django ORM for scheduler 2024-11-10 23:40:23 +01:00
lukas 4a0f5761e8 Fix update_converted_prices 2024-11-10 23:40:07 +01:00
lukas 34b2c8c751 Add ExchangeRate to admin 2024-11-10 23:39:52 +01:00
lukas 05b59e41b5 Add model change 2024-11-10 23:39:43 +01:00
lukas a32996ccc3 Schedule tasks hourly 2024-11-10 23:39:03 +01:00
lukas 527cf4ba52 Make it possible to convert prices automatically
Django CI/CD / test (push) Failing after 1m19s
Django CI/CD / build-and-push (push) Has been skipped
2024-11-10 15:34:08 +01:00
lukas f61cde180f Pass search_string to search_field.html
Django CI/CD / test (push) Successful in 1m10s
Django CI/CD / build-and-push (push) Successful in 2m1s
2024-11-10 00:05:33 +01:00
lukas a53818257c Fix being unable to override c-vars from render_from_string 2024-11-10 00:05:11 +01:00
lukas 2d3ea714c4 Extend session search 2024-11-09 23:52:09 +01:00
lukas 832bb48983 Device: safe long type names directly in database 2024-11-09 23:51:28 +01:00
lukas c6b1badf39 add session search
Django CI/CD / test (push) Successful in 1m10s
Django CI/CD / build-and-push (push) Successful in 2m16s
2024-11-09 21:34:01 +00:00
lukas a3ed93c154 handle non-existent icons
Django CI/CD / test (push) Successful in 1m15s
Django CI/CD / build-and-push (push) Has been cancelled
2024-11-09 21:30:13 +00:00
lukas cf503a7b7d improve devcontainer
Django CI/CD / test (push) Successful in 1m7s
Django CI/CD / build-and-push (push) Successful in 2m26s
2024-11-09 11:56:20 +01:00
lukas d81df6452a add dev container
Django CI/CD / test (push) Successful in 1m15s
Django CI/CD / build-and-push (push) Successful in 2m26s
2024-11-09 11:22:21 +01:00
lukas d9290373b0 also sort purchases by created_at
Django CI/CD / test (push) Successful in 59s
Django CI/CD / build-and-push (push) Successful in 2m24s
2024-10-18 09:50:10 +02:00
lukas f8d621e710 fix stat dropdown
Django CI/CD / test (push) Successful in 1m16s
Django CI/CD / build-and-push (push) Successful in 2m7s
2024-10-16 18:31:12 +02:00
lukas 9992d9c9bd set edition platform to unspecified if none 2024-10-16 18:06:40 +02:00
lukas 2ae81bb00f update django-cotton to 1.2.1 2024-10-16 17:49:55 +02:00
lukas 993abb4710 editorconfig: do not add newline to HTML 2024-10-16 17:45:23 +02:00
lukas 23502eab85 do not throw error when no stats to calculate 2024-10-16 17:45:23 +02:00
lukas c517d735c7 use unified dateformat more 2024-10-16 17:45:23 +02:00
lukas 19056f846e view_game: display timezone-aware time for end timestamp 2024-10-16 17:45:23 +02:00
lukas 0759ad0804 make purchase price a float 2024-10-16 17:45:23 +02:00
lukas 228fc2bf5f avoid exception on game overview when sessions are 0 2024-10-16 17:45:23 +02:00
lukas a5a7041920 rename icon 2024-10-16 17:45:23 +02:00
lukas fbd829f70e order platforms by name 2024-10-16 17:45:23 +02:00
lukas 4873f25248 remove css cruft 2024-10-16 17:45:23 +02:00
lukas 3578f1707f add more icons 2024-10-16 17:45:23 +02:00
lukas b74ccb6eaa Remove extraneous statement 2024-10-16 17:45:23 +02:00
lukas b0b1bb2d42 add icon field to platform, use everywhere 2024-10-16 17:45:23 +02:00
lukas c40764a02f fix bug in Component
A leftover from when there was only the A component function,
this bug was not found earlier because we used
templates instead of tags most of the time.
2024-09-14 10:40:03 +02:00
lukas 649351efde implement platform icons
Django CI/CD / test (push) Successful in 1m1s
Django CI/CD / build-and-push (push) Has been skipped
2024-09-14 06:42:34 +02:00
lukas 698c8966c0 add purchase date to game view
Django CI/CD / test (push) Successful in 1m9s
Django CI/CD / build-and-push (push) Successful in 2m8s
2024-09-11 11:40:17 +02:00
lukas 7f6584ecf7 finish purchase from list 2024-09-11 11:39:54 +02:00