Commit graph

28214 commits

Author SHA1 Message Date
ArnabChatterjee20k
7d798f5373 added migration to self hosted version 2025-08-05 19:34:19 +05:30
ArnabChatterjee20k
0fddbd5caa updated database response model rules 2025-08-05 18:15:55 +05:30
ArnabChatterjee20k
272256438d updaetd composer version 2025-08-05 18:10:06 +05:30
ArnabChatterjee20k
46cdaa0e4e Merge remote-tracking branch 'upstream/1.8.x' into dat-600 2025-08-05 18:09:40 +05:30
ArnabChatterjee20k
28cf4e1d94 updated the validator of type of database to validator 2025-08-05 18:07:11 +05:30
ArnabChatterjee20k
ed05870239 updated migration release 2025-08-05 18:05:46 +05:30
Jake Barnby
cb0a45ed1d
Merge pull request #10243 from appwrite/test-var-id-attribute
Test var id attribute
2025-08-06 00:12:04 +12:00
fogelito
fb6988465f Merge branch '1.8.x' of https://github.com/appwrite/appwrite into test-var-id-attribute 2025-08-05 14:42:44 +03:00
fogelito
8c82119bd7 Update database 0.75.* 2025-08-05 14:41:43 +03:00
ArnabChatterjee20k
7fdbd12937 Merge remote-tracking branch 'upstream/1.8.x' into dat-600 2025-08-05 16:49:45 +05:30
ArnabChatterjee20k
f06af411ba Add 'type' attribute to database creation and update tests 2025-08-05 16:48:05 +05:30
Jake Barnby
46431118b2
Merge pull request #10096 from ArnabChatterjee20k/dat-556
Realtime support for bulk api
2025-08-05 20:26:43 +12:00
ArnabChatterjee20k
697ac3447b fix: Update getUser method call in RealtimeCustomClientTest for clarity 2025-08-05 13:37:24 +05:30
ArnabChatterjee20k
5baa2ad113 refactor: Rename triggerQueuesForBulkDocuments to triggerBulk for consistency across document actions 2025-08-05 13:29:38 +05:30
ArnabChatterjee20k
a144d41020 feat: Enhance RealtimeCustomClientTest with permission updates and timeout assertions for clients 2025-08-05 11:53:17 +05:30
ArnabChatterjee20k
7334efbf3a feat: Initialize event and payload properties in Event class and optimize bulk document queue triggering 2025-08-05 11:52:58 +05:30
ArnabChatterjee20k
59026a17dc feat: Enhance database operations with event queues and improve test coverage for bulk operations
- Added event queue injections in Bulk Update and Create classes for better event handling.
- Modified getUser method in Scope class to allow for user retrieval with an override option.
- Expanded RealtimeCustomClientTest to include comprehensive tests for bulk create, update, and delete operations, ensuring proper event emissions for multiple clients.
- Improved assertions in tests to validate event data and permissions for created, updated, and deleted documents.
2025-08-04 19:01:48 +05:30
fogelito
7d82d3d945 Run tests 2025-08-04 11:04:33 +03:00
fogelito
992d10afb5 Run tests 2025-08-04 09:07:36 +03:00
fogelito
27ae4f316d Run tests 2025-08-03 10:35:31 +03:00
fogelito
e3f08fa010 Run tests 2025-08-03 10:15:25 +03:00
fogelito
e55aaf1da9 Pull main 2025-08-03 09:04:47 +03:00
fogelito
0818af372f Merge branch '1.8.x' of https://github.com/appwrite/appwrite into test-var-id-attribute
# Conflicts:
#	composer.lock
2025-08-03 09:03:58 +03:00
fogelito
bc53c73a7a Remove $sequence 2025-08-03 09:00:24 +03:00
Jake Barnby
e6f0804272
Merge pull request #10244 from appwrite/dat-588
Allow modifying createdAt and updatedAt with server side sdk and api key
2025-08-01 21:37:09 +12:00
ArnabChatterjee20k
f6c4457398 changed the error message for client side 2025-08-01 14:54:15 +05:30
ArnabChatterjee20k
67582b103c updated composer 2025-08-01 13:57:38 +05:30
ArnabChatterjee20k
27684ef38c Merge remote-tracking branch 'upstream/1.8.x' into dat-588 2025-08-01 13:54:13 +05:30
ArnabChatterjee20k
82fbc524f8 Add comprehensive tests for date and time operations in database rows
- Implemented `testDateTimeRow` to validate the behavior of datetime columns, including creation, retrieval, and modification of rows with custom createdAt and updatedAt timestamps.
- Added `testSingleRowDateOperations` to cover various scenarios for single row operations with custom date handling.
- Created `testBulkRowDateOperations` to test bulk creation and updates of rows with date fields.
- Introduced `testUpsertRowDateOperations` to verify upsert functionality with custom date fields.
- Cleaned up legacy test file by removing unnecessary blank lines.
2025-08-01 13:53:04 +05:30
ArnabChatterjee20k
983d102ff2 Restrict createdAt and updatedAt attributes for non-API key and non-privileged users in Create, Update, and Upsert actions 2025-08-01 12:31:29 +05:30
Jake Barnby
29973e4182
Update db + migrations 2025-08-01 03:09:36 +12:00
ArnabChatterjee20k
de69692ff2 added modify createdAt/updatedAt support 2025-07-31 20:32:14 +05:30
fogelito
a54cf58610 Run tests 2025-07-31 17:03:21 +03:00
fogelito
31e0cbcd1d Merge branch '1.8.x' of https://github.com/appwrite/appwrite into test-var-id-attribute
# Conflicts:
#	composer.json
#	composer.lock
2025-07-31 17:03:00 +03:00
fogelito
d6b0d13991 Run tests 2025-07-31 16:58:51 +03:00
Jake Barnby
de6ee12daf
Update db 2025-08-01 01:42:57 +12:00
Jake Barnby
7f27589c96
Merge pull request #10226 from appwrite/skip-teams-query
Skip empty queries
2025-08-01 00:25:55 +12:00
fogelito
6ead087e91 fix nesting if 2025-07-31 14:26:36 +03:00
fogelito
ae34df3608 Merge branch '1.8.x' of https://github.com/appwrite/appwrite into skip-teams-query 2025-07-31 13:20:30 +03:00
fogelito
e76aba3fd4 Revert composer 2025-07-31 13:19:55 +03:00
Jake Barnby
d72aaf42bd
Merge pull request #10234 from appwrite/bump-composer
Bump deps
2025-07-30 21:08:58 +12:00
Darshan
0023d5afc2 update: sdk-gen. 2025-07-30 14:35:25 +05:30
Jake Barnby
c5b0d15340
Merge pull request #10232 from appwrite/1.8-docs
1.8.x docs, examples, specs.
2025-07-30 17:20:20 +12:00
Darshan
cd5844b8e3 update: regen examples, references. 2025-07-30 10:39:28 +05:30
Darshan
451e590c49 remove: tables examples. 2025-07-30 10:24:37 +05:30
Jake Barnby
6347d7da3f
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
# Conflicts:
#	composer.lock
2025-07-29 22:52:06 +12:00
Luke B. Silver
3eb5cd80f3
Merge pull request #10224 from appwrite/pla-692
fix: create email target when using email otp registration
2025-07-29 10:27:43 +01:00
fogelito
eddc782c6e formatting 2025-07-29 11:24:41 +03:00
Jake Barnby
bdf9dd5192
Update migrations 2025-07-29 20:12:27 +12:00
fogelito
19bd04e8c9 Skip empty queries 2025-07-29 11:10:25 +03:00