1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 14:34:04 +00:00
tenancy/src
Samuel Štancl a88a42fbbf
[4.x] Add DisallowSqliteAttach feature (#1283)
* queue.yml: remove TENANCY_VERSION env var from test.sh

* add DisallowSqliteAttach feature

* Fix code style (php-cs-fixer)

* ci: add cd to each step

* ci: simpler solution to race conditions, proper os/arch matrix

* ci: fix runs-on matrix

* ci: fix workflow on windows, fix makefile

* Auto-build: Update extensions [skip ci]

* Auto-build: Update extensions [skip ci]

* ci: try fixing retry logic, make makefile use cl on Windows

* ci: use the current branch for rebase

* ci: try calling vcvars64

* ci: misc minor fixes

* ci: try fixing c compiler on windows

* ci: misc minor fixes

* ci: add debug steps

* ci: try to fix windows build

* ci: try using clang on windows

* ci: windows fixes, makefile fix

* Auto-build: Update extensions [skip ci]

* ci: dont produce .exp .lib on Windows

* ci: try forcing shell: bash on commit step

* ci: try to get linux cross-compilation working

* ci: reformulate condition

* ci: fix syntax error

* ci: correct debian image name

* Auto-build: Update extensions [skip ci]

* ci: try to set up macOS cross-compilation

* ci: add ARCH variable to makefile, override it during cross-compilation

* Auto-build: Update extensions [skip ci]

* ci: X64 -> x64

* ci: only trigger extensions.yml on pushes to extensions/

* fix tests on x64

* ci: try using bash for pushing on windows; ignore phpstan error

* fix test failing in ci but passing locally

* bump php version in composer.json, trigger extensions.yml build

* remove comment

* noattach: more explicit return values, avoid potential non-bool return values

* makefile: use -Os on Windows

* ci: use make -B

* ci: try triggering extensions build on extensions.yml file changes

* Auto-build: Update extensions [skip ci]

* Auto-build: Update extensions [skip ci]

* ci: remove windows linker flag, use a whitelist for git add

* Auto-build: Update extensions [skip ci]

* Auto-build: Update extensions [skip ci]

* Auto-build: Update extensions [skip ci]

* fix path in feature class, minor refactor

* Fix code style (php-cs-fixer)

---------

Co-authored-by: PHP CS Fixer <phpcsfixer@example.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-04 15:34:37 +01:00
..
Actions [4.x] General code cleanup (#1278) 2024-12-31 00:35:46 +01:00
Bootstrappers [4.x] General code cleanup (#1278) 2024-12-31 00:35:46 +01:00
Commands [4.x] General code cleanup (#1278) 2024-12-31 00:35:46 +01:00
Concerns [4.x] General code cleanup (#1278) 2024-12-31 00:35:46 +01:00
Contracts more phpstan fixes 2024-08-06 18:26:46 +02:00
Controllers [4.x] General code cleanup (#1278) 2024-12-31 00:35:46 +01:00
Database [4.x] General code cleanup (#1278) 2024-12-31 00:35:46 +01:00
Enums Improve file structure (#5) 2023-08-03 17:51:53 +02:00
Events Enable single_line_empty_body phpcsfixer rule 2024-04-02 04:31:03 +02:00
Exceptions [4.x] General code cleanup (#1278) 2024-12-31 00:35:46 +01:00
Facades Extend GlobalCache facade from the original facade (#495) 2020-09-18 23:18:21 +02:00
Features [4.x] Add DisallowSqliteAttach feature (#1283) 2025-01-04 15:34:37 +01:00
Jobs fix: drop tenant databases on migrate fresh without domains (#1282) 2025-01-01 20:31:47 +01:00
Listeners make Create/DeleteTenantStorage listeners handle existing/missing directories gracefully 2024-07-12 01:53:15 +02:00
Middleware [4.x] General code cleanup (#1278) 2024-12-31 00:35:46 +01:00
Overrides phpstan fixes 2024-09-27 23:16:39 +02:00
Resolvers [4.x] General code cleanup (#1278) 2024-12-31 00:35:46 +01:00
ResourceSyncing [4.x] General code cleanup (#1278) 2024-12-31 00:35:46 +01:00
RLS/PolicyManagers [4.x] General code cleanup (#1278) 2024-12-31 00:35:46 +01:00
UniqueIdentifierGenerators fix combination calculation docblock for random str generator 2024-04-13 05:43:37 +02:00
helpers.php [4.x] General code cleanup (#1278) 2024-12-31 00:35:46 +01:00
Tenancy.php [4.x] General code cleanup (#1278) 2024-12-31 00:35:46 +01:00
TenancyServiceProvider.php [4.x] General code cleanup (#1278) 2024-12-31 00:35:46 +01:00