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

627 commits

Author SHA1 Message Date
Anton Komarev
d00cf97e0e Reorder Service Provider methods in execution sequence (#139) 2019-09-26 14:35:41 +02:00
Anton Komarev
0081726bda Add exceptions missing parent constructor call (#137) 2019-09-26 14:35:02 +02:00
Anton Komarev
fc39512b3b Use ::class instead of strings in config (#133) 2019-09-26 14:33:29 +02:00
Anton Komarev
5b154d1834 Fix default tenant route (#132) 2019-09-26 06:25:07 +02:00
Chris Brown
a166de2ef6 Rename migration stubs so they show next to each other (#127) 2019-09-25 08:07:01 +02:00
Samuel Štancl
ca8baf9a6d
Add donate button 2019-09-24 17:44:56 +02:00
Samuel Štancl
bd1c829520 TenantCouldNotBeIdentified ProvidesSolution 2019-09-23 11:54:38 +02:00
Samuel Štancl
10c5f8d98d Fix Queue tenancy 2019-09-22 20:30:30 +02:00
Samuel Štancl
23cf9e5366 Merge branch '2.x' of github.com:stancl/tenancy into 2.x 2019-09-22 19:45:38 +02:00
Samuel Štancl
9d73de2840 global_cache() helper 2019-09-22 19:45:30 +02:00
Samuel Štancl
a31a76cb37
Create CONTRIBUTING.md 2019-09-22 19:25:30 +02:00
Samuel Štancl
4a17992957 Home route -> home url 2019-09-22 17:24:02 +02:00
Samuel Štancl
92618e09a5 Merge branch '2.x' of github.com:stancl/tenancy into 2.x 2019-09-22 17:17:46 +02:00
Samuel Štancl
e21f5ad76f Fix PreventAccess middleware 2019-09-22 17:17:38 +02:00
stancl
efcb2dd425 Apply fixes from StyleCI 2019-09-21 21:53:33 +00:00
Samuel Štancl
7229691977 Add comments 2019-09-21 23:53:23 +02:00
Samuel Štancl
88fbd9779d Add default value 2019-09-21 20:44:58 +02:00
stancl
fdcea15b6a Apply fixes from StyleCI 2019-09-21 17:58:40 +00:00
Samuel Štancl
4bd2d43e9b Fix data_cache test 2019-09-21 19:58:29 +02:00
Samuel Štancl
a2c6963e85 Fix global_asset_helper_returns_the_same_url_regardless_of_tenancy_initialization 2019-09-21 19:47:36 +02:00
Samuel Štancl
3c076b8a46 Make originalPaths public 2019-09-21 19:39:50 +02:00
Samuel Štancl
8dae2dcc6f Fix db_name_is_prefixed test 2019-09-21 19:37:19 +02:00
stancl
a4ab7ac080 Apply fixes from StyleCI 2019-09-21 17:29:17 +00:00
Samuel Štancl
665d222872 Fix redirect macro test 2019-09-21 19:29:06 +02:00
Samuel Štancl
75f00a58dd Fix asset tests 2019-09-21 18:13:29 +02:00
Samuel Štancl
bd08979e0c global_asset test 2019-09-21 17:29:26 +02:00
Samuel Štancl
b9054864aa Fix forced root 2019-09-21 17:22:33 +02:00
Samuel Štancl
a34bcfbe3e Intelligent asset() 2019-09-21 16:43:03 +02:00
Samuel Štancl
6134c8113b asset() tenancy 2019-09-21 16:06:08 +02:00
Samuel Štancl
cf71fa5979 Merge branch '2.x' of github.com:stancl/tenancy into 2.x 2019-09-21 14:06:45 +02:00
Samuel Štancl
74aead2a60 Add test for tenancy.database.based_on null 2019-09-21 14:06:42 +02:00
stancl
1f71c86c47 Apply fixes from StyleCI 2019-09-21 11:54:13 +00:00
Samuel Štancl
c475e7a43d Fix transactions 2019-09-21 13:54:02 +02:00
Samuel Štancl
46609c5b0d DB transactions 2019-09-21 13:27:26 +02:00
Samuel Štancl
a5a9f47eaa Merge branch '2.x' of github.com:stancl/tenancy into 2.x 2019-09-21 12:04:33 +02:00
Samuel Štancl
cd53ff120d Fix tests 2019-09-21 12:04:25 +02:00
stancl
2192905830 Apply fixes from StyleCI 2019-09-21 09:40:56 +00:00
Samuel Štancl
3cd97bdcab Overwriting the connection doesn't matter, it just changes the DB 2019-09-21 11:39:31 +02:00
Samuel Štancl
ed308b1650 getBaseConnection 2019-09-21 11:39:17 +02:00
Samuel Štancl
7e40c4188d Merge branch '2.x' of github.com:stancl/tenancy into 2.x 2019-09-21 11:11:45 +02:00
Samuel Štancl
eb6cba8f1a Create MySQL/PostgreSQL DBs while using sqlite as the central DB driver 2019-09-21 11:11:36 +02:00
stancl
a27585cb47 Apply fixes from StyleCI 2019-09-20 18:19:04 +00:00
Samuel Štancl
1e6b21cfd4 Merge branch '2.x' of github.com:stancl/tenancy into 2.x 2019-09-20 20:18:53 +02:00
Samuel Štancl
509d00f9f3 Add docblocks 2019-09-20 20:14:58 +02:00
stancl
6faac920c9 Apply fixes from StyleCI 2019-09-20 17:44:18 +00:00
Samuel Štancl
93fc961b34 Tenant::with 2019-09-20 19:44:05 +02:00
Samuel Štancl
61cc0d9364 Update tenant tests 2019-09-20 19:24:02 +02:00
Samuel Štancl
b268dd5d50 Multiple domains test 2019-09-20 18:13:25 +02:00
stancl
bdaf6cf824 Apply fixes from StyleCI 2019-09-20 15:58:43 +00:00
Samuel Štancl
f177e309f0 Merge branch '2.x' of github.com:stancl/tenancy into 2.x 2019-09-20 17:57:56 +02:00