|
|
4f94ccb5f7
|
clarify docblock
|
2024-12-19 21:50:59 +01:00 |
|
Samuel Štancl
|
e0cfdf09cb
|
add docblock
|
2024-12-19 18:58:36 +01:00 |
|
|
|
4e126846f9
|
refactor RootUrlBootstrapper
|
2024-08-29 22:31:08 +02:00 |
|
PHP CS Fixer
|
9f09c9e6dd
|
Fix code style (php-cs-fixer)
|
2024-08-29 14:10:45 +00:00 |
|
lukinovec
|
ab02d2885c
|
Make RootUrlBootstrapper run ONLY in CLI by default (add $rootUrlOverrideInTests), work with resolved UrlGenerator
|
2024-08-29 15:58:50 +02:00 |
|
lukinovec
|
2c0f61585d
|
Make RootUrlBootstrapper only have an effect in CLI (#58)
* Interrupt RootUrlBootstrapper's bootstrap() execution if the app isn't running in console, add docblock
* Improve overrideUrlInTenantContext() documentation [ci skip]
* Improve RootUrlBootstrapper [ci skip]
|
2024-08-28 00:42:36 +02:00 |
|
|
|
1d80604cff
|
Enable single_line_empty_body phpcsfixer rule
|
2024-04-02 04:31:03 +02:00 |
|
Samuel Štancl
|
a41ad69023
|
Filesystem logic refactor, improved defaults for cache tenancy (#42)
* refactor FilesystemTenancyBootstrapper
* clean up tests and improve coverage
* minor maintenance mode changes
* Improve tenants:migrate --skip-failing logic
* make tenants:migrate output consistently formatted
* minor RootUrlBootstrapper + misc changes
* cache bootstrapper-related improvements
* Fix code style (php-cs-fixer)
* misc refactor
* Fix code style (php-cs-fixer)
* add %original_storage_path% to fs bootstrapper, improve default config for cache
* rename method
* inject concrete implementations where needed instead of abstracts
* Fix code style (php-cs-fixer)
* refactor DealsWithTenantSymlinks
* remove obsolete phpstan ignore
---------
Co-authored-by: PHP CS Fixer <phpcsfixer@example.com>
|
2024-04-02 04:26:10 +02:00 |
|
lukinovec
|
4953c69fd8
|
Update path identification and Fortify integration-related logic (#13)
* Add commented UrlBinding + FortifyRouteTenancy bootstrappers to the config
* Improve FortifyRoute bootstrapper docblock
* Rename bootstrappers
* Complete renaming
* Pass defaults of the original URL generator to the new one
* Fix URL generator-related test (query string id test WIP)
* Fix code style (php-cs-fixer)
* Make Fortify bootstrapper not depend on the UrlGenerator bootstrapper, update comments
* Fix testing UrlGenerator bootstrapper
* Update TenancyUrlGenerator annotations
* Pass tenant parameter manually in Fortify bootstrapper
* Properly test TenancyUrlGenerator functionality
* Get rid of query string in Fortify bootstrapper
* Fix code style (php-cs-fixer)
* Delete outdated comment
* Improve comment
* Improve before/afterEach
* Encourage passing parameters using TenancyUrlGenerator instead of URL::defaults()
* Delete rest of defaulting logic
* Fix code style (php-cs-fixer)
* Delete test group
* Update ForgetTenantParameter docblock
* Update passTenantParameterToRoutes annotation
* Complete todo in test
* Improve test
* Update comment
* Improve comment
* Add keepQueryParameters bool to Fortify bootstrapper
* Test keepQueryParameters
* minor docblock update
* minor docblock changes
* Delete extra import
* Update src/Overrides/TenancyUrlGenerator.php
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
* Improve comment
* Rename test
* Update bypass parameter-related test comments
* Fix merge
* Rename $keepQueryParameters
* Add docblock
* Add comment
* Refactor Fortify bootstrapper
* Fix code style (php-cs-fixer)
* Fix comment
* Skip Fortify bootstrapper test
* minor code improvements
* Improve fortify bootstrapper test
* Add Fortify bootstrapper annotation, improve code
* Fix code style (php-cs-fixer)
* Add commenet
* Complete resource syncing todo (cleanup not needed)
* Delete incorrect namespace
* Complete route context trait name todo
* Fix code style (php-cs-fixer)
---------
Co-authored-by: PHP CS Fixer <phpcsfixer@example.com>
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
|
2023-11-26 21:08:41 +01:00 |
|