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

Commit graph

  • 0832ab805b wip Samuel Štancl 2023-04-14 17:23:19 +02:00
  • 1f4dae7012
    exception message Samuel Štancl 2023-04-14 17:06:15 +02:00
  • 306333c6c5 Delete comments from Doctum workflow doctum lukinovec 2023-04-14 14:22:47 +02:00
  • 2562e3f248 Try adding Doctum GH action lukinovec 2023-04-14 14:05:03 +02:00
  • ac9f338632 Add docblock lukinovec 2023-04-14 13:29:02 +02:00
  • d3518fccdf Fix docblock lukinovec 2023-04-14 13:20:19 +02:00
  • d652029fc5 Delete extra @var lines lukinovec 2023-04-14 13:16:05 +02:00
  • a3c6ca4df8 Fix code style (php-cs-fixer) PHP CS Fixer 2023-04-14 11:04:50 +00:00
  • a3a1f838e3 Add docblocks lukinovec 2023-04-14 13:04:28 +02:00
  • 411f454aaa Delete intersection types lukinovec 2023-04-14 12:43:35 +02:00
  • 82fe91eba2 Update .gitignore lukinovec 2023-04-14 12:42:20 +02:00
  • 0c1912b9c5 Small testing improvements lukinovec 2023-04-14 12:33:08 +02:00
  • 3481e24c7d Delete afterEach lukinovec 2023-04-13 13:45:29 +02:00
  • dd57d9bbdc Simplify cache tests lukinovec 2023-04-13 13:44:00 +02:00
  • 9e15110ad9 Update cache tests so that both prefixing and tagging is covered lukinovec 2023-04-13 13:36:58 +02:00
  • 651302943f Correct $addTags reset in a test lukinovec 2023-04-13 13:10:41 +02:00
  • 740d4e78d8 Update prefix generator logic + tests lukinovec 2023-04-13 12:46:33 +02:00
  • 8ac4d87e94 Use a single original prefix lukinovec 2023-04-13 07:47:18 +02:00
  • c9ba00c1fc Fix code style (php-cs-fixer) PHP CS Fixer 2023-04-13 05:07:38 +00:00
  • 4ab692bb05 Rename bootstrapper lukinovec 2023-04-13 07:07:11 +02:00
  • 9dbb5822dd Add Doctum lukinovec 2023-04-13 06:44:47 +02:00
  • 228c2676f3
    Add remember column to to the impersonation token (#1101) lukinovec 2023-04-13 02:05:26 +02:00
  • 0553040b8d Add remember column to to the impersonation token lukinovec 2023-04-12 12:13:33 +02:00
  • 35b0dea270 Use $this->app instead of app() lukinovec 2023-04-12 09:40:00 +02:00
  • 9d9e2b32ce Add defaultPrefix property lukinovec 2023-04-12 09:10:23 +02:00
  • e894c782ab Add info in comment lukinovec 2023-04-12 08:33:45 +02:00
  • 39e62c7dcf Make original prefixes customizable lukinovec 2023-04-12 08:23:31 +02:00
  • 940fb1744b Move logic from separate method to __call lukinovec 2023-04-12 07:21:33 +02:00
  • 2d0ee2c7cd Improve CacheManager lukinovec 2023-04-12 07:17:29 +02:00
  • 70051e70b3 Rename bootstrapper lukinovec 2023-04-11 15:01:08 +02:00
  • 52dabed878 Fix code style (php-cs-fixer) PHP CS Fixer 2023-04-11 12:29:44 +00:00
  • 7ebfc375d6 Disable cache tagging by default, add CacheTagBootstrapper lukinovec 2023-04-11 14:28:28 +02:00
  • 5849afa4c8 Use $this->config instead of config() lukinovec 2023-04-07 12:03:55 +02:00
  • 66669934f9 Reset static properties in afterEach lukinovec 2023-03-31 14:11:45 +02:00
  • 840cd831d6 Delete CacheTenancyBootstrapper lukinovec 2023-03-31 14:10:56 +02:00
  • 7bbd5350c7 Update tests lukinovec 2023-03-31 09:20:10 +02:00
  • 1f1c7cc2bc Fix original prefix logic lukinovec 2023-03-31 09:19:46 +02:00
  • 8ea3cc9739 Use default prefix generator inline, delete the 'default' key logic lukinovec 2023-03-31 07:51:20 +02:00
  • c45f900b78 Delete tmpfs from docker-compose.yml (there were no benefits) lukinovec 2023-03-30 14:37:32 +02:00
  • 5fa8543279
    Refactor checking host is subdomain Süleyman ÖZEV 2023-03-24 18:11:02 +03:00
  • e9aa5be546
    Update ci.yml Samuel Štancl 2023-03-20 21:50:17 +01:00
  • a1dc8e93b8 Merge branch 'master' of github.com:archtechx/tenancy into cache-prefix lukinovec 2023-03-20 12:19:15 +01:00
  • 65ac0a9ffc Tenancy fake method unit test added Chinmay Purav 2023-03-19 00:12:00 +05:30
  • 30e1f1c2fb
    added missing return of fake instance Chinmay Purav 2023-03-18 20:04:13 +05:30
  • 1fbb2f42a3 Tenancy Fake basic logic added Chinmay Purav 2023-03-18 19:48:48 +05:30
  • dfd39722a7
    bump stancl/jobpipeline to v2.0.0-rc1 Samuel Štancl 2023-03-16 22:20:47 +01:00
  • 9388459d7d Fix code style (php-cs-fixer) PHP CS Fixer 2023-03-14 16:30:41 +00:00
  • 7b91e3fdec Test cache prefixing customization lukinovec 2023-03-14 17:24:57 +01:00
  • 8348389fb3 Add customizing cache store prefixes lukinovec 2023-03-14 17:22:56 +01:00
  • 660b772fe3 Use tmpfs in docker-compose lukinovec 2023-03-14 17:19:45 +01:00
  • 5a20a0e2a7 Update Laravel lukinovec 2023-03-14 17:19:31 +01:00
  • 2b14e21cc4 SqlServer Support Amr ibrahem 2023-03-09 15:04:28 +02:00
  • 719b1be245
    Fix URL root override example (#1079) lukinovec 2023-03-01 10:40:56 +01:00
  • 2ceef4697e Fix URL root override example lukinovec 2023-03-01 10:14:40 +01:00
  • b715571927 Prefix all cache stores specified in $tenantCacheStores lukinovec 2023-02-24 09:17:24 +01:00
  • f9e027757f Update ViteBundler constructor lukinovec 2023-02-23 16:23:22 +01:00
  • 34547f75f6 Always bootstrap TenantConfig lukinovec 2023-02-23 16:23:13 +01:00
  • 91f8adb698 Bootstrap features manually in tests lukinovec 2023-02-23 16:22:52 +01:00
  • 3e6dd646ae Don't access static property as non-static lukinovec 2023-02-23 15:38:36 +01:00
  • e75aefb65e Fix method/property lukinovec 2023-02-23 15:36:30 +01:00
  • bcf777da6b Fix $bootstrapFeatures property lukinovec 2023-02-23 15:32:24 +01:00
  • 6873c544ac Fix code style (php-cs-fixer) PHP CS Fixer 2023-02-23 14:28:57 +00:00
  • a5695939d2 Update ViteBundler lukinovec 2023-02-23 15:28:25 +01:00
  • 8cbc855b0a Fix merge errors lukinovec 2023-02-23 15:18:12 +01:00
  • b0560331ed Merge branch 'master' of github.com:archtechx/tenancy into unware-feature lukinovec 2023-02-23 15:12:59 +01:00
  • 4638392788 Use 10.x-dev lukinovec 2023-02-23 14:33:29 +01:00
  • a7e4956ee5 Specify 10.1.1 as the minimal Laravel version in ci.yml lukinovec 2023-02-23 14:22:51 +01:00
  • cf799d3529 Complete L9 support removal lukinovec 2023-02-23 14:21:36 +01:00
  • a152d31ac4 Use new Laravel release, remove L9 support lukinovec 2023-02-23 14:17:30 +01:00
  • 9e8af40715 Test that non-default stores get prefixed too lukinovec 2023-02-21 18:48:57 +01:00
  • 76dae7b025 Revert "use the laravel version from the ci matrix for the phpstan job as well" Samuel Štancl 2023-02-21 18:42:31 +01:00
  • 5f3079d2ff use the laravel version from the ci matrix for the phpstan job as well Samuel Štancl 2023-02-21 18:38:20 +01:00
  • 4acf7e26b5
    10.x-dev (fix conflict resolution) Samuel Štancl 2023-02-21 18:35:46 +01:00
  • 20f9b7fc42 merge Samuel Štancl 2023-02-21 18:31:50 +01:00
  • d655d3acf7 remove L9 support Samuel Štancl 2023-02-21 18:31:16 +01:00
  • b883d52a6a Merge branch 'master' into cache-prefix Samuel Štancl 2023-02-21 18:30:18 +01:00
  • 8b7862d8ad
    add --xdebug option to phpstan Samuel Štancl 2023-02-21 18:28:57 +01:00
  • c254f621ce
    use 10.x-dev instead of master Samuel Štancl 2023-02-21 18:22:29 +01:00
  • 587396b5ca
    remove laravel fork from repositories Samuel Štancl 2023-02-21 18:21:02 +01:00
  • a48e447389 use dev-master before our changes are released in L10 Samuel Štancl 2023-02-21 17:49:15 +01:00
  • f0407e781b Merge branch 'master' into cache-prefix Samuel Štancl 2023-02-21 17:48:49 +01:00
  • e531f96c4b
    specify full laravel versions to support using dev-master in PRs Samuel Štancl 2023-02-21 17:47:25 +01:00
  • 06b62b85cd Delete extra line lukinovec 2023-02-21 10:49:53 +01:00
  • c49f15b53d Update RedirectTest lukinovec 2023-02-21 10:48:24 +01:00
  • 249fc545d2
    Merge branch 'master' into cache-prefix lukinovec 2023-02-21 10:22:17 +01:00
  • 858249759f Merge branch 'master' of github.com:archtechx/tenancy Samuel Štancl 2023-02-21 00:40:40 +01:00
  • e61a26d604
    Add L10 support to 4.x (merge 3.x to master) (#1071) lukinovec 2023-02-20 23:47:10 +01:00
  • 241cf1fd21 Delete WithoutTenancy directory, move tests lukinovec 2023-02-20 15:41:06 +01:00
  • 92a464520f Delete setting tenancy.features in getPackageProviders() lukinovec 2023-02-20 15:39:51 +01:00
  • 654a988af1 Add bootstrapFeatures static property and method lukinovec 2023-02-20 15:39:23 +01:00
  • 128ff12840
    Update ci.yml merge-3.x lukinovec 2023-02-20 15:09:36 +01:00
  • aac038f233 Convert ViteBundlerTest to Pest lukinovec 2023-02-20 11:37:47 +01:00
  • 7a0fbc25a8 Bring back ViteBundler lukinovec 2023-02-20 11:06:00 +01:00
  • 20996bfd47 Delete ViteBundler remains lukinovec 2023-02-20 10:31:12 +01:00
  • 6da74fbf6d Fix CONTRIBUTING.md lukinovec 2023-02-20 10:25:51 +01:00
  • e0f3a595cc Delete PHPStan error ignore lukinovec 2023-02-20 10:18:54 +01:00
  • c819c69c94 Fix PHPStan error lukinovec 2023-02-20 10:09:13 +01:00
  • 4c7fff73ec Delete ViteBundlerTest lukinovec 2023-02-20 09:55:36 +01:00
  • 8cb5d0bc0c Change invade version lukinovec 2023-02-20 09:47:59 +01:00
  • 60e97c660e Update dependencies lukinovec 2023-02-20 09:39:32 +01:00