1
0
Fork 0
mirror of synced 2024-09-19 02:48:02 +12:00
Commit graph

21626 commits

Author SHA1 Message Date
shimon
e25f286373 realtime connection 2024-09-03 22:37:06 +03:00
shimon
397ce215e0 realtime connection 2024-09-03 22:13:32 +03:00
shimon
c108de4f14 realtime connection 2024-09-03 18:09:20 +03:00
shimon
a84eb40efb realtime connection 2024-09-03 18:05:16 +03:00
shimon
c331fcd46e realtime connection 2024-09-03 17:37:29 +03:00
shimon
63fdedf564 realtime connection 2024-09-03 17:23:54 +03:00
shimon
eaaf2bb0c3 realtime connection 2024-09-03 17:16:21 +03:00
shimon
908ab8b620 realtime connection 2024-09-03 16:29:32 +03:00
shimon
0138ca4c2a realtime connection 2024-09-03 12:11:24 +03:00
shimon
c99db70d5d realtime connection 2024-09-03 12:10:40 +03:00
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
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
2024-08-21 14:12:29 +04:00
Jake Barnby
867d814d47
Update to release versions 2024-08-21 20:26:21 +12:00
Jake Barnby
d2c7be19d0
Update database stack 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
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
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