lukinovec
6da74fbf6d
Fix CONTRIBUTING.md
2023-02-20 10:25:51 +01:00
lukinovec
790d7ff12a
Merge branch '3.x' into merge-3.x
2023-02-20 09:07:06 +01:00
Samuel Štancl
2a39b0526a
Fix #998 , properly replace ALL tenant_id literals
2022-11-10 16:44:52 +01:00
Samuel Štancl
b7a6953231
mention ./t in CONTRIBUTING.md
2022-11-04 15:17:54 +01:00
Samuel Štancl
8af354c20e
get phpstan errors down from 252 to 189
2022-08-30 05:44:23 +02:00
Samuel Štancl
05f2a828a1
Better M1 DX
2022-07-22 22:29:56 +02:00
lukinovec
ba928100e6
Add space after 'up' in 'docker-compose up-d' ( #900 )
2022-07-19 16:11:47 +02:00
Samuel Štancl
5026f54a6d
fix path prefixing
2022-03-23 20:48:55 +01:00
Dylan Harbour
e0af2e9945
Fix issue 521: Array input for --tenants ( #522 )
...
* Fix issue 521: Array input for `--tenants`
Tenancy for Laravel docs refer to using multiple `--tenants=<...> ` options when running a command for multiple tenants explicitly: https://tenancyforlaravel.com/docs/v3/console-commands
However, the command input is not defined correctly to receive arrays.
https://laravel.com/docs/7.x/artisan#input-arrays
This PR adds a failing test, fixes the issue and corrects a typo in the contributing readme.
* Styleci
Co-authored-by: Dylan Harbour <dylanh@ringier.co.za>
2020-11-12 14:08:37 +01:00
Samuel Štancl
02e049b59e
Convert domains to lowercase, persist current domain model on resolver
2020-06-28 11:45:08 +02:00
Samuel Štancl
869ac32983
[2.2.0] [WIP] Add functionality ( #206 )
...
* TenantDatabaseDoesNotExistException
* Apply fixes from StyleCI
* User post-creation callbacks
* Rename method
* postCreationActions
* pass $tenant as parameter
* pass $tenant to async actions
* WIP findBy()
* findBy\* ForwardsCalls
* Apply fixes from StyleCI
* findBy DB storage driver
* Redis SD TODO message
* Apply fixes from StyleCI
* Fix chained jobs
* WIP event system
* import str
* instanceof closure check
* findBy instead of find
* Tenant -> Tenants
* dots
* Use DB hooks instead of a SC key
* Don't allow callables for queue chain
* CanDeleteKeys interface
* Apply fixes from StyleCI
* CanFindByAnyKey interface
* Apply fixes from StyleCI
* Ditch models for custom repositories
* Resolve circular dependency
* Apply fixes from StyleCI
* Fix tests
* Apply fixes from StyleCI
* FutureTest
* Prefix tenant events with 'tenant.'
* Event listener arguments test
2019-10-27 21:10:41 +01:00
Samuel Štancl
a31a76cb37
Create CONTRIBUTING.md
2019-09-22 19:25:30 +02:00