1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-03-23 10:54:04 +00:00

Commit graph

  • 55d858b601 assert that creation attributes returns null Abrar Ahmad 2022-08-29 12:16:34 +05:00
  • 3c7535a0d6 Improve url_override comment, add todos lukinovec 2022-08-29 08:50:02 +02:00
  • 851830420c Merge branch 'improve-run-command' of https://github.com/abrardev99/tenancy into improve-run-command Abrar Ahmad 2022-08-29 11:41:34 +05:00
  • e1a192efd5 remove tenant migration line Abrar Ahmad 2022-08-29 11:41:04 +05:00
  • 50b5935243
    Update src/Commands/Run.php Abrar Ahmad 2022-08-29 11:25:26 +05:00
  • 3368c4cb16
    add a todo Samuel Štancl 2022-08-28 04:00:43 +02:00
  • eade69c3f4 Fix code style (php-cs-fixer) PHP CS Fixer 2022-08-27 20:29:46 +00:00
  • d2e1ce0a1e refactor TenantDatabaseManagers Samuel Štancl 2022-08-27 22:29:08 +02:00
  • 824292e6df Fix code style (php-cs-fixer) PHP CS Fixer 2022-08-27 01:17:45 +00:00
  • 40bf28c7d0 general refactor, move more classes under Database namespace Samuel Štancl 2022-08-27 03:17:16 +02:00
  • 2d7e9dfd89 Add 'composer coverage' Samuel Štancl 2022-08-26 22:29:40 +02:00
  • 5f41647a6b revert Tenancy changes, fix failing tests Samuel Štancl 2022-08-26 21:49:09 +02:00
  • 02faf2407f Laravel 9 only Samuel Štancl 2022-08-26 21:39:05 +02:00
  • 06cc7bf686 Fix code style (php-cs-fixer) PHP CS Fixer 2022-08-26 19:35:44 +00:00
  • 55d0a9ab87 misc improvements - stronger types, exception refactor Samuel Štancl 2022-08-26 21:35:17 +02:00
  • ddc7cf49c3
    switch php version based on ARG (#924) Abrar Ahmad 2022-08-26 19:42:57 +05:00
  • c27f8e80bf Fix issue with using str() lukinovec 2022-08-26 15:40:48 +02:00
  • 344d298ce5 switch php version based on ARG Abrar Ahmad 2022-08-26 16:38:20 +05:00
  • f89900d305 fix styling Abrar Ahmad 2022-08-26 15:37:47 +05:00
  • 8418fac990 move console classes to Console directory Abrar Ahmad 2022-08-26 15:37:27 +05:00
  • 50d903feb8 run command useable for questions asking commands Abrar Ahmad 2022-08-26 15:32:37 +05:00
  • 866c9f8351 Update public storage URL test lukinovec 2022-08-26 10:25:53 +02:00
  • d7305952e0 Remove unnecessary check Leandro Guindani Gehlen 2022-08-25 17:21:24 -03:00
  • ca2eefa30a
    [WIP] Use a lighter Docker image, use it in CI (#793) Erik Gaal 2022-08-25 19:52:46 +02:00
  • 0e72c71286 variable docblocks Abrar Ahmad 2022-08-25 16:53:03 +05:00
  • b474ae219c Fix code style (php-cs-fixer) PHP CS Fixer 2022-08-25 05:06:22 +00:00
  • c4f65afa0a Remove afterLink closures, add types, move actions, add usage explanation to the symlink trait lukinovec 2022-08-25 07:04:44 +02:00
  • f2d562cd8b Update url_override comments lukinovec 2022-08-24 12:57:29 +02:00
  • 346f9f795f Separate the Storage::url() test cases lukinovec 2022-08-24 12:19:39 +02:00
  • fceec8ec50 Stop using command terminology in CreateStorageSymlinksAction lukinovec 2022-08-23 14:54:33 +02:00
  • c6268608d4 Check if closure is null in CreateStorageSymlinksAction lukinovec 2022-08-23 14:48:40 +02:00
  • 63386a1ef0 Fix code style (php-cs-fixer) PHP CS Fixer 2022-08-23 12:46:00 +00:00
  • 2594b1960f Extract Link command logic into actions lukinovec 2022-08-23 14:45:37 +02:00
  • 35a16bfdf1 removed composer cache dependencies Abrar Ahmad 2022-08-23 11:13:22 +05:00
  • 931c76d697
    Pull 3.x changes into master (#922) Samuel Štancl 2022-08-22 17:59:43 +02:00
  • 2d2d3b88b0 Revert "register dumcommand when L8" Abrar Ahmad 2022-08-22 13:53:44 +05:00
  • 3ddb68e900 Update ci.yml Abrar Ahmad 2022-08-22 13:53:25 +05:00
  • 58a63fb3ba tests above services Abrar Ahmad 2022-08-22 13:50:39 +05:00
  • 2b10be675f composer test command Abrar Ahmad 2022-08-22 13:49:28 +05:00
  • 038ed62719 on master branch Abrar Ahmad 2022-08-22 13:49:06 +05:00
  • 3f3b7a3bff
    Update TenantConfigTest.php Abrar Ahmad 2022-08-22 13:03:29 +05:00
  • 158088faae
    Merge branch 'master' into 3.x Abrar Ahmad 2022-08-22 12:55:16 +05:00
  • fce95aa862 Merge branch 'master' of github.com:archtechx/tenancy Samuel Štancl 2022-08-21 18:12:27 +02:00
  • 1ea3cefa1d
    Add support for nested tenant config override (#920) v3.5.9 George Bishop 2022-08-21 15:43:01 +01:00
  • f5044d984b added pcov for coverage Abrar Ahmad 2022-08-19 16:52:17 +05:00
  • 32eb3ad339 test: ensure nested tenant values are mapped George Bishop 2022-08-19 11:36:05 +01:00
  • c3409e39e3 feat: add support for nested tenant config override George Bishop 2022-08-19 11:05:53 +01:00
  • e7d9d06b63 install composer in Docker and remove setup-php step Abrar Ahmad 2022-08-19 12:32:01 +05:00
  • 6ffa3d2b55 wip Abrar Ahmad 2022-08-16 15:59:52 +05:00
  • f02aa1a6f2 wip Abrar Ahmad 2022-08-16 15:50:22 +05:00
  • 3e514461ca wip Abrar Ahmad 2022-08-16 15:27:34 +05:00
  • 9eb82922d7
    Changing null coalescing to Laravel's optional helper method for PHP 7.3 support. Nathan Daly 2022-08-13 21:39:55 +01:00
  • 45e0aad091
    Update UserImpersonation.php Nathan Daly 2022-08-13 00:09:47 +01:00
  • fa783641f4 Test fetching files using the public URL lukinovec 2022-08-10 16:03:00 +02:00
  • e756b54b31 Update ResourceSyncingTest.php Abrar Ahmad 2022-08-10 13:42:48 +05:00
  • 3bba3bd3de Update ResourceSyncingTest.php Abrar Ahmad 2022-08-10 13:41:14 +05:00
  • ea21291b3e update comment Abrar Ahmad 2022-08-10 13:13:54 +05:00
  • 5ba92859e4 Update ResourceSyncingTest.php Abrar Ahmad 2022-08-10 13:09:13 +05:00
  • 69a44335f7 Update ResourceSyncingTest.php Abrar Ahmad 2022-08-10 13:06:37 +05:00
  • 724ed5a502 Revert "improve comments, move method to SyncMaster interface" Abrar Ahmad 2022-08-10 13:03:17 +05:00
  • 5ddd50deb9 improve comments, move method to SyncMaster interface Abrar Ahmad 2022-08-10 12:56:16 +05:00
  • 818026eaaa
    Update tests/ResourceSyncingTest.php Abrar Ahmad 2022-08-10 12:05:56 +05:00
  • 006a6800cc Fix test name typo lukinovec 2022-08-09 12:32:01 +02:00
  • 0fe04cc97c Fix code style (php-cs-fixer) PHP CS Fixer 2022-08-09 10:21:05 +00:00
  • 71bd651456 introduce php-cs-fixer issue for testing Abrar Ahmad 2022-08-09 15:20:27 +05:00
  • 3640d095f8 removed extensions config and php version from matrix Abrar Ahmad 2022-08-09 15:10:02 +05:00
  • 6050f56c4c add tenant_path_route helper and tests Abrar Ahmad 2022-08-09 14:38:23 +05:00
  • a45f02445c Refactor Link command lukinovec 2022-08-09 10:56:48 +02:00
  • 17f11f5ec7 Change "symLinks" to "symlinks" lukinovec 2022-08-09 08:10:15 +02:00
  • 3951680a98 comments Abrar Ahmad 2022-08-09 10:19:53 +05:00
  • 25f19c2c39 wip Abrar Ahmad 2022-08-09 10:18:07 +05:00
  • 3814bf2183 cs Abrar Ahmad 2022-08-08 17:57:02 +05:00
  • 134eb55848 Update ci.yml Abrar Ahmad 2022-08-08 17:42:40 +05:00
  • 2409746449 Update ResourceSyncingTest.php Abrar Ahmad 2022-08-08 17:21:30 +05:00
  • b64d344bb6 Update ci.yml Abrar Ahmad 2022-08-08 17:09:14 +05:00
  • c109d27a9f Update ResourceSyncingTest.php Abrar Ahmad 2022-08-08 17:06:17 +05:00
  • b90fb6ec77 configure attributes for creating resource Abrar Ahmad 2022-08-08 16:55:27 +05:00
  • cc1bc39267 Fix code style (php-cs-fixer) PHP CS Fixer 2022-08-05 13:51:48 +00:00
  • 478a0d77eb Merge branch 'master' into stein-j-readied-tenant Abrar Ahmad 2022-08-05 18:50:40 +05:00
  • db4a795c3e Fix code style (php-cs-fixer) PHP CS Fixer 2022-08-04 18:30:06 +00:00
  • a45aa8e274
    Improve tenants:run command (#912) Abrar Ahmad 2022-08-04 23:29:39 +05:00
  • 84b142bcba Merge branch 'patch-actions-services' of https://github.com/erikgaal/tenancy into pr/793 Abrar Ahmad 2022-08-04 16:43:50 +05:00
  • 0f5f6dabef wip Abrar Ahmad 2022-08-04 16:43:30 +05:00
  • fe2076b369 Update Run.php Abrar Ahmad 2022-08-04 11:28:12 +05:00
  • d9b9d0472b
    Update composer.json Abrar Ahmad 2022-08-03 17:20:07 +05:00
  • fdf97d8365 improve tenants:run command Abrar Ahmad 2022-08-03 16:51:22 +05:00
  • e4442cf6cb phpunit to pest Abrar Ahmad 2022-08-03 15:28:35 +05:00
  • 3990aa6eb6 Merge branch 'master' into stein-j-readied-tenant Abrar Ahmad 2022-08-03 15:00:46 +05:00
  • 243162578d
    Update composer.json Abrar Ahmad 2022-08-03 13:20:11 +05:00
  • 0a21837c21 Update composer.json Abrar Ahmad 2022-08-03 13:02:31 +05:00
  • ae5be5d2ea Update ci.yml Abrar Ahmad 2022-08-03 12:28:41 +05:00
  • f165fc58ba register dumcommand when L8 Abrar Ahmad 2022-08-03 12:28:38 +05:00
  • 800f533011 Update composer.json Abrar Ahmad 2022-08-03 12:28:21 +05:00
  • 7bf7fa981b Update ci.yml Abrar Ahmad 2022-08-03 12:20:17 +05:00
  • 3408edda04 Merge branch 'master' into pr/793 Abrar Ahmad 2022-08-03 12:16:33 +05:00
  • e4a47f3e6e Set default $tenant value Samuel Štancl 2022-08-02 15:21:02 +02:00
  • 3ea38bba4d Merge branch 'master' of github.com:tenancy-for-laravel/v4 Samuel Štancl 2022-08-02 15:01:09 +02:00
  • da0072bfe8 Fix $tenant type Samuel Štancl 2022-08-02 15:01:03 +02:00
  • c3e3d01458 Update ci.yml Abrar Ahmad 2022-08-02 11:39:04 +05:00
  • 42f5506c0c cache key Abrar Ahmad 2022-08-02 11:37:48 +05:00