Commit Graph

13 Commits

Author SHA1 Message Date
KodeStar 2555ab1b3c Run tests against in-memory sqlite and refuse real databases
The :memory: overrides in phpunit.xml had been commented out since 2024,
so RefreshDatabase ran migrate:fresh against the real .env database and
wiped it on every local test run. Enable the overrides, let the special
:memory: identifier bypass database_path() resolution and the boot-time
touch(), and add a TestCase guard that aborts the suite unless it is
pointed at in-memory sqlite.

ItemExportTest only ever passed by reading the populated dev database;
seed the root dashboard item it depends on so it passes on a fresh DB.
2026-07-09 10:52:17 +01:00
Chris Hunt 8fb6438254 Updates to vendors etc 2025-07-11 15:57:48 +01:00
Shift 48e16ebfc9 Streamline config files 2025-07-10 18:54:00 +00:00
Chris Hunt d52ae0d3c3 Update dependencies 2024-02-16 21:36:54 +00:00
Shift 854fb420c2 Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them and merged your true customizations -
where ENV variables may not be used.
2024-02-16 21:13:09 +00:00
Shift ee3361d9c9 Shift config files 2024-02-16 20:33:43 +00:00
Kode 51ddaccc16 Update defaults 2022-03-19 15:04:26 +00:00
Kode 323a6e17c7 Update database.php 2022-03-12 13:09:03 +00:00
Kode fbb21d2885 update redis config 2022-03-12 12:54:15 +00:00
KodeStar 2e06f1c153 try and remove reliance on .env 2018-02-06 21:28:56 +00:00
KodeStar 0a0fccb309 added views 2018-01-29 20:14:40 +00:00
KodeStar 13c46b3069 change database connection details 2018-01-29 19:50:59 +00:00
Kode 3e1a7119d9 First commit 2018-01-26 14:35:01 +00:00