Commit graph

5 commits

Author SHA1 Message Date
Shish
7353683a13 no implicit nulls (they are deprecated in php8.4) 2024-09-01 00:06:46 +01:00
Shish
845c8b3d85 [core] Make User::by_name / User::by_id not-null
Nearly everywhere that these functions are called, the result is assumed to be not-null, and a null will break things
2024-08-31 20:39:36 +01:00
Shish
c64c796398 [core] fix --user CLI flag, fixes #1022 2024-02-06 10:31:47 +00:00
Shish
7f20b17a59 [cli] don't exit until after we have committed or rolled back the db 2024-01-16 01:28:44 +00:00
Shish
ec35cace6a [core] replace quarter-arsed CLI interface with Symfony Console 2024-01-11 01:01:39 +00:00