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

Commit graph

  • 0a2bbc5a16 Add comments for using the 'tenants' option in runForMultiple lukinovec 2022-08-02 08:17:30 +02:00
  • 01cd60df89 Merge branch '3.x' of github.com:stein-j/tenancy into stein-j/3.x lukinovec 2022-08-02 08:07:06 +02:00
  • 9c584b8394 Fix code style (php-cs-fixer) PHP CS Fixer 2022-08-02 02:21:33 +00:00
  • e9b6de78b2 minor code updates Samuel Štancl 2022-08-02 04:21:03 +02:00
  • 53d355388c Update MaintenanceModeTest.php j.stein 2022-08-01 23:30:47 +02:00
  • b97f409ee3 clean j.stein 2022-08-01 23:17:16 +02:00
  • c90ae845e9 Merge branch 'master' of https://github.com/archtechx/tenancy into stein-j/3.x lukinovec 2022-08-01 09:20:12 +02:00
  • 3d8d670447 Fix code style (php-cs-fixer) PHP CS Fixer 2022-07-28 13:30:51 +00:00
  • d0baabbc9d Merge branch 'master' of github.com:archtechx/tenancy Samuel Štancl 2022-07-28 15:30:19 +02:00
  • be13160133 wip Debuggable trait Samuel Štancl 2022-07-28 15:14:29 +02:00
  • 4772f30e27 Format code in Link command, make writing more concise lukinovec 2022-07-28 10:33:08 +02:00
  • 428bce896a Update config comments lukinovec 2022-07-28 10:16:55 +02:00
  • ea6e59e8dd Merge branch 'storage-url-conflict-resolution' of https://github.com/archtechx/tenancy into storage-url-conflict-resolution lukinovec 2022-07-28 09:47:21 +02:00
  • 2faf9e8683 Allow using only one time constraint for clearing the pending tenants lukinovec 2022-07-28 09:42:47 +02:00
  • 77100f7f28 Fix code style (php-cs-fixer) PHP CS Fixer 2022-07-27 11:45:40 +00:00
  • 6766237669 Remove pending tenant clearing time constraints lukinovec 2022-07-27 13:01:09 +02:00
  • c0b65a98c0 Fix typo lukinovec 2022-07-27 10:58:27 +02:00
  • 8aff44215d Merge branch 'master' of https://github.com/archtechx/tenancy into storage-url-conflict-resolution + migrate tests to Pest lukinovec 2022-07-27 10:54:08 +02:00
  • 29634dda84
    added $this->mockConsoleOutput (#907) Abrar Ahmad 2022-07-27 04:35:55 +05:00
  • e105b70d93 added $this->mockConsoleOutput Abrar Ahmad 2022-07-26 12:38:02 +05:00
  • 677fdb23b9 Improve writing lukinovec 2022-07-26 08:16:44 +02:00
  • 233a1222bf
    feat(UniversalRoutes): Stop overwriting the (maybe) customized onFail… (#679) beezerk23 2022-07-25 18:37:52 +02:00
  • 371b3836b6 Correct comments lukinovec 2022-07-25 15:35:08 +02:00
  • f99980555b
    Update tests/DomainTest.php Abrar Ahmad 2022-07-25 17:54:19 +05:00
  • a9146ae00d Update comments and naming lukinovec 2022-07-25 14:46:56 +02:00
  • b5b0799750 Grammar fix lukinovec 2022-07-25 14:06:15 +02:00
  • a834efa692 Minor config comment corrections lukinovec 2022-07-25 12:10:28 +02:00
  • 83f2cab944 Update config comments lukinovec 2022-07-25 11:58:54 +02:00
  • 48bfc58be3 mssql CI health check Abrar Ahmad 2022-07-25 11:51:51 +05:00
  • 5002b308d8 Update FilesystemTenancyBootstrapper lukinovec 2022-07-25 08:31:12 +02:00
  • 0f7ab8a368 convert test to pest and renamed Abrar Ahmad 2022-07-25 10:44:59 +05:00
  • 4714143dde Merge branch 'master' into pr/679 Abrar Ahmad 2022-07-25 10:35:36 +05:00
  • 7b69b8f5d2 Merge branch 'master' into pr/679 Abrar Ahmad 2022-07-25 10:25:08 +05:00
  • f9c9d8615f Refactor tests to use pest() helper Samuel Štancl 2022-07-23 01:16:50 +02:00
  • 05f2a828a1 Better M1 DX Samuel Štancl 2022-07-22 22:29:56 +02:00
  • 2f3d4b9953 Allow pest plugin Samuel Štancl 2022-07-22 19:48:56 +02:00
  • b47c5549ef
    [4.x] Migrate tests to Pest (#884) Samuel Štancl 2022-07-22 19:26:59 +02:00
  • 69de181b7d
    removed PHP_CS_FIXER_IGNORE_ENV (#904) Abrar Ahmad 2022-07-22 22:22:33 +05:00
  • 117c47c1aa Update DomainTest.php Abrar Ahmad 2022-07-22 19:12:40 +05:00
  • 4d7831d6f6 Improve getTenants condition lukinovec 2022-07-22 15:44:19 +02:00
  • 17fecf29a1 throw correct exception when $originalOnFail() is null Abrar Ahmad 2022-07-22 18:35:37 +05:00
  • 95eb49a3d3 Merge branch 'stein-j-readied-tenant' of https://github.com/archtechx/tenancy into stein-j-readied-tenant lukinovec 2022-07-22 15:23:12 +02:00
  • 1a911af568 Fix code style (php-cs-fixer) PHP CS Fixer 2022-07-22 13:22:51 +00:00
  • 60fb9b8e54 Update command that use tenants lukinovec 2022-07-22 15:10:23 +02:00
  • f92b682eb3 Update tenants option trait lukinovec 2022-07-22 15:10:00 +02:00
  • fd809bc81a Remove withPending from runForMultiple lukinovec 2022-07-22 15:09:37 +02:00
  • c44a4c56d5 Rename variables in CreatePendingTenants lukinovec 2022-07-22 09:46:08 +02:00
  • c6161f6997 Fix code style (php-cs-fixer) PHP CS Fixer 2022-07-22 07:28:16 +00:00
  • 095c2e1380
    Merge branch 'master' into stein-j-readied-tenant lukinovec 2022-07-22 09:27:52 +02:00
  • c5f04b5731
    Change 'tenant' to 'tenants' in command signature lukinovec 2022-07-22 09:26:52 +02:00
  • f4136f697c
    Code and comment style improvements lukinovec 2022-07-22 09:24:42 +02:00
  • 94bf6bf41a Update Dockerfile Abrar Ahmad 2022-07-22 12:01:48 +05:00
  • 7c5a27b234 Improve Dockerfile and use it in CI Abrar Ahmad 2022-07-21 18:13:14 +05:00
  • b23aa898f8 Merge branch '3.x' into pr/793 Abrar Ahmad 2022-07-21 18:03:33 +05:00
  • 9faa217281 Convert newly added tests to Pest Abrar Ahmad 2022-07-21 15:22:44 +05:00
  • ea0b44522d Merge branch 'master' into shift-64622 Abrar Ahmad 2022-07-21 15:19:00 +05:00
  • 1a00f0f88c check if I have write permission Abrar Ahmad 2022-07-21 15:18:05 +05:00
  • 570cd4bb67 Merge branch 'master' into resolve-confilits Abrar Ahmad 2022-07-21 13:42:39 +05:00
  • 7d7e75b7b1 removed shift-64622 from CI Abrar Ahmad 2022-07-21 13:14:42 +05:00
  • d21f8b740e added shift-64622 branch for running tests Abrar Ahmad 2022-07-21 13:00:26 +05:00
  • 747c192979
    Fix ArgumentCountError on the TenantAssetsController (#894) v3.5.8 Bram Wubs 2022-07-20 21:35:33 +02:00
  • 798a4a1f5e
    code style Samuel Štancl 2022-07-20 21:35:23 +02:00
  • 2ae984f176 Handle null case explicitly Bram Wubs 2022-07-20 20:03:52 +02:00
  • 5f45ea9078 removed PHP_CS_FIXER_IGNORE_ENV Abrar Ahmad 2022-07-20 19:00:01 +05:00
  • d0e2057c5b Pest expect chain Abrar Ahmad 2022-07-20 18:37:24 +05:00
  • c0f97fa04e Fix code style (php-cs-fixer) PHP CS Fixer 2022-07-20 13:29:11 +00:00
  • 97ab483173
    Completing PR #881 (#902) Abrar Ahmad 2022-07-20 18:28:45 +05:00
  • 959ff8e9e5 convert class to pest test Abrar Ahmad 2022-07-20 18:16:53 +05:00
  • 042beecb9c Merge branch 'master' into shift-64622 Abrar Ahmad 2022-07-20 18:07:10 +05:00
  • 64d4ab865e php-cs-fixer workflow same as template Abrar Ahmad 2022-07-20 17:57:38 +05:00
  • 8781a3fa46 Update ci.yml Abrar Ahmad 2022-07-20 17:27:10 +05:00
  • bd0dfbd25b Update ci.yml Abrar Ahmad 2022-07-20 17:25:29 +05:00
  • cfd6a9bfb1 Update ci.yml Abrar Ahmad 2022-07-20 17:15:03 +05:00
  • 553a753ec9 added GitHub token Abrar Ahmad 2022-07-20 17:05:53 +05:00
  • aeba482e92 Update .php-cs-fixer.php Abrar Ahmad 2022-07-20 17:04:26 +05:00
  • f098eb90b6 added php-cs-fixer Abrar Ahmad 2022-07-20 17:00:17 +05:00
  • 627233d07a
    [4.x] Don't use onDeleteCascade in the migrations (#883) Abrar Ahmad 2022-07-20 16:02:33 +05:00
  • b0eab6a781 tests for DeleteDomains job Abrar Ahmad 2022-07-20 13:27:48 +05:00
  • f0c3943175 Update DeleteDomains.php Abrar Ahmad 2022-07-20 13:10:18 +05:00
  • ba928100e6
    Add space after 'up' in 'docker-compose up-d' (#900) lukinovec 2022-07-19 16:11:47 +02:00
  • 966d62980d
    Add space after 'up' in 'docker-compose up-d' lukinovec 2022-07-19 14:39:46 +02:00
  • b6db058b96 fetch and delete domains individually Abrar Ahmad 2022-07-15 21:36:46 +05:00
  • 29e1c53215 Update TenancyServiceProvider.stub.php Abrar Ahmad 2022-07-14 13:14:55 +05:00
  • bf6ef4a4b9 CS Bram Wubs 2022-07-12 12:52:07 +02:00
  • 81bff919b7 CS Bram Wubs 2022-07-12 12:51:45 +02:00
  • 0db972384a Fix ArgumentCount exception on the TenantAssetsController when no $path is provided Bram Wubs 2022-07-12 12:03:18 +02:00
  • 55cc542220
    A fix for the issue #892 Robert Lane 2022-07-09 21:00:30 +01:00
  • cd1e05caea removed shouldQueue interface Abrar Ahmad 2022-07-08 11:06:37 +05:00
  • adce5f34d9 revert nullable Abrar Ahmad 2022-07-06 21:50:19 +05:00
  • 907caa4b8b onDelete restrict Abrar Ahmad 2022-07-06 11:38:09 +05:00
  • 9155e32ba8 Add feature that allow to determine when model is syncable Leandro Guindani Gehlen 2022-07-04 16:03:03 -03:00
  • c9355c1c82 Update DeleteDomains.php Abrar Ahmad 2022-07-04 23:57:01 +05:00
  • 57b842fbc6 renamed class Abrar Ahmad 2022-07-04 23:55:24 +05:00
  • 65e51a4e8b
    Update assets/TenancyServiceProvider.stub.php Abrar Ahmad 2022-07-04 23:44:26 +05:00
  • bc9194c694 Added DeleteDomain Job while deleting tenant. Abrar Ahmad 2022-07-04 12:29:22 +05:00
  • c7c1736a12 Update 2019_09_15_000020_create_domains_table.php Abrar Ahmad 2022-07-04 12:26:48 +05:00
  • 3e410d2992 domains set null on delete Abrar Ahmad 2022-07-04 12:04:54 +05:00
  • e58de059f9 keep impersonation migrations unchanged Abrar Ahmad 2022-07-04 12:04:34 +05:00
  • 3f347ecaf6
    Fix tests in PR #884 PHPUnit to Pest Converter (#885) Abrar Ahmad 2022-07-02 21:52:47 +05:00
  • cce6a4adc4
    remove shift branch from CI workflow Samuel Štancl 2022-07-02 18:52:39 +02:00