1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 16:24:04 +00:00
Commit graph

321 commits

Author SHA1 Message Date
Samuel Štancl
660100631e Fix PostgreSQL DB manager (fix #112) 2019-08-22 23:13:59 +02:00
Samuel Štancl
f590e2ce2a
[1.8.0] Custom id scheme (#108)
* Add UniqueIdentifierGenerators

* Apply fixes from StyleCI
2019-08-21 20:29:53 +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
1f4aa77ac4
Add [] fallback 2019-08-19 23:03:28 +02:00
Samuel Štancl
824ecfce48
[1.8.0] Add Telescope tags with tenant ids (#77) 2019-08-19 21:11:55 +02:00
Samuel Štancl
8d8c177dac
[1.8.0] Add Queue support & Horizon integration (#104) 2019-08-19 14:37:57 +02:00
Samuel Štancl
d04f4bb2a1 decode -> encode 2019-08-19 11:21:44 +02:00
stancl
1818e590e0 Apply fixes from StyleCI 2019-08-19 08:56:13 +00:00
Samuel Štancl
314b2d3003 Fix bug with JSON encoding 2019-08-19 10:55:48 +02:00
Samuel Štancl
e41a469510 Remove defaulting to 'default' DB connection 2019-08-18 23:25:10 +02:00
Samuel Štancl
b12b9c3a54
[1.8.0] Tenant redirect (#103) 2019-08-18 12:48:10 +02:00
Samuel Štancl
5edf582269 Make DB storage driver prefix sqlite DBs with database_path() 2019-08-17 21:56:30 +02:00
Samuel Štancl
f87c2b69ec Default to default DB 2019-08-17 21:25:53 +02:00
stancl
29c8d5dab4 Apply fixes from StyleCI 2019-08-17 14:33:59 +00:00
Samuel Štancl
760817529e Merge branch '1.x' of github.com:stancl/tenancy into 1.x 2019-08-17 16:33:49 +02:00
Samuel Štancl
47fb158b59 Use MySQL by default; create migrations/tenant in tenancy:install 2019-08-17 16:33:22 +02:00
stancl
fd66537e7f Apply fixes from StyleCI 2019-08-17 13:25:48 +00:00
Samuel Štancl
be077ae73c Add the option to specify connection in DatabaseManager 2019-08-17 15:25:39 +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
Samuel Štancl
7bcad47186 Updated comment 2019-08-17 10:03:41 +02:00
Samuel Štancl
6095696355 Fix invoke test 2019-08-16 18:54:25 +02:00
Samuel Štancl
dc96931a76 merge 2019-08-16 18:32:06 +02:00
Samuel Štancl
89c7289b66 Switch order of conditions 2019-08-16 18:26:18 +02:00
stancl
84890cdd1e Apply fixes from StyleCI 2019-08-16 16:21:59 +00:00
Samuel Štancl
bbafc9d8e2 is_array check 2019-08-16 18:20:34 +02:00
Samuel Štancl
3c9ead6aac default value 2019-08-16 18:10:34 +02:00
Samuel Štancl
fd79e0aec3 Fix illegal offset 2019-08-16 18:04:54 +02:00
Samuel Štancl
1216addd1f Improve get() 2019-08-16 17:55:40 +02:00
Samuel Štancl
2fe464a1f9 Use only 2019-08-16 16:01:39 +02:00
Samuel Štancl
9df78eb9c2
[1.7.0] Add DB storage driver (#82) 2019-08-16 14:36:49 +02:00
Samuel Štancl
674f4b3f9a
[1.7.0] Install command (#95) 2019-08-15 19:16:25 +02:00
Samuel Štancl
aca5567c10 Add empty array default 2019-08-14 22:55:18 +02:00
stancl
155ef0da5a Apply fixes from StyleCI 2019-08-14 20:17:04 +00:00
Samuel Štancl
4aa35322da Add event prevents, Tenant facade 2019-08-14 22:16:51 +02:00
Samuel Štancl
1a88cad4d6
[1.7.0] Fix Events system (#94)
* Add TenantManagerEvents

* Apply fixes from StyleCI

* Fix typos, add tests

* end() events

* Travis should be failing

* Uncomment ending
2019-08-14 17:32:33 +02:00
Samuel Štancl
c1df467601
[1.7.0] Add Events system (#93)
* Add TenantManagerEvents

* Apply fixes from StyleCI

* Fix typos, add tests

* end() events
2019-08-14 17:15:47 +02:00
Samuel Štancl
d7358c588c
[1.7.0] Add the option to set values & db name during tenant creation (#86)
* Add the option to set values & db name during tenant creation

* Apply fixes from StyleCI

* Add tests

* Apply fixes from StyleCI

* Rewrite conditional for clarity
2019-08-13 19:16:00 +02:00
Samuel Štancl
769ec16f89
Fix #89 (#90) 2019-08-13 18:36:41 +02:00
Samuel Štancl
490c776bc8
Use ?? instead of ?: 2019-08-10 14:43:37 +02:00
Samuel Štancl
15f09e59df
[1.7.0] Add tenants:run (#81)
* wip

* Apply fixes from StyleCI

* first implementation

* Apply fixes from StyleCI

* Add support for arguments and options

* Apply fixes from StyleCI

* Write docs, add support for = in arg/opt value

* Apply fixes from StyleCI

* add $ [ci skip]
2019-08-09 19:06:00 +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
92ebc1f01b
Add support for global cache (#78) 2019-07-30 21:05:30 +02:00
Samuel Štancl
a3f37b7f77 Fix #71 2019-07-25 23:26:36 +02:00