ArnabChatterjee20k
4847c5a308
changed deps so that create document depends on test create collection
2026-02-23 13:27:01 +05:30
ArnabChatterjee20k
83b7b4e599
updated
2026-02-23 13:05:12 +05:30
ArnabChatterjee20k
fdc573009c
updated tests
2026-02-20 16:53:46 +05:30
ArnabChatterjee20k
2d0140f705
Merge remote-tracking branch 'origin/1.8.x' into documents-db-api
2026-02-18 16:01:55 +05:30
loks0n
d8bf3acaed
test: add e2e tests for listing string type attributes
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-16 19:51:49 +00:00
ArnabChatterjee20k
183bd4143c
updated tests
2026-02-16 18:36:42 +05:30
copilot-swe-agent[bot]
b2f48547b9
Add encrypt parameter tests for varchar, text, mediumtext, longtext attribute and column types
...
Co-authored-by: abnegate <5857008+abnegate@users.noreply.github.com >
2026-02-16 09:38:25 +00:00
ArnabChatterjee20k
fd96bcbd3f
Merge remote-tracking branch 'origin/1.8.x' into documents-db-api
2026-02-16 12:20:53 +05:30
fogelito
b2aa2cc247
typo
2026-02-12 16:36:37 +02:00
fogelito
5756b58d4d
$tableId
2026-02-12 15:59:34 +02:00
fogelito
2cb98a87c8
tablesdb
2026-02-12 15:58:39 +02:00
fogelito
db6a3342c0
fix tests
2026-02-12 15:52:39 +02:00
fogelito
fc03476246
fix to String
2026-02-12 13:50:22 +02:00
ArnabChatterjee20k
3b2eb02f8a
Merge branch '1.8.x' into documents-db-api
2026-02-09 17:27:09 +05:30
Jake Barnby
4f7337759f
Expose row bytes used/bytes free on table/collection
2026-02-05 22:53:04 +13:00
Jake Barnby
413a91bd0a
Lint
2026-02-03 22:33:51 +13:00
Jake Barnby
23c3496a63
Add missing model map
2026-02-03 22:30:02 +13:00
Jake Barnby
c9aac86a6b
Merge remote-tracking branch 'origin/1.8.x' into feat-string-types
...
# Conflicts:
# composer.lock
2026-01-30 02:07:33 +13:00
premtsd-code
71670f8169
Merge branch '1.8.x' into fix-10612-validate-relationship-document-id
2026-01-28 11:17:50 +00:00
Prem Palanisamy
7f3ea98924
refactor: use array_is_list() and assertEventually helper
2026-01-27 13:00:29 +00:00
Prem Palanisamy
63e6a51af1
test: add assertion for relationship column polling
2026-01-26 15:45:42 +00:00
Prem Palanisamy
1ee2539ce0
fix: generate unique ID before validation per coderabbit suggestion
2026-01-26 15:45:42 +00:00
Prem Palanisamy
aed9816d1e
fix: validate relationship document ID
2026-01-26 13:48:32 +00:00
Jake Barnby
046a7cd90e
test: skip update tests pending utopia-php/database fix
...
The updateAttribute method in utopia-php/database does not yet support
VARCHAR, TEXT, MEDIUMTEXT, and LONGTEXT types. These tests are skipped
until the upstream library adds support for updating these attribute types.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-24 06:15:21 +13:00
Jake Barnby
c42fbc49f5
fix: remove max-size varchar test that exceeds row width limit
...
The test tried to create multiple VARCHAR attributes in the same
collection, including a 16381-character varchar. The cumulative
row width exceeded MariaDB's 65535 byte row limit, causing the
test to fail with a 400 error.
Calculation: 1067 (base) + 1021 (255*4+1) + 401 (100*4+1) + 201
(50*4+1) + 20 (array) + 65526 (16381*4+2) = 68236 bytes > 65535
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-24 04:25:06 +13:00
Jake Barnby
60a0b663b9
Add tests
2026-01-23 01:51:52 +13:00
ArnabChatterjee20k
9f1807a128
linting and fixing resources timeout and validator
2026-01-20 19:41:52 +05:30
ArnabChatterjee20k
41e197003e
fixed merge conflicts
2026-01-19 18:43:30 +05:30
Jake Barnby
2cfb5ecfd9
Reapply "Merge pull request #11130 from appwrite/feat-auth-instance"
...
This reverts commit 38687bc24e .
2026-01-15 04:08:00 +13:00
Jake Barnby
38687bc24e
Revert "Merge pull request #11130 from appwrite/feat-auth-instance"
...
This reverts commit c12cad80bb , reversing
changes made to 2a17429226 .
# Conflicts:
# composer.lock
2026-01-15 03:48:42 +13:00
Jake Barnby
5c915ef92f
Reapply "Merge pull request #11099 from appwrite/feat-auth-instance"
...
This reverts commit 321fc8ee70 .
2026-01-14 19:07:49 +13:00
Jake Barnby
321fc8ee70
Revert "Merge pull request #11099 from appwrite/feat-auth-instance"
...
This reverts commit a4734a5de7 , reversing
changes made to 15922fb88c .
# Conflicts:
# composer.lock
2026-01-14 02:37:17 +13:00
ArnabChatterjee20k
f580dc9145
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2026-01-13 14:32:46 +05:30
Jake Barnby
7573ee75a2
Use authorization instance
2026-01-07 20:04:28 +13:00
Darshan
16f9c35850
update: tests.
2026-01-04 12:09:11 +05:30
Jake Barnby
dc85d44647
Revert "Refactor auth single instance"
2025-12-20 02:54:50 +13:00
Jake Barnby
13f4aa9a80
Merge remote-tracking branch 'origin/1.8.x' into refactor-auth-single-instance
...
# Conflicts:
# app/controllers/api/account.php
# app/controllers/api/vcs.php
# app/controllers/general.php
# app/controllers/shared/api.php
# app/init/resources.php
# composer.lock
# src/Appwrite/Platform/Modules/Console/Http/Resources/Get.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Transactions/Update.php
# src/Appwrite/Platform/Modules/Functions/Http/Executions/Create.php
# src/Appwrite/Platform/Workers/Migrations.php
2025-12-18 18:17:41 +13:00
ArnabChatterjee20k
70395cfacc
added tableid and collectionid in increment and decrement
2025-12-13 23:43:51 +05:30
Darshan
ef5f0ed6b4
update: to use placeholders.
2025-12-11 15:26:45 +05:30
ArnabChatterjee20k
fbaeff8920
Merge remote-tracking branch 'upstream/documents-db-api' into vector-db-api
2025-12-08 20:31:07 +05:30
ArnabChatterjee20k
de88ec4065
updated missing skip metrics and tablesdb tests
2025-12-08 20:30:37 +05:30
ArnabChatterjee20k
f149ba33d4
updated stats for vectordb
2025-12-08 20:27:30 +05:30
ArnabChatterjee20k
b15f2eed8f
Merge remote-tracking branch 'upstream/documents-db-api' into vector-db-api
2025-12-08 19:32:21 +05:30
ArnabChatterjee20k
ec63dc22d4
updated controllers
2025-12-08 19:09:54 +05:30
ArnabChatterjee20k
070ec03c0c
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-12-08 17:31:04 +05:30
Jake Barnby
689e61c84f
Merge pull request #10917 from appwrite/fix-array-index
...
Block array indexes
2025-12-08 10:51:06 +00:00
Jake Barnby
aec7f27ce4
Fix tests
2025-12-08 23:20:40 +13:00
shimon
0a0cf26269
Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-auth-single-instance
...
# Conflicts:
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Create.php
2025-12-08 09:26:38 +02:00
ArnabChatterjee20k
be89224c36
updated console client test
2025-12-05 19:14:29 +05:30
Jake Barnby
48038512b9
Fix index validation
2025-12-05 21:05:14 +13:00