123 Commits

Author SHA1 Message Date
8cf6270d8f Bump version 2023-01-16 19:47:32 +01:00
0b1089b0f4 Disable pre-commit hook 2023-01-16 19:46:15 +01:00
9534492f17 Exclude manual times from graphs
Fixes #35
2023-01-16 19:39:24 +01:00
8b7ed90b49 Improve playtime graph date formatting 2023-01-16 19:27:52 +01:00
2ce4dd3a0e Fix graph timeline being backwards 2023-01-16 17:26:10 +01:00
a851b5329a Correctly display game that is used as filter 2023-01-16 17:24:34 +01:00
6fa049e1b1 Sort and clean up imports 2023-01-15 23:39:52 +01:00
6b7ed0dbb5 Order by timestamp_start from the newest
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-15 23:20:43 +01:00
dd50d6dd40 Allow filtering by platform and game
All checks were successful
continuous-integration/drone/push Build is passing
Fixes #32
0.2.3
2023-01-15 23:14:28 +01:00
162f4f3dbf Fix Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-15 19:16:34 +01:00
e8e6d5bcae Display playtime graph on session list
Some checks failed
continuous-integration/drone/push Build is failing
Fixes #29
0.2.2
2023-01-15 18:03:59 +01:00
c5b451a258 Fix error when showing session list with no sessions
Fixes #31
2023-01-15 18:02:48 +01:00
163211ab0b Hide button if no last session 2023-01-15 13:03:30 +01:00
64f5668dde Do not specify button width and height
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-13 22:11:12 +01:00
465d958d9b Start sessions of last purchase from list
All checks were successful
continuous-integration/drone/push Build is passing
Fixes #19
0.2.1
2023-01-13 16:54:24 +01:00
d8ece979a8 Revert make dev to plain runserver
The runserver_plus has problems with cache not being invalidated
2023-01-13 16:52:05 +01:00
2defdd4657 List number of sessions when filtering on session list
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-10 20:47:33 +01:00
078f87687f Make format_duration more robust
All checks were successful
continuous-integration/drone/push Build is passing
0.2.0
2023-01-09 22:48:09 +01:00
49723831e9 Fix displaying finish button
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-09 22:05:12 +01:00
025ea0dd4e Fix migration
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-09 19:09:31 +01:00
97467c7a52 Also set duration_manual to zero
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-09 19:05:47 +01:00
7842d6f45d Remove debugging statement 2023-01-09 19:00:03 +01:00
b77089f7ad Show playtime total on session list
All checks were successful
continuous-integration/drone/push Build is passing
Fixes #6
Fixes #25
2023-01-09 18:57:22 +01:00
24f4459318 Avoid raising exception on format_duration(None)
Fixes #25
2023-01-09 16:14:01 +01:00
751182df52 Emit gunicorn logs to stdin and stderr 2023-01-08 15:48:53 +01:00
33e136a810 Add .dockerignore 2023-01-08 15:48:31 +01:00
362732c22a Run make date via poetry 2023-01-08 15:48:12 +01:00
8e1c670ffd Fix collectstaticfiles causing error
All checks were successful
continuous-integration/drone/push Build is passing
Fixes #23
2023-01-08 15:46:09 +01:00
e5a9b9aa50 Fix CSRF error (#22)
All checks were successful
continuous-integration/drone/push Build is passing
Fixes #21

Reviewed-on: #22
2023-01-08 14:35:28 +00:00
c9b2d5bd8d
Update changelog
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 22:08:57 +01:00
0d20b543b0
Do not load the admin interface in prod
All checks were successful
continuous-integration/drone/push Build is passing
0.1.2
2023-01-07 21:59:54 +01:00
f7b69f7704
Add more utilities to Makefile 2023-01-07 21:59:34 +01:00
1ccfdc321a
Start caddy in the background 2023-01-07 21:59:17 +01:00
25a58c2732
Be more explicit in docker-compose.yml 2023-01-07 21:59:09 +01:00
270d9f7296
Ignore static folder when building container 2023-01-07 21:58:22 +01:00
2939b4a515
Change to gunicorn
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 21:09:47 +01:00
d029fda896 Collect static files in entrypoint.sh
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-07 18:10:36 +01:00
9dead362c1 Set STATIC_ROOT 2023-01-07 18:09:22 +01:00
d81dba727b Add docker-compose.yml 2023-01-07 18:09:10 +01:00
f550978e4a
Release version 0.1.1
All checks were successful
continuous-integration/drone/push Build is passing
0.1.1
2023-01-05 23:31:06 +01:00
db5de81c09
Add make date 2023-01-05 23:30:43 +01:00
15ed6504b1
Order by timestamp_start by default 2023-01-05 23:30:13 +01:00
fd9bf8c026
Improve manual duration mark 2023-01-05 23:10:42 +01:00
5172c38c16
Refactor the calculated_sum and manual_sum 2023-01-05 23:03:46 +01:00
9c56ed4ce8
Make logging work 2023-01-05 22:14:51 +01:00
d00bb1cd06
Properly unset CSRF_TRUSTED_ORIGINS 2023-01-05 22:09:35 +01:00
bedfbb7f31
Remove cruft 2023-01-05 22:09:21 +01:00
f2b08cd1cd
Changes after linting 2023-01-05 22:05:26 +01:00
5ad0e52787
Turn on type checking 2023-01-05 22:01:27 +01:00
f7ec07994f
Improve duration handling in Session model 2023-01-05 22:01:15 +01:00