Commit Graph

21616 Commits

Author SHA1 Message Date
shimon 06e6df3ca1 realtime connection 2024-09-03 11:39:06 +03:00
shimon c08fe72c36 realtime connection 2024-09-03 11:10:06 +03:00
shimon 69738aed9a realtime connection 2024-09-02 18:14:40 +03:00
shimon b851b66b0c debug 2024-09-01 10:10:04 +03:00
shimon a27808444b Merge branch '1.5.x' of github.com:appwrite/appwrite into db-project-by-region 2024-08-25 11:37:21 +03:00
Christy Jacob 18664a73b2 Merge pull request #8573 from appwrite/feat-update-database
Bump database
cl-1.5.10-3
2024-08-23 13:44:44 +04:00
Jake Barnby ec1c78894c Bump database 2024-08-23 14:47:16 +12:00
Christy Jacob 40e060bec4 Merge pull request #8564 from appwrite/feat-atomic-updates
Update database stack
cl-1.5.10+2
2024-08-21 14:12:29 +04:00
Jake Barnby 867d814d47 Update to release versions cl-feat-atomic-updates-2 2024-08-21 20:26:21 +12:00
Jake Barnby d2c7be19d0 Update database stack cl-feat-atomic-updates-1 2024-08-21 17:31:13 +12:00
shimon 0330bf37eb updates 2024-08-18 17:05:24 +03:00
Damodar Lohani 899ffd4086 Merge pull request #8526 from appwrite/lohanidamodar-patch-4
Trigger functions event only if event is not paused
2024-08-15 10:42:27 +05:45
shimon b32b2213cf connection storage implementation 2024-08-14 13:09:48 +03:00
shimon f9921719d1 connection storage implementation 2024-08-13 21:50:02 +03:00
shimon ed4f7cb0ce connection storage implementation 2024-08-13 20:32:37 +03:00
Damodar Lohani b06cffac45 trigger functions event only if event is not paused 2024-08-13 14:37:06 +05:45
Christy Jacob 603430a013 Merge pull request #8522 from appwrite/feat-1.5.10-release-prep
Prepare 1.5.10 release
1.5.10 cl-1.5.10+1
2024-08-13 00:51:33 +04:00
Steven Nguyen 92fea47bf4 Add 1.5.10 to CHANGES.md 2024-08-12 19:58:25 +00:00
Steven Nguyen f47af1626c Bump appwrite version to 1.5.10 2024-08-12 19:55:22 +00:00
Steven Nguyen 672dfd9a26 Merge pull request #8519 from appwrite/fix-8518-migration-stuck
Fix migration stuck at "Starting Data Migration [...]"
2024-08-12 12:54:36 -07:00
Steven Nguyen e8c303e3cd Merge pull request #8520 from appwrite/chore-bump-console-4.3.30
Bump console to version 4.3.30
2024-08-12 12:50:21 -07:00
Steven Nguyen 0d451ec123 Bump console to version 4.3.30 2024-08-12 19:44:55 +00:00
Steven Nguyen a52626e5d3 fix(upgrade): fix migration stuck at "Starting Data Migration [...]"
The iterator was in the loop so it was always reset to null and the
same data set to be scanned.

For cases where this happened, the iterator was not empty, but the keys
returned from the scan was empty. According to [redis](https://redis.io/docs/latest/commands/scan/#number-of-elements-returned-at-every-scan-call),
this is expected behavior.

> SCAN family functions do not guarantee that the number of elements returned per call are in a given range. The commands are also allowed to return zero elements, and the client should not consider the iteration complete as long as the returned cursor is not zero.

As such, we must make sure we're using the new iterator returned to
continue scanning the keys.
2024-08-12 19:34:23 +00:00
shimon 233be2a034 connection storage implementation 2024-08-12 21:37:32 +03:00
shimon 61101050a7 connection storage implementation 2024-08-12 20:36:43 +03:00
shimon b8e0d5ead5 connection storage implementation 2024-08-11 18:48:16 +03:00
shimon b6d27a70f8 Merge branch '1.5.x' of github.com:appwrite/appwrite into db-project-by-region
# Conflicts:
#	app/init.php
2024-08-11 17:50:22 +03:00
Steven Nguyen b5fad9f234 Merge pull request #8505 from appwrite/feat-1.5.9-release-prep
Prepare 1.5.9 release
1.5.9 cl-1.5.8-4
2024-08-09 14:43:15 -07:00
Christy Jacob 7669f2c485 Merge pull request #8504 from appwrite/chore-bump-console-4.3.29
Bump console to version 4.3.29
2024-08-10 00:47:06 +04:00
Steven Nguyen 0a18f77e68 Add 1.5.9 to CHANGES.md 2024-08-09 16:06:02 +00:00
Steven Nguyen 2b9f3c4638 Bump appwrite version to 1.5.9 2024-08-09 16:06:02 +00:00
Steven Nguyen 8eb707be2c Bump console to version 4.3.29 2024-08-09 15:53:26 +00:00
Steven Nguyen ae7b004b26 Merge pull request #8502 from appwrite/chore-bump-executor
Bump executor version from 0.5.5 to 0.5.7
2024-08-09 07:50:39 -07:00
Steven Nguyen 6a4fa91aac chore: bump executor version from 0.5.5 to 0.5.7 2024-08-08 22:55:35 +00:00
Steven Nguyen 324d615536 Merge pull request #8495 from appwrite/fix-migrations
fix: Moving migration to be inside coroutine completely
2024-08-08 15:53:26 -07:00
Steven Nguyen 71cfdd74f1 Merge pull request #8499 from ItzNotABug/main
Merge `main` to `1.5.x`
2024-08-08 15:51:01 -07:00
Binyamin Yawitz 8e7cc6ed14 fix: Moving migration to be inside coroutine completely 2024-08-08 09:25:56 -04:00
shimon d21a22028b connection storage implementation 2024-08-08 16:02:58 +03:00
shimon 335fd7f940 connection storage implementation 2024-08-08 11:32:46 +03:00
Steven Nguyen 6410b2062c Merge pull request #8472 from ItzNotABug/fix-proxy-rules-check
Fix Domain Check
2024-08-07 22:17:45 -07:00
Jake Barnby 314b27493f Merge pull request #8488 from appwrite/1.5.x
Sync 1.5.x into main
2024-08-08 13:28:58 +12:00
Steven Nguyen 8f0294f9cb Merge pull request #8361 from appwrite/feat-1.5.8-release-prep
Prepare 1.5.8 release
1.5.8
2024-08-07 13:00:40 -07:00
shimon aac92954d1 connection storage implementation 2024-08-07 21:57:38 +03:00
shimon 4acbc2d86c connection storage implementation 2024-08-07 21:36:37 +03:00
shimon cdc487f14a connection storage implementation 2024-08-07 19:47:21 +03:00
shimon 4b65827fa9 connection storage implementation 2024-08-07 19:45:09 +03:00
shimon 41249b6242 connection storage implementation 2024-08-07 19:42:30 +03:00
shimon ec9453bbf9 connection storage implementation 2024-08-07 19:36:13 +03:00
shimon 4f5da34832 connection storage implementation 2024-08-07 19:32:04 +03:00
shimon f1a518c018 connection storage implementation 2024-08-07 19:29:36 +03:00