Commit graph

7272 commits

Author SHA1 Message Date
Jake Barnby
eab03af822
Revert "Added handling of database resources after migration" 2025-08-29 22:45:02 +12:00
Jake Barnby
1e230a93a9
Format 2025-08-29 21:06:13 +12:00
Jake Barnby
57071af3e8
Handle privileged 2025-08-29 20:38:55 +12:00
Jake Barnby
d9aadb02e7
Move filter 2025-08-29 19:53:47 +12:00
Jake Barnby
f0c10acbb4
Fix readonly attr stripping on write 2025-08-29 19:30:59 +12:00
Jake Barnby
7f59872673
Merge pull request #10400 from appwrite/dat-664
Added handling of database resources after migration
2025-08-29 02:48:54 +12:00
Jake Barnby
f43cbaf1a8
Update src/Appwrite/Platform/Workers/Migrations.php 2025-08-29 02:48:31 +12:00
ArnabChatterjee20k
bef0aff7c9 optimised the memory usage by resource aggregation 2025-08-28 19:59:48 +05:30
ArnabChatterjee20k
e2575e7360 linting 2025-08-28 19:21:11 +05:30
ArnabChatterjee20k
f067d1fadf updated reset of the stats usage worker to reset metrics 2025-08-28 19:14:14 +05:30
ArnabChatterjee20k
a809832f05 lint 2025-08-28 19:10:00 +05:30
ArnabChatterjee20k
0737c78cb5 added processing of migration resource stats 2025-08-28 19:06:18 +05:30
Chirag Aggarwal
6e51985037 casing 2025-08-28 12:31:14 +05:30
Chirag Aggarwal
ca6f947642 chore: update description for upsert methods 2025-08-28 10:04:28 +05:30
Jake Barnby
f75d2d6dbb
Merge pull request #10394 from appwrite/update-tables-group
chore: update tables group in specs
2025-08-28 02:25:02 +12:00
Chirag Aggarwal
6dc33ed27a use single quotes 2025-08-27 19:29:34 +05:30
Chirag Aggarwal
c26e28d5a6 fix: namespace naming from tables-db to tablesdb in specs 2025-08-27 19:04:37 +05:30
Chirag Aggarwal
e2dcc49fa9 chore: update tables group in specs 2025-08-27 18:51:52 +05:30
Jake Barnby
114902d040
Merge remote-tracking branch 'origin/1.8.x' into fix-nested-filter-selects 2025-08-28 00:51:52 +12:00
Jake Barnby
61e0e74b56
Update src/Appwrite/Utopia/Request/Filters/V20.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-08-28 00:47:05 +12:00
Jake Barnby
75a1e5ca4a
Format 2025-08-28 00:12:00 +12:00
Jake Barnby
66f541092d
Update desc 2025-08-28 00:04:32 +12:00
Jake Barnby
1462522438
Remove logging 2025-08-28 00:04:25 +12:00
Jake Barnby
3fc53b2c43
Fix request filter for nested relationships 2025-08-27 23:59:40 +12:00
Chirag Aggarwal
0a2fb92baa
Merge branch '1.8.x' into allow-head-requests 2025-08-27 16:45:30 +07:00
Khushboo Verma
c19122e97d
Merge branch '1.8.x' into feat-extend-function-headers 2025-08-27 13:10:38 +05:30
Khushboo Verma
a81d980334 Resolve merge conflicts 2025-08-27 12:54:22 +05:30
Khushboo Verma
1063b5979b Update default method in description 2025-08-27 12:51:42 +05:30
Khushboo Verma
bca1996d99 Merge branch '1.7.x' into feat-extend-function-headers 2025-08-27 12:40:09 +05:30
Khushboo Verma
2d497cbdd5
Merge branch '1.8.x' into feat-add-execution-and-log-response-headers 2025-08-27 11:58:18 +05:30
Jake Barnby
b783d81b7e
Merge pull request #10389 from appwrite/fix-request-filter
Fix request filter
2025-08-27 17:18:34 +12:00
Jake Barnby
4daad1b775
Ignore relationships that are not available 2025-08-27 16:48:08 +12:00
Jake Barnby
9b453e79ac
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
# Conflicts:
#	src/Appwrite/Platform/Modules/Console/Http/Resources/Get.php
2025-08-27 16:30:11 +12:00
Jake Barnby
f4c56ad757
Format 2025-08-27 16:21:29 +12:00
Jake Barnby
55a2f2d1fa
Merge remote-tracking branch 'origin/1.8.x' into fix-request-filter 2025-08-27 16:10:54 +12:00
Jake Barnby
4d0ca798a7
Merge pull request #10387 from appwrite/fix-scopes
Array scopes
2025-08-27 16:10:38 +12:00
Jake Barnby
2111aab8ed
Fix relationship request filter 2025-08-27 16:09:56 +12:00
Jake Barnby
acfacb526a
Merge branch '1.8.x' into fix-sequence-removal 2025-08-27 14:52:27 +12:00
Jake Barnby
24e4207ba6
Merge branch '1.8.x' into fix-scopes 2025-08-27 14:52:01 +12:00
Jake Barnby
4d675530d6
Remove response filter 2025-08-27 14:47:40 +12:00
Jake Barnby
c1676bcffd
Array scopes 2025-08-27 14:43:34 +12:00
Jake Barnby
c31b72c3e9
Merge branch '1.8.x' into fix-domain-valdiator 2025-08-27 14:25:02 +12:00
Jake Barnby
35579bfda1
Fix domain validator 2025-08-27 14:21:22 +12:00
Chirag Aggarwal
cc73621874 format 2025-08-27 07:46:35 +05:30
Chirag Aggarwal
f090a23bc3 feat: allow HEAD requests in function executions 2025-08-27 07:44:29 +05:30
Steven Nguyen
b57bef2d0c
chore: fix lint error 2025-08-26 15:11:27 -07:00
Steven Nguyen
737e2f8624
fix: Remove $sequence attribute from documents on create and update
Including attribute can cause a invalid structure error as the incoming data may be an int but the database expects a string.
2025-08-26 15:10:23 -07:00
copilot-swe-agent[bot]
bfd8b554cd Add $tenant attribute removal to Action.php processDocument method
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
2025-08-26 20:37:33 +00:00
copilot-swe-agent[bot]
6763b8ecb6 Apply sequence integer casting fix to Row.php and add test assertion
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
2025-08-26 20:06:26 +00:00
Luke B. Silver
9fc39ddfce
Merge pull request #10377 from appwrite/add-deprecated-versions-account
chore: add replacewith and deprecated since to account methods
2025-08-26 16:45:55 +01:00