ArnabChatterjee20k
|
80636e8a91
|
updated timeouts
|
2025-09-30 00:03:12 +05:30 |
|
ArnabChatterjee20k
|
206845e106
|
updated tests and delete delete documents
|
2025-09-28 14:43:44 +05:30 |
|
ArnabChatterjee20k
|
56af56e341
|
updated endpoints
|
2025-09-26 18:01:39 +05:30 |
|
ArnabChatterjee20k
|
3086e1cbc1
|
updated increment, and decrements routes
|
2025-09-25 19:58:59 +05:30 |
|
Jake Barnby
|
4a3cbdafca
|
Move to row-level scope for txn
|
2025-09-25 17:59:39 +12:00 |
|
Jake Barnby
|
61d9db8c67
|
Cover export + notify in tests
|
2025-09-24 22:38:35 +12:00 |
|
Hemachandar
|
752368327f
|
feedback
|
2025-09-24 13:06:20 +05:30 |
|
ArnabChatterjee20k
|
d71c56b11f
|
* Migrating endpoints
* New adapter resolution and injection
* Removed attribute creation for documentsdb
|
2025-09-23 23:15:46 +05:30 |
|
Hemachandar
|
0228c74f71
|
Throw error when email is not available for account verification
|
2025-09-22 14:26:23 +05:30 |
|
Jake Barnby
|
9fde875904
|
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
# Conflicts:
# composer.lock
# src/Appwrite/Platform/Workers/StatsResources.php
# src/Appwrite/Platform/Workers/StatsUsage.php
|
2025-09-22 16:12:45 +12:00 |
|
shimon
|
b828621feb
|
Update composer dependencies and enhance index validation in database module
|
2025-09-21 19:14:40 +03:00 |
|
shimon
|
3edc055c9d
|
Skip spatial column tests for MongoDB support in DatabasesBase trait
|
2025-09-21 16:02:36 +03:00 |
|
shimon
|
ceda513083
|
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-mongodb-pulls
# Conflicts:
# composer.lock
# src/Appwrite/Platform/Workers/StatsUsage.php
# tests/e2e/Services/Databases/TablesDB/DatabasesBase.php
|
2025-09-21 15:55:11 +03:00 |
|
ArnabChatterjee20k
|
98ee242812
|
migrated tests
|
2025-09-20 18:21:00 +05:30 |
|
ArnabChatterjee20k
|
79267c8123
|
migrated endpoints
|
2025-09-20 18:20:50 +05:30 |
|
ArnabChatterjee20k
|
d2ad0e7c74
|
documentsdb database creation endpoints
|
2025-09-19 19:44:46 +05:30 |
|
Atharva Deosthale
|
7d4486b9e6
|
more fixes to tests
|
2025-09-19 18:42:25 +05:30 |
|
Atharva Deosthale
|
1a19e01d69
|
attempt to fix tests
|
2025-09-19 18:30:42 +05:30 |
|
Atharva Deosthale
|
2a145bc284
|
address reviews regarding tests
|
2025-09-19 18:18:44 +05:30 |
|
Jake Barnby
|
c1782f6f58
|
Don't remove required attributes
|
2025-09-19 15:28:41 +12:00 |
|
Hemachandar
|
0812ac97a9
|
tests
|
2025-09-18 14:09:42 +05:30 |
|
Atharva Deosthale
|
9fe3e94a66
|
e2e tests
|
2025-09-18 13:12:46 +05:30 |
|
ArnabChatterjee20k
|
52ceddcd5a
|
linting
|
2025-09-17 20:02:36 +05:30 |
|
ArnabChatterjee20k
|
c5e9ec3969
|
added cases for checking default added or not
|
2025-09-17 20:00:10 +05:30 |
|
ArnabChatterjee20k
|
5b09ebe54b
|
added cases for with default values
|
2025-09-17 19:46:06 +05:30 |
|
ArnabChatterjee20k
|
4815780476
|
Add spatial column validation during required mode and tests for existing data in databases
|
2025-09-17 18:01:29 +05:30 |
|
shimon
|
b1e55702c8
|
Refactor MongoDB test cases for improved readability and consistency. Adjust whitespace in conditional statements and remove redundant test methods related to spatial columns. Add new tests for spatial distance queries and update existing tests to ensure proper functionality.
|
2025-09-16 19:14:09 +03:00 |
|
shimon
|
f16eba2f9f
|
Update PHPUnit configuration to stop on failure set to false, and clean up whitespace in multiple files for consistency. Adjust comments and ensure proper formatting in test cases and API handling.
|
2025-09-16 19:13:38 +03:00 |
|
shimon
|
7c0bd1da88
|
uncomment inversion tests
|
2025-09-16 17:51:29 +03:00 |
|
shimon
|
cc87de8934
|
Merge branch 'feat-mongodb-pulls' of github.com:appwrite/appwrite into feat-mongodb-pulls
# Conflicts:
# composer.lock
|
2025-09-16 17:43:47 +03:00 |
|
shimon
|
5f8dc9998c
|
Refactor database document handling by replacing createOrUpdateDocuments with upsertDocuments in multiple classes. Clean up common.php by removing commented-out index definitions and ensuring proper indexing for MongoDB compatibility. Update UsageTest to correct API endpoint paths for database operations.
|
2025-09-16 17:39:41 +03:00 |
|
fogelito
|
614285f1ae
|
Add Scope for tests
|
2025-09-16 11:29:13 +03:00 |
|
shimon
|
f5fc099d87
|
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-mongodb-pulls
# Conflicts:
# composer.lock
# tests/e2e/Services/Databases/TablesDB/DatabasesBase.php
|
2025-09-16 10:26:43 +03:00 |
|
Jake Barnby
|
fb65d7a965
|
Add scoped tests
|
2025-09-16 13:25:15 +12:00 |
|
Steven Nguyen
|
536cff9cc6
|
chore: add specification validator test
|
2025-09-15 21:39:23 +00:00 |
|
Damodar Lohani
|
13b98409ae
|
reset length
|
2025-09-14 05:56:56 +00:00 |
|
Damodar Lohani
|
800db0b99d
|
Fix magic URL token length
|
2025-09-14 05:23:30 +00:00 |
|
Damodar Lohani
|
53a117bd0f
|
Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl
|
2025-09-14 04:49:34 +00:00 |
|
Jake Barnby
|
5c09e8ae00
|
Lint
|
2025-09-13 00:35:03 +12:00 |
|
Jake Barnby
|
edc637b762
|
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
# Conflicts:
# composer.lock
|
2025-09-13 00:29:19 +12:00 |
|
Jake Barnby
|
304ebf12b9
|
Add more tests
|
2025-09-13 00:04:49 +12:00 |
|
Jake Barnby
|
7120bce761
|
Handle structure exception
|
2025-09-12 21:47:40 +12:00 |
|
ArnabChatterjee20k
|
addd140925
|
updated composer
|
2025-09-12 11:24:19 +05:30 |
|
ArnabChatterjee20k
|
9c5c5343a4
|
Merge remote-tracking branch 'upstream/1.8.x' into spatial-type-attributes
|
2025-09-11 21:58:09 +05:30 |
|
ArnabChatterjee20k
|
289cf4db0a
|
testing with symlink
|
2025-09-11 21:55:36 +05:30 |
|
shimon
|
89d06d00c0
|
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-mongodb-pulls
# Conflicts:
# .github/workflows/tests.yml
# composer.lock
# tests/e2e/Services/Databases/TablesDB/DatabasesBase.php
|
2025-09-11 16:54:49 +03:00 |
|
Jake Barnby
|
65ad2c9ff5
|
Handle usage + realtime
|
2025-09-12 01:45:16 +12:00 |
|
Jake Barnby
|
ef685c5bc1
|
Fix tests
|
2025-09-12 00:19:39 +12:00 |
|
Jake Barnby
|
e6c83f364c
|
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
# Conflicts:
# composer.lock
|
2025-09-11 21:17:50 +12:00 |
|
Jake Barnby
|
8706828c22
|
Fix tests
|
2025-09-11 21:13:41 +12:00 |
|