1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 02:54:05 +00:00
tenancy/src/Exceptions
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
..
DatabaseManagerNotRegisteredException.php Add exceptions missing parent constructor call (#137) 2019-09-26 14:35:02 +02:00
DomainsOccupiedByOtherTenantException.php Apply fixes from StyleCI 2019-09-15 10:17:00 +00:00
NotImplementedException.php [2.2.0] [WIP] Add functionality (#206) 2019-10-27 21:10:41 +01:00
TenantCouldNotBeIdentifiedException.php Add exceptions missing parent constructor call (#137) 2019-09-26 14:35:02 +02:00
TenantDatabaseAlreadyExistsException.php Apply fixes from StyleCI 2019-09-08 14:52:18 +00:00
TenantDatabaseDoesNotExistException.php [2.2.0] [WIP] Add functionality (#206) 2019-10-27 21:10:41 +01:00
TenantDoesNotExistException.php [2.2.0] [WIP] Add functionality (#206) 2019-10-27 21:10:41 +01:00
TenantStorageException.php Apply fixes from StyleCI 2019-09-15 10:17:00 +00:00
TenantWithThisIdAlreadyExistsException.php DB driver ensureTenantCanBeCreated 2019-09-15 11:50:19 +02:00