Samuel Štancl
1f88a1ff94
updateTenant DB storage driver
2019-09-18 18:11:41 +02:00
Samuel Štancl
9bb56c1b30
Fix feature bootstrapping
2019-09-18 18:02:14 +02:00
Samuel Štancl
8565cc7acc
Get multiple envs (redis/db) to run correctly
2019-09-17 19:39:57 +02:00
Samuel Štancl
1532ccf019
Fix some tests
2019-09-16 16:57:55 +02:00
Samuel Štancl
27ded685f8
Merge branch 'master' of github.com:stancl/tenancy
2019-09-15 17:44:30 +02:00
Samuel Štancl
c65b6839ff
Tenant-specific connections, some work to get tests running
2019-09-15 17:44:26 +02:00
stancl
d320fa221d
Apply fixes from StyleCI
2019-09-15 10:17:00 +00:00
Samuel Štancl
5fb11dfc9f
DB driver ensureTenantCanBeCreated
2019-09-15 11:50:19 +02:00
stancl
553e4c381b
Apply fixes from StyleCI
2019-09-15 09:02:28 +00:00
Samuel Štancl
19ca1307d7
Mising ;
2019-09-15 11:02:15 +02:00
Samuel Štancl
0fd1d82c68
TenantModel putMany
2019-09-15 11:01:24 +02:00
Samuel Štancl
15a7db9e71
Clean up TenantCannotBeCreatedException
2019-09-15 09:40:53 +02:00
Samuel Štancl
fd3cf0a2b3
Merge branch 'master' of github.com:stancl/tenancy
2019-09-11 21:38:09 +02:00
Samuel Štancl
2bb03040ee
wip
2019-09-11 21:38:03 +02:00
stancl
2c25e79385
Apply fixes from StyleCI
2019-09-11 19:11:57 +00:00
Samuel Štancl
ad902ae22b
Merge branch 'master' of github.com:stancl/tenancy
2019-09-11 21:11:47 +02:00
Samuel Štancl
7a0154bf8e
Get tests to run
2019-09-11 21:11:40 +02:00
stancl
b4c38b8d2b
Apply fixes from StyleCI
2019-09-11 18:57:42 +00:00
Samuel Štancl
23a4fd24b0
StorageDrivers\Database domain
2019-09-11 20:57:30 +02:00
stancl
ab9400e81c
Apply fixes from StyleCI
2019-09-11 18:10:02 +00:00
Samuel Štancl
a4b1553df7
wip
2019-09-11 20:09:49 +02:00
Samuel Štancl
508ef9919a
wip
2019-09-11 19:29:50 +02:00
stancl
b800b22bca
Apply fixes from StyleCI
2019-09-11 17:25:45 +00:00
Samuel Štancl
bf48764507
Redis pipeline
2019-09-11 18:30:35 +02:00
Samuel Štancl
1bfe4a7ea5
Apply fixes from StyleCI ( #126 )
2019-09-11 17:37:02 +02:00
stancl
42afbca997
Apply fixes from StyleCI
2019-09-11 15:34:44 +00:00
Samuel Štancl
088501a939
Merge
2019-09-11 17:34:36 +02:00
Samuel Štancl
b02126e8d7
Redis storage json encoding
2019-09-11 17:34:11 +02:00
stancl
311df11d0b
Apply fixes from StyleCI
2019-09-11 13:34:33 +00:00
Samuel Štancl
c20942cda5
Close #44
2019-09-11 15:34:25 +02:00
stancl
76fae5c287
Apply fixes from StyleCI
2019-09-11 12:32:39 +00:00
Samuel Štancl
69db512d30
Storage drivers WIP
2019-09-11 14:32:13 +02:00
Samuel Štancl
72baa45126
Make TenantModel final
2019-09-04 16:57:19 +02:00
Samuel Štancl
2fd3662eb7
[1.8.0] Use strict types ( #115 )
...
* Use strict types
* Apply fixes from StyleCI
* Fix str_repeat
* Fix false json decode
2019-08-23 18:18:26 +02:00
stancl
787063ed73
Apply fixes from StyleCI
2019-08-20 10:15:06 +00:00
Samuel Štancl
4c676b41e9
Custom exceptions, fix #91
2019-08-20 12:14:56 +02:00
Samuel Štancl
824d299dcd
wip
2019-08-17 14:51:03 +02:00
Samuel Štancl
86fd919adf
Except data
2019-08-17 14:46:15 +02:00
Samuel Štancl
08148225eb
Merge branch '1.x' of github.com:stancl/tenancy into 1.x
2019-08-17 14:41:38 +02:00
Samuel Štancl
542fc888bc
Set 'data' to '{}'
2019-08-17 14:41:33 +02:00
Samuel Štancl
40fa69932b
[1.7.0] Fix Redis scan ( #97 )
...
* Fix Redis scan
* Fix keys issue
2019-08-17 14:11:49 +02:00
stancl
84890cdd1e
Apply fixes from StyleCI
2019-08-16 16:21:59 +00:00
Samuel Štancl
9df78eb9c2
[1.7.0] Add DB storage driver ( #82 )
2019-08-16 14:36:49 +02:00
stancl
8fd32a67a9
Apply fixes from StyleCI
2019-08-04 18:04:35 +00:00
Samuel Štancl
0dc8c80a02
Fix Redis scan for predis, make phpunit use multiple configs (e.g. different Redis drivers)
2019-08-04 20:04:25 +02:00
Samuel Štancl
eceacd9422
Apply fixes from StyleCI ( #80 )
2019-08-02 20:01:10 +02:00
Samuel Štancl
66a4fe9630
Fix #73
...
The domain was wrapped in "".
2019-07-25 11:19:52 +02:00
Samuel Štancl
1b6759084f
Add Predis support ( #59 )
...
* wip
* Add Predis support
* Enable phpredis extension only for some builds
* Add note about phpredis
* Fix if command
* Revert travis changes & add a version check to predis tests
2019-07-03 14:48:55 +02:00
Samuel Štancl
35abb6191d
Fix Redis scan for 5.8 ( #46 )
...
* Fix Redis scan for 5.8
* Add comments [ci skip]
2019-04-24 16:53:43 +02:00
Samuel Štancl
9e4849439f
Update RedisStorageDriver with the interface change
2019-04-23 17:11:05 +02:00