ArnabChatterjee20k
b15f2eed8f
Merge remote-tracking branch 'upstream/documents-db-api' into vector-db-api
2025-12-08 19:32:21 +05:30
ArnabChatterjee20k
9ac3cd73a8
Refactor database metrics handling for DocumentsDB
...
- Introduced new methods to retrieve metrics for write and read operations based on database type.
- Updated bulk delete, update, upsert, and create actions to use the new metric methods.
- Enhanced document retrieval and update actions to utilize the new metric structure.
- Added support for DocumentsDB metrics in usage statistics and response models.
- Created new response models for DocumentsDB usage and updated existing models to accommodate new metrics.
- Adjusted migration and stats resources to include DocumentsDB metrics.
- Updated tests to validate the new metrics and ensure correct functionality for DocumentsDB usage.
2025-12-05 18:58:13 +05:30
ArnabChatterjee20k
6f5bfdb726
updated stats
2025-12-03 20:18:53 +05:30
ArnabChatterjee20k
af095bdf4a
updated stats
2025-12-03 19:11:46 +05:30
ArnabChatterjee20k
def028e970
Merge remote-tracking branch 'upstream/documents-db-api' into vector-db-api
2025-12-02 18:38:21 +05:30
ArnabChatterjee20k
7ad6bb048c
merged 1.8.x
2025-12-02 16:35:40 +05:30
Hemachandar
adc5426ce9
feedback
2025-11-27 20:02:39 +05:30
Hemachandar
c09f7d5cf9
Fix file token expiry
2025-11-27 19:40:09 +05:30
ArnabChatterjee20k
918ebb8ecc
Add VectorDB text embedding creation endpoint and update related tests
2025-11-21 18:00:51 +05:30
ArnabChatterjee20k
bd6f62dd68
updated realtime, create endpoint , resources, registers
2025-11-06 17:48:39 +05:30
ArnabChatterjee20k
d2275c05fb
updated tests
2025-11-05 20:34:12 +05:30
Damodar Lohani
9130a7102e
Fix use correct user type
2025-11-05 01:41:15 +00:00
Damodar Lohani
dff7aa6ce0
format
2025-11-04 07:12:42 +00:00
Damodar Lohani
437d914e90
More refactor and fixes
2025-11-04 06:08:35 +00:00
Damodar Lohani
2ae474971d
use new session verify
2025-11-04 03:48:57 +00:00
Damodar Lohani
50cd6a737d
Update resources
2025-11-03 09:39:52 +00:00
Damodar Lohani
a575c07468
Fix user resource
2025-11-03 09:32:56 +00:00
ArnabChatterjee20k
f9be1ddfc5
added vector embedding creation + update endpoint
2025-10-31 19:07:34 +05:30
ArnabChatterjee20k
8f4496346d
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-10-28 18:41:03 +05:30
ArnabChatterjee20k
445b657207
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-10-27 16:15:10 +05:30
Jake Barnby
215d55a997
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
...
# Conflicts:
# composer.json
# composer.lock
2025-10-22 00:34:01 +13:00
Jake Barnby
ddde13a78f
Revert "Merge pull request #10468 from appwrite/feat-apps-module-dl"
...
This reverts commit 9dd1939d1f , reversing
changes made to 8dfdfcb522 .
# Conflicts:
# app/config/collections/common.php
# app/controllers/api/users.php
# app/init/resources.php
# composer.lock
2025-10-21 14:59:30 +13:00
Damodar Lohani
248d3aea7a
Fix: reset argon 2 options to previous default
2025-10-19 05:44:44 +00:00
ArnabChatterjee20k
470d84a843
* updated transactions
...
* updated tests
2025-10-16 21:45:30 +05:30
ArnabChatterjee20k
e0c293c5b4
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-10-16 14:25:14 +05:30
Damodar Lohani
7ff664e62b
Fix: undefined $user
2025-10-16 07:38:13 +00:00
Damodar Lohani
9849b9d678
Fix empty check
2025-10-16 02:41:53 +00:00
Damodar Lohani
22136867ed
add additional check
2025-10-16 02:29:30 +00:00
Damodar Lohani
2df621f9c5
Fix: update comment, typings
2025-10-16 02:23:41 +00:00
Damodar Lohani
9a599e2015
update recommended param for argon2
2025-10-16 02:20:28 +00:00
ArnabChatterjee20k
f6dbc0c882
Merge remote-tracking branch 'upstream/feat-mongodb' into documents-db-api
2025-10-12 20:17:53 +05:30
Damodar Lohani
1b17c32405
update block
2025-10-12 03:51:37 +00:00
Damodar Lohani
d56dff954f
Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl
2025-10-12 00:34:07 +00:00
ArnabChatterjee20k
34e4208b3e
addressed comments
...
* renamed getDatabaseDB to getDatabasesDB
* renamed dbForDatabase to dbForDatabases
* removed call_user_func and using newer callable syntax
2025-10-10 20:00:43 +05:30
ArnabChatterjee20k
d51486c62a
* fixed stats usage events(hacky fix)
...
* updated redundant routes(happened during merge conflicts)
2025-10-10 19:39:59 +05:30
ArnabChatterjee20k
0754c6263e
merged changes from 1.8.x
2025-10-10 10:55:48 +05:30
Jake Barnby
38b04566b6
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
...
# Conflicts:
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Delete.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Delete.php
2025-10-09 17:36:22 +13:00
ArnabChatterjee20k
19b1196633
* new db pool implementation for connecting to db type
...
* fixed migration tests
2025-10-08 11:09:32 +05:30
ArnabChatterjee20k
d2645ecfb1
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-10-07 10:47:26 +05:30
Jake Barnby
01ef058adb
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# tests/e2e/Services/Realtime/RealtimeCustomClientTest.php
2025-10-04 17:03:52 +13:00
ArnabChatterjee20k
7d4dfe06e2
* removed dbForDocumentsRecords
...
* using callback based db resolution
* updated env
2025-10-03 19:50:29 +05:30
Jake Barnby
498235a2ef
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
2025-10-03 23:19:33 +13:00
ArnabChatterjee20k
a035760b00
updated injections and reverted reduntant changes
2025-09-30 19:15:43 +05:30
ArnabChatterjee20k
56af56e341
updated endpoints
2025-09-26 18:01:39 +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
2f1046db2b
fix tests
2025-09-22 12:10:55 +05:30
ArnabChatterjee20k
d2ad0e7c74
documentsdb database creation endpoints
2025-09-19 19:44:46 +05:30
Hemachandar
5fd2dfafb7
remove var_dump
2025-09-18 14:10:56 +05:30
Hemachandar
dedc7a35c9
remove debug output
2025-09-18 12:38:18 +05:30
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