Jake Barnby
dce4c6e9f1
Add more tests
2025-12-03 22:15:44 +13:00
Jake Barnby
8b4657ff8a
Cleanup on create failures
2025-12-03 21:17:38 +13:00
ArnabChatterjee20k
7af361fa16
* added logger in the create text embedding
...
* aadded error text metric
2025-12-03 13:38:24 +05:30
Jake Barnby
c09c2848af
Merge remote-tracking branch 'origin/1.8.x' into feat-multi-create
2025-12-03 20:49:36 +13:00
ArnabChatterjee20k
def028e970
Merge remote-tracking branch 'upstream/documents-db-api' into vector-db-api
2025-12-02 18:38:21 +05:30
ArnabChatterjee20k
ca4c7b5361
added stats usage for text embeddings
2025-12-02 18:13:49 +05:30
ArnabChatterjee20k
7ad6bb048c
merged 1.8.x
2025-12-02 16:35:40 +05:30
shimon
7392f6aeff
Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-auth-single-instance
...
# Conflicts:
# app/controllers/api/vcs.php
2025-12-02 12:49:15 +02:00
shimon
c34649cb50
remove debug prints
2025-12-02 12:46:59 +02:00
ArnabChatterjee20k
d2c9ac079a
Refactor VectorDB Embeddings API and Update Dimension Handling
...
- Updated the Create.php file to streamline the embedding creation process by removing unnecessary authentication checks and simplifying the parameter structure.
- Changed the parameter from 'documents' to 'texts' for clarity and adjusted the embedding model handling.
- Modified the response model to include error handling for embedding generation.
- Updated the Embedding response model to reflect changes in dimension naming and added error message handling.
- Refactored VectorDBCollection model to replace 'dimensions' with 'dimension' for consistency across the codebase.
- Adjusted all relevant tests to accommodate the new parameter names and response structures, ensuring comprehensive coverage for the updated functionality.
2025-12-02 14:20:25 +05:30
shimon
250a7da1ee
debug
2025-12-02 09:39:16 +02:00
shimon
f208aa206d
Merge branch 'refactor-auth-single-instance' of github.com:appwrite/appwrite into refactor-auth-single-instance
2025-12-02 09:29:29 +02:00
shimon
d472978c1a
debug
2025-12-02 09:29:24 +02:00
Damodar Lohani
866bd5ebc8
Fix: update test IP
2025-12-02 05:25:25 +00:00
Damodar Lohani
e114d49789
Fix: add test
2025-12-02 01:04:51 +00:00
shimon
beea3abfc7
remove debug prints
2025-12-01 15:50:15 +02:00
shimon
eb1c119c21
debug
2025-12-01 12:01:27 +02:00
shimon
27d88a421e
debug
2025-12-01 11:59:21 +02:00
Jake Barnby
38af4b83c0
Merge remote-tracking branch 'origin/1.8.x' into feat-multi-create
2025-12-01 21:44:41 +13:00
Jake Barnby
cc50ba6b7d
Add custom server test
2025-12-01 21:43:50 +13:00
shimon
c5a45aaded
Refactor: Remove unused parameters and clean up code in TablesDB and Sites modules
2025-11-29 19:13:18 +02:00
shimon
5b3659af7c
Remove unused Auth import in storage controller and fix formatting in UserTest class
2025-11-28 16:11:48 +02:00
Shimon Newman
95e29d1046
Merge branch '1.8.x' into refactor-auth-single-instance
2025-11-28 16:10:26 +02:00
Hemachandar
e204419b8b
handle invalid offset
2025-11-28 15:33:32 +05:30
Hemachandar
851fb58645
Merge branch '1.8.x' into ser-504
2025-11-28 13:13:06 +05:30
Hemachandar
128478ed00
coderabbit feedback
2025-11-28 12:54:34 +05:30
Hemachandar
6f0c4d6c4e
fix limit & offset computation
2025-11-28 12:41:04 +05:30
shimon
aed0079cad
Fix: Correct role retrieval method call and update project test assertions for accuracy
2025-11-28 08:57:12 +02:00
shimon
67311fe5d6
Refactor: Update role retrieval to use authorization object in multiple files
2025-11-27 18:56:33 +02:00
shimon
5da1f791a5
sync with 1.8.x
2025-11-27 18:17:04 +02:00
Hemachandar
c09f7d5cf9
Fix file token expiry
2025-11-27 19:40:09 +05:30
shimon
f216ea5d65
Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-auth-single-instance
...
# Conflicts:
# app/controllers/api/account.php
# app/controllers/api/graphql.php
# app/controllers/api/storage.php
# app/controllers/api/teams.php
# app/controllers/general.php
# app/controllers/shared/api.php
# app/controllers/shared/api/auth.php
# app/init/resources.php
# app/realtime.php
# app/worker.php
# composer.lock
# src/Appwrite/Auth/Auth.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Attribute/Decrement.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Attribute/Increment.php
# 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/Databases/Collections/Documents/Get.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Upsert.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/XList.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Transactions/Operations/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Transactions/Update.php
# src/Appwrite/Platform/Modules/Functions/Http/Executions/Create.php
# src/Appwrite/Platform/Modules/Functions/Http/Executions/Get.php
# src/Appwrite/Platform/Modules/Functions/Http/Executions/XList.php
# src/Appwrite/Platform/Modules/Tokens/Http/Tokens/Buckets/Files/Action.php
# src/Appwrite/Utopia/Request.php
# src/Appwrite/Utopia/Response.php
# tests/unit/Auth/AuthTest.php
# tests/unit/Messaging/MessagingChannelsTest.php
2025-11-27 15:50:37 +02:00
Hemachandar
fd466dfcea
Revert "Update deploymentId in sites rule for first deployment"
2025-11-27 16:31:14 +05:30
Jake Barnby
2139a4d742
Format
2025-11-26 23:49:21 +13:00
Damodar Lohani
d539186808
Merge remote-tracking branch 'origin/1.8.x' into feat-appwrite-auth
2025-11-26 10:42:55 +00:00
shimon
4ad249f918
Revert "Revert "Merge pull request #10682 from appwrite/refactor-auth-single-instance""
...
This reverts commit 8765d5650a .
2025-11-26 12:05:12 +02:00
Jake Barnby
b9ca0e5dc2
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
2025-11-26 22:50:15 +13:00
Jake Barnby
cdb331a704
Merge branch 'feat-mongodb' of github.com:appwrite/appwrite into feat-mongodb
2025-11-26 22:49:50 +13:00
Jake Barnby
092f623373
Fix tests
2025-11-26 22:49:39 +13:00
Matej Bačo
3d8cee4676
Merge pull request #10820 from appwrite/ser-550
...
Update deploymentId in sites rule for first deployment
2025-11-25 09:50:16 +01:00
Jake Barnby
bd124aad2a
Merge branch '1.8.x' into feat-mongodb
2025-11-25 08:26:00 +00:00
Jake Barnby
2776925540
Tests via console features
2025-11-25 21:11:01 +13:00
Hemachandar
c713357131
Merge branch '1.8.x' into ser-550
2025-11-25 13:23:09 +05:30
Darshan
fe9ecb6fcb
simplify: index.
2025-11-25 13:22:19 +05:30
Darshan
21237f8e02
Merge branch '1.8.x' into browser-bump
2025-11-25 12:22:51 +05:30
Jake Barnby
448e60479d
Downgrade migrations
2025-11-25 16:04:46 +13:00
Matej Bačo
914723c53a
Merge branch '1.8.x' into feat-1.8.x-new-schema
2025-11-24 19:10:44 +01:00
Matej Bačo
d99a52741d
Merge branch 'feat-1.8.x-new-schema' into feat-custom-start-commands
2025-11-24 15:41:52 +01:00
Matej Bačo
5817aea2ee
Remove todo
2025-11-24 14:30:45 +01:00
shimon
6213df9fb3
Update composer.lock for sdk-generator version 1.5.8 and adjust caching TTL in XList to 30 seconds; modify related tests for consistency in cache behavior.
2025-11-23 12:46:16 +02:00