1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 11:34:03 +00:00
Commit graph

942 commits

Author SHA1 Message Date
Samuel Štancl
78c64f0425 Rolling back & deleting DB events 2020-05-24 20:52:50 +02:00
stancl
1a85bca7ee Apply fixes from StyleCI 2020-05-24 18:40:24 +00:00
Samuel Štancl
2839f45196 Refactor models & config 2020-05-24 20:40:10 +02:00
Samuel Štancl
f0ff8248e7 Clean up global state in tests 2020-05-22 20:08:50 +02:00
Samuel Štancl
4256b9eba6 Merge branch 'master' of github.com:stancl/tenancy 2020-05-22 18:21:23 +02:00
Samuel Štancl
dce06b7430 Fix some tests 2020-05-22 18:21:19 +02:00
ohnotnow
158e052deb
Updated some docker stuff (#409)
Changed the dockerfile to use the official Docker php image and installed
the pcov extension instead of xdebug for code coverage.

Also updated the docker-compose file to make the main 'test' service not start up
before all the DB containers are running ok.
2020-05-22 18:09:07 +02:00
stancl
f639909eb7 Apply fixes from StyleCI 2020-05-22 10:34:35 +00:00
Samuel Štancl
800e8d5a56 Enable caching in initialization mw 2020-05-22 12:34:25 +02:00
Samuel Štancl
d7c04d304d Merge branch 'master' of github.com:stancl/tenancy 2020-05-22 11:10:05 +02:00
Samuel Štancl
175add0148 Reindent ci.yml 2020-05-22 11:09:39 +02:00
stancl
6955512a6b Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
Samuel Štancl
1798ca9c85 Merge branch 'master' of github.com:stancl/tenancy 2020-05-22 11:01:06 +02:00
Samuel Štancl
0049a48383 Laravel 6 support 2020-05-22 10:56:02 +02:00
Samuel Štancl
d23dbf18ce Code style 2020-05-21 19:29:23 +02:00
Samuel Štancl
2c1cc41b97 Telescope tags 2020-05-21 18:05:02 +02:00
Samuel Štancl
33d6fd82da -ing event behavior 2020-05-21 17:55:48 +02:00
Samuel Štancl
c40dba4e02 Fix typo 2020-05-21 17:00:57 +02:00
Samuel Štancl
4f8d892481 Remove obsolete files, restructure 2020-05-21 15:54:35 +02:00
Samuel Štancl
fbe43fbb04 Restructure config 2020-05-21 15:05:05 +02:00
Samuel Štancl
15a7e52208 Get rid of tenant DB manager connection config 2020-05-21 14:47:29 +02:00
Samuel Štancl
2fedd5ce88 Tenant-specific maintenance mode 2020-05-20 21:50:10 +02:00
Samuel Štancl
ac58f6992b Use getTenantKey() instead of ->id references 2020-05-20 20:41:47 +02:00
Samuel Štancl
d7536ce0af CachedTenantResolver 2020-05-20 20:34:16 +02:00
Samuel Štancl
e6e4548a22 Use % for CREATE % GRANT queries 2020-05-20 14:33:24 +02:00
Samuel Štancl
1329356b4b Refactor stub provider, add middleware priority logic 2020-05-19 16:36:15 +02:00
Samuel Štancl
3e337e1ae0 Fire event after setting tenant propery 2020-05-17 18:09:56 +02:00
Samuel Štancl
dd44a3406d Fire the newly created Tenancy events 2020-05-17 17:53:38 +02:00
Samuel Štancl
b87c0bc9d2 Add more events 2020-05-17 17:42:09 +02:00
Samuel Štancl
ed96aee669 Use correct path to impersonation migrations in test 2020-05-17 16:38:53 +02:00
Samuel Štancl
0508429e0f Fix asset publishing 2020-05-17 15:14:05 +02:00
Samuel Štancl
4d6003eec0 Tenant|Model typehint 2020-05-16 12:01:58 +02:00
Samuel Štancl
3547b8ce4c PreventAccessFromCentralDomains middleware 2020-05-16 11:57:29 +02:00
Samuel Štancl
7a7200fd25 Minor fixes for using the package in an app 2020-05-16 11:56:32 +02:00
Samuel Štancl
1833622170 Extract JobPipelines to a separate package 2020-05-15 18:26:08 +02:00
Samuel Štancl
1008db2d43 Fix cache test 2020-05-15 11:22:12 +02:00
Samuel Štancl
05d6383b99 Session scoping & tenant() cleanup 2020-05-15 11:07:42 +02:00
Samuel Štancl
c8f9a82745 Cleanup after implementing impersonation 2020-05-15 07:39:19 +02:00
Samuel Štancl
10a5b80d44 User impersonation 2020-05-15 07:30:57 +02:00
Samuel Štancl
52476d6298 Use nullable data column instead of default value 2020-05-15 02:04:51 +02:00
Samuel Štancl
d92277a236 HasScopedValidationRules trait 2020-05-14 05:13:33 +02:00
Samuel Štancl
208eb2fdd3 Fix tenant collection test 2020-05-14 04:23:38 +02:00
Samuel Štancl
f4898bec2b Rename parent model -> getRelationshipToPrimaryModel 2020-05-14 04:20:06 +02:00
Samuel Štancl
c05262f534 Fix global resources test 2020-05-14 04:18:17 +02:00
Samuel Štancl
42160aa93c BelongsToParentModel 2020-05-14 04:11:44 +02:00
Samuel Štancl
28019f4528 Single DB tenancy 2020-05-14 03:57:13 +02:00
Samuel Štancl
99d460f76e Disable 6.x in CI 2020-05-14 02:34:51 +02:00
Samuel Štancl
5e99fca070 Custom tenant collections 2020-05-14 02:29:14 +02:00
Samuel Štancl
1a8d150f2c Change bootstrappers namespace 2020-05-13 18:19:59 +02:00
Samuel Štancl
b772590479 Private repo composer.json 2020-05-13 07:12:25 +02:00