1
0
Fork 0
mirror of synced 2024-09-29 17:01:37 +13:00
Commit graph

21709 commits

Author SHA1 Message Date
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
Christy Jacob
83fe982901
Merge pull request #8509 from appwrite/1.5.x
Sync 1.5.x into main
2024-08-13 19:09:03 +04:00
Damodar Lohani
b06cffac45
trigger functions event only if event is not paused 2024-08-13 14:37:06 +05:45
Evan
2968e74714
Permissions + Comment Fix 2024-08-12 16:20:49 -07:00
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
fogelito
ab4ac2e568 Change private to protected 2024-08-12 17:44:05 +03:00
fogelito
919b5ac06d Use document credentials 2024-08-12 11:15:14 +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
fogelito
3800ccee1d credentials 2024-08-08 19:46:44 +03:00
Binyamin Yawitz
8e7cc6ed14
fix: Moving migration to be inside coroutine completely 2024-08-08 09:25:56 -04:00
fogelito
d29740f0d7 credentials 2024-08-08 15:43:11 +03:00
fogelito
41beb8af9c credentials 2024-08-08 15:14:43 +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
2024-08-07 13:00:40 -07:00
fogelito
f12a578efe Update on failed 2024-08-07 16:58:00 +03:00
fogelito
0ac5e2aa76 error no params 2024-08-07 16:33:54 +03:00
fogelito
7593537f3d Add error hook 2024-08-07 16:02:24 +03:00
Christy Jacob
7ca654d35e
Merge pull request #8482 from appwrite/chore-bump-console-4.3.27 2024-08-06 21:09:06 +04:00
Steven Nguyen
203b6e7b56
chore: regenerate latest and 1.5.x specs 2024-08-06 16:14:19 +00:00
Steven Nguyen
7e13e380f1
Add 1.5.8 to CHANGES.md 2024-08-06 16:14:19 +00:00
Steven Nguyen
d900e88e7e
Merge pull request #8416 from appwrite/fix-realtime-permission-change
Fix realtime permission change
2024-08-06 09:12:11 -07:00
Steven Nguyen
ab7f0b1348
Bump console to version 4.3.27 2024-08-06 16:03:53 +00:00
fogelito
96274e9c77 Collections resourceType 2024-08-06 13:55:59 +03:00
fogelito
0bb34e0d01 Add resourceType 2024-08-06 12:46:13 +03:00
Christy Jacob
085efb02c5
Merge pull request #8445 from appwrite/fix-template-tags
Fix: template tags
2024-08-05 17:04:12 +04:00
fogelito
85b43d1f5c restorations.read 2024-08-05 14:48:47 +03:00
Jake Barnby
8f608e205f
Merge pull request #8463 from appwrite/fix-1.5.x-fix-domains-events
Fix queueForUsage not triggering for domain executions
2024-08-05 16:04:18 +12:00
Bradley Schofield
3a91fee41b Run Linter 2024-08-05 12:24:27 +09:00
Bradley Schofield
4801fb816a Fix Tests 2024-08-05 12:21:10 +09:00
Christy Jacob
32a1aaca24 chore: revertomposer 2024-08-03 07:49:11 +00:00
Christy Jacob
7be4196a58 chore: refactor code 2024-08-03 07:22:34 +00:00
ItzNotABug
b0441e5465 fix: domain check. 2024-08-03 12:26:21 +05:30
Bradley Schofield
f5571b4caa Add Metric Tests to Domain Executions 2024-08-02 16:24:54 +09:00
Bradley Schofield
906de6a802 Fix queueForUsage not triggering for domain executions 2024-08-02 15:28:39 +09:00
Steven Nguyen
5ddc705099
Merge pull request #8433 from appwrite/PR_SecurityScan_Action
Adding PR Security Scan
2024-08-01 17:07:24 -07:00