Jake Barnby
1d94e60a37
Merge branch '1.8.x' into fix-realtime-performance
2026-02-05 09:54:42 +00:00
Jake Barnby
fed8354c52
Merge pull request #11237 from appwrite/realtime-query-subscriptions
...
Realtime query subscriptions
2026-02-05 09:36:54 +00:00
Jake Barnby
e21614088f
fix: Address CodeRabbit review comments
...
- Fix OR precheck bug: skip attribute existence check when OR conditions
exist, since OR can match with partial attributes present
- Remove dead code in app/realtime.php (unused $names and $channels variables)
- Add tests for OR queries with missing attributes in one branch
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-05 22:24:26 +13:00
Hemachandar
1c6880a78e
Improve certificate sync logs ( #11243 )
...
* Add friendly message for async certificate generation
* better msg
* simplify
* remove escaping
* set certificateId
2026-02-05 14:48:37 +05:30
Jake Barnby
18125156d2
fix: Update compileAndFilter return type to nullable array
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-05 22:14:41 +13:00
Jake Barnby
765d334674
fix: Return null instead of empty array for non-matching queries
...
RuntimeQuery::filter() now returns null when the query doesn't match,
instead of an empty array. This distinguishes between "no match" and
"match with empty payload", fixing the issue where subscriptions with
empty payloads weren't being delivered.
Updated Realtime::getSubscribers() to check for null instead of using
!empty(), and updated all tests to expect null for non-matches.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-05 22:08:43 +13:00
Matej Bačo
a46fa50c51
Merge pull request #11252 from appwrite/ser-1103-installations
...
Move VCS installation APIs to Modules
2026-02-05 10:07:35 +01:00
Matej Bačo
cb81939604
Merge pull request #11253 from appwrite/ser-1033
...
Cleanup functions & sites attribute when installation is deleted
2026-02-05 10:04:38 +01:00
Jake Barnby
3e31094e1e
fix: Fix unit test failures for RuntimeQuery and Messaging tests
...
- Add missing isSelectAll() method to RuntimeQuery class
- Update RuntimeQueryTest to use compile() before filter() since filter()
expects pre-compiled query arrays, not Query objects
- Remove incorrect break statement in Realtime::getSubscribers() that was
stopping iteration after the first matching channel, causing subscribers
to not be found for subsequent channels
- Use local variable $subscriptionsByChannel to avoid unused variable warning
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-05 21:57:00 +13:00
ArnabChatterjee20k
f8f2f9ca25
removed reduntant test
2026-02-05 14:03:26 +05:30
Hemachandar
aa30db2136
refactor
2026-02-05 13:51:32 +05:30
Hemachandar
4aaa3bfd9f
Cleanup functions & sites attribute when installation is deleted
2026-02-05 13:27:06 +05:30
Hemachandar
6dd928b73c
Merge branch '1.8.x' into ser-1103-installations
2026-02-05 13:23:19 +05:30
Jake Barnby
e490f375ee
Batch groups
2026-02-05 20:48:40 +13:00
ArnabChatterjee20k
96ea3391d3
Merge branch '1.8.x' into realtime-query-subscriptions
2026-02-05 13:01:28 +05:30
Hemachandar
7f824785d5
lint
2026-02-05 12:55:34 +05:30
Hemachandar
8c191fca92
wire module
2026-02-05 12:44:19 +05:30
Jake Barnby
d06759e33e
Cleanup
2026-02-05 18:47:54 +13:00
Jake Barnby
ecf0a1ec67
Avoid closures on hot path
2026-02-05 18:47:49 +13:00
Jake Barnby
ead2afb9d4
Early exit on select all
2026-02-05 18:47:27 +13:00
Hemachandar
26b0447657
add to http
2026-02-04 20:41:46 +05:30
Matej Bačo
f7f6b5187c
Merge pull request #11248 from appwrite/feat-trusted-console-projects
...
Feat: Support trusted console projects
2026-02-04 16:10:36 +01:00
Hemachandar
c3fbb83ed6
Move VCS installation APIs to Modules
2026-02-04 20:03:52 +05:30
Matej Bačo
a860975b0e
update docs
2026-02-04 15:23:10 +01:00
Matej Bačo
ce99d80c2f
ai review fixes
2026-02-04 15:09:02 +01:00
Matej Bačo
227d61e194
Support trusted console projects
2026-02-04 14:45:38 +01:00
Chirag Aggarwal
b1409e5e8e
Merge pull request #11246 from appwrite/fix/phpunit-bootstrap-global-register
2026-02-04 16:11:24 +05:30
Chirag Aggarwal
a744cb0843
fix: add global scope declaration for $register in registers.php
...
PHPUnit's FileLoader::load() includes bootstrap files inside a function
scope. Without the global declaration, $register is created in local
scope and isn't accessible when other files (like resources.php) use
global $register to reference it.
2026-02-04 16:05:13 +05:30
Chirag Aggarwal
720ceabbbc
Merge pull request #11244 from appwrite/simplify-messaging-span-country-codes
2026-02-04 15:45:14 +05:30
Chirag Aggarwal
4ef43aacd9
Simplify country code span logging for internal SMS messages
...
Internal SMS always has a single recipient, so remove the unnecessary
count-based tracking and simplify to just log the country code directly.
2026-02-04 15:28:27 +05:30
Chirag Aggarwal
ce49b8ecb8
Merge pull request #11239 from appwrite/upgrade-utopia-queue
2026-02-04 15:25:56 +05:30
Chirag Aggarwal
9bd2966222
fix: versioning
2026-02-04 14:53:56 +05:30
Chirag Aggarwal
579f07f8bb
fix unit test
2026-02-04 14:30:24 +05:30
Chirag Aggarwal
4b02bf1aa8
use stable
2026-02-04 14:21:52 +05:30
Jake Barnby
d45893d123
Merge pull request #11241 from appwrite/fix-leaks
...
Fix leaks
2026-02-04 08:31:27 +00:00
Chirag Aggarwal
946a1c8f34
try fix
2026-02-04 12:49:44 +05:30
Chirag Aggarwal
91c1572318
log
2026-02-04 12:23:55 +05:30
Chirag Aggarwal
05a3417297
Merge branch '1.8.x' into upgrade-utopia-queue
2026-02-04 12:23:18 +05:30
Jake Barnby
5e495aa2da
Merge pull request #11240 from appwrite/fix-sites-domains
...
CLI update
2026-02-04 06:28:14 +00:00
Jake Barnby
cdd2be175f
Pre-parse queries
2026-02-04 19:27:57 +13:00
Jake Barnby
2f5e5d384f
Array push on hot loop
2026-02-04 19:27:18 +13:00
Jake Barnby
2c790ecd84
Fix potential depth leak
2026-02-04 19:22:00 +13:00
Jake Barnby
5733972218
Fix webhook leak
2026-02-04 19:20:42 +13:00
Jake Barnby
2416eef4a7
Fix stats leak
2026-02-04 19:20:19 +13:00
Chirag Aggarwal
49195e5d6f
Merge branch '1.8.x' into upgrade-utopia-queue
2026-02-04 11:22:23 +05:30
Chirag Aggarwal
1eaf5d5ffa
replace app usage with http
2026-02-04 11:22:04 +05:30
Jake Barnby
17fc91aa19
Merge pull request #11238 from appwrite/fix-span-country-codes-logql
...
fix: use individual span attributes for country codes
2026-02-04 05:16:15 +00:00
Chirag Aggarwal
94d733ee63
use stable branch
2026-02-04 10:44:18 +05:30
Jake Barnby
17be0eb634
CLI sites domain fix
2026-02-04 18:04:48 +13:00
Chirag Aggarwal
a419501ea7
chore: upgrade utopia queue
2026-02-04 10:28:16 +05:30