ArnabChatterjee20k
51d769b0a1
Merge remote-tracking branch 'origin/1.8.x' into documents-db-api
2026-02-20 13:58:56 +05:30
Chirag Aggarwal
baa44ce0bb
remove testspecs
2026-02-18 17:39:56 +05:30
ArnabChatterjee20k
2d0140f705
Merge remote-tracking branch 'origin/1.8.x' into documents-db-api
2026-02-18 16:01:55 +05:30
Damodar Lohani
6b8b11e167
no longer ignore
2026-02-11 02:00:38 +00:00
Damodar Lohani
ac35e7c7ad
update test to use the config
2026-02-11 01:59:09 +00:00
Damodar Lohani
f8fb2e8c2d
Chore: test group
2026-02-10 00:01:40 +00:00
ArnabChatterjee20k
3b2eb02f8a
Merge branch '1.8.x' into documents-db-api
2026-02-09 17:27:09 +05:30
fogelito
ffd568aecd
Update 1.8.x
2026-02-04 10:05:54 +02:00
fogelito
ca03176ad6
$this->webEndpoint,
2026-02-04 09:53:19 +02:00
Matej Bačo
4807dcf529
Array support for all functions domain usecases
2026-01-30 16:48:40 +01:00
ArnabChatterjee20k
f580dc9145
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2026-01-13 14:32:46 +05:30
Darshan
33f90fcf6a
re-add headers.
2025-12-19 17:02:55 +05:30
Darshan
2f1eee390b
update: header name.
2025-12-19 16:23:22 +05:30
Darshan
b0c3ab71c4
add: header in tests.
2025-12-17 16:02:06 +05:30
loks0n
2cb86c57ef
fix: preflight requests
2025-12-12 09:49:04 +00:00
loks0n
f765eb92e7
feat: cors service
2025-12-11 09:01:31 +00:00
ArnabChatterjee20k
480757dcfe
added usage test for the vectordb
2025-12-09 12:07:26 +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
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
203170c36d
updated database and collection stats
2025-12-04 15:57:18 +05:30
ArnabChatterjee20k
6f5bfdb726
updated stats
2025-12-03 20:18:53 +05:30
ArnabChatterjee20k
7af361fa16
* added logger in the create text embedding
...
* aadded error text metric
2025-12-03 13:38:24 +05:30
ArnabChatterjee20k
ca4c7b5361
added stats usage for text embeddings
2025-12-02 18:13:49 +05:30
ArnabChatterjee20k
28be12d827
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-11-14 19:16:08 +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
66b0f3c9df
* added waiting time in usage test so that aggregator can work
...
* added documentsdb usage test
2025-10-09 18:24:04 +05:30
Atharva Deosthale
1a19e01d69
attempt to fix tests
2025-09-19 18:30:42 +05:30
Chirag Aggarwal
f67edb2c48
update test
2025-09-08 09:49:58 +05:30
Jake Barnby
9b453e79ac
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
...
# Conflicts:
# src/Appwrite/Platform/Modules/Console/Http/Resources/Get.php
2025-08-27 16:30:11 +12:00
Matej Bačo
01ea91dd97
fix tests
2025-08-26 12:26:38 +02:00
Jake Barnby
ca03be5e41
Test fixes
2025-08-18 21:16:01 +12:00
Darshan
7a5a3706b6
fix: tests.
2025-07-27 18:13:30 +05:30
Jake Barnby
9ceeb76ad0
Merge branch '1.7.x' into 1.8.x
...
# Conflicts:
# app/controllers/api/databases.php
# composer.lock
# src/Appwrite/GraphQL/Types/Mapper.php
2025-07-18 17:24:12 +12:00
Matej Bačo
5ace34790d
Migrate many tests to JS
2025-07-09 16:58:55 +02:00
Jake Barnby
b2fa28754d
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
...
# Conflicts:
# .github/workflows/benchmark.yml
# composer.lock
# src/Appwrite/Event/Database.php
2025-07-04 10:00:45 -04:00
Matej Bačo
87c100db28
Improve General tests logging
2025-06-26 18:09:07 +02:00
Darshan
1ac22c0ae0
Merge branch '1.8.x' into 'database-aliases'.
2025-06-11 12:36:33 +05:30
loks0n
c19d123d48
tests: make usagetests robust
...
commit-id:35fcc17d
2025-06-02 19:05:23 +01:00
Matej Bačo
c449144926
Fix flaky usage tests
2025-06-02 17:56:13 +02:00
Chirag Aggarwal
eda1bf3207
chore: update test
2025-05-21 11:05:25 +00:00
Darshan
02af05b409
fix: endpoint in abuse test.
2025-05-10 10:10:03 +05:30
Darshan
241779e046
add: table api tests to abuse.
2025-05-09 17:34:41 +05:30
Darshan
a8dc5c3797
add: table tests to usage.
2025-05-09 11:10:53 +05:30
Darshan
9e1105b61f
update: tests.
2025-05-06 11:29:56 +05:30
Darshan
67a8f522e5
fix: project and general usage tests.
2025-05-05 14:45:55 +05:30
Matej Bačo
23c4fa27be
Fix tests, linter
2025-04-25 12:57:45 +02:00
Matej Bačo
d8103cb57e
Merge branch '1.7.x' into 1.6.x
2025-04-25 12:18:04 +02:00
Damodar Lohani
523a8b6ff6
Merge branch '1.6.x' into feat-usage-dump-multi-tenant-batch
2025-04-16 08:49:17 +05:45
Christy Jacob
304f67c88f
fix: usage test assertion
2025-04-15 18:18:40 +04:00