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
Damodar Lohani
72ce068714
Merge pull request #11057 from appwrite/feat-health-module
...
Feat: Health module
2026-01-18 07:27:19 +05:45
ArnabChatterjee20k
b1fab79dc4
updated query logic in array to be of and format
2026-01-16 19:06:55 +05:30
ArnabChatterjee20k
b9c7c172ad
updated query conversion for nested query
2026-01-16 18:18:24 +05:30
ArnabChatterjee20k
b2486fcb6c
Merge remote-tracking branch 'upstream/1.8.x' into dat-969
2026-01-16 15:47:25 +05:30
Damodar Lohani
fbf390c710
Merge remote-tracking branch 'origin/1.8.x' into feat-health-module
2026-01-15 13:55:09 +00:00
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
Matej Bačo
7b10fe1371
typo fix
2026-01-14 14:17:12 +01:00
Matej Bačo
e4abc0e0da
Add more file params (encryption, compression)
2026-01-14 13:16:50 +01: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
Damodar Lohani
4905f7cc48
Merge remote-tracking branch 'origin/1.8.x' into feat-health-module
2026-01-13 05:19:00 +00:00
Jake Barnby
9379e4d6c8
Merge remote-tracking branch 'origin/1.8.x' into feat-auth-instance
...
# Conflicts:
# app/controllers/api/avatars.php
# composer.lock
# src/Appwrite/Platform/Modules/Functions/Workers/Builds.php
2026-01-13 15:46:23 +13:00
Matej Bačo
71f389e1c0
AI PR review
2026-01-09 10:41:58 +01:00
Damodar Lohani
d68fc9a22e
Merge branch '1.8.x' into feat-health-module
2026-01-08 11:26:56 +05:45
Jake Barnby
e6505b9cf9
Merge remote-tracking branch 'origin/1.8.x' into feat-auth-instance
...
# Conflicts:
# composer.lock
2026-01-08 17:48:37 +13:00
Darshan
46072bb95e
fix: test.
2026-01-07 18:32:03 +05:30
Darshan
47ea8699d1
add: tests.
2026-01-07 18:05:33 +05:30
Darshan
93e7dc772d
Merge remote-tracking branch 'origin/storage-size' into storage-size
2026-01-07 13:57:59 +05:30
Darshan
228d095ee5
address comment and fix tests.
2026-01-07 13:57:41 +05:30
Darshan
b615e4b901
Merge branch '1.8.x' into storage-size
2026-01-07 13:43:48 +05:30
Jake Barnby
7573ee75a2
Use authorization instance
2026-01-07 20:04:28 +13:00
Damodar Lohani
6f1cac7d76
Merge branch '1.8.x' into feat-health-module
2026-01-07 11:53:34 +05:45
Matej Bačo
7567639996
grammar fix
2026-01-06 15:18:44 +01:00
Matej Bačo
d7bb234072
PR reviews
2026-01-06 15:18:22 +01:00
Matej Bačo
b29f70a0af
Add new tests
2026-01-05 22:51:03 +01:00
Matej Bačo
1db12e78ef
AI code review
2026-01-05 14:42:03 +01:00
Matej Bačo
a25c8004e4
Merge branch '1.8.x' into feat-project-labels
2026-01-05 14:32:26 +01:00
Darshan
16f9c35850
update: tests.
2026-01-04 12:09:11 +05:30
Darshan
f788fc8f8a
add: tests.
2026-01-03 15:42:55 +05:30
Darshan
ee3b2d75ae
add: missing test at console level.
2026-01-02 17:01:03 +05:30
Damodar Lohani
297fae8f81
refactor tests
2026-01-01 09:54:13 +00:00
Damodar Lohani
3e403194e4
Fix tests
2026-01-01 09:37:10 +00:00
Damodar Lohani
28aa4e8a8d
refactor and new endpoint test
2026-01-01 05:49:20 +00:00
Matej Bačo
8d1acef95d
Implement project labels
2025-12-31 15:44:18 +01:00
Darshan
2a38eedc98
fix: flaky test!
...
fix: get resource report what we want.
2025-12-31 15:00:23 +05:30
Damodar Lohani
3a98361736
add test
2025-12-28 02:02:34 +00:00
ArnabChatterjee20k
7e315f79cc
refactor: improve query handling in Realtime adapter and update RuntimeQuery filter logic
2025-12-24 20:50:05 +05:30
ArnabChatterjee20k
881d96a653
linting
2025-12-24 19:06:34 +05:30
ArnabChatterjee20k
874e5f61f0
Merge remote-tracking branch 'upstream/1.8.x' into dat-969
2025-12-24 19:01:13 +05:30
ArnabChatterjee20k
39cf207df9
re
2025-12-24 18:57:58 +05:30
Matej Bačo
cda843d8f6
Fix JWT test
2025-12-23 16:31:17 +01:00
Torsten Dittmann
cd824faf64
Add test for JWT with custom duration
2025-12-22 21:19:50 +04:00
ArnabChatterjee20k
b7e2606b9f
Enhance Realtime functionality with query support and improve tests
...
- Updated Realtime adapter to handle queries during subscription.
- Added query filtering capabilities in RuntimeQuery class.
- Modified RealtimeBase and RealtimeCustomClientTest to support query parameters in WebSocket connections.
- Improved test coverage for account and database channels with queries.
2025-12-22 18:01:00 +05:30
Jake Barnby
3e96f9c2f1
Merge pull request #10990 from appwrite/project-queries
...
Allow queries on projects xlist
2025-12-19 14:39:47 +00:00
Jake Barnby
dd9f6ed820
Merge pull request #10996 from appwrite/revert-10872-refactor-auth-single-instance
...
Revert "Refactor auth single instance"
2025-12-19 14:37:41 +00:00
Darshan
1f7bfb3352
Merge branch '1.8.x' into project-queries
2025-12-19 19:33:22 +05:30