1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 19:04:02 +00:00
tenancy/src
Guilherme Saade d4a99011e6
[3.x] L10 compatibility (#1065)
* Bump dependencies for Laravel 10

* Update GitHub Actions for Laravel 10

* ci: do not test L10 using PHP 7.3

* drop < L9 support

* use `dispatch_sync` instead of `dispatch_now`

* migrate phpunit configuration

* Update ci.yml

* drop laravel < 9 support

* misc L10 fixes, new docker image

* specify odbc version

* wip

* properly list php versions as strings

* minor changes

* Add `getValue($queryGrammar)` to raw query

* Clean up `isVersion8` code

* rewrite hasFailed assertion

* phpunit schema update

* Upgrade `doctrine/dbal`

---------

Co-authored-by: Samuel Štancl <samuel@archte.ch>
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
Co-authored-by: lukinovec <lukinovec@gmail.com>
2023-02-16 17:21:06 +01:00
..
Bootstrappers [3.x] L10 compatibility (#1065) 2023-02-16 17:21:06 +01:00
Commands Merge hotfix branch (#834) 2022-03-30 18:00:55 +02:00
Concerns Merge hotfix branch (#834) 2022-03-30 18:00:55 +02:00
Contracts Make annotations static 2020-09-02 19:45:06 +02:00
Controllers Fix ArgumentCountError on the TenantAssetsController (#894) 2022-07-20 21:35:33 +02:00
Database [3.x] L10 compatibility (#1065) 2023-02-16 17:21:06 +01:00
Events Rolling back & deleting DB events 2020-05-24 20:52:50 +02:00
Exceptions Improve queue tenancy 2021-12-31 18:10:03 +01:00
Facades Extend GlobalCache facade from the original facade (#495) 2020-09-18 23:18:21 +02:00
Features remove typehint 2022-09-28 18:50:09 +02:00
Jobs Merge hotfix branch (#834) 2022-03-30 18:00:55 +02:00
Listeners Apply fixes from StyleCI 2020-06-02 16:57:30 +00:00
Middleware [3.x] Compatibility with Laravel 9 (#802) 2022-03-08 01:50:25 +01:00
Resolvers Cache crash fix (#1048) 2023-01-27 08:17:14 +01:00
TenantDatabaseManagers [3.x] L10 compatibility (#1065) 2023-02-16 17:21:06 +01:00
CacheManager.php Fixed array to string conversion (#718) 2021-12-25 22:10:34 +01:00
DatabaseConfig.php Fix typo (#441) 2020-06-18 14:29:01 +02:00
helpers.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
Tenancy.php Improve queue tenancy 2021-12-31 18:10:03 +01:00
TenancyServiceProvider.php [3.x] Add Vite helper for tenancy (#956) 2022-09-28 16:24:49 +02:00
UUIDGenerator.php Remove obsolete files, restructure 2020-05-21 15:54:35 +02:00
Vite.php try to exclude Vite.php from coverage report 2022-09-28 18:43:39 +02:00