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

Commit graph

  • aa536529df
    update DatabaseSeeder namespace Samuel Štancl 2022-11-01 17:48:56 +01:00
  • d895a30c30 Remove the configKey array check lukinovec 2022-11-01 15:57:35 +01:00
  • 64aa0c895b Add comments to TenancyMailManager, rename property lukinovec 2022-11-01 15:56:56 +01:00
  • 0fd54bd685 Merge branch 'master' of github.com:archtechx/tenancy Samuel Štancl 2022-11-01 12:47:24 +01:00
  • 3336729b14
    add todo Samuel Štancl 2022-11-01 12:27:15 +01:00
  • 4ad9bf9912 Update TenancyServiceProvider comment lukinovec 2022-10-31 18:08:28 +01:00
  • 1b5133c6cd Fix typo in comment lukinovec 2022-10-31 18:00:14 +01:00
  • c1d0b81d5f Always resolve only the mailers specified in the mailersToNotCache public static property lukinovec 2022-10-31 17:40:27 +01:00
  • 54e286d367 Make credentials map a public static property lukinovec 2022-10-31 17:39:41 +01:00
  • 89cd781b4b Fix code style (php-cs-fixer) PHP CS Fixer 2022-10-31 16:27:17 +00:00
  • e816241538 Add MailTenancyBootstrapper to tenancy.bootstrappers config (commented out) lukinovec 2022-10-31 17:26:53 +01:00
  • b03a9ec3c0 Add MailTenancyBootstrapper lukinovec 2022-10-31 17:24:40 +01:00
  • 73fec87e17 Fix code style (php-cs-fixer) PHP CS Fixer 2022-10-31 14:02:29 +00:00
  • 62c8bb0f67 Replace MailManager singleton with an instance of a custom mail manager which always resolves the mailers instead of getting the cached ones lukinovec 2022-10-31 15:01:58 +01:00
  • 198f34f5e1
    [4.x] Add pending tenants (modified #782) (#869) Samuel Štancl 2022-10-31 12:14:44 +01:00
  • bf504f4c79
    [4.x] Use a dedicated DB connection for creating/deleting tenant databases (#946) Abrar Ahmad 2022-10-31 16:13:54 +05:00
  • b0e6a496c9
    Remove redundant Tenant::all() call lukinovec 2022-10-28 10:47:57 +02:00
  • 79da8574a8
    all() -> get() Samuel Štancl 2022-10-28 00:54:19 +02:00
  • 73aaaf2b1f
    code style Samuel Štancl 2022-10-28 00:50:46 +02:00
  • a9673f3f91
    fix all() call Samuel Štancl 2022-10-28 00:49:28 +02:00
  • db016a1453
    Update HasPending.php Samuel Štancl 2022-10-28 00:48:09 +02:00
  • ae8b01153a phpstan pro Samuel Štancl 2022-10-26 12:20:21 +02:00
  • 15dc40839b
    Unlink tenant schema path before each test in CommandsTest (#986) lukinovec 2022-10-26 12:08:14 +02:00
  • 6fb8838d33 Remove the tenantSchemaPath helper lukinovec 2022-10-26 11:46:39 +02:00
  • d81d141ed4
    Rename the pending tenant check test name lukinovec 2022-10-26 10:10:48 +02:00
  • 40992e0a86 Remove Tenant::query()->delete() from pending tenant check test lukinovec 2022-10-26 10:10:12 +02:00
  • 836716c74c method rename Abrar Ahmad 2022-10-26 12:55:31 +05:00
  • 512da96674
    Update include in queries test name lukinovec 2022-10-26 09:49:13 +02:00
  • 0a4dc59912 fix test Abrar Ahmad 2022-10-26 12:44:47 +05:00
  • e5cf5c0f82 replace hostManager with manager Abrar Ahmad 2022-10-26 12:41:40 +05:00
  • ca38123d84 Unlink tenant schema path before each test in CommandsTest lukinovec 2022-10-26 09:34:20 +02:00
  • 713a1b4afc Add tenantSchemaPath method lukinovec 2022-10-26 09:33:44 +02:00
  • a667fd1e66
    add a todo Samuel Štancl 2022-10-25 18:13:09 +02:00
  • 9a8e95c9f6 Merge branch 'master' of github.com:archtechx/tenancy Samuel Štancl 2022-10-25 18:08:31 +02:00
  • 648acc48c7 remove HasDataColumn trait Samuel Štancl 2022-10-25 18:04:13 +02:00
  • a1a976c863
    [4.x] Make tenants:migrate default to configured schema path (#985) lukinovec 2022-10-25 18:03:04 +02:00
  • c90b74cba0
    hardcode default instead of reading from a config key that doesn't have to exist Samuel Štancl 2022-10-25 17:59:10 +02:00
  • d863640341 Fix code style (php-cs-fixer) PHP CS Fixer 2022-10-25 15:35:29 +00:00
  • b9eb2feea0 Test schema dump file creation and usage lukinovec 2022-10-25 17:34:54 +02:00
  • 6327b5b417 Set TenantDump's path to configured schema-path if the path doesn't get passed lukinovec 2022-10-25 17:32:43 +02:00
  • 0a3e4f9273 Add --schema-path to migration parameters config lukinovec 2022-10-25 17:23:43 +02:00
  • 780a8f8519 Fix code style (php-cs-fixer) PHP CS Fixer 2022-10-25 10:54:55 +00:00
  • b3902bcf29 Merge branch 'master' into 515-complete Samuel Štancl 2022-10-25 12:54:21 +02:00
  • 8c34640948 Fix code style (php-cs-fixer) PHP CS Fixer 2022-10-25 10:54:04 +00:00
  • fe0a322b87 add public connection() method to the Tenant DB manager interface Samuel Štancl 2022-10-25 12:53:31 +02:00
  • 89c137709a
    add new assertions [ci skip] Samuel Štancl 2022-10-25 12:28:32 +02:00
  • d4631a1f3a
    add DB::purge() calls Samuel Štancl 2022-10-25 12:14:57 +02:00
  • 5b39cb4730 Update TenantDatabaseManagerTest.php Abrar Ahmad 2022-10-25 14:46:04 +05:00
  • 6853e752c4 Update TenantDatabaseManagerTest.php Abrar Ahmad 2022-10-25 11:05:04 +05:00
  • 44898bfda4 change inline variable name Abrar Ahmad 2022-10-25 10:45:28 +05:00
  • 4f21ab0449
    typo Samuel Štancl 2022-10-24 15:00:47 +02:00
  • 18d12f3a43 Update test name lukinovec 2022-10-21 15:28:59 +02:00
  • d84f171b58 Make test name more accurate lukinovec 2022-10-21 15:26:30 +02:00
  • c3fb301f9d Fix ClearPendingTenants bug lukinovec 2022-10-21 15:21:20 +02:00
  • 69e37ffa30 Dynamically get virtual column name in ClearPendingTenants lukinovec 2022-10-21 15:03:23 +02:00
  • 789a05b125 Dynamically get columns for pending queries lukinovec 2022-10-21 14:59:43 +02:00
  • a13384dede Update pending tenant pulling test lukinovec 2022-10-21 14:38:40 +02:00
  • e20c391897
    bump stancl/virtualcolumn to ^1.3 Samuel Štancl 2022-10-21 14:11:34 +02:00
  • 0769e187ac Add a test that checks if pulling a pending tenant removes it from the pool lukinovec 2022-10-21 11:05:29 +02:00
  • 1899429723 Rename pullPendingTenant to pullPending and don't pass bool to that method lukinovec 2022-10-21 10:30:20 +02:00
  • c025efa8c7 update test name and improve assertions Abrar Ahmad 2022-10-20 17:11:11 +05:00
  • e172408576 Merge branch 'master' of https://github.com/archtechx/tenancy into stein-j-readied-tenant lukinovec 2022-10-20 14:09:32 +02:00
  • 85e74eb5c6 Add queuetest to gitignore lukinovec 2022-10-20 12:55:13 +02:00
  • 6ecd3d6289 Delete queuetest file lukinovec 2022-10-20 12:53:09 +02:00
  • 54f11fa94f Delete queuetest from gitignore lukinovec 2022-10-20 12:52:32 +02:00
  • d864aa72c9 Move pending tenant tests to a more appropriate file lukinovec 2022-10-20 12:43:16 +02:00
  • 34b4f956ab Fix code style (php-cs-fixer) PHP CS Fixer 2022-10-20 10:31:28 +00:00
  • 319620d6ab Import commands lukinovec 2022-10-20 12:30:47 +02:00
  • c7ccd6a90d Add docblock type lukinovec 2022-10-20 12:29:42 +02:00
  • b69c523f08 Merge branch 'master' of https://github.com/archtechx/tenancy into add-skip-failing-options-to-migrate lukinovec 2022-10-20 11:25:07 +02:00
  • a7f559567d Update TenantDatabaseManagerTest.php Abrar Ahmad 2022-10-20 12:45:42 +05:00
  • b95b6cadca tenancy_db_connection tenant config test Abrar Ahmad 2022-10-20 12:37:08 +05:00
  • c252e0c405 remove unness mysql config and add a comment Abrar Ahmad 2022-10-19 10:52:52 +05:00
  • 5d688e6e5d remove duplicate 'routes/tenant.php' from message Samuel Štancl 2022-10-18 21:52:02 +02:00
  • e4f5b92485
    [4.x] Update commands CLI outputs (#968) Jori Stein 2022-10-18 13:11:57 -04:00
  • ee9472dded type GitHub properly Samuel Štancl 2022-10-18 18:46:44 +02:00
  • 2f9dd95959 php-cs-fixer Samuel Štancl 2022-10-18 18:46:21 +02:00
  • 7b8ab13f3d improve Install & TenantList commands Samuel Štancl 2022-10-18 18:37:41 +02:00
  • 64d1daf93a
    fix typos, improve code Samuel Štancl 2022-10-18 17:30:12 +02:00
  • f95f7382cf update comment Abrar Ahmad 2022-10-18 18:01:06 +05:00
  • 7186afd271
    Update src/Database/DatabaseConfig.php Abrar Ahmad 2022-10-18 17:47:51 +05:00
  • d57a1042b3
    add default Samuel Štancl 2022-10-18 14:15:46 +02:00
  • 05f1b2d6f5
    Add cookie option on Initialize Tenancy by Request identification (#980) Abrar Ahmad 2022-10-18 16:52:16 +05:00
  • 0d7c52634a add cookie property Abrar Ahmad 2022-10-18 16:42:15 +05:00
  • 090fc475eb
    add pullPendingTenantFromPool Samuel Štancl 2022-10-18 13:39:02 +02:00
  • e93a5181c3
    fix test names Samuel Štancl 2022-10-18 13:34:26 +02:00
  • 29460de29d
    use plural in test names Samuel Štancl 2022-10-18 13:28:56 +02:00
  • 693e00b9be Fix code style (php-cs-fixer) PHP CS Fixer 2022-10-17 17:48:49 +00:00
  • 3f60c4a652
    Add maintenance mode events (#979) Jori Stein 2022-10-17 13:48:24 -04:00
  • b855f257c4 Add maintenance mode events j.stein 2022-10-17 11:24:22 -04:00
  • 080b271bb3
    [4.x] Drop tenant databases on migrate:fresh (#971) lukinovec 2022-10-17 15:19:30 +02:00
  • 066acacf5f misc Samuel Štancl 2022-10-17 15:15:01 +02:00
  • 607ea723e5 always register MigrateFreshOverride Samuel Štancl 2022-10-17 15:14:54 +02:00
  • 912f9a964d Update migrate:fresh test lukinovec 2022-10-17 12:46:54 +02:00
  • 2c4f482506 Change command overriding lukinovec 2022-10-17 12:46:41 +02:00
  • 9eab5216b9 Add cookie option on Initialize Tenancy by Request identification Abrar Ahmad 2022-10-17 13:56:02 +05:00
  • a67b5b1f88 update comments Abrar Ahmad 2022-10-17 11:24:22 +05:00
  • d4b5d7c2df Don't drop tenant DBs on migrate:fresh by default lukinovec 2022-10-14 14:27:03 +02:00
  • 49169f3dc1 Fix code style (php-cs-fixer) PHP CS Fixer 2022-10-14 12:23:36 +00:00
  • 18e2025457 merge lukinovec 2022-10-14 14:23:13 +02:00