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

Commit graph

  • 48b916e182
    Supported named in-memory SQLite databases (#69) Samuel Štancl 2024-11-25 04:48:52 +01:00
  • 85bdbd57f7
    Fix pullFromPendingPool() behavior (#70) Samuel Štancl 2024-11-25 04:44:39 +01:00
  • 19631f4e9a Fix code style (php-cs-fixer) PHP CS Fixer 2024-11-09 19:54:56 +00:00
  • 56dd4117ab Fix origin id w/ empty header & using full-hostname subdomain records This makes it possible to have Domain records in both foo and foo.{centralDomain} format when using the combined domain/subdomain identification middleware, or the origin header id mw which extends it. Samuel Štancl 2024-11-09 20:48:45 +01:00
  • ce6c4516b7 Fix: Seed Job Failing To Run Due to confirmToProceed Condition In Seed Command Andrew Leach 2024-10-21 12:59:13 -04:00
  • c199a6e0c8 Merge branch 'master' of github.com:tenancy-for-laravel/v4 Samuel Štancl 2024-10-11 23:01:25 +02:00
  • 10b214c452 add phpstan ignore Samuel Štancl 2024-10-11 23:01:12 +02:00
  • 5f8a3d2ffe
    Improve the tests where the removed universal_channel() was still used (#64) lukinovec 2024-10-11 22:50:38 +02:00
  • a07ba8c76c docker: add composer back Samuel Štancl 2024-10-11 21:54:10 +02:00
  • d4b9972600 Fix code style (php-cs-fixer) PHP CS Fixer 2024-10-11 19:32:21 +00:00
  • 9ee1d63dce sqlite: use WAL journal mode by default Samuel Štancl 2024-10-11 21:31:54 +02:00
  • 43d821ca49 docker: base Dockerfile on php images, misc improvements Samuel Štancl 2024-10-11 21:29:54 +02:00
  • a52efe5cf0 wip broadcasting test fixes Samuel Štancl 2024-10-03 21:34:05 +02:00
  • a37dc9b449 reimplement broadcasting channel helpers to support model binding Samuel Štancl 2024-10-03 21:12:09 +02:00
  • 30cdc9461e
    Fix ModelNotSyncMasterException message (#1257) v3.8.5 coreyhn 2024-10-02 15:44:08 -06:00
  • 04f82fb813
    Merge branch 'archtechx:3.x' into 3.x Leandro Gehlen 2024-10-01 08:16:23 -03:00
  • 836a258a78 sqlite: use .sqlite suffix if db.suffix is empty Samuel Štancl 2024-09-30 16:49:46 +02:00
  • c6ba62bdd0 ParallelCommand: add -P option for bypassing MAX_PROCESSES Samuel Štancl 2024-09-30 16:36:37 +02:00
  • 303b52d25a minor improvements to parallelization logic Samuel Štancl 2024-09-29 12:42:29 +02:00
  • 075789eb91 fix typo in ParallelCommand Samuel Štancl 2024-09-29 12:25:46 +02:00
  • f017b6509b fix sysctl string Samuel Štancl 2024-09-27 23:21:08 +02:00
  • b01c16f4fc phpstan fixes Samuel Štancl 2024-09-27 23:16:39 +02:00
  • 39bcbda5d0 parallel commands: core # autodetect, bugfixes, improved output Samuel Štancl 2024-09-27 23:02:03 +02:00
  • b4a055315b improve command output Samuel Štancl 2024-09-27 22:50:22 +02:00
  • 232f3ceb4e update prompts dependency Samuel Štancl 2024-09-27 21:13:20 +02:00
  • 5929ff9da2 rename mail bootstrapper test file Samuel Štancl 2024-09-27 21:03:39 +02:00
  • b31b0c8768
    Fix ModelNotSyncMasterException message coreyhn 2024-09-23 12:45:25 -06:00
  • 0c105c6d37 backport ed02943 from v3 Samuel Štancl 2024-09-17 18:29:07 +02:00
  • ed52c48428
    Always revert queue worker to the central context — fix #1229 (#1251) Samuel Štancl 2024-09-17 18:12:33 +02:00
  • ed029438cb
    Make Cache::tags() support named parameters (fix #1256) Samuel Štancl 2024-09-17 18:09:49 +02:00
  • 276d44ac04 tests added Chinmay Purav 2024-09-12 23:41:11 +05:30
  • 14fe3c71c1 return type added Chinmay Purav 2024-09-12 23:37:37 +05:30
  • 35f724128b events dispatched Chinmay Purav 2024-09-12 23:37:23 +05:30
  • 7305c9e65b
    events added Chinmay Purav 2024-09-12 23:32:50 +05:30
  • 0fc105487b Tenant DB manager database() -> connection() Samuel Štancl 2024-09-12 18:34:45 +02:00
  • e6ab0ee9af clarify how dispatchNow() works Samuel Štancl 2024-09-10 13:26:57 +02:00
  • 8e718ff7b9 docker->compose -> docker compose Samuel Štancl 2024-09-10 12:57:57 +02:00
  • b347af4e4f docker->compose -> docker compose Samuel Štancl 2024-09-10 12:54:28 +02:00
  • f2e1648973
    docker-compose -> docker compose Samuel Štancl 2024-09-10 12:53:04 +02:00
  • 04bd784d76 docker-compose -> docker compose in ci.yml Samuel Štancl 2024-09-10 12:37:51 +02:00
  • 99eabfb28f Fix #1229 Samuel Štancl 2024-09-10 12:36:43 +02:00
  • f3e01c1581 fix docblock formatting Samuel Štancl 2024-09-10 12:02:14 +02:00
  • 8b41ea3184 install command: support noninteractive use Samuel Štancl 2024-08-30 19:25:54 +02:00
  • 4e126846f9 refactor RootUrlBootstrapper Samuel Štancl 2024-08-29 22:31:08 +02:00
  • 9f09c9e6dd Fix code style (php-cs-fixer) PHP CS Fixer 2024-08-29 14:10:45 +00:00
  • 42e7ec329c Take care of doubling tenant keys in TenancyUrlGenerator, add regression test for using UrlGenerator and RootUrl bootstrappers together lukinovec 2024-08-29 16:09:59 +02:00
  • 2266c47722 Make resolving 'url' return a pre-created generator instance instead of creating it on every app('url') call lukinovec 2024-08-29 16:02:28 +02:00
  • ab02d2885c Make RootUrlBootstrapper run ONLY in CLI by default (add $rootUrlOverrideInTests), work with resolved UrlGenerator lukinovec 2024-08-29 15:58:50 +02:00
  • 2c0f61585d
    Make RootUrlBootstrapper only have an effect in CLI (#58) lukinovec 2024-08-28 00:42:36 +02:00
  • 6b74589d76
    Update specific attributes of pending tenants while they're being pulled (#59) lukinovec 2024-08-28 00:41:16 +02:00
  • fe3b8525b2 fix callback result comparison David Vařílek 2024-08-22 20:30:13 +02:00
  • f5e0959136 add early exit for 'runForMultiple' method David Vařílek 2024-08-22 19:10:25 +02:00
  • 846776892a Enhance Syncable and SyncMaster Interfaces to Support Customizable Attribute Synchronization Dipak Sarkar 2024-08-22 13:27:12 +05:30
  • 87e02f207f more phpstan fixes Samuel Štancl 2024-08-06 18:26:46 +02:00
  • a4318d81bd Fix code style (php-cs-fixer) PHP CS Fixer 2024-08-06 02:35:55 +00:00
  • 4372e1bef2 fix phpstan errors Samuel Štancl 2024-08-06 04:35:25 +02:00
  • 18a16e6a74 Fix code style (php-cs-fixer) PHP CS Fixer 2024-08-06 01:31:16 +00:00
  • b0b44e902f Merge branch 'master' of github.com:tenancy-for-laravel/v4 Samuel Štancl 2024-08-06 03:30:47 +02:00
  • b9ff980293 remove const type Samuel Štancl 2024-08-06 03:30:32 +02:00
  • ccf36876b9
    update mssql healthcheck Samuel Štancl 2024-08-06 03:26:26 +02:00
  • 1b0e7d0507
    Parallel migrations (#57) Samuel Štancl 2024-08-06 02:48:25 +02:00
  • 15d12e22c7
    Fix cookie identification (#56) lukinovec 2024-08-06 02:19:11 +02:00
  • 0f7cd2e868
    Trim trailing / from route prefixes during route cloning (#55) lukinovec 2024-08-06 02:15:18 +02:00
  • a9ab646e59
    Set fortifyHome in stub when using request ID [ci skip] (#51) lukinovec 2024-07-30 13:58:11 +02:00
  • aa6bfb4079 make Create/DeleteTenantStorage listeners handle existing/missing directories gracefully Samuel Štancl 2024-07-12 01:53:15 +02:00
  • 9a98603670 feat: Add getTenantName method to Tenant model and update migration command Ali Mousavi 2024-07-11 15:45:57 +03:30
  • ac8a30d782 add line end to sample route response Samuel Štancl 2024-07-09 00:15:37 +02:00
  • 590360bf0d broadcasting config bootstrapper: add reverb preset Samuel Štancl 2024-07-04 20:52:06 +02:00
  • 6b6c883234 phpstan fixes Samuel Štancl 2024-07-04 20:48:55 +02:00
  • 252e337ef8 broadcast channel prefix bootstrapper: add reverb() method Samuel Štancl 2024-07-04 20:38:23 +02:00
  • 8a4644630a Merge branch 'master' of github.com:tenancy-for-laravel/v4 Samuel Štancl 2024-07-04 20:25:33 +02:00
  • 88ebe97991 Add tenant key resolver to define filesystem path suffix Leandro Guindani Gehlen 2024-06-28 15:29:18 -03:00
  • cea7ee9c9d Merge branch 'tenantkey-resolver' into 3.x Leandro Guindani Gehlen 2024-06-28 15:26:51 -03:00
  • 9c06322a97 Add tenant key resolver to define filesystem path suffix Leandro Guindani Gehlen 2024-06-28 15:19:50 -03:00
  • a70312cb48 Add tenant key resolver to define filesystem path suffix Leandro Guindani Gehlen 2024-06-28 15:10:13 -03:00
  • 23e614f05b
    Merge branch 'archtechx:3.x' into 3.x Leandro Gehlen 2024-06-28 13:50:58 -03:00
  • 9119db810f
    Delete outdated note about LW with domain ID in TSP stub (#53) lukinovec 2024-06-20 11:09:42 +02:00
  • 7572911d87 remove dead code Samuel Štancl 2024-05-28 02:55:13 +02:00
  • 97ccbbe1f9 bump php version Samuel Štancl 2024-05-28 02:16:00 +02:00
  • 399e6f0baf
    Fix tenant_route without absolute Hecktor viegas 2024-05-24 11:03:17 -03:00
  • 8f9c7efa45 pin dockerfile to ubuntu 22 v3.8.4 Samuel Štancl 2024-05-22 19:57:48 +02:00
  • 885179bf74 Fix #1223 - Vite regression introduced on Laravel 9 in v3.8.3 Samuel Štancl 2024-05-22 19:42:20 +02:00
  • f0bb28345f categorize todos Samuel Štancl 2024-05-17 14:23:54 +02:00
  • 394d6ad338
    Merge branch 'archtechx:3.x' into 3.x Leandro Gehlen 2024-05-15 09:12:38 -03:00
  • 120b8bc4ae
    Use assetPathResolver closure if set (#1221) v3.8.3 Bert Bredewold 2024-05-13 17:15:26 +02:00
  • 8f835ba3b6
    Use assetPathResolver closure if set Bert Bredewold 2024-05-13 11:18:06 +02:00
  • d323f2fc4b
    Add support for tags in store() method Rasel Islam Rafi 2024-04-29 21:20:35 +06:00
  • 89be25a3af
    bug: added null check on middleware onFail in UniversalRoutes Noah Wilderom 2024-04-26 15:50:56 +02:00
  • b97c203967
    Revert changes that caused issues with Laravel Octane [ci skip] Samuel Štancl 2024-04-24 22:36:51 +02:00
  • b789f5c561
    Change URI prefix order during route cloning (#49) lukinovec 2024-04-24 22:33:18 +02:00
  • 7317d2638a
    Postgres RLS + permission controlled database managers (#33) Samuel Štancl 2024-04-24 22:32:49 +02:00
  • 34297d3e1a editor config: prevent tailwindcss LSP from starting in nvim [ci skip] Samuel Štancl 2024-04-22 21:27:53 +02:00
  • 77226cf2f4
    Delete pivot records when deleting SyncMaster using morph pivot (#46) lukinovec 2024-04-22 12:18:15 +02:00
  • 4e51cdbacb
    Refactor early identification (#47) lukinovec 2024-04-22 11:30:58 +02:00
  • b70cd0e531
    Use correct route facade classes in TSP comments (#48) lukinovec 2024-04-19 17:11:50 +02:00
  • 6e67ddf7a5
    Resolve test to-dos (#45) lukinovec 2024-04-18 00:22:03 +02:00
  • 3e441e075f remove deprecation test Samuel Štancl 2024-04-16 03:14:31 +02:00
  • 4bdb986b96 remove old UUID generator, minor config changes Samuel Štancl 2024-04-16 02:17:20 +02:00
  • 83b1ae1aea change default cookie name, add todos Samuel Štancl 2024-04-15 03:11:11 +02:00
  • 4dab0c1870
    defer tenant route registration in TSP stub v3.8.2 Samuel Štancl 2024-04-14 10:12:18 +02:00