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

Commit graph

  • a88863bf25 Fix code style (php-cs-fixer) PHP CS Fixer 2023-02-20 08:28:03 +00:00
  • 4aa0feaa43 Update ci.yml lukinovec 2023-02-20 09:27:26 +01:00
  • 790d7ff12a Merge branch '3.x' into merge-3.x lukinovec 2023-02-20 09:07:06 +01:00
  • d7a4982cd3
    [4.x] Make broadcasting work with Tenancy (#1027) lukinovec 2023-02-18 15:52:55 +01:00
  • 4ac0bb2252
    Merge branch 'master' into broadcasting-tenancy Samuel Štancl 2023-02-18 13:26:47 +01:00
  • fbdb13f392
    [4.x] Set app.url config in UrlTenancyBootstrapper (#1068) lukinovec 2023-02-18 13:01:17 +01:00
  • bb20a34e85
    Merge branch 'master' into broadcasting-tenancy Samuel Štancl 2023-02-18 13:00:14 +01:00
  • 82819acf4b
    move spatie/invade to require Samuel Štancl 2023-02-18 12:59:47 +01:00
  • 7d422d9c80 Add $casts, delete $dates in ImpersonationToken lukinovec 2023-02-17 16:13:15 +01:00
  • 4fb12683f5 Make Laravel versions in ci.yml strings lukinovec 2023-02-17 16:09:47 +01:00
  • a13468e806 Update CI file lukinovec 2023-02-17 16:04:29 +01:00
  • 83f4cbd58d Change Laravel version in CI lukinovec 2023-02-17 16:00:56 +01:00
  • c07201e33b Put Laravel versions in double quotes lukinovec 2023-02-17 15:55:38 +01:00
  • 3f0acece05 Fix code style (php-cs-fixer) PHP CS Fixer 2023-02-17 14:48:37 +00:00
  • 8fd19192ec Merge 3.x into master lukinovec 2023-02-17 15:48:00 +01:00
  • 80a58002de Make UrlTenancyBootstrapper a singleton lukinovec 2023-02-17 15:07:23 +01:00
  • 62c22e5ac2
    Merge branch 'archtechx:3.x' into 3.x Leandro Gehlen 2023-02-17 10:53:59 -03:00
  • 1f06b1161e Set base app URL in config lukinovec 2023-02-17 14:33:54 +01:00
  • 9d1d113e9a Add assertions lukinovec 2023-02-17 14:17:00 +01:00
  • 2837c3fbb1 Set app.url config in UrlTenancyBootstrapper lukinovec 2023-02-17 14:01:20 +01:00
  • 617e9a7a73
    [4.x] Allow user to customize tenant's URL root in CLI (#1044) lukinovec 2023-02-17 10:56:43 +01:00
  • d4a99011e6
    [3.x] L10 compatibility (#1065) v3.7.0 Guilherme Saade 2023-02-16 13:21:06 -03:00
  • a006e49881
    specify version of odbc libraries Samuel Štancl 2023-02-16 17:20:55 +01:00
  • 0452b724ec Upgrade doctrine/dbal lukinovec 2023-02-16 17:10:05 +01:00
  • f6b6aed67f phpunit schema update Samuel Štancl 2023-02-16 16:54:20 +01:00
  • dd9584d123 rewrite hasFailed assertion Samuel Štancl 2023-02-16 16:46:22 +01:00
  • ae472984fa Clean up isVersion8 code lukinovec 2023-02-16 16:42:32 +01:00
  • fc370ff789 Add getValue($queryGrammar) to raw query lukinovec 2023-02-16 16:23:14 +01:00
  • 3b5e1fb494 minor changes Samuel Štancl 2023-02-16 14:30:43 +01:00
  • 7fd065f17b properly list php versions as strings Samuel Štancl 2023-02-16 14:14:39 +01:00
  • fcc01c5fa3 wip Samuel Štancl 2023-02-16 14:02:32 +01:00
  • 267c8b35bc specify odbc version Samuel Štancl 2023-02-16 13:18:23 +01:00
  • 31489a9530
    Added php8.1 Jens Twesmann 2023-02-16 13:15:02 +01:00
  • 6cf8c325d4 misc L10 fixes, new docker image Samuel Štancl 2023-02-16 12:38:07 +01:00
  • 89c5029fd6 drop laravel < 9 support Samuel Štancl 2023-02-16 11:55:23 +01:00
  • eca3b79118
    Update ci.yml Samuel Štancl 2023-02-16 11:47:34 +01:00
  • ca1efec9a6 migrate phpunit configuration Saade 2023-02-15 17:08:07 -03:00
  • 02f404d4cb use dispatch_sync instead of dispatch_now Saade 2023-02-15 16:59:49 -03:00
  • 2e6b824889 drop < L9 support Saade 2023-02-15 16:58:13 -03:00
  • 00ee7e9849 ci: do not test L10 using PHP 7.3 Saade 2023-02-15 13:44:10 -03:00
  • 29a2b74eef Update GitHub Actions for Laravel 10 Saade 2023-02-15 10:57:22 -03:00
  • 0b0162e400 Bump dependencies for Laravel 10 Saade 2023-02-15 10:57:12 -03:00
  • e000386d1f Use "Postgres user" instead of "Postgres role" lukinovec 2023-02-15 11:02:53 +01:00
  • 26eafd30ba Fix PHPStan error lukinovec 2023-02-13 15:42:46 +01:00
  • d4025fb886 Fix PHPStan error lukinovec 2023-02-13 15:36:23 +01:00
  • e3e85b3ffa Fix code style (php-cs-fixer) PHP CS Fixer 2023-02-13 14:32:50 +00:00
  • 5469358e95 Add command for creating RLS policies for tenant tables lukinovec 2023-02-13 15:32:13 +01:00
  • b62d4f0c1d Add the jobs to the TenancyServiceProvider stub lukinovec 2023-02-13 15:31:26 +01:00
  • e6a0717c84 Add jobs for creating/deleting Postgres roles lukinovec 2023-02-13 15:30:16 +01:00
  • 7f49af4b0d Create databases for newly created tenants in BroadcastingTest lukinovec 2023-02-13 15:03:25 +01:00
  • 8320fc5182
    Delete ::class from test name lukinovec 2023-02-13 14:51:52 +01:00
  • c9147b5849
    create config key Ovidiu Popescu 2023-02-09 14:10:49 +02:00
  • 7a8baad3ca
    create central model only with syncedAttributes Ovidiu Popescu 2023-02-09 11:31:36 +02:00
  • 8bc37a3f4e Add AuthTenancyBootstrapper. Bram Wubs 2023-02-08 10:26:08 +01:00
  • 54d832651f
    Merge branch 'archtechx:3.x' into 3.x Leandro Gehlen 2023-02-04 21:37:38 -03:00
  • b81017ec6e Delete extra line lukinovec 2023-02-02 11:57:12 +01:00
  • 28adb5692d Hardcode values instead of referencing variables lukinovec 2023-02-02 11:49:54 +01:00
  • 5e78d03ea4 Update code example comment lukinovec 2023-02-02 11:42:00 +01:00
  • 7bcf9d329a Move $scheme and $hostname to the closure lukinovec 2023-02-02 11:41:44 +01:00
  • e11a71e421 Use Laravel fork in ci.yml lukinovec 2023-02-02 11:16:45 +01:00
  • 93aaba3e11 Merge branch 'master' of github.com:archtechx/tenancy into cache-prefix lukinovec 2023-02-02 10:51:09 +01:00
  • 758fbc8a75
    Use polymorphic table for mapping resources to tenants (#997) Abrar Ahmad 2023-02-02 10:39:35 +05:00
  • 5ba2f8cd54
    Update tests/ResourceSyncingUsingPolymorphicTest.php Samuel Štancl 2023-02-02 06:35:16 +01:00
  • c9232aeee3
    Merge branch 'master' into url-bootstrapper lukinovec 2023-02-01 17:07:37 +01:00
  • 3fbf6b4a45 Improve URL bootstrapper test lukinovec 2023-02-01 17:06:03 +01:00
  • f4b39adcb9 Fix code style (php-cs-fixer) PHP CS Fixer 2023-02-01 14:37:34 +00:00
  • e84b947436
    Change parameter formatting lukinovec 2023-02-01 15:37:11 +01:00
  • c3e3a33ed0 Fix test lukinovec 2023-02-01 11:51:28 +01:00
  • 9ed7308754 Fix code style (php-cs-fixer) PHP CS Fixer 2023-02-01 10:33:33 +00:00
  • 95170312ea Fix types lukinovec 2023-02-01 11:33:09 +01:00
  • 087733d5db
    Allow defining the tenant connection template using array syntax in config (#1040) Abrar Ahmad 2023-02-01 11:02:03 +05:00
  • cc9928bc34 Hint Repository implementation instead of contract lukinovec 2023-02-01 07:01:52 +01:00
  • 1699ec649b
    add comments Samuel Štancl 2023-02-01 07:00:45 +01:00
  • 013dd5f51a
    improve test names Samuel Štancl 2023-02-01 06:59:21 +01:00
  • 342c67fe02
    Add skip-failing option to the Migrate command (#945) lukinovec 2023-02-01 06:55:26 +01:00
  • 7d59ff180f
    Don't prevent accessing missing Tenant attributes. (#1045) Joel Stein 2023-01-31 23:24:53 -06:00
  • d7437c42d2 Merge branch 'master' of github.com:tenancy-for-laravel/v4 Samuel Štancl 2023-02-01 06:20:27 +01:00
  • bd6332f0e6 Upgrade Laravel lukinovec 2023-02-01 06:20:27 +01:00
  • f741f44527 Merge branch 'master' of github.com:archtechx/tenancy Samuel Štancl 2023-02-01 06:17:27 +01:00
  • 0a205dd817 resolve phpstan issues Samuel Štancl 2023-02-01 06:17:19 +01:00
  • 7767fea5ba Fix code style (php-cs-fixer) PHP CS Fixer 2023-02-01 05:05:50 +00:00
  • 66c7d6a066 fix PhpParser exception Samuel Štancl 2023-02-01 06:05:26 +01:00
  • 9b36bf29ce Downgrade Laravel lukinovec 2023-01-31 08:21:27 +01:00
  • ba8cfdda85
    Merge branch 'master' into cache-prefix lukinovec 2023-01-31 08:17:22 +01:00
  • a4aa499269 Fix code style (php-cs-fixer) PHP CS Fixer 2023-01-31 07:13:35 +00:00
  • 62a2ed163c Use my Laravel fork lukinovec 2023-01-31 08:13:06 +01:00
  • 864add9ade Fix code style (php-cs-fixer) PHP CS Fixer 2023-01-31 03:00:43 +00:00
  • 5ceee3b9b4 Merge branch 'master' of github.com:archtechx/tenancy Samuel Štancl 2023-01-31 04:00:11 +01:00
  • c74a7b6fd4 remove debuggable trait, update larastan Samuel Štancl 2023-01-31 03:59:33 +01:00
  • 2d2b3faaa8 Fix test lukinovec 2023-01-30 15:07:24 +01:00
  • 8eeefb74a0 Remove duplicate import lukinovec 2023-01-30 15:05:03 +01:00
  • 352b5d64b5
    Merge branch 'master' into broadcasting-tenancy lukinovec 2023-01-30 15:00:40 +01:00
  • 26b8569761
    Cache crash fix (#1048) v3.6.1 lukinovec 2023-01-27 08:17:14 +01:00
  • ae3eff5384 Cache crash fix lukinovec 2023-01-19 22:44:00 +01:00
  • 3e13e62806
    CachedTenantResolver missing cache case crash fix. (#1005) Roman 2023-01-18 19:46:47 +02:00
  • beec31d42f Test URL root overriding lukinovec 2023-01-17 13:36:35 +01:00
  • ee5d5b4c12 Move URL overriding to a separate method, call it in boot() lukinovec 2023-01-17 13:28:56 +01:00
  • 968fb61c89
    Merge pull request #1 from joelstein/joelstein-patch-1 Joel Stein 2023-01-12 10:39:19 -06:00
  • d9614c58e7
    Don't prevent accessing missing Tenant attributes. Joel Stein 2023-01-12 10:37:42 -06:00
  • d133560edd Fix code style (php-cs-fixer) PHP CS Fixer 2023-01-12 05:42:58 +00:00