ArnabChatterjee20k
efd6951764
Merge branch '1.8.x' into pg-adapter
2026-02-09 14:16:06 +05:30
Chirag Aggarwal
f1639e0b67
fix: disable execution document writes for nyc region in API
...
Temporarily skip execution createDocument calls in the Executions
Create handler when _APP_REGION is set to 'nyc' to reduce database
load. Marked with TODO comments for removal.
2026-02-07 21:42:10 +05:30
Chirag Aggarwal
a520a67da8
fix: disable execution document writes for nyc region
...
Temporarily skip all execution createDocument and updateDocument calls
in the Functions worker when _APP_REGION is set to 'nyc' to reduce
database load. Marked with TODO comments for removal.
2026-02-07 21:19:00 +05:30
Luke B. Silver
9612ed338f
Merge pull request #11262 from appwrite/chore-remove-auth-skip-from-workers
...
chore: remove auth skip from workers
2026-02-06 10:13:11 +00:00
Hemachandar
da7f5b7336
Move VCS repository APIs to Modules ( #11259 )
...
* Move VCS repository APIs to Modules
* add to http
* lint
* strategy fix
* rename to detections
2026-02-06 15:22:44 +05:30
loks0n
ec418e60b7
chore: remove auth skip from workers
2026-02-06 09:44:10 +00:00
Matej Bačo
2ad0135890
Merge pull request #11249 from appwrite/ser-1092-v2
...
Create rule in SSL task
2026-02-06 09:34:26 +01:00
ArnabChatterjee20k
e3aaac7f9f
Merge remote-tracking branch 'origin/1.8.x' into pg-adapter
2026-02-06 11:35:38 +05:30
Jake Barnby
801befeacd
Merge branch '1.8.x' into get-cursor-queries
2026-02-06 05:59:48 +00:00
fogelito
093bc7bf3d
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
2026-02-06 07:14:07 +02:00
fogelito
90f10ce685
Use https
2026-02-06 07:13:39 +02:00
Hemachandar
45e74d7b3d
rule
2026-02-06 00:14:15 +05:30
Jake Barnby
b5bb4c2e07
Merge pull request #11254 from appwrite/feat-collection-size
...
Expose row bytes used/bytes free on table/collection
2026-02-05 11:25:02 +00:00
Jake Barnby
3b2c05eb8d
Update desc
2026-02-05 23:50:10 +13:00
fogelito
e28ba64dbf
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
2026-02-05 12:36:25 +02:00
Jake Barnby
747b400616
Merge pull request #11251 from appwrite/fix-realtime-performance
...
Realtime query performance improvements
2026-02-05 10:15:58 +00:00
fogelito
cb58da7279
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
2026-02-05 12:13:02 +02:00
Matej Bačo
106458a79d
Merge pull request #11208 from appwrite/ser-539-modules
...
Move project create & update APIs to Modules
2026-02-05 11:11:09 +01:00
fogelito
d40b1707ba
Remove var_dump
2026-02-05 12:09:54 +02:00
Jake Barnby
2bc8d80273
Merge branch '1.8.x' into feat-collection-size
2026-02-05 09:55:23 +00:00
Jake Barnby
1d94e60a37
Merge branch '1.8.x' into fix-realtime-performance
2026-02-05 09:54:42 +00:00
Jake Barnby
4f7337759f
Expose row bytes used/bytes free on table/collection
2026-02-05 22:53:04 +13:00
Jake Barnby
fed8354c52
Merge pull request #11237 from appwrite/realtime-query-subscriptions
...
Realtime query subscriptions
2026-02-05 09:36:54 +00:00
Hemachandar
cbfef909ee
reset permissions
2026-02-05 15:03:27 +05:30
Hemachandar
107fadfe37
Merge branch '1.8.x' into ser-539-modules
2026-02-05 15:00:52 +05:30
Jake Barnby and Claude Opus 4.5
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 and Claude Opus 4.5
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
Jake Barnby and Claude Opus 4.5
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
fogelito
074470c2c2
check _APP_MIGRATION_HOST
2026-02-05 10:35:35 +02:00
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
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
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
Hemachandar
c3fbb83ed6
Move VCS installation APIs to Modules
2026-02-04 20:03:52 +05:30
Hemachandar
a30f12cd66
tiny
2026-02-04 19:31:00 +05:30
Hemachandar
0003443c77
Create rule in SSL task
2026-02-04 19:23:27 +05:30
fogelito
522c9d3272
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
2026-02-04 12:16:24 +02:00
fogelito
5ff31e92d7
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
...
# Conflicts:
# composer.lock
2026-02-04 12:03:28 +02:00
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
579f07f8bb
fix unit test
2026-02-04 14:30:24 +05:30
fogelito
febb7dc10a
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
2026-02-04 10:53:26 +02:00
Jake Barnby
d45893d123
Merge pull request #11241 from appwrite/fix-leaks
...
Fix leaks
2026-02-04 08:31:27 +00:00
fogelito
ffd568aecd
Update 1.8.x
2026-02-04 10:05:54 +02:00