github-actions[bot]
7e19a413eb
Auto-build: Update extensions [skip ci]
2025-01-04 13:37:33 +00:00
03552e13a4
ci: remove windows linker flag, use a whitelist for git add
2025-01-04 14:36:24 +01:00
github-actions[bot]
e7292c6d38
Auto-build: Update extensions [skip ci]
2025-01-04 13:26:10 +00:00
github-actions[bot]
5573db26c9
Auto-build: Update extensions [skip ci]
2025-01-04 13:26:09 +00:00
ef44bffe85
ci: try triggering extensions build on extensions.yml file changes
2025-01-04 14:25:20 +01:00
3ece4a087b
ci: use make -B
2025-01-04 14:22:40 +01:00
69067ed28e
makefile: use -Os on Windows
2025-01-04 14:18:12 +01:00
381e71be92
noattach: more explicit return values, avoid potential non-bool return values
2025-01-04 14:10:56 +01:00
2440e432b8
remove comment
2025-01-02 12:45:08 +01:00
7524328947
bump php version in composer.json, trigger extensions.yml build
2025-01-02 12:24:32 +01:00
3b3d580a38
fix test failing in ci but passing locally
2025-01-02 12:20:49 +01:00
73ab190141
ci: try using bash for pushing on windows; ignore phpstan error
2025-01-02 09:54:41 +01:00
693f05a0e0
fix tests on x64
2025-01-02 09:24:33 +01:00
1bb8a42cf0
ci: only trigger extensions.yml on pushes to extensions/
2025-01-02 09:17:07 +01:00
3eb7868057
ci: X64 -> x64
2025-01-02 09:07:39 +01:00
github-actions[bot]
2d334026a9
Auto-build: Update extensions [skip ci]
2025-01-02 08:06:39 +00:00
bc12957823
ci: add ARCH variable to makefile, override it during cross-compilation
2025-01-02 09:05:43 +01:00
611195e4d3
ci: try to set up macOS cross-compilation
2025-01-02 09:00:49 +01:00
github-actions[bot]
04ff76117f
Auto-build: Update extensions [skip ci]
2025-01-02 07:46:47 +00:00
2c7f1fc301
ci: correct debian image name
2025-01-02 08:45:28 +01:00
c3201387ed
ci: fix syntax error
2025-01-02 08:44:14 +01:00
a3e58ee3b1
ci: reformulate condition
2025-01-02 08:43:23 +01:00
88855ec568
ci: try to get linux cross-compilation working
2025-01-02 08:41:50 +01:00
aca23594ad
ci: try forcing shell: bash on commit step
2025-01-02 08:25:12 +01:00
b0861e11fd
ci: dont produce .exp .lib on Windows
2025-01-02 08:21:14 +01:00
github-actions[bot]
cef9d7ead6
Auto-build: Update extensions [skip ci]
2025-01-02 07:19:07 +00:00
772cbd9de0
ci: windows fixes, makefile fix
2025-01-02 08:18:36 +01:00
2bee323ef7
ci: try using clang on windows
2025-01-02 08:16:45 +01:00
3368a6dc27
ci: try to fix windows build
2025-01-02 08:13:28 +01:00
594fa92383
ci: add debug steps
2025-01-02 08:04:51 +01:00
b9c09ef271
ci: misc minor fixes
2025-01-02 08:02:10 +01:00
8b8ae265e5
ci: try fixing c compiler on windows
2025-01-02 07:59:44 +01:00
688a4df7e6
ci: misc minor fixes
2025-01-02 07:49:58 +01:00
a5b2bbc505
ci: try calling vcvars64
2025-01-02 07:46:58 +01:00
a784ee0311
ci: use the current branch for rebase
2025-01-02 06:31:26 +01:00
c5f187d2c7
ci: try fixing retry logic, make makefile use cl on Windows
2025-01-02 06:29:47 +01:00
github-actions[bot]
93fe982b12
Auto-build: Update extensions [skip ci]
2025-01-02 05:11:37 +00:00
github-actions[bot]
68a7795ed1
Auto-build: Update extensions [skip ci]
2025-01-02 05:11:34 +00:00
f032b452fb
ci: fix workflow on windows, fix makefile
2025-01-02 06:11:19 +01:00
3866f59b60
ci: fix runs-on matrix
2025-01-02 06:05:12 +01:00
cf0a8cae84
ci: simpler solution to race conditions, proper os/arch matrix
2025-01-02 06:02:24 +01:00
59e9590219
ci: add cd to each step
2025-01-02 05:49:29 +01:00
PHP CS Fixer
ededbbe1e2
Fix code style (php-cs-fixer)
2025-01-02 04:47:12 +00:00
9bb06afc57
add DisallowSqliteAttach feature
2025-01-02 05:46:43 +01:00
613ab5bbc8
queue.yml: remove TENANCY_VERSION env var from test.sh
2024-12-31 07:41:32 +01:00
abe1f1f0ec
queue ci: set TENANCY_VERSION for setup.sh
2024-12-31 07:40:06 +01:00
f84b22e6ce
add queue CI workflow
2024-12-31 06:44:50 +01:00
Márk Magyar
79f740d057
[4.x] General code cleanup ( #1278 )
...
* Declare sensitive parameters as sensitive
... just so that they don't show up in logs
* Remove unnecessary null-coalescing
* Simplify return
* Merge isset() calls
* Inline return
* Use nullsafe operator
* Simplify if-else branches
* Use direct empty string comparison instead of strlen()
* Add missing type
* Change interface as events expect a TenantWithDatabase not just a Tenant
* Narrow typehint
* Remove redundant type casts
* Fix style with php-cs-fixer
* Fix typos
* Revert unwanted if-else simplification
* fix phpstan errors
* narrow type
---------
Co-authored-by: Samuel Štancl <samuel@archte.ch>
2024-12-31 00:35:46 +01:00
Alec
05b602e37f
fix: no primary key on RLS views ( #1280 )
...
* fix: no primary key on RLS views
* test: add RLS view regression
* verify and slightly refactor regression test
---------
Co-authored-by: Samuel Štancl <samuel@archte.ch>
2024-12-31 00:02:50 +01:00
eff41553d7
deprecate JobBatchBootstrapper
2024-12-27 21:33:44 +01:00