1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 19:14:04 +00:00
tenancy/src
Samuel Štancl aba7a50619
Minor fixes
The change in SQLiteDatabaseManager wasn't properly saving the
updated internal value.

The check in CacheTenancyBootstrapper wasn't handling that local tests
have a 'testing' environment, not local. However fixing only the
condition would've still added the store to $names which would throw
an exception down the line. We make sure to only throw the exception
in prod, but also make sure to only add the store to $names if it is
supported.
2025-10-22 12:58:45 +02:00
..
Actions Add tenant parameter BEFORE existing prefixes by default, add tenantParameterBeforePrefix() to allow customizing this (#1393) 2025-09-03 15:56:12 +02:00
Bootstrappers Minor fixes 2025-10-22 12:58:45 +02:00
Commands Refactor DatabaseConfig, minor DB manager improvements, resolve todos 2025-10-13 16:01:34 +02:00
Concerns Resolve misc todos, fix phpstan error 2025-10-20 01:57:02 +02:00
Contracts Features refactor 2025-08-31 23:18:44 +02:00
Controllers [4.x] General code cleanup (#1278) 2024-12-31 00:35:46 +01:00
Database Minor fixes 2025-10-22 12:58:45 +02:00
Enums Make RouteMode enum backed (#1362) 2025-06-02 20:34:49 +02:00
Events Pending tenants refactor (BC break) 2025-08-25 00:01:02 +02:00
Exceptions remove ignition dependencies 2025-06-18 23:29:24 +02:00
Facades [4.x] Support database cache store tenancy (#1290) (resolve #852) 2025-08-08 00:54:01 +02:00
Features Resolve misc todos, fix phpstan error 2025-10-20 01:57:02 +02:00
Jobs Fix assert: run createDatabase() outside assert() 2025-10-16 01:10:07 +02:00
Listeners Resolve misc todos, fix phpstan error 2025-10-20 01:57:02 +02:00
Middleware Merge dev branch (minor breaking changes) 2025-10-14 17:32:44 +02:00
Overrides phpstan: Remove ignore that is no longer necessary 2025-10-13 16:12:01 +02:00
Resolvers [4.x] Support database cache store tenancy (#1290) (resolve #852) 2025-08-08 00:54:01 +02:00
ResourceSyncing [4.x] Cleanup (#1317) 2025-02-20 20:49:09 +01:00
RLS [4.x] TableRLSManager refactor, comment constraints (#1354) 2025-07-03 21:12:04 +02:00
UniqueIdentifierGenerators [4.x] Add ULIDGenerator (#1332) 2025-03-18 19:00:35 +01:00
helpers.php resolve minor todos 2025-08-18 15:05:17 +02:00
Tenancy.php Resolve misc todos, fix phpstan error 2025-10-20 01:57:02 +02:00
TenancyServiceProvider.php Features refactor 2025-08-31 23:18:44 +02:00