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 |
|
shimon
|
b88e74095b
|
Merge remote-tracking branch 'origin/feat-mongodb-pulls' into feat-mongodb-pulls
# Conflicts:
# composer.json
|
2025-09-21 15:44:41 +03:00 |
|
shimon
|
4d85c5ca4f
|
composer
|
2025-09-21 15:42:44 +03:00 |
|
shimon
|
54e3a4b25d
|
db lib ver
|
2025-09-21 15:27:41 +03:00 |
|
Jake Barnby
|
0b5fc8f0fd
|
Merge pull request #10517 from appwrite/fix-miss-catch
Catch query exception on bulk update/delete
|
2025-09-19 18:16:31 +12:00 |
|
Jake Barnby
|
f944ad350e
|
Catch query exception on bulk update/delete
|
2025-09-19 17:32:34 +12:00 |
|
Jake Barnby
|
df276692e8
|
Merge pull request #10516 from appwrite/fix-internal-removal
Don't remove required attributes
|
2025-09-19 15:52:08 +12:00 |
|
Jake Barnby
|
c1782f6f58
|
Don't remove required attributes
|
2025-09-19 15:28:41 +12:00 |
|
Luke B. Silver
|
40bdfb0a14
|
Merge pull request #10515 from appwrite/bump-database-1-5
bump database 1.5.0
|
2025-09-18 16:25:20 +01:00 |
|
fogelito
|
d9b657796b
|
bump database 1.5.0
|
2025-09-18 17:49:38 +03:00 |
|
Jake Barnby
|
9a0ab6c5a0
|
Merge pull request #10513 from appwrite/sub-query-variables-order-by
Sub query variables order by
|
2025-09-18 20:25:05 +12:00 |
|
fogelito
|
4da7f04a5c
|
Add order by
|
2025-09-18 10:58:27 +03:00 |
|
fogelito
|
a7e9e58312
|
Add order by
|
2025-09-18 10:57:47 +03:00 |
|
Jake Barnby
|
34f3501cdc
|
Merge pull request #10509 from appwrite/fix-spatials-type-required-col
Add spatial column validation during required mode and tests for exis…
|
2025-09-18 15:29:50 +12:00 |
|
Jake Barnby
|
30003caeb3
|
Merge pull request #10472 from appwrite/stats-resources-try-catch
Stats resources and usage sorting by unique field
|
2025-09-18 15:20:19 +12:00 |
|
Jake Barnby
|
0e2c5d93f5
|
Update check
|
2025-09-18 14:54:07 +12:00 |
|
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 |
|
fogelito
|
7d1a1d3ef4
|
use $tenant
|
2025-09-17 08:45:23 +03:00 |
|
fogelito
|
88c6e783c4
|
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into stats-resources-try-catch
|
2025-09-17 08:42:27 +03:00 |
|
Jake Barnby
|
14062fc7c2
|
Merge pull request #10506 from appwrite/feat-reconnects
Update database
|
2025-09-17 13:08:41 +12:00 |
|
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 |
|
Jake Barnby
|
f03a62d43d
|
Update database
|
2025-09-17 01:33:36 +12:00 |
|
Jake Barnby
|
d7e90560c9
|
Merge pull request #10505 from appwrite/fix-bucket-query
Catch query exception on bucket/file list
|
2025-09-17 00:15:12 +12:00 |
|
Jake Barnby
|
832687dd09
|
Catch query exception on bucket/file list
|
2025-09-16 23:42:07 +12:00 |
|
shimon
|
cc7778ceea
|
database lib check
|
2025-09-16 11:10:06 +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
|
76f59e2404
|
Merge pull request #10502 from appwrite/fix-filter-exceptions
Throw appropriate 400s from request filters
|
2025-09-16 19:19:03 +12:00 |
|
Jake Barnby
|
c9b39a3f28
|
Lint
|
2025-09-16 18:37:52 +12:00 |
|
Jake Barnby
|
081e2aeb6e
|
Throw appropriate 400s from request filters
|
2025-09-16 17:51:22 +12:00 |
|
Steven Nguyen
|
64bb1efc44
|
Merge pull request #10483 from appwrite/SUC-1668-fix-database-usage-stats
SUC-1668 fix:database usage metrics
|
2025-09-15 16:28:58 -07:00 |
|
Luke B. Silver
|
bfacb900e2
|
Merge pull request #10498 from appwrite/fix-worker-stop
fix: worker stop
|
2025-09-15 15:45:20 +01:00 |
|
loks0n
|
66503a4e80
|
fix: api worker-stop
|
2025-09-15 15:15:56 +01:00 |
|
Jake Barnby
|
2fb93500d0
|
Merge pull request #10485 from appwrite/attempt-small-size-for-website
Attempt small size for website dependency
|
2025-09-15 15:38:55 +12:00 |
|
Jake Barnby
|
ba58fcf8fc
|
Merge pull request #10489 from appwrite/fix-check
Fix check
|
2025-09-14 11:14:14 +12:00 |
|
Jake Barnby
|
30dde4c2f4
|
Trigger CI
|
2025-09-14 11:00:32 +12:00 |
|
Jake Barnby
|
c140dd6fbb
|
Move disable
|
2025-09-14 10:58:21 +12:00 |
|
Darshan
|
fcd23e2a74
|
ci: empty commit
|
2025-09-13 12:53:06 +05:30 |
|
Darshan
|
3114f572df
|
update: package.json for smaller sizes.
|
2025-09-13 12:33:19 +05:30 |
|
Luke B. Silver
|
b5c588722b
|
Merge pull request #10482 from appwrite/fix-db-queues
fix: health db queues
|
2025-09-12 19:58:46 +01:00 |
|
loks0n
|
39a190f60c
|
fix: db queues
|
2025-09-12 19:28:27 +01:00 |
|
Divyansha Dubey
|
ef3d38c5a6
|
fixed db stats env var
|
2025-09-12 17:48:15 +04:00 |
|
Jake Barnby
|
918912c0b9
|
Merge pull request #10480 from appwrite/spatial-type-attributes
Bump database
|
2025-09-12 19:02:46 +12:00 |
|