Commit graph

18 commits

Author SHA1 Message Date
shimon
d96c7eb3e9 Enhance TransactionState to utilize Authorization class for improved transaction management. Updated method signatures and resource initialization to include authorization, ensuring consistent handling across the application. 2025-11-02 18:58:41 +02:00
shimon
8b3b07a710 linter 2025-10-22 16:40:00 +03:00
shimon
33f88fa5e0 Refactor authorization handling across multiple modules to use the new getAuthorization() method. Update CHANGES.md to reflect the change in usage worker authorization. Adjust composer.json to specify the correct version for utopia-php/database. Update plugin-api-version in composer.lock. 2025-10-22 16:35:48 +03:00
Jake Barnby
eb7306a4fa
Add missing state handlers 2025-10-07 22:17:59 +13:00
Jake Barnby
9e3c439c51
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
# Conflicts:
#	composer.lock
2025-10-07 18:57:46 +13:00
Jake Barnby
61b073a6a2
Clean up 2025-10-07 18:53:38 +13:00
Jake Barnby
3e77810e13
Fix existence check for tracked + staged ops 2025-10-04 19:26:22 +13:00
Jake Barnby
89a47953d8
Fix tests 2025-10-04 00:46:13 +13:00
Jake Barnby
deb3d75375
Explicit order asc 2025-10-03 20:00:32 +13:00
Jake Barnby
2bc90db1f6
Fix tests 2025-10-03 18:56:05 +13:00
Jake Barnby
71b2164154
Clean up state helper 2025-10-03 16:58:23 +13:00
Jake Barnby
522a4d2a62
Format 2025-10-03 00:39:14 +13:00
Jake Barnby
0aaa276f03
Merge branch 'feat-txn' of github.com:appwrite/appwrite into feat-txn 2025-10-03 00:12:30 +13:00
Jake Barnby
36a8365ebb
Count from state 2025-10-03 00:03:20 +13:00
Jake Barnby
9813b98133
Update src/Appwrite/Databases/TransactionState.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-02 23:05:43 +13:00
Jake Barnby
93d8f1cfe7
Update src/Appwrite/Databases/TransactionState.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-02 23:03:52 +13:00
Jake Barnby
b38b2bba0c
Remove state order on created, rely on sequence order 2025-09-16 21:13:41 +12:00
Jake Barnby
495eeeb929
Support legacy 2025-09-09 00:50:48 +12:00
Renamed from src/Appwrite/Databases/TransactionManager.php (Browse further)