Chirag Aggarwal
240cdf43e5
Simplify local benchmark command
2026-04-22 15:24:47 +05:30
Chirag Aggarwal
f75a7269c9
Address benchmark review simplifications
2026-04-22 15:23:35 +05:30
Chirag Aggarwal
dfd39d3946
Tolerate benchmark cleanup failures
2026-04-22 14:25:59 +05:30
Chirag Aggarwal
7d7fcea8c0
Ensure benchmark failures fail CI
2026-04-22 14:16:12 +05:30
Chirag Aggarwal
33d3f82a58
Merge remote-tracking branch 'origin/1.9.x' into chore/http-benchmark-comparison
...
# Conflicts:
# .github/workflows/ci.yml
2026-04-22 14:05:45 +05:30
Matej Bačo and GitHub
af531ee4f9
Merge pull request #11964 from appwrite/feat-public-project-policies
...
Feat: public project policies
2026-04-22 10:23:10 +02:00
Chirag Aggarwal
73a77b8dcc
Show benchmark throughput
2026-04-22 13:45:50 +05:30
Chirag Aggarwal
4b1b2972e9
Merge remote-tracking branch 'origin/1.9.x' into chore/http-benchmark-comparison
...
# Conflicts:
# .github/workflows/ci.yml
2026-04-22 13:34:45 +05:30
Matej Bačo
72bb6378c2
Leftover
2026-04-22 10:00:19 +02:00
Matej Bačo
bfa1960d8a
Remove unneeded const
2026-04-22 10:00:10 +02:00
Matej Bačo
e530bf41f7
Post-merge fix
2026-04-22 09:59:00 +02:00
Matej Bačo
0d27c59cb8
Merge branch '1.9.x' into feat-public-project-policies
2026-04-22 09:57:48 +02:00
Matej Bačo and GitHub
97e611029e
Merge pull request #11900 from appwrite/feat-project-smtp-endpoints
...
Feat: Public API for project SMTP endpoints
2026-04-22 09:52:09 +02:00
Matej Bačo
efc37c68ec
Merge branch '1.9.x' into feat-project-smtp-endpoints
2026-04-22 09:50:08 +02:00
Chirag Aggarwal
b3f305f9a8
Record storage upload wait metric
2026-04-22 13:02:16 +05:30
Chirag Aggarwal
32508e7251
Avoid reserved TablesDB benchmark column name
2026-04-22 12:53:13 +05:30
Chirag Aggarwal
a98b9f2319
Handle malformed optional benchmark summaries
2026-04-22 12:06:32 +05:30
Chirag Aggarwal
a0ef5968fb
Document local HTTP benchmark command
2026-04-22 11:58:30 +05:30
Chirag Aggarwal
bc637ad25f
Merge remote-tracking branch 'origin/1.9.x' into chore/http-benchmark-comparison
...
# Conflicts:
# .github/workflows/ci.yml
2026-04-22 11:38:04 +05:30
Chirag Aggarwal and GitHub
5b6dd5f75a
Merge pull request #11949 from appwrite/chore/phpstan-level-4
2026-04-22 11:17:21 +05:30
Jake Barnby and GitHub
2c973387c5
Merge pull request #11967 from appwrite/fix/listrows-total-int-cast
...
fix: cast cached total to int in listDocuments/listRows
2026-04-22 17:02:43 +12:00
Chirag Aggarwal
3b9c604eb8
Harden benchmark comparison run
2026-04-22 09:45:51 +05:30
Jake Barnby and Claude Opus 4.7
8a841a6971
fix: cast cached total to int in listDocuments/listRows
...
Redis stringifies scalars on save, so on a cache hit the `total` field
was served as a string. Flutter SDK (and any strictly-typed client) then
failed with `TypeError: "37": type 'String' is not a subtype of type 'int'`.
The cache-miss path returned an int from `count()`, which is why only
repeat requests with `ttl > 0` tripped the bug.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-22 16:14:30 +12:00
Chirag Aggarwal
c973ca0a5d
Address PHPStan level 4 review feedback
2026-04-22 09:34:03 +05:30
Chirag Aggarwal
7c486ddcef
Keep benchmark comment on missing summary
2026-04-22 09:26:36 +05:30
Chirag Aggarwal
cb7f2ec693
Show top benchmark request waits
2026-04-22 09:19:26 +05:30
Chirag Aggarwal
3cc7b833db
Fix k6 benchmark diagnostics
2026-04-22 09:06:54 +05:30
Chirag Aggarwal
9ca84a56c9
Switch HTTP benchmark back to k6
2026-04-22 08:51:51 +05:30
Damodar Lohani and GitHub
af05ad5784
Merge pull request #11953 from appwrite/CLO-4204-slow-query-hook
...
feat: add afterQuery hook to listRows (tablesdb) action
2026-04-22 07:25:24 +05:45
Matej Bačo
39af9c544d
Remove unnessessary backwards compatibility
2026-04-21 18:22:44 +02:00
Luke B. Silver and GitHub
10b6955e98
Merge pull request #11965 from appwrite/fix/support-worker-num
...
fix: honor _APP_WORKERS_NUM in realtime
2026-04-21 17:14:08 +01:00
loks0n and Claude Opus 4.7
7e963e8439
fix: honor _APP_WORKERS_NUM in realtime
...
Realtime was ignoring _APP_WORKERS_NUM and always computing workers as
CPU × _APP_WORKER_PER_CORE, making it impossible to cap the worker count
without also changing the per-core multiplier. Prefer _APP_WORKERS_NUM
when set, falling back to the CPU × per-core calculation.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-21 16:55:56 +01:00
Matej Bačo
d9d5a81337
Fix 0->null backwrds compatibility
2026-04-21 17:51:31 +02:00
Matej Bačo
193891a7c9
Fix analyzer
2026-04-21 17:38:32 +02:00
Matej Bačo
70cb5ca68a
linter fix
2026-04-21 17:34:59 +02:00
Matej Bačo
c8a1746119
Fix existing tests
2026-04-21 17:34:44 +02:00
Matej Bačo
06eb550e98
Finalize tests
2026-04-21 16:56:00 +02:00
Matej Bačo
6c89a05a60
Fix 0 session to mean unlimited
2026-04-21 16:38:53 +02:00
Matej Bačo and GitHub
1b993ede0f
Merge branch '1.9.x' into feat-project-smtp-endpoints
2026-04-21 16:15:00 +02:00
Matej Bačo
648ffcdcfa
Fix event labels
2026-04-21 16:07:52 +02:00
Matej Bačo
0be94a7aff
Fix tests
2026-04-21 15:57:30 +02:00
Matej Bačo
eba145ee2d
More integration tests
2026-04-21 15:13:27 +02:00
Matej Bačo
99d230c70d
Integration tests
2026-04-21 14:39:02 +02:00
Chirag Aggarwal
4ac1b68bbc
Fix OpenAPI enum keys analysis
2026-04-21 18:03:18 +05:30
Chirag Aggarwal
211ac32080
Guard benchmark account-dependent flows
2026-04-21 17:59:09 +05:30
Chirag Aggarwal
30bf9deae0
Remove benchmark failure rows from output
2026-04-21 17:54:36 +05:30
Chirag Aggarwal
196b04a39c
Polish benchmark comment details
2026-04-21 17:49:50 +05:30
Matej Bačo
6adabae620
Add policy tests
2026-04-21 14:05:46 +02:00
Matej Bačo
5f9dc0fcd8
Req & res filters, review fixes
2026-04-21 13:58:36 +02:00
Chirag Aggarwal
b9d01617a4
Address benchmark review hardening
2026-04-21 17:24:26 +05:30